US11157355B2 - Management of foreground and background processes in a storage controller - Google Patents
Management of foreground and background processes in a storage controller Download PDFInfo
- Publication number
- US11157355B2 US11157355B2 US16/459,475 US201916459475A US11157355B2 US 11157355 B2 US11157355 B2 US 11157355B2 US 201916459475 A US201916459475 A US 201916459475A US 11157355 B2 US11157355 B2 US 11157355B2
- Authority
- US
- United States
- Prior art keywords
- background process
- priority
- storage
- execution
- foreground processes
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
- G06F11/10—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
- G06F11/1008—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
- G06F11/1048—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices using arrangements adapted for a specific error detection or correction feature
- G06F11/106—Correcting systematically all correctable errors, i.e. scrubbing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/0604—Improving or facilitating administration, e.g. storage management
- G06F3/0605—Improving or facilitating administration, e.g. storage management by facilitating the interaction with a user or administrator
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0655—Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
- G06F3/0659—Command handling arrangements, e.g. command buffers, queues, command scheduling
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0683—Plurality of storage devices
- G06F3/0689—Disk arrays, e.g. RAID, JBOD
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
Definitions
- Embodiments relate to the management of foreground and background processes in a storage controller.
- a storage controller may control access to storage for one or more host computational devices that may be coupled to the storage controller over a network.
- a storage management application that executes in the storage controller may manage a plurality of storage devices, such as disk drives, tape drives, flash drives, direct access storage devices (DASD), etc., that are coupled to the storage controller.
- a host may send Input/Output (I/O) commands to the storage controller and the storage controller may execute the I/O commands to read data from the storage devices or write data to the storage devices.
- I/O Input/Output
- a boot disk is a removable digital data storage medium from which the storage controller may load and boot an operating system and/or other programs.
- the storage controller loads and boots the operating system and the programs from the boot disk, in an attempt to restore the storage controller and associated components to the configuration prior to the power failure or the shutdown.
- a background process is configured to periodically scrub a boot storage of a storage controller to ensure operational correctness of the boot storage.
- One or more foreground processes store a system configuration data of the storage controller in the boot storage of the storage controller.
- the background process and the one or more foreground processes are executed to meet predetermined performance requirements for the background process and the one or more foreground processes.
- the predetermined performance requirements include executing the background process at least once in a predetermined interval of time, and completing execution of each of the one or more foreground processes within a predetermined amount of time.
- execution of the background process is started.
- a priority of the background process is reduced.
- the priority of the background process is increased.
- the background process is configurable to have at least two priorities including a low priority and a high priority, wherein the high priority is a higher priority than the low priority.
- the storage controller performs operations including: in response to determining that the background process has the low priority, suspending, aborting, or throttling the background process; and, in response to determining that the background process has the high priority, suspending, aborting, or throttling the foreground process.
- the storage controller in response to starting an execution of a foreground process, performs operations, the operations comprising: in response to determining that a number of executing foreground processes is less than a first predetermined threshold, throttling the background process; and in response to determining that the number of the executing foreground processes is greater than a second predetermined threshold, suspending the background process, and subsequent to suspending the background process, resuming the background process after a predetermined period of time if the number of the executing foreground processes fall below the first predetermined threshold and aborting the background process after the predetermined period of time if the number of the executing foreground processes do not fall below the second predetermined threshold.
- a priority of the background process is set based on how many times the background process has been aborted since a last completion of the background process.
- FIG. 1 illustrates a block diagram of a computing environment comprising a storage controller with a boot storage, in accordance with certain embodiments
- FIG. 2 illustrates a flowchart that shows operations performed after a background process starts, in accordance with certain embodiments
- FIG. 3 illustrates a flowchart that shows operations after a foreground process starts, in accordance with certain embodiments
- FIG. 4 illustrates a flowchart that shows operations after a background process starts subsequent to being aborted, in accordance with certain embodiments
- FIG. 5 illustrates a flowchart that shows operations for management of a background process and foreground processes, in accordance with certain embodiments
- FIG. 6 illustrates a block diagram of a cloud computing environment, in accordance with certain embodiments.
- FIG. 7 illustrates a block diagram of further details of the cloud computing environment of FIG. 7 , in accordance with certain embodiments.
- FIG. 8 illustrates a block diagram of a computational system that shows certain elements that may be included in the storage controllers and/or the host(s), as described in FIGS. 1-7 , in accordance with certain embodiments.
- Certain embodiments provide a mechanism in which a background process is configured to periodically scrub a boot storage of a storage controller to ensure operational correctness of the boot storage, and one or more foreground processes store system configuration data in the book disk of the storage controller. Modified data of non-volatile storage of the storage controller is stored in the boot storage during a power failure event, prior to a complete shutdown of the storage controller.
- the background process and the one or more foreground processes are managed such that execution of the background process and the one or more foreground processes meet predetermined performance requirements.
- the predetermined performance requirements include executing the background process at least once in a predetermined interval of time (e.g., once very day), and completing execution of each of the one or more foreground processes within a predetermined amount of time (e.g., within 30 seconds of starting). Throttling, suspension, or aborting of one or more of the background and foreground processes, and adjustment of a priority of the background process may be performed to meet the predetermined performance requirements. Certain embodiments balance the execution of a background process with the execution of foreground processes to ensure that the foreground processes have priority over the background process, while also ensuring that the background process eventually completes.
- an execution of the background process fails to complete because of preference being provided to the execution of one or more foreground processes then the priority of the background process is increased. If the background process starts with a high priority (e.g., after being aborted many times since the last completion of the background process) and the number of executing foreground processes is many, then one or more of the foreground processes may be suspended to allow the background process to execute. It may be noted that embodiments provided below illustrate many different variations of throttling (i.e., reducing I/O rate), suspension, or aborting of one or more of the background and foreground processes, and adjustment of the priority of the background process.
- throttling i.e., reducing I/O rate
- the background process may be expected to execute at least once every predetermined amount of time (e.g., every 24 hours). If foreground processes preempt the execution of the background process repeatedly, a situation may arise in which the background process is unable to execute at least once in the predetermined amount of time. To avoid such a situation, the priority of the background process is increased each time the background process is suspended or aborted to allow a foreground process to be executed.
- certain embodiments avoid significant slowdown of the foreground processes and the predetermined performance requirements of the foreground processes are met, while at the same time also making sure that the background process is allowed to execute at least once every predetermined amount of time. Therefore, a balance is struck between the need for relatively rapid execution of the one or more foreground processes, and the need for the background process to execute at least once every predetermined amount of time.
- FIG. 1 illustrates a block diagram of a computing environment 100 comprising a storage controller 102 coupled to one or more hosts 104 and one or more storage devices 106 , 108 .
- the storage controller 102 receives I/O requests from the one or more hosts 104 , and responds to the I/O requests by performing read or write operations with respect logical storage volumes, where the logical storage volumes correspond to physical storage volumes maintained in the plurality of storage devices 106 , 108 .
- the storage controller 102 and the hosts 104 may comprise any suitable computational device including those presently known in the art, such as, a personal computer, a workstation, a server, a mainframe, a hand held computer, a palm top computer, a telephony device, a network appliance, a blade computer, a processing device, a controller, etc.
- the storage controller 102 and the hosts 104 may be elements in any suitable network, such as, a storage area network, a wide area network, the Internet, an intranet, etc.
- the storage controller 102 and the hosts 104 may be elements in a cloud computing environment.
- the storage devices 106 , 108 may comprise any suitable storage device including those presently known in the art, such as disk drives, solid state drives, etc.
- a storage management application 110 may execute in the storage controller 102 , where the storage management application 110 interfaces with host applications that execute in the hosts 104 .
- the storage management application 110 provides I/O access to the host applications.
- the storage management application 110 may also perform various other tasks to configure and maintain various processes that execute in the storage controller 102 .
- the storage management application 110 may be implemented in software, hardware, firmware or any combination thereof.
- the storage controller 102 may include a non-volatile storage 112 and a boot storage 114 , where the boot storage 114 may in certain embodiments comprise a boot disk.
- a background process 116 may periodically scrub the boot storage 114 of the storage controller 102 to ensure operational correctness of the boot storage 114 .
- the scrubbing by the background process 116 may include reading and checking for defective blocks in selected regions of the boot storage 114 , before applications actually need to access the selected regions of the boot storage 114 .
- Other functions related to ensuring the operational correctness of the boot storage 114 may also be performed by the background process 116 .
- the storage management application 110 ensures that the modified data of the non-volatile storage 112 is stored in the boot storage 114 , prior to the complete shutdown of the storage controller 102 as a result of the completion of the power failure.
- the modified data of the non-volatile storage 112 as stored in the boot storage 114 is shown via reference numeral 118 .
- the periodic scrubbing of the boot storage 114 by the background process 116 ensures that the boot storage 114 operates correctly during the power failure, and as a result the modified data of the non-volatile storage 112 is properly stored in the correctly operating boot storage 114 , prior to the completion of the power failure.
- One or more foreground processes 120 , 122 may store system configuration data in boot storage 114 , where the system configuration data stored in the boot storage 114 is shown via reference numeral 124 . Therefore, the boot storage 114 stores both the modified data of the non-volatile storage 118 and the system configuration data 124 .
- the modified data of non-volatile storage 118 stored in the boot storage 124 is used for restoring data for the non-volatile storage 112 , in the event of a power loss.
- Modified data is data that has written to the non-volatile storage 112 via I/O from the hosts 104 , where the modified data may not have been destaged (i.e., moved or copied) to the storage devices 106 , 108 .
- the system configuration data 124 stored in the boot storage may include information about the configuration of the storage controller 102 and associated components. For example, when a rank is configured, the configuration information of the rank may be placed in the system configuration data 124 stored in the storage controller 102 . In the event of a power failure or shutdown of the storage controller 102 , the modified data of non-volatile storage 118 and the system configuration data 124 may be used to configure the storage controller 102 and update the non-volatile storage 112 .
- a customer may create a large number of storage arrays using a function named “mkArray” and this may lead to a generation of a large amount of system configuration data, i.e., the “mkArray” function may cause objects for system configuration data 124 to be created in the boot storage 114 .
- the background process 116 gets started and creation of the system configuration data 124 gets slowed down so much that foreground processes 120 , 122 (e.g., the processes corresponding to the “mkArray” functions) may start timing out.
- the boot storage 114 is a boot disk
- the system configuration data 124 and the concurrent execution of the background process 116 that scrubs at least certain regions the boot disk 114 on which the modified data of the non-volatile storage 118 may be written during a power failure event, a large amount of movement of the disk head occurs and this slows down both the foreground processes 120 , 122 and the background process 116 .
- a straightforward solution may be to suspend the background process 116 when the foreground processes 120 , 122 are running.
- a problem with this straightforward solution is that foreground processes 120 , 122 may run for long periods of time and the background process 116 may not run for days. This may cause starvation (i.e., no execution) of the background process 116 for a long time and hence the storage controller 102 may not detect any problems with the background process 116 for days if such a problem were to occur.
- Certain embodiments balance the execution of the background process 116 with the execution of the foreground processes 120 , 122 by at least changing the priority 126 (i.e., priority of execution) of the background process 116 .
- FIG. 2 illustrates a flowchart 200 that shows operations performed after a background process 116 starts, in accordance with certain embodiments.
- the operations shown in FIG. 2 may be performed by the storage management application 110 that controls the execution of the background process 116 and the foreground processes 120 , 122 .
- Control starts at block 202 in which the background process starts 116 , and control may proceed to blocks 204 and block 206 in parallel.
- a foreground process 120 starts, and control proceeds to block 208 in which the priority of the background process 116 is determined. If the priority is a low priority (reference numeral 210 ) then control proceeds to block 212 in which the background process 116 may be suspended 214 , aborted 216 , or throttled (i.e., I/O rate reduced) 218 . If the priority is a high priority (reference numeral 220 ) then control proceeds to block 222 in which the foreground process 120 may be suspended 224 , aborted 226 , or throttled 228 .
- the low priority 210 and high priority 220 may comprise numerical values for priority of execution where a higher numerical value shows a higher priority.
- the low priority 210 may be a priority that is less than a first predetermined threshold value
- the high priority 220 may be a priority that is greater than a second predetermined threshold value.
- priority values lesser than a predetermined value are low priorities
- priority values greater than the predetermined value are high priorities.
- the storage management application 110 checks the status of the background process 116 . If the background process 116 has completed (reference numeral 230 ) then the priority of the background process 116 is reduced (at block 232 ) to a low priority (at block 232 ). If the background process 116 has not completed within a predetermined amount of time (reference numeral 234 ) then the priority of the background process 116 is increased.
- FIG. 2 shows certain embodiments in which an execution of the background process 116 is started.
- a priority 126 of the background process 116 is reduced.
- the priority 126 of the background process 116 is increased.
- the background process 116 is configurable to have at least two priorities including a low priority and a high priority, wherein the high priority is a higher priority than the low priority.
- the storage controller 102 In response to starting a foreground process 120 , the storage controller 102 performs operations including: in response to determining that the background process 116 has the low priority, suspending, aborting, or throttling the background process 116 ; and in response to determining that the background process 116 has the high priority, suspending, aborting, or throttling the foreground process.
- FIG. 3 illustrates a flowchart 300 that shows operations after a foreground process 120 starts, in accordance with certain embodiments.
- the operations shown in FIG. 3 may be performed by the storage management application 110 that controls the execution of the background process 116 and the foreground processes 120 , 122 .
- Control starts at block 302 in which a foreground process 120 starts.
- the storage management application 110 determines the number of foreground processes that are executing (at block 304 ). If the number of foreground processes that are executing are few 306 (i.e., less in number than a first predetermined threshold), then the background process 116 is throttled (at block 308 ).
- control proceeds to block 312 in which the storage management application 110 suspends (at block 312 ) the background process 116 .
- a predetermined period of time elapses (at block 314 ) and control proceeds in parallel to blocks 316 and 318 .
- the storage management application 110 resumes the background process if the number of foreground process fall below the first predetermined threshold (i.e., the executing foreground processes become few in number).
- the storage management application aborts the background process 116 if the number of foreground processes do not fall below the second predetermined threshold (i.e., many foreground processes are still executing). On each abort of the background process, the priority 126 of the background process 116 is increased.
- FIG. 3 shows certain embodiments in which, in response to starting an execution of a foreground process 120 , the storage controller 102 performs operations, the operations comprising: in response to determining that a number of executing foreground processes is less than a first predetermined threshold, throttling the background process; and in response to determining that the number of the executing foreground processes is greater than a second predetermined threshold, suspending the background process, and subsequent to suspending the background process, resuming the background process after a predetermined period of time if the number of the executing foreground processes fall below the first predetermined threshold and aborting the background process after the predetermined period of time if the number of the executing foreground processes do not fall below the second predetermined threshold.
- FIG. 4 illustrates a flowchart 400 that shows operations after a background process 116 starts subsequent to being aborted, in accordance with certain embodiments.
- the operations shown in FIG. 4 may be performed by the storage management application 110 that controls the execution of the background process 116 and the foreground processes 120 , 122 .
- Control starts at block 404 in which a background process 116 starts after a predetermined interval of time (e.g., 1 day) has elapsed after the background process 116 had been last aborted.
- a predetermined interval of time e.g. 1 day
- Control proceeds to block 406 in which the storage management application 110 sets the priority 126 of the background process 116 based on how many times the background process 116 has been aborted since the last completion of the background process 116 (i.e., high priority is set for the background process 116 if number of aborts of the background process 116 following the last completion is high).
- control proceeds to block 408 in which the storage management application 110 determines the number of foreground processes that are executing. If the number of foreground processes are below a first predetermined threshold 410 (i.e., few) control proceeds to block 412 in which the foreground processes 120 , 122 and the background process 120 run at the same time in parallel.
- a first predetermined threshold 410 i.e., few
- the at block 408 it is determined that the number of foreground processes that are executing are above a second predetermined threshold (i.e., many), then some or all of the foreground processes are suspended (at block 416 ) until the background process 116 completes (at block 418 ). Once the background process 116 completes, the priority of the background process 116 is set to a low priority at block 420 ) and the suspended foreground processes are resumed (at block 422 ).
- a second predetermined threshold i.e., many
- FIG. 4 illustrates certain embodiments in which the priority 126 of the background process 116 is set based on how many times the background process 116 has been aborted since a last completion of the background process 116 . Additionally, in response to starting an execution of a background process 116 if a number of executing foreground processes are greater than a predetermined threshold, then some or all of the one or more foreground processes are suspended, if the background process has a sufficiently high priority (e.g., after one or more aborts of the background process).
- FIG. 5 illustrates a flowchart that shows operations for management of a background process and foreground processes, in accordance with certain embodiments.
- the operations shown in FIG. 5 may be performed by the storage management application 110 that controls the execution of the background process 116 and the foreground processes 120 , 122 .
- Control starts at block 502 , in which a background process 116 is configured to periodically scrub a boot storage 114 of a storage controller 102 to ensure operational correctness of the boot storage 114 .
- One or more foreground processes 120 , 122 store (at block 504 ) a system configuration data 124 of the storage controller 102 in the boot storage 114 of the storage controller 102 .
- control proceeds to block 506 in which, the background process 116 and the one or more foreground processes 120 , 122 are executed to meet predetermined performance requirements for the background process 116 and the one or more foreground processes 120 , 122 , where the predetermined performance requirements include executing the background process 116 at least once in a predetermined interval of time, and completing execution of each of the one or more foreground processes 120 , 122 within a predetermined amount of time.
- FIGS. 1-5 illustrate certain embodiments in which the execution of a background process 116 and one or more foreground processes 120 , 122 are balanced in a storage controller 102 .
- Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.
- configurable computing resources e.g., networks, servers, storage, applications, and services
- cloud computing environment 50 comprises one or more cloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54 A, desktop computer 54 B, laptop computer 54 C, and/or automobile computer system 54 N may communicate.
- Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof.
- This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device.
- computing devices 54 A-N shown in FIG. 6 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
- FIG. 7 a set of functional abstraction layers provided by cloud computing environment 50 ( FIG. 6 ) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 7 are intended to be illustrative only and embodiments of the invention are not limited thereto.
- Hardware and software layer 60 includes hardware and software components.
- hardware components include mainframes, in one example IBM zSeries* systems; RISC (Reduced Instruction Set Computer) architecture based servers, in one example IBM pSeries* systems; IBM xSeries* systems; IBM BladeCenter* systems; storage devices; networks and networking components.
- software components include network application server software, in one example IBM WebSphere* application server software; and database software, in one example IBM DB2* database software.
- IBM, zSeries, pSeries, xSeries, BladeCenter, WebSphere, and DB2 are trademarks of International Business Machines Corporation registered in many jurisdictions worldwide.
- Virtualization layer 62 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers; virtual storage; virtual networks, including virtual private networks; virtual applications and operating systems; and virtual clients.
- management layer 64 may provide the functions described below.
- Resource provisioning provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
- Metering and Pricing provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses.
- Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
- User portal provides access to the cloud computing environment for consumers and system administrators.
- Service level management provides cloud computing resource allocation and management such that required service levels are met.
- Service Level Agreement (SLA) planning and fulfillment provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
- SLA Service Level Agreement
- Workloads layer 66 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation; software development and lifecycle management; virtual classroom education delivery; data analytics processing; transaction processing; and management of background process and foreground processes 68 as shown in FIGS. 1-7 .
- aspects of the embodiments may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.”
- aspects of the embodiments may take the form of a computer program product.
- the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present embodiments.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
- a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present embodiments may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
- the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present embodiments.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures.
- two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
- FIG. 8 illustrates a block diagram that shows certain elements that may be included in the storage controller 101 , the hosts 104 , or other computational devices in accordance with certain embodiments.
- the system 800 may include a circuitry 802 that may in certain embodiments include at least a processor 804 .
- the system 800 may also include a memory 806 (e.g., a volatile memory device), and storage 808 .
- the storage 808 may include a non-volatile memory device (e.g., EEPROM, ROM, PROM, flash, firmware, programmable logic, etc.), magnetic disk drive, optical disk drive, tape drive, etc.
- the storage 808 may comprise an internal storage device, an attached storage device and/or a network accessible storage device.
- the system 800 may include a program logic 810 including code 812 that may be loaded into the memory 806 and executed by the processor 804 or circuitry 802 .
- the program logic 810 including code 812 may be stored in the storage 808 .
- the program logic 810 may be implemented in the circuitry 802 .
- One or more of the components in the system 800 may communicate via a bus or via other coupling or connection 814 . Therefore, while FIG. 8 shows the program logic 810 separately from the other elements, the program logic 810 may be implemented in the memory 806 and/or the circuitry 802 .
- Certain embodiments may be directed to a method for deploying computing instruction by a person or automated processing integrating computer-readable code into a computing system, wherein the code in combination with the computing system is enabled to perform the operations of the described embodiments.
- an embodiment means “one or more (but not all) embodiments of the present invention(s)” unless expressly specified otherwise.
- Devices that are in communication with each other need not be in continuous communication with each other, unless expressly specified otherwise.
- devices that are in communication with each other may communicate directly or indirectly through one or more intermediaries.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Quality & Reliability (AREA)
- Retry When Errors Occur (AREA)
- Software Systems (AREA)
- Computer Security & Cryptography (AREA)
Abstract
Description
Claims (18)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/459,475 US11157355B2 (en) | 2016-12-06 | 2019-07-01 | Management of foreground and background processes in a storage controller |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/370,511 US10379943B2 (en) | 2016-12-06 | 2016-12-06 | Management of foreground and background processes in a storage controller |
| US16/459,475 US11157355B2 (en) | 2016-12-06 | 2019-07-01 | Management of foreground and background processes in a storage controller |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/370,511 Continuation US10379943B2 (en) | 2016-12-06 | 2016-12-06 | Management of foreground and background processes in a storage controller |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20190324845A1 US20190324845A1 (en) | 2019-10-24 |
| US11157355B2 true US11157355B2 (en) | 2021-10-26 |
Family
ID=62240654
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/370,511 Expired - Fee Related US10379943B2 (en) | 2016-12-06 | 2016-12-06 | Management of foreground and background processes in a storage controller |
| US16/459,475 Active 2037-09-27 US11157355B2 (en) | 2016-12-06 | 2019-07-01 | Management of foreground and background processes in a storage controller |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/370,511 Expired - Fee Related US10379943B2 (en) | 2016-12-06 | 2016-12-06 | Management of foreground and background processes in a storage controller |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US10379943B2 (en) |
Families Citing this family (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10379943B2 (en) | 2016-12-06 | 2019-08-13 | International Business Machines Corporation | Management of foreground and background processes in a storage controller |
| AU2017435235B2 (en) * | 2017-10-13 | 2021-01-21 | Huawei Technologies Co., Ltd. | Application management method and terminal |
| US11055110B2 (en) * | 2018-06-05 | 2021-07-06 | Microsoft Technology Licensing, Llc | Operating system service for persistently executing programs |
| US11275527B1 (en) * | 2019-06-11 | 2022-03-15 | Western Digital Technologies, Inc. | Execution condition embedded in a command or a request to storage device |
| CN112256118B (en) * | 2019-07-02 | 2024-04-09 | 中兴通讯股份有限公司 | Application freezing control method, device, terminal and readable storage medium |
| CN113806694B (en) * | 2020-06-12 | 2025-01-21 | 北京小米移动软件有限公司 | A method, device and medium for protecting user privacy information |
| CN114625521B (en) * | 2020-12-08 | 2025-04-08 | 深圳Tcl新技术有限公司 | Memory management method, intelligent terminal and computer storage medium |
| US11941253B2 (en) * | 2021-04-22 | 2024-03-26 | EMC IP Holding Company, LLC | Storage system and method using persistent memory |
| US12493595B2 (en) * | 2021-07-09 | 2025-12-09 | Mongodb, Inc. | Systems and methods for automatic index creation in database deployment |
| KR20250065435A (en) * | 2023-03-07 | 2025-05-12 | 양쯔 메모리 테크놀로지스 씨오., 엘티디. | Managing operations in memory systems |
| CN119493514A (en) * | 2023-08-16 | 2025-02-21 | 长江存储科技有限责任公司 | Manage operations in the memory system |
| CN120276810A (en) * | 2023-12-29 | 2025-07-08 | 荣耀终端股份有限公司 | Application control method and related device |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20070220227A1 (en) | 2006-03-17 | 2007-09-20 | Emc Corporation | Techniques for managing data within a data storage system utilizing a flash-based memory vault |
| US20080222734A1 (en) | 2000-11-13 | 2008-09-11 | Redlich Ron M | Security System with Extraction, Reconstruction and Secure Recovery and Storage of Data |
| US20130073797A1 (en) * | 2011-09-21 | 2013-03-21 | Rafat CHOWDHURY | Memory device |
| US8473778B2 (en) | 2010-09-08 | 2013-06-25 | Microsoft Corporation | Erasure coding immutable data |
| US20160188220A1 (en) * | 2014-12-24 | 2016-06-30 | Kabushiki Kaisha Toshiba | Memory system and information processing system |
| US20160342465A1 (en) | 2015-05-21 | 2016-11-24 | Lenovo Enterprise Solutions (Singapore) Pte. Ltd. | Controlling a redundant array of independent disks (raid) that includes a read only flash data storage device |
| US20180157498A1 (en) | 2016-12-06 | 2018-06-07 | International Business Machines Corporation | Management of foreground and background processes in a storage controller |
-
2016
- 2016-12-06 US US15/370,511 patent/US10379943B2/en not_active Expired - Fee Related
-
2019
- 2019-07-01 US US16/459,475 patent/US11157355B2/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080222734A1 (en) | 2000-11-13 | 2008-09-11 | Redlich Ron M | Security System with Extraction, Reconstruction and Secure Recovery and Storage of Data |
| US20070220227A1 (en) | 2006-03-17 | 2007-09-20 | Emc Corporation | Techniques for managing data within a data storage system utilizing a flash-based memory vault |
| US8473778B2 (en) | 2010-09-08 | 2013-06-25 | Microsoft Corporation | Erasure coding immutable data |
| US20130073797A1 (en) * | 2011-09-21 | 2013-03-21 | Rafat CHOWDHURY | Memory device |
| US20160188220A1 (en) * | 2014-12-24 | 2016-06-30 | Kabushiki Kaisha Toshiba | Memory system and information processing system |
| US20160342465A1 (en) | 2015-05-21 | 2016-11-24 | Lenovo Enterprise Solutions (Singapore) Pte. Ltd. | Controlling a redundant array of independent disks (raid) that includes a read only flash data storage device |
| US20180157498A1 (en) | 2016-12-06 | 2018-06-07 | International Business Machines Corporation | Management of foreground and background processes in a storage controller |
Non-Patent Citations (4)
| Title |
|---|
| List of IBM Patents or Patent Applications Treated as Related, Jul. 1, 2019 2 pp. [18.691C1 (Appendix P)]. |
| Notice of Allowance 1 for U.S. Appl. No. 15/370,511, dated Mar. 29, 2019, 10 pp. [18.691 (NOA1)]. |
| Office Action 1 for U.S. Appl. No. 15/370,511, dated Nov. 30, 2018, 10 pp. [18.691 (OA1)]. |
| Response to Office Action 1 for U.S. Appl. No. 15/370,511, dated Febraury 28, 2019, 20 pp. [18.691 (ROA1)]. |
Also Published As
| Publication number | Publication date |
|---|---|
| US10379943B2 (en) | 2019-08-13 |
| US20180157498A1 (en) | 2018-06-07 |
| US20190324845A1 (en) | 2019-10-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11157355B2 (en) | Management of foreground and background processes in a storage controller | |
| US10275280B2 (en) | Reserving a core of a processor complex for a critical task | |
| US10042627B2 (en) | Cloud infrastructure for reducing storage facility code load suspend rate by redundancy check | |
| US11010295B2 (en) | Asynchronous update of metadata tracks in response to a cache hit generated via an i/o operation over a bus interface | |
| US11307900B2 (en) | Adjustment of the number of central processing units to meet performance requirements of an I/O resource | |
| US10223164B2 (en) | Execution of critical tasks based on the number of available processing entities | |
| US11048445B2 (en) | Rebalancing of the first extents of logical volumes among a plurality of ranks | |
| US10248464B2 (en) | Providing additional memory and cache for the execution of critical tasks by folding processing units of a processor complex | |
| US20190212925A1 (en) | Management of data written via a bus interface to a storage controller during consistent copying of data | |
| US10976941B2 (en) | Validation of storage volumes that are in a peer to peer remote copy relationship | |
| US10628089B2 (en) | Processing of a set of pending operations for a switchover from a first storage resource to a second storage resource | |
| US10613986B2 (en) | Adjustment of the number of tasks for a cache storage scan and destage application based on the type of elements to be destaged from the cache storage | |
| US10565056B2 (en) | Parallel data collection and recovery for failing virtual computer processing system | |
| US20160266806A1 (en) | Optimization of the copying of change recorded data by using spare flash capacity | |
| US10248457B2 (en) | Providing exclusive use of cache associated with a processing entity of a processor complex to a selected task | |
| US10606714B2 (en) | Stopping central processing units for data collection based on event categories of events | |
| US20200310867A1 (en) | Application migration management | |
| US11163474B2 (en) | Migration of data from a storage controller to cloud storage by using parallel readers for the data | |
| US11157192B2 (en) | Recall of previously migrated data from a cloud storage to a storage controller by using parallel writers for the data |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BORLICK, MATTHEW G.;GUPTA, LOKESH M.;NGUYEN, TRUNG N.;AND OTHERS;REEL/FRAME:049701/0130 Effective date: 20161205 Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BORLICK, MATTHEW G.;GUPTA, LOKESH M.;NGUYEN, TRUNG N.;AND OTHERS;REEL/FRAME:049701/0130 Effective date: 20161205 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |