IP Library Granted Patent US 10,372,347
Granted Patent B2
US 10,372,347 · App. 15/798,558 · Granted Aug 6, 2019

Selectively limiting throughput of test objects that share system resources with production objects

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,372,347
App. No.
15/798,558
Granted
Aug 6, 2019
Kind
B2
Abstract

A technique for managing I/O (input/output) requests in a data storage system includes receiving a set of I/O requests directed to (i) a production data object stored in the data storage system and (ii) a set of test versions of the production data object, each of the set of test versions stored in the data storage system. The technique further includes identifying, from among the set of received I/O requests, I/O requests directed to the set of test versions of the production data object and selectively throttling a throughput of the identified I/O requests directed to the test versions relative to a throughput of I/O requests directed to the production data object.

Claims (38)

1. A method of managing I/O (input/output) requests in a data storage system, the method comprising:

receiving a set of I/O requests directed to (i) a production data object stored in the data storage system and (ii) a set of test versions of the production data object, each of the set of test versions stored in the data storage system;

identifying, from among the set of received I/O requests, I/O requests directed to the set of test versions of the production data object; and

selectively throttling a throughput of the identified I/O requests directed to the test versions relative to a throughput of I/O requests directed to the production data object.

2. The method of claim 1 , wherein selectively throttling the throughput of the identified I/O requests includes enforcing a minimum delay in processing each of the identified I/O requests directed to the set of test versions.

3. The method of claim 2 , wherein enforcing the minimum delay in processing each of the identified I/O requests is achieved via a delay interposed in an I/O stack of the data storage system prior to performing a read or write operation prescribed by the respective I/O request.

4. The method of claim 2 , further comprising varying the minimum delay enforced when processing each of the identified I/O requests in response to changes in a level of activity of the data storage system.

5. The method of claim 4 , wherein the production data object is a production LUN (Logical UNit) and wherein each of the set of test versions is a thin clone of the production LUN.

6. The method of claim 5 , wherein each of the set of test versions is user-accessible from the data storage system using a respective logical unit number, and wherein identifying the I/O requests directed to the set of test versions includes:

maintaining a list of logical unit numbers by which each of the set of test versions is made user-accessible;

upon receiving each of the set of I/O requests, performing a testing operation configured to (i) produce a first result in response to the I/O request being directed to a logical unit number on the list of logical unit numbers and (ii) produce a second result in response to the I/O request being directed to a logical unit number not on the list of logical unit numbers; and

for each I/O request for which the testing operation produces the first result, providing the I/O request as one of the identified I/O requests directed to the set of test versions.

7. The method of claim 5 , wherein the data storage system stores the LUN as a file within a container file system, and wherein the data storage system stores each of the set of thin clones as a respective other file within the container file system.

8. The method of claim 7 , wherein the measurements of activity within the data storage system include at least one of (i) measurements CPU (central processing unit) activity within a storage processor that receives the I/O requests directed to the set of test versions and (ii) measurements of memory utilization within the storage processor that receives the I/O requests directed to the set of test versions.

9. The method of claim 8 , wherein the measurements of activity within the data storage system further include measurements of activities performed on the container file system.

10. A data storage system, comprising control circuitry that includes a set of processing units coupled to memory, the control circuitry constructed and arranged to:

receive a set of I/O requests directed to (i) a production data object stored in the data storage system and (ii) a set of test versions of the production data object, each of the set of test versions stored in the data storage system;

identify, from among the set of received I/O requests, I/O requests directed to the set of test versions of the production data object; and

selectively throttle a throughput of the identified I/O requests directed to the test versions relative to a throughput of I/O requests directed to the production data object.

11. The data storage system of claim 10 , wherein each of the set of test versions is user-accessible from the data storage system using a respective logical unit number, and wherein the control circuitry constructed and arranged to identify the I/O requests directed to the set of test versions is further constructed and arranged to:

maintain a list of logical unit numbers by which each of the set of test versions is made user-accessible;

upon receipt of each of the set of I/O requests, perform a testing operation configured to (i) produce a first result in response to the I/O request being directed to a logical unit number on the list of logical unit numbers and (ii) produce a second result in response to the I/O request being directed to a logical unit number not on the list of logical unit numbers; and

for each I/O request for which the testing operation produces the first result, provide the I/O request as one of the identified I/O requests directed to the set of test versions.

12. A computer program product including a set of non-transitory, computer-readable media having instructions which, when executed by control circuitry of a data storage system, cause the control circuitry to perform a method for managing I/O (input/output) requests, the method comprising:

receiving a set of I/O requests directed to (i) a production data object stored in the data storage system and (ii) a set of test versions of the production data object, each of the set of test versions stored in the data storage system;

identifying, from among the set of received I/O requests, I/O requests directed to the set of test versions of the production data object; and

selectively throttling a throughput of the identified I/O requests directed to the test versions relative to a throughput of I/O requests directed to the production data object.

13. The computer program product of claim 12 , wherein selectively throttling the throughput of the identified I/O requests includes enforcing a minimum delay in processing each of the identified I/O requests directed to the set of test versions.

14. The computer program product of claim 13 , wherein enforcing the minimum delay in processing each of the identified I/O requests is achieved via a delay interposed in an I/O stack of the data storage system prior to performing a read or write operation prescribed by the respective I/O request.

15. The computer program product of claim 13 , wherein the method further comprises varying the minimum delay enforced when processing each of the identified I/O requests in response to changes in a level of activity of the data storage system.

16. The computer program product of claim 15 , wherein the production data object is a production LUN (Logical UNit) and wherein each of the set of test versions is a thin clone of the production LUN.

17. The computer program product of claim 16 , wherein each of the set of test versions is user-accessible from the data storage system using a respective logical unit number, and wherein identifying the I/O requests directed to the set of test versions includes:

maintaining a list of logical unit numbers by which each of the set of test versions is made user-accessible;

upon receiving each of the set of I/O requests, performing a testing operation configured to (i) produce a first result in response to the I/O request being directed to a logical unit number on the list of logical unit numbers and (ii) produce a second result in response to the I/O request being directed to a logical unit number not on the list of logical unit numbers; and

for each I/O request for which the testing operation produces the first result, providing the I/O request as one of the identified I/O requests directed to the set of test versions.

18. The computer program product of claim 16 , wherein the method further comprises storing the LUN as a file within a container file system, and wherein the data storage system stores each of the set of thin clones as a respective other file within the container file system.

19. The computer program product of claim 18 , wherein the measurements of activity within the data storage system include at least one of (i) measurements CPU (central processing unit) activity within a storage processor that receives the I/O requests directed to the set of test versions and (ii) measurements of memory utilization within the storage processor that receives the I/O requests directed to the set of test versions.

20. The computer program product of claim 19 , wherein the measurements of activity within the data storage system further include measurements of activities performed on the container file system.

Assignments (7)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC IP HOLDING COMPANY LLC
Reel/Frame 071642/0001 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (044535/0109) Recorded May 20, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO WYSE TECHNOLOGY L.L.C.)
Reel/Frame 060753/0414 →
RELEASE OF SECURITY INTEREST AT REEL 044535 FRAME 0001 Recorded Nov 2, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
Reel/Frame 058298/0475 →
SECURITY AGREEMENT Recorded Mar 21, 2019
From: CREDANT TECHNOLOGIES, INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 049452/0223 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jan 11, 2018
From: ARMANGAU, PHILIPPE
To: EMC IP HOLDING COMPANY LLC
Reel/Frame 044597/0824 →
PATENT SECURITY AGREEMENT (NOTES) Recorded Nov 29, 2017
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
Reel/Frame 044535/0109 →
PATENT SECURITY AGREEMENT (CREDIT) Recorded Nov 29, 2017
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT
Reel/Frame 044535/0001 →