US20060230086A1 - QoS-enabled lifecycle management for file systems - Google Patents

QoS-enabled lifecycle management for file systems Download PDF

Info

Publication number
US20060230086A1
US20060230086A1 US11/100,797 US10079705A US2006230086A1 US 20060230086 A1 US20060230086 A1 US 20060230086A1 US 10079705 A US10079705 A US 10079705A US 2006230086 A1 US2006230086 A1 US 2006230086A1
Authority
US
United States
Prior art keywords
file system
service class
storage container
service
file
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.)
Abandoned
Application number
US11/100,797
Inventor
Murthy Devarakonda
Konstantinos Magoutis
Norbert Vogl
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/100,797 priority Critical patent/US20060230086A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DEVARAKONDA, MURTHY V., MAGOUTIS, KONSTANTINOS, VOGL, NORBERT GEORGE
Priority to CNA2005800493277A priority patent/CN101443761A/en
Priority to EP05851325A priority patent/EP1872273A4/en
Priority to PCT/US2005/039781 priority patent/WO2006107340A2/en
Priority to TW095111825A priority patent/TWI368850B/en
Publication of US20060230086A1 publication Critical patent/US20060230086A1/en
Priority to US12/054,616 priority patent/US8332360B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/185Hierarchical storage management [HSM] systems, e.g. file migration or policies thereof

Definitions

  • This invention relates generally to computer systems and, more specifically, relates to quality of service (QoS) for storage on computer systems.
  • QoS quality of service
  • Storage in a computer system typically comprises file systems, although other storage such as databases may be used.
  • File systems are generally implemented using operating systems that format storage containers such as hard disks in accordance with the file systems.
  • File systems allow files to be named and located on a hard disk.
  • the file systems also allow files to span non-contiguous sectors of the hard disk, yet be easily found, copied, modified, and deleted.
  • NTFS Window NT File System
  • UNIX file systems may be of different types, such as Window NT File System (NTFS) and UNIX file systems. Such file systems may also run on heterogeneous server platforms.
  • NTFS Window NT File System
  • today widely-deployed file systems usually do not support quality of service. Further, today's file systems do not support lifecycle management. But, quality of service is becoming more important for file systems, and as quality of service is becoming important, lifecycle management is also becoming important for file systems and other storage. Lifecycle management is already important in other fields and it would be beneficial to provide this management in storage for computer systems, but such management is not easily provided using conventional file systems.
  • the present invention provides for lifecycle management of file systems.
  • a method is disclosed for lifecycle management for file systems.
  • One or more storage containers are allocated.
  • a file system is created on the one or more storage containers.
  • the file system and the one or more storage containers are associated with a service class.
  • the service class is used during lifecycle actions performed on the file system. Lifecycle actions may comprise, e.g., creating, extending, replicating, moving, or migrating a file system.
  • an apparatus for lifecycle management for file systems.
  • the apparatus comprises at least one memory and at least one processor coupled to the at least one memory.
  • the at least one processor is configured to allocate one or more storage containers associated with a service class in the at least one memory.
  • a file system is created on the one or more storage containers, and the file system is associated with the service class.
  • the at least one processor is additionally configured to use the service class during lifecycle actions performed on the storage.
  • a signal bearing medium that tangibly embodies a program of machine-readable instructions executable by a digital processing apparatus to perform operations for lifecycle management for storage.
  • the operations comprise allocating one or more storage containers associated with a service class.
  • the operations also comprise creating a file system in the storage container, where the file system is associated with the service class.
  • the service class is used during lifecycle actions performed on the storage.
  • an apparatus in another exemplary embodiment, comprises means for allocating at least one storage container associated with a service class; means for creating a file system on the at least one storage container, wherein the file system is associated with the service class; and means for using the service class during lifecycle actions performed on the file system.
  • a method for lifecycle management for file systems comprises allocating at least one storage container associated with a service class.
  • a file system is created on the at least one storage container, wherein the file system is associated with the service class.
  • the service class of the file system is maintained throughout a lifecycle of the file system.
  • FIG. 1 is a block diagram of an exemplary storage system providing QoS-enabled lifecycle management for file systems
  • FIG. 2 is an illustration of an exemplary table for storing associations between file systems and service classes
  • FIG. 3 is a flowchart of an exemplary method for creating a file system
  • FIG. 4 is a flowchart of an exemplary method for registering a file system
  • FIG. 5 is a flowchart of an exemplary method for deleting a file system
  • FIG. 6 is a flowchart of an exemplary method for extending a file system
  • FIG. 7 is a flowchart of an exemplary method for migrating a file system
  • FIG. 8 is a flowchart of an exemplary method for moving a file system
  • FIG. 9 is a flowchart of an exemplary method for replicating a file system.
  • QoS quality of service
  • Present attempts to solve to this challenge include the following: (1) Do nothing; (2) Use human-based and/or tool-based monitoring of file systems and perform manual provisioning and lifecycle management as needed; (3) Create a new file system type that is capable of quality of service support on heterogeneous systems and migrate existing data to this file system; and (4) Use scripts to add storage in response to out of space alerts.
  • the first proposed solution is generally not acceptable in an on demand environment.
  • the second proposed solution can be expensive and is error prone.
  • the third proposed solution has a disadvantage that this solution requires extensive development costs of a new file system type and risks that customers may not want to switch to a new file system.
  • the fourth proposed solution has limited functionality and does not assure quality of service through the entire lifecycle.
  • a file system is a conventional file system, which is a structured organization of data, where the data is organized into named entities called files, each can have zero to a system-defined limit of bytes.
  • files There are special files called directories that contain names of other files or directories.
  • Files and directories have attributes such as owner and group ids, creation, modification, and access time, size, and so on.
  • attributes such as owner and group ids, creation, modification, and access time, size, and so on.
  • a file system is created using one or more logical volumes, where the logical volumes are abstractions. See Vanel et al., “AIX Logical Volume Manager, from A to Z: Introduction and Concepts,” IBM, First Edition, January 2000.
  • a logical volume is created using one or more physical volumes.
  • a physical volume may be a disk or a partition of a disk that is directly attached to a server, or a physical volume may be a virtual disk in a Storage Area Network (SAN), which is commonly referred to as LUN (Logical Unit Number).
  • SAN Storage Area Network
  • LUN Logical Unit Number
  • a storage container comprises a collection of storage objects (e.g., any persistent memory structure that can be used for storage, such as hard disks, segments, regions, and feature objects).
  • a storage container consumes one set of storage objects and produces a new set of storage objects.
  • One common subset of storage containers is a logical volume.
  • the present invention will typically be used for storage containers that expose a “disk-like” interface, such as one would see in the logical volumes.
  • U.S. patent application Ser. No. 10/449,269 entitled “Policy-Based, Autonomically Allocated Storage,” filed on May 29, 2003 by inventors Murthy V Devarakonda, Bill Arnold, Alla Segal, David M Chess, and Ian N Whalley teaches allocation, monitoring, and re-allocation of storage and creation of storage, under policy constraints.
  • U.S. patent application Ser. No. 10/449,269 is called the “ALOMS-Tango patent application” herein.
  • the ALOMS-Tango patent application describes a method for allocating storage in a computer storage system, the method comprising specifying constraints on resource allocation in said computer storage system, analyzing capabilities of the computer storage system and forming analysis results, associating an allocation request with a given quality of service, allocating a portion of available storage in the computer storage system based on at least one policy in said constraints, the analysis results and the quality of service, monitoring the computer storage system in forming a determination that there is a failure to meeting the quality-of-service, reallocating resources in response to the determination that there is a failure to meet the quality-of-service.
  • Policy constraints include selection of a service class, e.g., based on the requesting user and application.
  • the ALOMS-Tango patent application also teaches that a service class is defined as an abstraction that comprises at least one of performance, availability, space requirements, and security requirements of a storage-using application.
  • Performance requirements comprise at least one of: throughput, response time, and transfer rate.
  • Availability requirements comprise at least one of: storage system up time and error rate.
  • Space requirements comprise at least one of: maximum size, initial size, size increments, and guaranteed size.
  • Security requirements include: a physical location of the storage; who is authorized to access data, and who is authorized is to request new storage or change an existing storage allocation. While the ALOMS-Tango patent application is a tremendous improvement over conventional techniques, that patent application does not describe how to manage lifecycle functions of a file system.
  • Brooks et al. “IBM Tivoli Storage Resource Manager: A Practical Introduction,” International Technical Support Organization, IBM, August 2003, features are described of a product that monitors file systems for extending sizes of file systems in a plurality of networked computer systems of an enterprise.
  • the product includes agents running on the computer systems for collecting information about individual file systems, and a central server where the information is collected from the distributed agents and analyzed for the purposes of reporting and for extending the size of file systems if the underlying logical volumes have free space.
  • the product can also add additional physical volumes to a logical volume and hence to a file system using a command template and a specific type of SAN storage.
  • the Brooks et al. document does not describe how to add physical volumes with quality of service and also does not describe how to manage lifecycle functions of a file system.
  • a file system of an existing type may be created in one or more quality of service enabled storage containers (e.g., logical volumes as in the AIX operating system), which are allocated, monitored, or re-allocated. Such allocation, monitoring, and re-allocation may be performed, for instance, as described in the ALOMS-Tango patent application.
  • an association between the file system and a corresponding quality of service for the file system is stored in non-volatile memory. Associating appropriate storage containers with a file system and maintaining quality of service requirements throughout the lifecycle of a file system are aspects of this invention.
  • An exemplary embodiment of the present invention provides an interface by which an administrator can request that a file system with a certain predefined quality of service class be created. For instance, a request to create a file system with a predefined quality of service might be created through the following steps:
  • an exemplary embodiment of the present invention provides an interface by which an administrator can request that an existing file system have other lifecycle actions be performed, such as extending, replicating, moving, or migrating a file system.
  • this exemplary embodiment can create (e.g., using techniques disclosed in the ALOMS-Tango patent application) additional storage containers of the required quality of service and then perform necessary extension, replication, movement or migration of the file system onto the newly created storage containers.
  • An exemplary embodiment also provides an interface by which an administrator can request that an existing file system be deleted, optionally after a set retention period.
  • the file system is unmounted (e.g., using “umount”) and techniques are performed to remove and erase the logical volumes on which this file system was created.
  • Such techniques may be performed using techniques disclosed in the ALOMS-Tango patent application.
  • An exemplary advantage of the present invention is that quality of service management and resource arbitration can occur in a distributed environment of existing file system types. It is an added exemplary advantage of this invention that an embodiment of the present invention leverages existing monitoring software and operating systems and does not require data migration to a new file system.
  • FIG. 1 an exemplary storage system 100 is shown that provides QoS-enabled lifecycle management for file systems.
  • Storage system 100 is typically implemented, as shown in FIG. 1 , on a distributed computer system comprising a number of processors 105 and a number of memories 110 , where the processors 105 and memories 110 are from computer systems interconnected through one or more networks (not shown).
  • the storage system 100 could be implemented in a single computer system.
  • the storage system 100 could be “embedded” as part of a network-addressable storage device, for instance.
  • the memories 110 comprise event 115 , service class selection policies 120 , service class definitions 125 , file system to service class non-volatile table 130 , storage container allocation module 135 , file system configuration module 140 , quality of service lifecycle manager 180 , storage containers 160 , of which storage containers 160 - 1 through 160 -X are shown, and a capacity monitoring tool 185 .
  • the quality of service lifecycle manager 180 comprises a service class selector 145 , an event processing module 150 , and an event scheduler 155 .
  • Each file system 165 resides on one or more storage containers 160 and each file system 165 is associated with a service class 161 .
  • the association between the service class 161 and the file system 165 is in an exemplary embodiment stored in a table, shown in FIG. 2 .
  • the service classes 161 are in an exemplary embodiment an abstraction that comprises at least one of performance, availability, space, and security requirements.
  • the service classes 161 in an exemplary embodiment of the present invention describe requirements for file systems 165 .
  • the service classes 161 may be named, e.g., Gold, Silver, Bronze, as shown in FIG. 2 . While names for service classes 161 are not necessary, names are beneficial and any name may be used that allows administrators to conveniently remember the associated requirements of a file system 165 .
  • the service class definitions 125 provide definitions of requirements for service classes and also generally provide names (e.g., as described above) for the service classes. For instance, a service class of “Gold” might mean that storage is placed only on highly-available equipment and a high performance rate is to be maintained. A service class of Platinum might mean that very high availability (e.g. with mirrored, redundant highly-available equipment), high security, and very high performance requirements are to be maintained.
  • the service class selection policies 120 allow service classes 161 to be selected for file systems 165 .
  • a policy is, e.g., a rule that defines a choice in the behavior of a system.
  • a policy has a conditional part and an action part. In an exemplary embodiment, when the conditional part is evaluated to a Boolean value true, the action part is executed.
  • a policy states constraints under which the storage system should operate.
  • a policy can include a set of constraints.
  • Example policies include: (1) For customerA, applicationDB, and logTableSpaces, use service class Gold; (2) For storage having Gold service classes, notify if throughput falls below 25 percent of the value specified in a service class definitions 125 .
  • a user invokes lifecycle actions at the quality of service lifecycle manager 180 , typically through an event 115 , which acts as an interface between the user and the quality of service lifecycle manager 180 .
  • a lifecycle of a file system 165 is the series of events that occur between creation of the file system 165 (e.g., when the file system 165 can physically be accessed) to deletion of the file system 165 (e.g., when the file system 165 can no longer be accessed).
  • a capacity monitoring tool 185 e.g., to request to extend a file system when space is getting low
  • the event scheduler 155 e.g., to request to migrate a file system at a certain time
  • An exemplary schedule e.g., a calendar used by the event scheduler 185 is described in FIG. 2 .
  • Events 115 have event types in an exemplary embodiment, which include the following: Create File System; Delete File System; Extend File System; Migrate File System; Move File System; and Replicate File System. Each of these event types cause a corresponding lifecycle action, methods for which are described in FIGS. 3-9 , respectively.
  • An event 115 will generally comprise arguments that identify the file system upon which a lifecycle action is to be taken and the event type, as well as additional information that is unique for a lifecycle action. For example, when a file system of a certain quality of service is needed, an administrator invokes an event 115 having a Create File System event type with the specification of the mount point, server, service class name (e.g., corresponding to a quality of service), and initial size for the file system.
  • event 115 having the Create File system event type is merely exemplary.
  • a service class 161 could include an initial size for a file system, which means that the event 115 need not contain an initial size.
  • a user and/or application may also be provided for the Create File System event type.
  • a lifecycle action e.g., method 300 of FIG. 3 ) to create a file system 165 is performed in response to the event 115 .
  • An administrator can also specify a capacity monitoring policy (e.g., as part of the service class selection policies 120 ) which the quality of service lifecycle manager 180 uses to instruct a capacity monitoring tool 185 when the capacity monitoring tool 185 should raise an alert (e.g., as an event 115 ) as a file system 165 begins to fill up from usage (e.g., the remaining capacity of the file system 165 reaches a predetermined remaining capacity).
  • a capacity monitoring policy e.g., as part of the service class selection policies 120
  • an alert e.g., as an event 115
  • the file system to service class non-volatile table 130 is one exemplary result of analyzing the service class selection policies 120 and producing associations between file systems 160 and the service classes 161 associated therewith.
  • An exemplary file system to service class non-volatile table is shown in FIG. 2 .
  • the file system to service class non-volatile table 130 is optional but beneficial. Without the file system to service class non-volatile table 130 , the service class selection policies 120 would typically be analyzed each time an event 115 is received, and such an analysis could be slow.
  • the file system to service class non-volatile table 130 provides much quicker indexing than provided by analyzing the service class selection policies 120 . Note that the file system to service class non-volatile table 130 would typically be updated or re-determined when changes are made to the service class selection policies 120 .
  • step 171 an event 115 is passed to the quality of service lifecycle manager 180 .
  • the event 115 includes, in an exemplary embodiment as described above, event type, file system, and context (user, application, and the like).
  • step 172 the event processing module 150 processes the event 115 and communicates a processed version of the event 115 to the service class selector 145 .
  • the service class selector 145 determines the service class 161 for the file system 165 in the event 115 .
  • the service class selector 145 communicates the service class to the event processing module 150 .
  • the event processing module 150 communicates, in step 174 , to the storage container allocation module 135 the service class and other information (e.g., space requirements) so that the storage container allocation module 135 can set up a suitable storage container 160 .
  • the storage container allocation module 135 sets up an appropriate storage container 160 .
  • Storage containers 160 are allocated with a target service class. It is assumed that each storage container 160 (e.g., or an entity in communication with a storage container 160 ) supports and enforces quality of service.
  • the present invention enables and maintains quality of service for file systems 165 by, e.g., making sure that a file system 165 is stored in appropriate storage container(s) 160 at all times, throughout the lifecycle of the file system 165 .
  • the storage container allocation module 135 informs the event processing module 150 that the storage container has been set up.
  • the event processing module 150 in step 176 then communicates to the file system configuration module 140 information (e.g., a reference to the storage container 160 ) used to set up a file system 165 .
  • Exemplary references to the storage container 160 include logical volume identifiers, physical volume identifiers, volume groups, disk drive letters, Small Computer System Interface (SCSI) Logical Unit Numbers (LUNs), SCSI targets, device serial numbers, Common Information Model (CIM) object paths, and Universal Naming Convention (UNC) paths.
  • the file system configuration module 140 then configures or reconfigures the file system 165 to use associated storage container(s) 160 .
  • step 177 the event scheduler 155 schedules known events 115 (e.g., data retention period expiration). Scheduling may be performed in another part of the quality of service lifecycle manager 180 if desired.
  • steps 171 - 177 may be performed through, for instance, messages, methods performed by objects, and any other suitable technique. Furthermore, steps 171 - 177 are merely exemplary and some or all of them need not be performed. Additionally, the present invention may be performed by a signal bearing medium tangibly embodying a program of machine-readable instructions.
  • the machine-readable instructions are executable by a digital processing apparatus (such as a storage system 100 ) to perform operations for lifecycle management for file systems.
  • a digital processing apparatus such as a storage system 100
  • the quality of service lifecycle manager 180 and other entities in memory(ies) 110 would be implemented as software and brought into the processor(s) 105 in order to configure the processor(s) 105 to perform operations for lifecycle management of file systems.
  • the entities in memory(ies) 110 could also be implemented as hardware (e.g., as a semiconductor circuit and/or part of a programmable gate array), or implemented as some combination of hardware and software.
  • An exemplary table 200 is shown in FIG. 2 for storing associations between file systems and service classes.
  • Each entry 250 has a file system name 210 , a service class name 220 , and a schedule 230 .
  • the file system section has a name (e.g., FS 1 , FS 2 , and FS 1 ).
  • Each entry 250 provides an association between the file system name 210 and the service class name 220 .
  • a file system name 210 in an exemplary embodiment is simply a unique, opaque, identifier corresponding to a file system 165 .
  • the file system name 210 could be a character string, a pointer, or some type of data structure with multiple fields (e.g. field-1: server address, field-2: server-specific pointer and additional fields are possible).
  • a part of meta-data for the file system name 210 may contain a special, unique identifier that identifies the file system, and this could be the “name” for the file system 165 .
  • the service class names 220 are Gold, Platinum, and Bronze, and each of these has a corresponding defined set of requirements (e.g., in service class definitions 125 ) for a service class 161 .
  • each of the service class names 230 is typically a unique, opaque, identifier corresponding to a service class 161 .
  • the schedule 230 which is optional, indicates when the service class 220 is valid.
  • a file system has a service class name 220 of Bronze for weekends and Gold for weekdays.
  • the file system named FS 1 is migrated (see, e.g., FIGS. 7A and 7B ) from the service class 161 associated with the service class name 220 “Gold” to the service class 161 associated with the service class name 220 “Bronze.”
  • the file system named FS 1 is migrated (see, e.g., FIGS.
  • the file system named FS 2 has a service class name 230 of Platinum and has a schedule 230 of “Always,” which means that the Platinum service class is valid until modified by a user.
  • the schedule 230 could be used, for instance, by the event scheduler 155 of FIG. 1 , which would generate events 115 as per the schedule 240 .
  • an event 115 could be generated at 10 p.m. on Friday to migrate the file system FS 1 from Gold service class, to the Bronze service class.
  • step 310 when a “Create File System” event is received (step 310 ) the quality of service lifecycle manager 180 determines the service class 161 (step 320 ) and allocates a storage container 160 with the appropriate service class 161 (step 330 ).
  • step 330 is performed by having the quality of service lifecycle manager 180 invoke storage container allocation by calling the storage container allocation module 135 .
  • the storage container allocation module 135 creates a storage container 160 of the specified service class 161 .
  • storage allocation (e.g., performed by a storage container allocation module 135 ) may expect as input a storage container service class instead of a file system service class 161 .
  • a description associated with a storage container service class can be derived from a description associated with a service class 161 for file systems 165 .
  • a description for a service class for a storage container 160 may contain a block-level Input/Output Per Second (IOPS) throughput metric
  • IOPS Input/Output Per Second
  • a description for a file system service class 161 may contain a file-level MBps (Megabyte per second) bandwidth metric.
  • IOPS Input/Output Per Second
  • MBps Megabyte per second bandwidth metric
  • More accurate block-level metrics may be obtained with detailed knowledge of the storage container internals (e.g., cache size, block size, intermediate components, and more). Typically, those skilled in the art can create appropriate storage system service class transformations which will provide sufficient performance that meets or exceeds the performance requirements in the file system service classes 161 .
  • step 335 the quality of service lifecycle manager 180 creates a file system 165 using the storage container 160 .
  • step 335 entails formatting and otherwise manipulating the storage container(s) 160 so that the structure of the file system 165 can be stored on the storage container(s) 160 .
  • step 335 could be performed with the “mkfs” command.
  • step 335 could be performed with the Format command, and Windows provides a Graphical User Interface (GUI) which allows one to interact with the Windows Disk Management Service to create the file system 161 on the storage container(s) 160 .
  • GUI Graphical User Interface
  • step 340 the quality of service lifecycle manager 180 configures the new file system 165 (e.g., by invoking the file system configuration module 140 ).
  • step 340 involves one or more steps to allow a computer system to access the file system 165 .
  • step 340 may be performed using the “mount” command.
  • Step 340 may also be automated.
  • monitoring of the file system 165 may commence, if desired, using steps 345 and 350 .
  • a capacity monitoring tool 185 could recognize the new file system 165 and start monitoring the capacity of the new file system 165 .
  • the quality of service lifecycle manager 180 sends any capacity monitoring policies for the file system 165 to the (e.g., distributed) capacity monitoring tool 185 to guide the monitoring and alerting process. If there is a quality of service lifecycle manager (LCM) 180 event 115 to schedule, the capacity monitoring tool 185 can schedule such an event in step 450 . Additionally, the event scheduler 155 can use steps 345 and 350 to schedule events such as those shown in schedule 240 of FIG. 2 .
  • LCM quality of service lifecycle manager
  • the quality of service lifecycle manager 180 determines the service class 161 using, e.g., a service class selector 145 , which acts as a policy manager.
  • the quality of service lifecycle manager 180 invokes (step 365 ) the service class selector 145 with a set of service class selection policies 120 (step 360 ) and information from the event 151 .
  • This information may contain, as described above, the event type, the name of the file system 165 , and contextual information such as the identity of the user and/or application making the request.
  • the service class selector 145 (e.g., acting as a policy manager) examines this information and returns a service class 161 . This occurs in step 380 .
  • An association between the file system 165 and the service class definition is then, in an exemplary embodiment, stored in non-volatile memory (e.g., as file system to service class non-volatile table 130 / 200 ) for quick reference (step 390 ).
  • the quality of service lifecycle manager 180 determines the service class 161 by table lookup (e.g., using file system to service class non-volatile table 130 / 200 ), prompting the user via a user interface, and/or by referencing a service class name which may optionally included in the lifecycle event.
  • step 420 is shown in greater detail.
  • step 430 the service class selection policies 120 are loaded.
  • the service class selector 145 acting as a policy manager, is invoked (e.g., by the event processing module 150 ) with the file system 165 (e.g., a reference to the file system 165 , such as file system name 210 ) and with operating context.
  • the service class selector 145 determines the chosen service class 161 (step 450 ) and stores the association between the file system 165 and the service class 161 in the file system to service class non-volatile table 130 (step 460 ).
  • Registration while not required, has a benefit of faster determination of the association between a file system 165 and a corresponding service class 161 and allows the quality of service lifecycle manager 180 to determine more easily whether a lifecycle action is requested on a registered file system 165 .
  • an exemplary method 500 is shown for deleting a file system.
  • the service class 161 is determined in step 510 through techniques already described above.
  • the quality of service lifecycle manager 180 removes the file system 165 and, if necessary, the association in the file system to service class non-volatile table 130 / 200 between the file system 165 and the storage container 160 .
  • a confirmation process if any, has already been gone through and such as process is not included in FIG. 3 but may be included if desired.
  • Such confirmation process would typically have steps modified at least partially by the service class 161 . For instance, a Platinum service class might require multiple confirmations and/or passwords, while a Generic service class might only require a simple confirmation.
  • step 520 the file system is deleted (e.g., removed) in accordance with the service class 161 .
  • the service class 161 is checked to see if there are special disposal instructions, such as data being required to be securely scrubbed from a disk. Any disposal instructions are followed in step 520 .
  • step 525 the storage containers are de-allocated.
  • any capacity monitoring tool 185 will recognize the deletion of the file system 165 and will make appropriate changes to the internal functionality of the capacity monitoring tool 185 .
  • one way to determine a service class 161 is by retrieving a service class 161 from a file system to service class non-volatile table 130 / 200 (step 530 ).
  • FIG. 6 including FIGS. 6A and 6B , an exemplary method 600 is shown for extending a file system.
  • a capacity monitoring tool 185 can recognize the event and based on the policies (e.g., determined through service class selection policies 120 ) in effect, the capacity monitoring tool 185 will generate an alert to the quality of service lifecycle manager 180 .
  • the alert is an “Extend File System” event 115 .
  • the quality of service lifecycle manager 180 determines the service class 161 (step 615 ) for the file system 165 in the event 115 , e.g.
  • the quality of service lifecycle manager 180 requests (step 620 ) the storage container allocation module 135 to extend the previously allocated storage for the file system 165 while maintaining the quality of service as defined by the service class 161 .
  • the storage container allocation module 135 might extend the physical volumes on which the storage container 160 (e.g., as a logical volume) is created, or the storage container allocation module 135 might create a new physical volume and extend the storage container 160 (e.g., as a logical volume) over the added physical volume, and all of this is done while maintaining the service class requirements. If the request is successful, then the quality of service lifecycle manager 180 configures the extended file system 165 (step 625 ). If the request is denied, then the quality of service lifecycle manager 180 reports a failure to extend the file system to the user.
  • FIG. 7 including FIGS. 7A and 7B , an exemplary method 700 is shown for migrating a file system.
  • Migrating is a process where the old file system has a particular service class 161 and the new file system is to have a different service class 161 .
  • FIG. 7 illustrates one way of performing migration, which is to create a new file system and to fill the new file system with data from the old file system.
  • step 710 when a “Migrate File System” event 115 is received (step 710 ) the quality of service lifecycle manager 180 determines the service class 161 (step 720 ) and allocates a storage container 160 (e.g., or storage containers 16 ) with the appropriate service class 161 (step 730 ).
  • step 730 is performed by having the quality of service lifecycle manager 180 invoke storage container allocation by calling the storage container allocation module 135 .
  • the storage container allocation module 135 creates a storage container 160 (e.g., or storage containers 160 ) of the specified new service class 161 .
  • the quality of service lifecycle manager 180 moves the file system 165 to the new storage container(s) 160 .
  • the structure of the file system 165 is copied or otherwise recreated on the new storage container(s) 160 .
  • the move could be done through the Unix “dd” (disk dump) command.
  • dd disk dump
  • one storage container 160 may be copied to another storage container 160 , while preserving internal data structures, using, e.g., FlashCopy techniques or PPRC (Peer-to-Peer Remote Copy).
  • step 745 the quality of service lifecycle manager 180 reconfigures file system 165 and de-allocates the old storage container(s) 160 (e.g., by invoking the storage container allocation module 135 , which performs the de-allocation).
  • Reconfiguration of the file system 165 is performed to so that computer systems accessing the file system 165 function correctly with the new storage containers 160 .
  • the reconfiguration of the file system 165 may be performed, in part, by using commands (e.g. “mount”, “NET USE”) as described in step 340 , above.
  • the quality of service lifecycle manager 180 determines the service class 161 using a service class selector 145 , which acts as a policy manager.
  • the quality of service lifecycle manager 180 invokes (step 760 ) the service class selector 145 with a set of service class selection policies 120 (step 750 ) and information from the event 151 .
  • This information may contain, as described above, the event type, the name of the file system 165 , and contextual information such as the identity of the user and/or application making the request.
  • the service class selector 145 (e.g., acting as a policy manager) examines this information and returns a service class 161 . This occurs in step 770 .
  • an association between the new file system 165 and the service class definition is, in an exemplary embodiment, stored in non-volatile memory (e.g., as file system to service class non-volatile table 130 / 200 ).
  • the new association replaces the old association between the old service class 161 and the old file system 165 .
  • an exemplary method 800 is shown for moving a file system 165 .
  • the quality of service lifecycle manager 180 determines the service class 161 (step 820 ) and allocates new storage container(s) 160 with the appropriate service class 161 (step 830 ).
  • a file system 165 would also be created in step 830 .
  • the appropriate service class 161 is retrieved from file system to service class non-volatile table 130 / 200 .
  • the quality of service lifecycle manager 180 moves (step 840 ) the old file system 165 , removes the old file system (step 845 ), and de-allocates (step 845 ) the old storage containers (e.g., by invoking the storage container allocation module 135 , which performs the de-allocation). It should be noted that associations between the file system 165 and the storage containers 160 should also be updated.
  • FIG. 9 including FIGS. 9A and 9B , an exemplary method 900 is shown for replicating a file system.
  • the quality of service lifecycle manager 180 determines the service class 161 (step 920 ) and allocates new storage container(s) 160 with the appropriate service class 161 (step 930 ). Note that a file system 165 would also be created in step 930 .
  • the appropriate service class 161 is retrieved from file system to service class non-volatile table 130 / 200 .
  • the association between the replicated file system and the service class is stored in the file system to service class non-volatile table 130 / 200 .
  • the quality of service lifecycle manager 180 replicates (step 940 ) the file system 165 to the new storage containers 160 .
  • While a typical use of the present invention is for conventional file systems 165 , the techniques presented herein could be adapted to provide quality of service lifecycle management of other types of persistent data organization (such as databases) and virtualized storage.
  • IBM makes a product, called IBM SAN Volume Controller Software for the Cisco MDS 9000 (SANVC4MDS), which performs “Volume Virtualization.”
  • SANVC4MDS acts as a storage container by creating virtualized disk volumes out of collections of storage subsystem volumes (e.g., storage containers 165 ).
  • the present invention provides quality of service lifecycle management for file systems
  • the invention could also provide quality of service lifecycle management for file systems for the virtual volumes created by the SANVC4MDS.
  • the embodiments of this invention may be implemented by computer software executable by one or more processors (e.g., processors 105 ) or by other hardware circuitry, or by a combination of software and hardware circuitry.
  • processors e.g., processors 105
  • the various blocks of the flow diagrams of FIGS. 3A-9B may represent program steps (e.g., defined by software), or interconnected logic circuits, blocks and functions, or a combination of program steps and logic circuits, blocks and functions for performing the specified tasks.
  • Circuitry includes semiconductor circuits, processors such as digital signal processors or general purpose processors, and programmable logic devices.

Abstract

In an exemplary aspect of the invention, a method is disclosed for lifecycle management for file systems. The method comprises the following steps. At least one storage container adapted to support a file system is allocated. The at least one storage container and the file system are associated with a service class. The file system is created in the storage container. The service class is used during lifecycle actions performed on the file system. Lifecycle actions may comprise, e.g., creating, extending, replicating, moving, or migrating a file system. The service class for the file system may also be maintained for a lifecycle of the file system.

Description

    TECHNICAL FIELD
  • This invention relates generally to computer systems and, more specifically, relates to quality of service (QoS) for storage on computer systems.
  • BACKGROUND OF THE INVENTION
  • Storage in a computer system typically comprises file systems, although other storage such as databases may be used. File systems are generally implemented using operating systems that format storage containers such as hard disks in accordance with the file systems. File systems allow files to be named and located on a hard disk. The file systems also allow files to span non-contiguous sectors of the hard disk, yet be easily found, copied, modified, and deleted.
  • Existing widely-deployed file systems may be of different types, such as Window NT File System (NTFS) and UNIX file systems. Such file systems may also run on heterogeneous server platforms. However, today widely-deployed file systems usually do not support quality of service. Further, today's file systems do not support lifecycle management. But, quality of service is becoming more important for file systems, and as quality of service is becoming important, lifecycle management is also becoming important for file systems and other storage. Lifecycle management is already important in other fields and it would be beneficial to provide this management in storage for computer systems, but such management is not easily provided using conventional file systems.
  • What is needed then are techniques for creating file systems, while providing quality of service and maintaining quality of service during lifecycles of the file systems.
  • BRIEF SUMMARY OF THE INVENTION
  • The present invention provides for lifecycle management of file systems. In an exemplary aspect of the invention, a method is disclosed for lifecycle management for file systems. One or more storage containers are allocated. A file system is created on the one or more storage containers. The file system and the one or more storage containers are associated with a service class. The service class is used during lifecycle actions performed on the file system. Lifecycle actions may comprise, e.g., creating, extending, replicating, moving, or migrating a file system.
  • In another exemplary embodiment, an apparatus is disclosed for lifecycle management for file systems. The apparatus comprises at least one memory and at least one processor coupled to the at least one memory. The at least one processor is configured to allocate one or more storage containers associated with a service class in the at least one memory. A file system is created on the one or more storage containers, and the file system is associated with the service class. The at least one processor is additionally configured to use the service class during lifecycle actions performed on the storage.
  • In yet another exemplary embodiment, a signal bearing medium is disclosed that tangibly embodies a program of machine-readable instructions executable by a digital processing apparatus to perform operations for lifecycle management for storage. The operations comprise allocating one or more storage containers associated with a service class. The operations also comprise creating a file system in the storage container, where the file system is associated with the service class. The service class is used during lifecycle actions performed on the storage.
  • In another exemplary embodiment, an apparatus is disclosed that comprises means for allocating at least one storage container associated with a service class; means for creating a file system on the at least one storage container, wherein the file system is associated with the service class; and means for using the service class during lifecycle actions performed on the file system.
  • In yet another exemplary embodiment, a method for lifecycle management for file systems is disclosed. The method comprises allocating at least one storage container associated with a service class. A file system is created on the at least one storage container, wherein the file system is associated with the service class. The service class of the file system is maintained throughout a lifecycle of the file system.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing and other aspects of embodiments of this invention are made more evident in the following Detailed Description of Exemplary Embodiments, when read in conjunction with the attached Drawing Figures, wherein:
  • FIG. 1 is a block diagram of an exemplary storage system providing QoS-enabled lifecycle management for file systems;
  • FIG. 2 is an illustration of an exemplary table for storing associations between file systems and service classes;
  • FIG. 3, including FIGS. 3A and 3B, is a flowchart of an exemplary method for creating a file system;
  • FIG. 4, including FIGS. 4A and 4B, is a flowchart of an exemplary method for registering a file system;
  • FIG. 5, including FIGS. 5A and 5B, is a flowchart of an exemplary method for deleting a file system;
  • FIG. 6, including FIGS. 6A and 6B, is a flowchart of an exemplary method for extending a file system;
  • FIG. 7, including FIGS. 7A and 7B, is a flowchart of an exemplary method for migrating a file system;
  • FIG. 8, including FIGS. 8A and 8B, is a flowchart of an exemplary method for moving a file system; and
  • FIG. 9, including FIGS. 9A and 9B, is a flowchart of an exemplary method for replicating a file system.
  • DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS
  • Meeting quality of service (QoS) goals is becoming an important requirement for file systems in an on-demand environment, where quality of service goals may include goals corresponding to capacity, performance, and availability requirements. Besides the need to support a level of quality of service at the time of allocation of a file system, it is also beneficial to maintain the quality of service requirements throughout lifecycle of the file system, for example, whenever the file system has to be extended, replicated, moved, migrated, and/or deleted. Providing quality of service for existing types of file systems from different vendors at the time of creation of the file systems, as well as during lifecycles of the file systems, is a significant challenge.
  • Present attempts to solve to this challenge include the following: (1) Do nothing; (2) Use human-based and/or tool-based monitoring of file systems and perform manual provisioning and lifecycle management as needed; (3) Create a new file system type that is capable of quality of service support on heterogeneous systems and migrate existing data to this file system; and (4) Use scripts to add storage in response to out of space alerts.
  • The first proposed solution is generally not acceptable in an on demand environment. The second proposed solution can be expensive and is error prone. The third proposed solution has a disadvantage that this solution requires extensive development costs of a new file system type and risks that customers may not want to switch to a new file system. Finally, the fourth proposed solution has limited functionality and does not assure quality of service through the entire lifecycle.
  • Thus, there is a need for techniques that provide lifecycle management and quality of service for file systems. Before proceeding with a description of the present invention, which provides both lifecycle management and quality of service for file systems and other storage, it is helpful to describe information about file systems and techniques used for quality of service for file systems.
  • In an exemplary embodiment, a file system is a conventional file system, which is a structured organization of data, where the data is organized into named entities called files, each can have zero to a system-defined limit of bytes. There are special files called directories that contain names of other files or directories. Files and directories have attributes such as owner and group ids, creation, modification, and access time, size, and so on. When files are organized hierarchically, there is a unique file called the root of the file system. Data that describes files and directories is called meta-data.
  • In certain commercial operating systems, such as AIX by IBM, a file system is created using one or more logical volumes, where the logical volumes are abstractions. See Vanel et al., “AIX Logical Volume Manager, from A to Z: Introduction and Concepts,” IBM, First Edition, January 2000.
  • Other operating systems employ similar concepts. A logical volume is created using one or more physical volumes. A physical volume may be a disk or a partition of a disk that is directly attached to a server, or a physical volume may be a virtual disk in a Storage Area Network (SAN), which is commonly referred to as LUN (Logical Unit Number). Presently, administrators create files systems using any available storage containers such as physical and logical volumes, as there is no requirement or support for quality of service enabled file system creation.
  • In the present invention, a storage container comprises a collection of storage objects (e.g., any persistent memory structure that can be used for storage, such as hard disks, segments, regions, and feature objects). A storage container consumes one set of storage objects and produces a new set of storage objects. One common subset of storage containers is a logical volume. In general, the present invention will typically be used for storage containers that expose a “disk-like” interface, such as one would see in the logical volumes.
  • U.S. patent application Ser. No. 10/449,269, entitled “Policy-Based, Autonomically Allocated Storage,” filed on May 29, 2003 by inventors Murthy V Devarakonda, Bill Arnold, Alla Segal, David M Chess, and Ian N Whalley teaches allocation, monitoring, and re-allocation of storage and creation of storage, under policy constraints. U.S. patent application Ser. No. 10/449,269 is called the “ALOMS-Tango patent application” herein. Specifically, the ALOMS-Tango patent application describes a method for allocating storage in a computer storage system, the method comprising specifying constraints on resource allocation in said computer storage system, analyzing capabilities of the computer storage system and forming analysis results, associating an allocation request with a given quality of service, allocating a portion of available storage in the computer storage system based on at least one policy in said constraints, the analysis results and the quality of service, monitoring the computer storage system in forming a determination that there is a failure to meeting the quality-of-service, reallocating resources in response to the determination that there is a failure to meet the quality-of-service. Policy constraints include selection of a service class, e.g., based on the requesting user and application.
  • The ALOMS-Tango patent application also teaches that a service class is defined as an abstraction that comprises at least one of performance, availability, space requirements, and security requirements of a storage-using application. Performance requirements comprise at least one of: throughput, response time, and transfer rate. Availability requirements comprise at least one of: storage system up time and error rate. Space requirements comprise at least one of: maximum size, initial size, size increments, and guaranteed size. Security requirements include: a physical location of the storage; who is authorized to access data, and who is authorized is to request new storage or change an existing storage allocation. While the ALOMS-Tango patent application is a tremendous improvement over conventional techniques, that patent application does not describe how to manage lifecycle functions of a file system.
  • In Brooks et al., “IBM Tivoli Storage Resource Manager: A Practical Introduction,” International Technical Support Organization, IBM, August 2003, features are described of a product that monitors file systems for extending sizes of file systems in a plurality of networked computer systems of an enterprise. The product includes agents running on the computer systems for collecting information about individual file systems, and a central server where the information is collected from the distributed agents and analyzed for the purposes of reporting and for extending the size of file systems if the underlying logical volumes have free space. The product can also add additional physical volumes to a logical volume and hence to a file system using a command template and a specific type of SAN storage. The Brooks et al. document does not describe how to add physical volumes with quality of service and also does not describe how to manage lifecycle functions of a file system.
  • By contrast, in an exemplary embodiment of the present invention, a file system of an existing type may be created in one or more quality of service enabled storage containers (e.g., logical volumes as in the AIX operating system), which are allocated, monitored, or re-allocated. Such allocation, monitoring, and re-allocation may be performed, for instance, as described in the ALOMS-Tango patent application. In an exemplary embodiment, an association between the file system and a corresponding quality of service for the file system is stored in non-volatile memory. Associating appropriate storage containers with a file system and maintaining quality of service requirements throughout the lifecycle of a file system are aspects of this invention.
  • An exemplary embodiment of the present invention provides an interface by which an administrator can request that a file system with a certain predefined quality of service class be created. For instance, a request to create a file system with a predefined quality of service might be created through the following steps:
  • (1) Configuring one or more storage containers (e.g., logical volumes) that meet the specified quality of service;
  • (2) Creating a file system using the one or more storage containers; and
  • (3) Recording an association between the one or more storage containers, a file system, and the quality of service that the file system is required to support.
  • Creation of a file system is a lifecycle action. Additionally, an exemplary embodiment of the present invention provides an interface by which an administrator can request that an existing file system have other lifecycle actions be performed, such as extending, replicating, moving, or migrating a file system. In these cases, this exemplary embodiment can create (e.g., using techniques disclosed in the ALOMS-Tango patent application) additional storage containers of the required quality of service and then perform necessary extension, replication, movement or migration of the file system onto the newly created storage containers. An exemplary embodiment also provides an interface by which an administrator can request that an existing file system be deleted, optionally after a set retention period. In an exemplary embodiment, to delete a file system, the file system is unmounted (e.g., using “umount”) and techniques are performed to remove and erase the logical volumes on which this file system was created. Such techniques may be performed using techniques disclosed in the ALOMS-Tango patent application.
  • An exemplary advantage of the present invention is that quality of service management and resource arbitration can occur in a distributed environment of existing file system types. It is an added exemplary advantage of this invention that an embodiment of the present invention leverages existing monitoring software and operating systems and does not require data migration to a new file system.
  • Turning now to FIG. 1, an exemplary storage system 100 is shown that provides QoS-enabled lifecycle management for file systems. Storage system 100 is typically implemented, as shown in FIG. 1, on a distributed computer system comprising a number of processors 105 and a number of memories 110, where the processors 105 and memories 110 are from computer systems interconnected through one or more networks (not shown). However, the storage system 100 could be implemented in a single computer system. Additionally, the storage system 100 could be “embedded” as part of a network-addressable storage device, for instance.
  • The memories 110 comprise event 115, service class selection policies 120, service class definitions 125, file system to service class non-volatile table 130, storage container allocation module 135, file system configuration module 140, quality of service lifecycle manager 180, storage containers 160, of which storage containers 160-1 through 160-X are shown, and a capacity monitoring tool 185. The quality of service lifecycle manager 180 comprises a service class selector 145, an event processing module 150, and an event scheduler 155. Each file system 165 resides on one or more storage containers 160 and each file system 165 is associated with a service class 161. The association between the service class 161 and the file system 165 is in an exemplary embodiment stored in a table, shown in FIG. 2.
  • The service classes 161 are in an exemplary embodiment an abstraction that comprises at least one of performance, availability, space, and security requirements. The service classes 161 in an exemplary embodiment of the present invention describe requirements for file systems 165. The service classes 161 may be named, e.g., Gold, Silver, Bronze, as shown in FIG. 2. While names for service classes 161 are not necessary, names are beneficial and any name may be used that allows administrators to conveniently remember the associated requirements of a file system 165.
  • Users, typically administrators or other authorized users, specify service class definitions 125 and service class selection policies 120, which act as interfaces between a user and the quality of service lifecycle manager 180. The service class definitions 125 provide definitions of requirements for service classes and also generally provide names (e.g., as described above) for the service classes. For instance, a service class of “Gold” might mean that storage is placed only on highly-available equipment and a high performance rate is to be maintained. A service class of Platinum might mean that very high availability (e.g. with mirrored, redundant highly-available equipment), high security, and very high performance requirements are to be maintained.
  • The service class selection policies 120 allow service classes 161 to be selected for file systems 165. A policy is, e.g., a rule that defines a choice in the behavior of a system. In many cases, a policy has a conditional part and an action part. In an exemplary embodiment, when the conditional part is evaluated to a Boolean value true, the action part is executed. Furthermore, a policy states constraints under which the storage system should operate. A policy can include a set of constraints. Example policies include: (1) For customerA, applicationDB, and logTableSpaces, use service class Gold; (2) For storage having Gold service classes, notify if throughput falls below 25 percent of the value specified in a service class definitions 125.
  • A user invokes lifecycle actions at the quality of service lifecycle manager 180, typically through an event 115, which acts as an interface between the user and the quality of service lifecycle manager 180. A lifecycle of a file system 165 is the series of events that occur between creation of the file system 165 (e.g., when the file system 165 can physically be accessed) to deletion of the file system 165 (e.g., when the file system 165 can no longer be accessed).
  • Note that a user is not the only generator of events 115. A capacity monitoring tool 185 (e.g., to request to extend a file system when space is getting low) and the event scheduler 155 (e.g., to request to migrate a file system at a certain time) may also generate events 115. An exemplary schedule (e.g., a calendar) used by the event scheduler 185 is described in FIG. 2.
  • Events 115 have event types in an exemplary embodiment, which include the following: Create File System; Delete File System; Extend File System; Migrate File System; Move File System; and Replicate File System. Each of these event types cause a corresponding lifecycle action, methods for which are described in FIGS. 3-9, respectively. An event 115 will generally comprise arguments that identify the file system upon which a lifecycle action is to be taken and the event type, as well as additional information that is unique for a lifecycle action. For example, when a file system of a certain quality of service is needed, an administrator invokes an event 115 having a Create File System event type with the specification of the mount point, server, service class name (e.g., corresponding to a quality of service), and initial size for the file system. It should be noted that the latter event 115 having the Create File system event type is merely exemplary. As another example, a service class 161 could include an initial size for a file system, which means that the event 115 need not contain an initial size. A user and/or application may also be provided for the Create File System event type. A lifecycle action (e.g., method 300 of FIG. 3) to create a file system 165 is performed in response to the event 115.
  • An administrator can also specify a capacity monitoring policy (e.g., as part of the service class selection policies 120) which the quality of service lifecycle manager 180 uses to instruct a capacity monitoring tool 185 when the capacity monitoring tool 185 should raise an alert (e.g., as an event 115) as a file system 165 begins to fill up from usage (e.g., the remaining capacity of the file system 165 reaches a predetermined remaining capacity).
  • The file system to service class non-volatile table 130 is one exemplary result of analyzing the service class selection policies 120 and producing associations between file systems 160 and the service classes 161 associated therewith. An exemplary file system to service class non-volatile table is shown in FIG. 2. Note that the file system to service class non-volatile table 130 is optional but beneficial. Without the file system to service class non-volatile table 130, the service class selection policies 120 would typically be analyzed each time an event 115 is received, and such an analysis could be slow. The file system to service class non-volatile table 130 provides much quicker indexing than provided by analyzing the service class selection policies 120. Note that the file system to service class non-volatile table 130 would typically be updated or re-determined when changes are made to the service class selection policies 120.
  • Also shown in FIG. 1 is a series of exemplary steps 171-177, which illustrate how data flow might occur in the storage system 100. In step 171, an event 115 is passed to the quality of service lifecycle manager 180. The event 115 includes, in an exemplary embodiment as described above, event type, file system, and context (user, application, and the like). In step 172, the event processing module 150 processes the event 115 and communicates a processed version of the event 115 to the service class selector 145. The service class selector 145 determines the service class 161 for the file system 165 in the event 115. Beneficially, this is done by lookup in the file system to service class non-volatile table 130 for known file systems (e.g., file systems 165 already created and appearing in the file system to service class non-volatile table 130). Typically, any events 115, other than events 115 having a Create File System event type, that relate to file systems 165 not yet created will cause an error.
  • In step 173, the service class selector 145 communicates the service class to the event processing module 150. The event processing module 150 communicates, in step 174, to the storage container allocation module 135 the service class and other information (e.g., space requirements) so that the storage container allocation module 135 can set up a suitable storage container 160. The storage container allocation module 135 sets up an appropriate storage container 160. Storage containers 160 are allocated with a target service class. It is assumed that each storage container 160 (e.g., or an entity in communication with a storage container 160) supports and enforces quality of service. The present invention enables and maintains quality of service for file systems 165 by, e.g., making sure that a file system 165 is stored in appropriate storage container(s) 160 at all times, throughout the lifecycle of the file system 165.
  • In step 175, the storage container allocation module 135 informs the event processing module 150 that the storage container has been set up. The event processing module 150 in step 176 then communicates to the file system configuration module 140 information (e.g., a reference to the storage container 160) used to set up a file system 165. Exemplary references to the storage container 160 include logical volume identifiers, physical volume identifiers, volume groups, disk drive letters, Small Computer System Interface (SCSI) Logical Unit Numbers (LUNs), SCSI targets, device serial numbers, Common Information Model (CIM) object paths, and Universal Naming Convention (UNC) paths. The file system configuration module 140 then configures or reconfigures the file system 165 to use associated storage container(s) 160.
  • In step 177, which is optional, the event scheduler 155 schedules known events 115 (e.g., data retention period expiration). Scheduling may be performed in another part of the quality of service lifecycle manager 180 if desired.
  • It should be noted that steps 171-177 may be performed through, for instance, messages, methods performed by objects, and any other suitable technique. Furthermore, steps 171-177 are merely exemplary and some or all of them need not be performed. Additionally, the present invention may be performed by a signal bearing medium tangibly embodying a program of machine-readable instructions. The machine-readable instructions are executable by a digital processing apparatus (such as a storage system 100) to perform operations for lifecycle management for file systems. Furthermore, typically the quality of service lifecycle manager 180 and other entities in memory(ies) 110 would be implemented as software and brought into the processor(s) 105 in order to configure the processor(s) 105 to perform operations for lifecycle management of file systems. It should also be noted that the entities in memory(ies) 110 could also be implemented as hardware (e.g., as a semiconductor circuit and/or part of a programmable gate array), or implemented as some combination of hardware and software.
  • An exemplary table 200 is shown in FIG. 2 for storing associations between file systems and service classes. In the example of FIG. 2, there are a number of entries 250-1, 250-2, and 250-3. Each entry 250 has a file system name 210, a service class name 220, and a schedule 230. The file system section has a name (e.g., FS1, FS2, and FS1). Each entry 250 provides an association between the file system name 210 and the service class name 220. A file system name 210 in an exemplary embodiment is simply a unique, opaque, identifier corresponding to a file system 165. The file system name 210 could be a character string, a pointer, or some type of data structure with multiple fields (e.g. field-1: server address, field-2: server-specific pointer and additional fields are possible). A part of meta-data for the file system name 210 may contain a special, unique identifier that identifies the file system, and this could be the “name” for the file system 165.
  • The service class names 220 are Gold, Platinum, and Bronze, and each of these has a corresponding defined set of requirements (e.g., in service class definitions 125) for a service class 161. As with the file system name 210, each of the service class names 230 is typically a unique, opaque, identifier corresponding to a service class 161. The schedule 230, which is optional, indicates when the service class 220 is valid.
  • In this example, a file system has a service class name 220 of Bronze for weekends and Gold for weekdays. On Friday at 10 p.m., the file system named FS1 is migrated (see, e.g., FIGS. 7A and 7B) from the service class 161 associated with the service class name 220 “Gold” to the service class 161 associated with the service class name 220 “Bronze.” Similarly, on Monday at 6 a.m., the file system named FS1 is migrated (see, e.g., FIGS. 7A and 7B) from the service class 161 associated with the service class name 220 “Bronze” to the service class 161 associated with the service class name 220 “Gold.” The file system named FS2 has a service class name 230 of Platinum and has a schedule 230 of “Always,” which means that the Platinum service class is valid until modified by a user.
  • The schedule 230 could be used, for instance, by the event scheduler 155 of FIG. 1, which would generate events 115 as per the schedule 240. For instance, an event 115 could be generated at 10 p.m. on Friday to migrate the file system FS1 from Gold service class, to the Bronze service class.
  • Turning now to FIG. 3, including FIGS. 3A and 3B, an exemplary method 400 is shown for creating a file system 165. As described in FIG. 3A, when a “Create File System” event is received (step 310) the quality of service lifecycle manager 180 determines the service class 161 (step 320) and allocates a storage container 160 with the appropriate service class 161 (step 330). In an exemplary embodiment, step 330 is performed by having the quality of service lifecycle manager 180 invoke storage container allocation by calling the storage container allocation module 135. The storage container allocation module 135 creates a storage container 160 of the specified service class 161.
  • It should be noted that in certain systems, storage allocation (e.g., performed by a storage container allocation module 135) may expect as input a storage container service class instead of a file system service class 161. A description associated with a storage container service class can be derived from a description associated with a service class 161 for file systems 165. For instance, a description for a service class for a storage container 160 may contain a block-level Input/Output Per Second (IOPS) throughput metric and a description for a file system service class 161 may contain a file-level MBps (Megabyte per second) bandwidth metric. Rough approximations of block-level metrics may be obtained by simple computations based on the file-level metrics. More accurate block-level metrics may be obtained with detailed knowledge of the storage container internals (e.g., cache size, block size, intermediate components, and more). Typically, those skilled in the art can create appropriate storage system service class transformations which will provide sufficient performance that meets or exceeds the performance requirements in the file system service classes 161.
  • In step 335, the quality of service lifecycle manager 180 creates a file system 165 using the storage container 160. Typically, step 335 entails formatting and otherwise manipulating the storage container(s) 160 so that the structure of the file system 165 can be stored on the storage container(s) 160. For example, in UNIX, step 335 could be performed with the “mkfs” command. In Disk Operating System (DOS), step 335 could be performed with the Format command, and Windows provides a Graphical User Interface (GUI) which allows one to interact with the Windows Disk Management Service to create the file system 161 on the storage container(s) 160. Note that step 335 can be automated.
  • In step 340, the quality of service lifecycle manager 180 configures the new file system 165 (e.g., by invoking the file system configuration module 140). Generally, step 340 involves one or more steps to allow a computer system to access the file system 165. For example, in the UNIX, step 340 may be performed using the “mount” command. In Windows/DOS, one could configure (e.g., including reconfiguring) file systems 165 using the “NET USE” command for instance, through the Disk Management GUI and the “Rescan Disks” command, and/or the “Change Drive Letter” command. Step 340 may also be automated.
  • Once a file system 165 is created, monitoring of the file system 165 may commence, if desired, using steps 345 and 350. For instance, a capacity monitoring tool 185 could recognize the new file system 165 and start monitoring the capacity of the new file system 165. The quality of service lifecycle manager 180 sends any capacity monitoring policies for the file system 165 to the (e.g., distributed) capacity monitoring tool 185 to guide the monitoring and alerting process. If there is a quality of service lifecycle manager (LCM) 180 event 115 to schedule, the capacity monitoring tool 185 can schedule such an event in step 450. Additionally, the event scheduler 155 can use steps 345 and 350 to schedule events such as those shown in schedule 240 of FIG. 2.
  • In an exemplary embodiment, FIG. 3B, the quality of service lifecycle manager 180 determines the service class 161 using, e.g., a service class selector 145, which acts as a policy manager. The quality of service lifecycle manager 180 invokes (step 365) the service class selector 145 with a set of service class selection policies 120 (step 360) and information from the event 151. This information may contain, as described above, the event type, the name of the file system 165, and contextual information such as the identity of the user and/or application making the request. The service class selector 145 (e.g., acting as a policy manager) examines this information and returns a service class 161. This occurs in step 380. An association between the file system 165 and the service class definition is then, in an exemplary embodiment, stored in non-volatile memory (e.g., as file system to service class non-volatile table 130/200) for quick reference (step 390).
  • In alternate embodiments, the quality of service lifecycle manager 180 determines the service class 161 by table lookup (e.g., using file system to service class non-volatile table 130/200), prompting the user via a user interface, and/or by referencing a service class name which may optionally included in the lifecycle event.
  • Turning now to FIG. 4, including FIGS. 4A and 4B, an exemplary method 400 is shown for registering a file system. Registration may be performed, for instance, to ensure that the file system 161 is entered into the file system to service class non-volatile table 130. In step 410 of FIG. 4A, a “Register File System” event 115 is received. In step 420, the service class 161 is determined for the file system 161, which registers the files system 165 in the file system to service class non-volatile table 130.
  • In FIG. 4B, step 420 is shown in greater detail. In step 430, the service class selection policies 120 are loaded. The service class selector 145, acting as a policy manager, is invoked (e.g., by the event processing module 150) with the file system 165 (e.g., a reference to the file system 165, such as file system name 210) and with operating context. The service class selector 145 determines the chosen service class 161 (step 450) and stores the association between the file system 165 and the service class 161 in the file system to service class non-volatile table 130 (step 460). Registration, while not required, has a benefit of faster determination of the association between a file system 165 and a corresponding service class 161 and allows the quality of service lifecycle manager 180 to determine more easily whether a lifecycle action is requested on a registered file system 165.
  • Referring now to FIG. 5, including FIGS. 5A and 5B, an exemplary method 500 is shown for deleting a file system. When a “Delete File System” event 115 is received (step 505), the service class 161 is determined in step 510 through techniques already described above. In step 515, the quality of service lifecycle manager 180 removes the file system 165 and, if necessary, the association in the file system to service class non-volatile table 130/200 between the file system 165 and the storage container 160. Note that it is assumed that a confirmation process, if any, has already been gone through and such as process is not included in FIG. 3 but may be included if desired. Such confirmation process would typically have steps modified at least partially by the service class 161. For instance, a Platinum service class might require multiple confirmations and/or passwords, while a Generic service class might only require a simple confirmation.
  • In step 520, the file system is deleted (e.g., removed) in accordance with the service class 161. The service class 161 is checked to see if there are special disposal instructions, such as data being required to be securely scrubbed from a disk. Any disposal instructions are followed in step 520. In step 525, the storage containers are de-allocated.
  • Note that any capacity monitoring tool 185 will recognize the deletion of the file system 165 and will make appropriate changes to the internal functionality of the capacity monitoring tool 185.
  • As indicated in FIG. 5B, one way to determine a service class 161 is by retrieving a service class 161 from a file system to service class non-volatile table 130/200 (step 530).
  • Turning now to FIG. 6, including FIGS. 6A and 6B, an exemplary method 600 is shown for extending a file system. When a file system 165 is reaching a size limit, a capacity monitoring tool 185 can recognize the event and based on the policies (e.g., determined through service class selection policies 120) in effect, the capacity monitoring tool 185 will generate an alert to the quality of service lifecycle manager 180. In the example of FIG. 6, the alert is an “Extend File System” event 115. The quality of service lifecycle manager 180 determines the service class 161 (step 615) for the file system 165 in the event 115, e.g. by retrieving the service class 161 from the file system to service class non-volatile table 130/200 (step 630). The quality of service lifecycle manager 180 requests (step 620) the storage container allocation module 135 to extend the previously allocated storage for the file system 165 while maintaining the quality of service as defined by the service class 161. The storage container allocation module 135 might extend the physical volumes on which the storage container 160 (e.g., as a logical volume) is created, or the storage container allocation module 135 might create a new physical volume and extend the storage container 160 (e.g., as a logical volume) over the added physical volume, and all of this is done while maintaining the service class requirements. If the request is successful, then the quality of service lifecycle manager 180 configures the extended file system 165 (step 625). If the request is denied, then the quality of service lifecycle manager 180 reports a failure to extend the file system to the user.
  • Turning now to FIG. 7, including FIGS. 7A and 7B, an exemplary method 700 is shown for migrating a file system. Migrating is a process where the old file system has a particular service class 161 and the new file system is to have a different service class 161. FIG. 7 illustrates one way of performing migration, which is to create a new file system and to fill the new file system with data from the old file system.
  • As described in FIG. 7A, when a “Migrate File System” event 115 is received (step 710) the quality of service lifecycle manager 180 determines the service class 161 (step 720) and allocates a storage container 160 (e.g., or storage containers 16) with the appropriate service class 161 (step 730). In an exemplary embodiment, step 730 is performed by having the quality of service lifecycle manager 180 invoke storage container allocation by calling the storage container allocation module 135. The storage container allocation module 135 creates a storage container 160 (e.g., or storage containers 160) of the specified new service class 161.
  • In step 740, the quality of service lifecycle manager 180 moves the file system 165 to the new storage container(s) 160. When the file system 165 is moved, the structure of the file system 165 is copied or otherwise recreated on the new storage container(s) 160. The move could be done through the Unix “dd” (disk dump) command. On Windows, one might use a program such as Partition Magic. Additionally, one storage container 160 may be copied to another storage container 160, while preserving internal data structures, using, e.g., FlashCopy techniques or PPRC (Peer-to-Peer Remote Copy).
  • In step 745, the quality of service lifecycle manager 180 reconfigures file system 165 and de-allocates the old storage container(s) 160 (e.g., by invoking the storage container allocation module 135, which performs the de-allocation). Reconfiguration of the file system 165 is performed to so that computer systems accessing the file system 165 function correctly with the new storage containers 160. The reconfiguration of the file system 165 may be performed, in part, by using commands (e.g. “mount”, “NET USE”) as described in step 340, above.
  • In an exemplary embodiment, FIG. 7B, the quality of service lifecycle manager 180 determines the service class 161 using a service class selector 145, which acts as a policy manager. The quality of service lifecycle manager 180 invokes (step 760) the service class selector 145 with a set of service class selection policies 120 (step 750) and information from the event 151. This information may contain, as described above, the event type, the name of the file system 165, and contextual information such as the identity of the user and/or application making the request. The service class selector 145 (e.g., acting as a policy manager) examines this information and returns a service class 161. This occurs in step 770. In step 780, an association between the new file system 165 and the service class definition is, in an exemplary embodiment, stored in non-volatile memory (e.g., as file system to service class non-volatile table 130/200). The new association replaces the old association between the old service class 161 and the old file system 165.
  • Referring now to FIG. 8, including FIGS. 8A and 8B, an exemplary method 800 is shown for moving a file system 165. As described in FIG. 8A, when a “Move File System” event 115 is received (step 810) the quality of service lifecycle manager 180 determines the service class 161 (step 820) and allocates new storage container(s) 160 with the appropriate service class 161 (step 830). Note that a file system 165 would also be created in step 830. In an exemplary embodiment, in step 850 of FIG. 8B, the appropriate service class 161 is retrieved from file system to service class non-volatile table 130/200.
  • The quality of service lifecycle manager 180 moves (step 840) the old file system 165, removes the old file system (step 845), and de-allocates (step 845) the old storage containers (e.g., by invoking the storage container allocation module 135, which performs the de-allocation). It should be noted that associations between the file system 165 and the storage containers 160 should also be updated.
  • FIG. 9, including FIGS. 9A and 9B, an exemplary method 900 is shown for replicating a file system. As described in FIG. 9A, when a “Replicate File System” event 115 is received (step 910) the quality of service lifecycle manager 180 determines the service class 161 (step 920) and allocates new storage container(s) 160 with the appropriate service class 161 (step 930). Note that a file system 165 would also be created in step 930. In an exemplary embodiment, in step 950 of FIG. 9B, the appropriate service class 161 is retrieved from file system to service class non-volatile table 130/200. Additionally, in step 960 of FIG. 9B, the association between the replicated file system and the service class is stored in the file system to service class non-volatile table 130/200. The quality of service lifecycle manager 180 replicates (step 940) the file system 165 to the new storage containers 160.
  • While a typical use of the present invention is for conventional file systems 165, the techniques presented herein could be adapted to provide quality of service lifecycle management of other types of persistent data organization (such as databases) and virtualized storage. For example, IBM makes a product, called IBM SAN Volume Controller Software for the Cisco MDS 9000 (SANVC4MDS), which performs “Volume Virtualization.” This SANVC4MDS acts as a storage container by creating virtualized disk volumes out of collections of storage subsystem volumes (e.g., storage containers 165). Just as the present invention provides quality of service lifecycle management for file systems, the invention could also provide quality of service lifecycle management for file systems for the virtual volumes created by the SANVC4MDS.
  • The embodiments of this invention may be implemented by computer software executable by one or more processors (e.g., processors 105) or by other hardware circuitry, or by a combination of software and hardware circuitry. Further in this regard it should be noted that the various blocks of the flow diagrams of FIGS. 3A-9B may represent program steps (e.g., defined by software), or interconnected logic circuits, blocks and functions, or a combination of program steps and logic circuits, blocks and functions for performing the specified tasks. Circuitry includes semiconductor circuits, processors such as digital signal processors or general purpose processors, and programmable logic devices.
  • The foregoing description has provided by way of exemplary and non-limiting examples a full and informative description of the best method and apparatus presently contemplated by the inventors for carrying out the invention. However, various modifications and adaptations may become apparent to those skilled in the relevant arts in view of the foregoing description, when read in conjunction with the accompanying drawings and the appended claims. Nonetheless, all such and similar modifications of the teachings of this invention will still fall within the scope of this invention.
  • Furthermore, some of the features of the preferred embodiments of this invention could be used to advantage without the corresponding use of other features. As such, the foregoing description should be considered as merely illustrative of the principles of the present invention, and not in limitation thereof.

Claims (29)

1. A method for lifecycle management for file systems, comprising:
allocating at least one storage container associated with a service class;
creating a file system on the at least one storage container, wherein the file system is associated with the service class; and
using the service class during lifecycle actions performed on the file system.
2. The method of claim 1, further comprising determining the association between the file system and the service class.
3. The method of claim 2, wherein determining the association between the file system and the service class further comprises analyzing a set of policies and determining the association based on the analysis.
4. The method of claim 2, wherein determining the association between the file system and the service class further comprises accessing a table comprising the association.
5. The method of claim 4, wherein accessing a table further comprises:
accessing the table to compare a given name corresponding to the file system and first names stored in the table corresponding to created file systems;
in response to a match between the given name and one of the first names stored in the table, determining a second name corresponding to a given service class and to the first name; and
determining the association so that the file system is associated with the given service class.
6. The method of claim 1, wherein using further comprises:
in response to an event requesting registration of the file system, determining the service class based on at least service class policies; and
storing the association between the file system and the service class in memory.
7. The method of claim 6, wherein storing further comprises storing the association between the file system and the service class in a table.
8. The method of claim 1, wherein the method further comprises:
removing the file system; and
de-allocating the at least one storage container.
9. The method of claim 8, wherein using further comprises performing a confirmation process that is at least partially determined by the service class.
10. The method of claim 8, wherein using further comprises performing at least one disposal instruction on the file system, the at least one disposal instruction corresponding to the service class.
11. The method of claim 1, wherein using further comprises allocating at least one additional storage container, the at least one storage container associated with the service class, wherein the at least one additional storage container comprises an extension of the file system.
12. The method of claim 1, wherein using further comprises:
the file system is a first file system;
allocating at least one additional storage container, the at least one additional storage container associated with a second service class;
moving the file system from the at least one storage container to the at least one additional storage container; and
associating the file system with the second service class.
13. The method of claim 12, further comprising de-allocating the at least one storage container.
14. The method of claim 1, wherein using further comprises:
allocating at least one additional storage container, the at least one additional storage container associated with the service class;
moving the file system from the at least one storage container to the at least one additional storage container; and
de-allocating the at least one storage container.
15. The method of claim 1, wherein using further comprises:
allocating at least one additional storage container, the at least one additional storage container associated with the service class;
replicating the file system on the at least one additional storage container.
16. The method of claim 1, wherein:
the method further comprises the step of specifying the service class associated with the file system; and
allocation further comprises allocating the at least one storage container so that the at least one storage container is associated with the specified service class.
17. The method of claim 1, wherein:
the service class comprises a file system service class;
the method further comprises determining a storage system service class by using the file system service class; and
allocation further comprises allocating the at least one storage container so that the at least one storage container has the determined storage system service class.
18. The method of claim 1, further comprising configuring the file system for access.
19. The method of claim 1, further comprising:
receiving an event; and
determining from the event a lifecycle action to be performed on the storage.
20. The method of claim 19, further comprising generating a given event when a remaining capacity of the file system is below a predetermined remaining capacity.
21. The method of claim 19, further comprising generating a given event when a schedule indicates the given event should be generated.
22. An apparatus for lifecycle management for file systems, the apparatus comprising:
at least one memory; and
at least one processor coupled to the at least one memory, the at least one processor configured to perform:
allocating at least one storage container associated with the service class in the at least one memory;
creating a file system on the at least one storage container, wherein the file system is associated with the service class; and
using the service class during lifecycle actions performed on the file system.
23. The apparatus of claim 22, wherein the at least one storage container comprises at least one of a logical volume, a database, and a file.
24. A signal bearing medium tangibly embodying a program of machine-readable instructions executable by a digital processing apparatus to perform operations for lifecycle management for file systems, the operations comprising:
allocating at least one storage container associated with a service class;
creating a file system on the at least one storage container, wherein the file system is associated with the service class; and
using the service class during lifecycle actions performed on the file system.
25. An apparatus for lifecycle management for file systems, comprising:
means for allocating at least one storage container associated with a service class;
means for creating a file system on the at least one storage container, wherein the file system is associated with the service class; and
means for using the service class during lifecycle actions performed on the file system.
26. The apparatus of claim 25, further comprising means for determining the association between the file system and the service class.
27. A method for lifecycle management for file systems, comprising:
allocating at least one storage container associated with a service class;
creating a file system on the at least one storage container, wherein the file system is associated with the service class; and
maintaining the service class of the file system throughout a lifecycle of the file system.
28. The method of claim 27, wherein maintaining comprises ensuring that the file system is stored at all times in storage containers associated with the storage class.
29. The method of claim 27, further comprising, in response to a modification of the storage class to a new storage class, allocating at least one new storage container associated with the new storage class, moving the file system to the at least one new storage container and deallocating the at least one storage container associated with the storage class.
US11/100,797 2005-04-06 2005-04-06 QoS-enabled lifecycle management for file systems Abandoned US20060230086A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US11/100,797 US20060230086A1 (en) 2005-04-06 2005-04-06 QoS-enabled lifecycle management for file systems
CNA2005800493277A CN101443761A (en) 2005-04-06 2005-11-03 QOS-enabled lifecycle management for file systems
EP05851325A EP1872273A4 (en) 2005-04-06 2005-11-03 Qos-enabled lifecycle management for file systems
PCT/US2005/039781 WO2006107340A2 (en) 2005-04-06 2005-11-03 Qos-enabled lifecycle management for file systems
TW095111825A TWI368850B (en) 2005-04-06 2006-04-03 Qos-enabled lifecycle management for file systems
US12/054,616 US8332360B2 (en) 2005-04-06 2008-03-25 QoS-enabled lifecycle management for file systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/100,797 US20060230086A1 (en) 2005-04-06 2005-04-06 QoS-enabled lifecycle management for file systems

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/054,616 Continuation US8332360B2 (en) 2005-04-06 2008-03-25 QoS-enabled lifecycle management for file systems

Publications (1)

Publication Number Publication Date
US20060230086A1 true US20060230086A1 (en) 2006-10-12

Family

ID=37073886

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/100,797 Abandoned US20060230086A1 (en) 2005-04-06 2005-04-06 QoS-enabled lifecycle management for file systems
US12/054,616 Expired - Fee Related US8332360B2 (en) 2005-04-06 2008-03-25 QoS-enabled lifecycle management for file systems

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/054,616 Expired - Fee Related US8332360B2 (en) 2005-04-06 2008-03-25 QoS-enabled lifecycle management for file systems

Country Status (5)

Country Link
US (2) US20060230086A1 (en)
EP (1) EP1872273A4 (en)
CN (1) CN101443761A (en)
TW (1) TWI368850B (en)
WO (1) WO2006107340A2 (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7480734B1 (en) * 2006-01-19 2009-01-20 Sprint Communications Company L.P. Class of service analysis for data flows in a data storage infrastructure for a communication network
US20100070732A1 (en) * 2008-09-15 2010-03-18 International Business Machines Corporation Apparatus and method for provisioning storage to a shared file system in a storage area network
US7752437B1 (en) 2006-01-19 2010-07-06 Sprint Communications Company L.P. Classification of data in data flows in a data storage infrastructure for a communication network
US7788302B1 (en) 2006-01-19 2010-08-31 Sprint Communications Company L.P. Interactive display of a data storage infrastructure for a communication network
US7797395B1 (en) 2006-01-19 2010-09-14 Sprint Communications Company L.P. Assignment of data flows to storage systems in a data storage infrastructure for a communication network
US7801973B1 (en) 2006-01-19 2010-09-21 Sprint Communications Company L.P. Classification of information in data flows in a data storage infrastructure for a communication network
US7895295B1 (en) 2006-01-19 2011-02-22 Sprint Communications Company L.P. Scoring data flow characteristics to assign data flows to storage systems in a data storage infrastructure for a communication network
CN102047642A (en) * 2008-06-02 2011-05-04 阿尔卡特朗讯 Method and device for storing online data
US8234477B2 (en) 1998-07-31 2012-07-31 Kom Networks, Inc. Method and system for providing restricted access to a storage medium
US8510429B1 (en) 2006-01-19 2013-08-13 Sprint Communications Company L.P. Inventory modeling in a data storage infrastructure for a communication network
US8583882B2 (en) 2010-07-05 2013-11-12 Hitachi, Ltd. Storage subsystem and its control method
US8782009B2 (en) 1999-05-18 2014-07-15 Kom Networks Inc. Method and system for electronic file lifecycle management
US9026495B1 (en) * 2006-05-26 2015-05-05 Netapp, Inc. System and method for creating and accessing a host-accessible storage entity
US9361243B2 (en) 1998-07-31 2016-06-07 Kom Networks Inc. Method and system for providing restricted access to a storage medium
TWI550423B (en) * 2015-05-29 2016-09-21 Chunghwa Telecom Co Ltd File access device, method and computer program for software version control
US20170222935A1 (en) * 2016-02-01 2017-08-03 Netapp, Inc. Methods and systems for managing quality of service in a networked storage environment
US20180293023A1 (en) * 2017-04-06 2018-10-11 Nutanix, Inc. Storage resource management employing latency analytics
US11182351B2 (en) * 2012-10-30 2021-11-23 D2L Corporation Systems and methods for generating and assigning metadata tags

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009062182A1 (en) * 2007-11-09 2009-05-14 Topia Technology Architecture for management of digital files across distributed network
US8868622B2 (en) * 2009-02-11 2014-10-21 Hewlett-Packard Development Company, L.P. Method and apparatus for allocating resources in a computer system
CN104054060A (en) * 2012-01-20 2014-09-17 惠普发展公司,有限责任合伙企业 Storage provisioning negotiation
US10289685B2 (en) * 2012-09-07 2019-05-14 International Business Machines Corporation Information lifecycle governance
US9063946B1 (en) 2012-12-14 2015-06-23 Amazon Technologies, Inc. Backoff-based scheduling of storage object deletions
US9417917B1 (en) 2012-12-14 2016-08-16 Amazon Technologies, Inc. Equitable resource allocation for storage object deletion
US9658983B1 (en) 2012-12-14 2017-05-23 Amazon Technologies, Inc. Lifecycle support for storage objects having multiple durability levels specifying different numbers of versions
US9727522B1 (en) 2012-12-14 2017-08-08 Amazon Technologies, Inc. Multi-tenant storage service object lifecycle management using transition job objects
US9052942B1 (en) 2012-12-14 2015-06-09 Amazon Technologies, Inc. Storage object deletion job management
US9355060B1 (en) 2012-12-14 2016-05-31 Amazon Technologies, Inc. Storage service lifecycle policy transition management
US9002805B1 (en) 2012-12-14 2015-04-07 Amazon Technologies, Inc. Conditional storage object deletion
US20150230061A1 (en) * 2014-02-10 2015-08-13 Verizon Patent And Licensing Inc. Distributed optimization for event traffic control
US9940073B1 (en) * 2014-06-30 2018-04-10 EMC IP Holding Company LLC Method and apparatus for automated selection of a storage group for storage tiering
US9876713B2 (en) 2014-12-31 2018-01-23 International Business Machines Corporation Cross-domain service request placement in a software defined environment (SDE)
WO2016178655A1 (en) 2015-05-01 2016-11-10 Hewlett Packard Enterprise Development Lp Secure multi-party information retrieval
WO2017082875A1 (en) 2015-11-10 2017-05-18 Hewlett Packard Enterprise Development Lp Data allocation based on secure information retrieval
CN106878042A (en) * 2015-12-18 2017-06-20 北京奇虎科技有限公司 Container resource regulating method and system based on SLA
US11080301B2 (en) 2016-09-28 2021-08-03 Hewlett Packard Enterprise Development Lp Storage allocation based on secure data comparisons via multiple intermediaries
US10922125B2 (en) 2019-06-13 2021-02-16 Micro Focus Llc Capability liveness of containerized services

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030110242A1 (en) * 2001-12-11 2003-06-12 Brown Kyle G. Method and apparatus for dynamic reconfiguration of web services infrastructure
US20040068553A1 (en) * 2002-10-07 2004-04-08 International Business Machines Corporation Dynamically selecting a Web service container for hosting remotely instantiated Web services
US6742020B1 (en) * 2000-06-08 2004-05-25 Hewlett-Packard Development Company, L.P. System and method for managing data flow and measuring service in a storage network
US20040243692A1 (en) * 2003-05-29 2004-12-02 International Business Machines Corporation Policy-based, autonomically allocated storage
US7107403B2 (en) * 2003-09-30 2006-09-12 International Business Machines Corporation System and method for dynamically allocating cache space among different workload classes that can have different quality of service (QoS) requirements where the system and method may maintain a history of recently evicted pages for each class and may determine a future cache size for the class based on the history and the QoS requirements
US7266538B1 (en) * 2002-03-29 2007-09-04 Emc Corporation Methods and apparatus for controlling access to data in a data storage system
US7296022B2 (en) * 2003-07-14 2007-11-13 Microsoft Corporation Method and system for accessing a network database as a web service
US7392234B2 (en) * 1999-05-18 2008-06-24 Kom, Inc. Method and system for electronic file lifecycle management

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5287500A (en) * 1991-06-03 1994-02-15 Digital Equipment Corporation System for allocating storage spaces based upon required and optional service attributes having assigned piorities
US7171453B2 (en) * 2001-04-19 2007-01-30 Hitachi, Ltd. Virtual private volume method and system
AU2002354612A1 (en) * 2001-07-09 2003-01-29 Cable And Wireless Internet Services, Inc. Methods and systems for shared storage virtualization
US7421509B2 (en) * 2001-09-28 2008-09-02 Emc Corporation Enforcing quality of service in a storage network
US20030135385A1 (en) * 2001-11-07 2003-07-17 Yotta Yotta, Inc. Systems and methods for deploying profitable storage services
US7921076B2 (en) * 2004-12-15 2011-04-05 Oracle International Corporation Performing an action in response to a file system event

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7392234B2 (en) * 1999-05-18 2008-06-24 Kom, Inc. Method and system for electronic file lifecycle management
US6742020B1 (en) * 2000-06-08 2004-05-25 Hewlett-Packard Development Company, L.P. System and method for managing data flow and measuring service in a storage network
US20030110242A1 (en) * 2001-12-11 2003-06-12 Brown Kyle G. Method and apparatus for dynamic reconfiguration of web services infrastructure
US7266538B1 (en) * 2002-03-29 2007-09-04 Emc Corporation Methods and apparatus for controlling access to data in a data storage system
US20040068553A1 (en) * 2002-10-07 2004-04-08 International Business Machines Corporation Dynamically selecting a Web service container for hosting remotely instantiated Web services
US20040243692A1 (en) * 2003-05-29 2004-12-02 International Business Machines Corporation Policy-based, autonomically allocated storage
US7296022B2 (en) * 2003-07-14 2007-11-13 Microsoft Corporation Method and system for accessing a network database as a web service
US7107403B2 (en) * 2003-09-30 2006-09-12 International Business Machines Corporation System and method for dynamically allocating cache space among different workload classes that can have different quality of service (QoS) requirements where the system and method may maintain a history of recently evicted pages for each class and may determine a future cache size for the class based on the history and the QoS requirements

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8234477B2 (en) 1998-07-31 2012-07-31 Kom Networks, Inc. Method and system for providing restricted access to a storage medium
US9361243B2 (en) 1998-07-31 2016-06-07 Kom Networks Inc. Method and system for providing restricted access to a storage medium
US8782009B2 (en) 1999-05-18 2014-07-15 Kom Networks Inc. Method and system for electronic file lifecycle management
US7895295B1 (en) 2006-01-19 2011-02-22 Sprint Communications Company L.P. Scoring data flow characteristics to assign data flows to storage systems in a data storage infrastructure for a communication network
US7797395B1 (en) 2006-01-19 2010-09-14 Sprint Communications Company L.P. Assignment of data flows to storage systems in a data storage infrastructure for a communication network
US7801973B1 (en) 2006-01-19 2010-09-21 Sprint Communications Company L.P. Classification of information in data flows in a data storage infrastructure for a communication network
US7788302B1 (en) 2006-01-19 2010-08-31 Sprint Communications Company L.P. Interactive display of a data storage infrastructure for a communication network
US8510429B1 (en) 2006-01-19 2013-08-13 Sprint Communications Company L.P. Inventory modeling in a data storage infrastructure for a communication network
US7752437B1 (en) 2006-01-19 2010-07-06 Sprint Communications Company L.P. Classification of data in data flows in a data storage infrastructure for a communication network
US7480734B1 (en) * 2006-01-19 2009-01-20 Sprint Communications Company L.P. Class of service analysis for data flows in a data storage infrastructure for a communication network
US9026495B1 (en) * 2006-05-26 2015-05-05 Netapp, Inc. System and method for creating and accessing a host-accessible storage entity
CN102047642A (en) * 2008-06-02 2011-05-04 阿尔卡特朗讯 Method and device for storing online data
US9065853B2 (en) 2008-06-02 2015-06-23 Alcatel Lucent Method and device for storing online data
US8996835B2 (en) * 2008-09-15 2015-03-31 International Business Machines Corporation Apparatus and method for provisioning storage to a shared file system in a storage area network
US20100070732A1 (en) * 2008-09-15 2010-03-18 International Business Machines Corporation Apparatus and method for provisioning storage to a shared file system in a storage area network
US8583882B2 (en) 2010-07-05 2013-11-12 Hitachi, Ltd. Storage subsystem and its control method
US11182351B2 (en) * 2012-10-30 2021-11-23 D2L Corporation Systems and methods for generating and assigning metadata tags
US11836119B2 (en) 2012-10-30 2023-12-05 D2L Corporation Systems and methods for generating and assigning metadata tags
TWI550423B (en) * 2015-05-29 2016-09-21 Chunghwa Telecom Co Ltd File access device, method and computer program for software version control
US20170222935A1 (en) * 2016-02-01 2017-08-03 Netapp, Inc. Methods and systems for managing quality of service in a networked storage environment
US10313251B2 (en) * 2016-02-01 2019-06-04 Netapp, Inc. Methods and systems for managing quality of service in a networked storage environment
US10944679B2 (en) * 2016-02-01 2021-03-09 Netapp Inc. Methods and systems for managing quality of service in a networked storage environment
US11570113B2 (en) 2016-02-01 2023-01-31 Netapp, Inc. Methods and systems for managing quality of service in a networked storage environment
US20180293023A1 (en) * 2017-04-06 2018-10-11 Nutanix, Inc. Storage resource management employing latency analytics

Also Published As

Publication number Publication date
US20080177810A1 (en) 2008-07-24
TW200708977A (en) 2007-03-01
CN101443761A (en) 2009-05-27
TWI368850B (en) 2012-07-21
US8332360B2 (en) 2012-12-11
WO2006107340A3 (en) 2009-04-09
WO2006107340A2 (en) 2006-10-12
EP1872273A4 (en) 2009-10-28
EP1872273A2 (en) 2008-01-02

Similar Documents

Publication Publication Date Title
US8332360B2 (en) QoS-enabled lifecycle management for file systems
JP6199452B2 (en) Data storage systems that export logical volumes as storage objects
US7587570B2 (en) System and method for providing automated storage provisioning
JP6219420B2 (en) Configuring an object storage system for input / output operations
JP6208207B2 (en) A computer system that accesses an object storage system
US9413825B2 (en) Managing file objects in a data storage system
JP4416821B2 (en) A distributed file system that maintains a fileset namespace accessible to clients over the network
US8166257B1 (en) Automated continuous provisioning of a data storage system
US10146462B2 (en) Methods and systems for using service level objectives in a networked storage environment
US20070078914A1 (en) Method, apparatus and program storage device for providing a centralized policy based preallocation in a distributed file system
US7769861B2 (en) Apparatus, system, and method for modeling for storage provisioning
US7325017B2 (en) Method of implementation of data storage quota
US20090112789A1 (en) Policy based file management
US20090112921A1 (en) Managing files using layout storage objects
US7926045B2 (en) Adaptively assigning of data management applications to data objects
US9817832B1 (en) Unified framework for policy-based metadata-driven storage services
US7958097B1 (en) Method and system for implementation of data storage quota
US20230031741A1 (en) Quality of service for cloud based storage system
Dell
US11899651B2 (en) Automatic reclamation of storage space for database systems
US7636830B1 (en) Simultaneous allocation of storage for multiple logical volumes

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DEVARAKONDA, MURTHY V.;MAGOUTIS, KONSTANTINOS;VOGL, NORBERT GEORGE;REEL/FRAME:016214/0791

Effective date: 20050405

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION