EP2291771A1 - Efficient root booting with solid state drives and redirect on write snapshots - Google Patents

Efficient root booting with solid state drives and redirect on write snapshots

Info

Publication number
EP2291771A1
EP2291771A1 EP08779790A EP08779790A EP2291771A1 EP 2291771 A1 EP2291771 A1 EP 2291771A1 EP 08779790 A EP08779790 A EP 08779790A EP 08779790 A EP08779790 A EP 08779790A EP 2291771 A1 EP2291771 A1 EP 2291771A1
Authority
EP
European Patent Office
Prior art keywords
computing devices
read
storage device
base volume
attached storage
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.)
Withdrawn
Application number
EP08779790A
Other languages
German (de)
French (fr)
Other versions
EP2291771A4 (en
Inventor
Ross Zwisler
Brian Mckean
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.)
LSI Corp
Original Assignee
LSI 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 LSI Corp filed Critical LSI Corp
Publication of EP2291771A1 publication Critical patent/EP2291771A1/en
Publication of EP2291771A4 publication Critical patent/EP2291771A4/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system

Definitions

  • the present disclosure generally relates to the field of computing devices, and more particularly to a system and method for efficiently root booting computing devices.
  • Root booting is the practice of booting a computing device using a volume on an attached storage device such as an attached storage array.
  • This volume may contain everything that a local drive would contain if the computing device booted from the local drive (such as an operating system, drivers, temporary files, application programs, and/or virtual memory swap space).
  • FIG. 1 illustrates a typical system 100 for root booting.
  • the system 100 typically includes a plurality of computing devices 101 communicably connected to an attached storage device 102.
  • Each computing device 101 typically boots from a dedicated volume 104 of the attached storage device 102 which is presented. to each computing device 101 as a virtual volume 105. Then each computing device 101 typically continues to utilize its respective dedicated volume 104 (via the respective virtual volume 105) for operation.
  • FIG. 2 illustrates how each computing device 101 views the system 100.
  • Each computing device 101 is only able to access the respective volume 104 and the respective area of the cache 103 of the attached storage device 102 for the computing device 101 , though the computing device 101 is actually only aware of its respective virtual volume 105 of the attached storage device 102.
  • a system and method for root booting may include a plurality of computing devices communicably connected to an attached storage device. Each computing device may boot from a read-only base volume of the attached storage device.
  • the read-only base volume may include data common to the plurality of computing devices including, but not limited to one or more operating systems, drivers, temporary files, application programs, and/or virtual memory swap space. Frequently accessed data of the read-only base volume may be stored in a portion of the cache of the attached storage device.
  • the attached storage device may also include a plurality of volumes, each dedicated to one of the plurality of computing devices, which are redirect on write snapshots of the read-only base volume.
  • the respective volume for each computing device may include unique items for a computing device such as unique registration keys, virtual memory swap space, and/or temporary files. If any of the computing devices makes a change to the data of the read-only base volume, the change may be directed and stored in the respective volume for that computing device. Frequently accessed data of each of the volumes may be stored in a portion of the cache of the attached storage device for that respective volume.
  • the read-only base volume, the portions of cache, and the respective volume may be presented to each of the plurality of computing devices as a virtual volume.
  • the storage system may map data to the respective virtual volume for each of the plurality of computing devices from the read-only base volume when the data from the read-only base volume has not changed for the respective computing device and from the respective volume when the data from the read-only base volume has changed for the respective computing device.
  • the read-only base volume may be stored in one or more solid state drives (a data storage device that utilizes solid-state memory to store persistent data) which may be configured as a RAID (redundant array of independent disks) and/or mirrored with one or more other storage drives for redundancy purposes.
  • the plurality of volumes may each be stored in one or more solid state drives and/or hard disk drives which may be configured as a RAID.
  • the attached storage device may be operable to add data common to the plurality of computing devices to the read-only base volume. In this way, the read-only base volume utilized to root boot the plurality of computing devices may be updated by committing the new common data to the read-only base volume.
  • the present disclosure may reduce the storage space, I/O, and caching inefficiencies associated with root booting a plurality of computing devices from volumes of an attached storage device.
  • the present disclosure may harness the read performance offered by solid state drives by storing the read-only base volume in one or more solid state drives. As only one read-only base volume may be required for the plurality of computing devices, the read performance offered by solid state drives is balanced against the typically higher cost of solid state drives as compared to hard disk drives. Further, the present disclosure does not require deduplication code in the I/O path which may result in a simpler implementation of system.
  • FIG. 1 is a diagram illustrating a typical system for root booting
  • FIG. 2 is a diagram illustrating the view of the system illustrated in FIG. 1 from the perspective of one of the plurality of computing devices;
  • FIG. 3 is a diagram illustrating a system for root booting, in accordance with an embodiment of the present disclosure
  • FIG. 4 is a diagram illustrating the view of the system illustrated in FIG. 3 from the perspective of one of the plurality of computing devices, in accordance with an embodiment of the present disclosure
  • FIG. 5 is flow diagram illustrating a method for root booting, in accordance with an embodiment of the present disclosure
  • FIG. 6 is flow diagram illustrating a method for root booting, in accordance with an alternative embodiment of the present disclosure.
  • FIG. 7 is a flow diagram illustrating a method for root booting, in accordance with an alternative embodiment of the present disclosure.
  • Root booting a plurality of computing devices from an attached storage device utilizing a separate volume for each computing device is inefficient.
  • the data contained in the separate volumes including, but not limited to, operating systems, drivers, temporary files, application programs, and/or virtual memory swap space
  • the data contained in the separate volumes may be nearly identical.
  • storage space may be wasted.
  • each of the plurality of servers has a separate copy of one or more operating systems, drivers, temporary files, application programs, and/or virtual memory swap space
  • the same data may be read from the separate volumes separately for each one of the plurality of servers.
  • unnecessary I/O input/output
  • the separate volumes may compete for limited cache space inside the attached storage device (and/or a controller communicably connecting one of the plurality of computing devices to the attached storage device).
  • each of the plurality of computing devices may experience more cache misses, resulting in more I/Os that have to interact with the separate volumes, stored in one or more storage drives, and slowing performance.
  • FIG. 3 illustrates a system 300 for root booting, in accordance with an embodiment of the present disclosure.
  • the system 300 includes a plurality of computing devices 301 communicably connected to an attached storage device 302.
  • the plurality of computing devices 301 may comprise any kind of digital computing devices including, but not limited to, personal desktop computers, personal laptop computers, server computers, and/or dummy terminals.
  • Each computing device 301 may boot from a read-only base volume 305 of the attached storage device 302 which is presented to each computing device 301 as a virtual volume 307 for that computing device 301.
  • the read-only base volume 305 may include data common to the plurality of computing devices 301 including, but not limited to one or more operating systems, drivers, temporary files, application programs, and/or virtual memory swap space.
  • Frequently accessed data of the read-only base volume may be stored in a portion of the cache 303 of the attached storage device 302.
  • the portion of the cache 303 may store data of the read-only base volume frequently accessed by any of the plurality of computing devices 101 (via the respective virtual volume 307)
  • the portion of the cache 303 may be proportionally more of the total cache than if separate volumes were utilized (which would require separate portions of cache) and more of the data for each of the plurality of computing devices 303 may be in cache at a given time, resulting in fewer cache misses.
  • the attached storage device 302 may also include a plurality of volumes 306, each dedicated to one of the plurality of computing devices 301 , which are redirect on write snapshots of the read-only base volume 305.
  • the respective volume 306 for each computing device 301 may include unique items for that computing device 301 such as unique registration keys, virtual memory swap space, and/or temporary files. If any of the computing devices 301 makes a change to the data of the read-only base volume 305 (via the respective virtual volume 307), the change may be directed and stored in the respective volume 306 for that computing device 301. Frequently accessed data of each of the volumes 306 may be stored in a portion of the cache 304 of the attached storage device for that respective volume 306.
  • the storage system 302 may map data to the respective virtual volume 307 for each of the plurality of computing devices 301 from the read-only base volume 305 when the data from the read-only base volume 305 has not changed for the respective computing device 301 and from the respective volume 306 when the data from the read-only base volume 305 has changed for the respective computing device 301.
  • the plurality of computing devices 301 may comprise diskless servers.
  • the read-only base volume 305 may be stored in one or more solid state drives (a data storage device that utilizes solid-state memory to store persistent data).
  • the read-only base volume 305 may be stored in one or more storage drives configured as a RAID (redundant array of independent disks).
  • the one or more storage drives may be configured as a RAID that does not implement redundancy, such as where data is striped across a plurality of storage drives.
  • the read-only base volume 305 may be stored in one or more storage drives that are mirrored with one or more other storage drives for redundancy purposes.
  • the plurality of computing devices 301 may access the read-only base volume 305 (via the respective virtual volume 307) via the one or more storage drives and not the one or more other storage drives.
  • the read-only base volume 305 may be stored in one or more solid state drives that are mirrored with one or more hard disk drives (a non-volatile storage device which stores digitally encoded data on rotating platters with magnetic surfaces) and the plurality of computing devices 301 may access the read-only base volume 305 (via the respective virtual volume 307) via the one or more solid state drives and not the one or more hard disk drives.
  • the plurality of volumes 306 may each be stored in one or more solid state drives and/or hard disk drives.
  • the plurality of volumes 306 may be each stored in one or more storage drives configured as a RAID.
  • the one or more storage drives may be configured as a RAID that does not implement redundancy, such as where data is striped across a plurality of storage drives.
  • the attached storage device 302 may comprise one or more network attached storage (NAS) devices and/or one or more storage area network (SAN) devices.
  • the attached storage device 302 may comprise one or more RAID storage devices.
  • FIG. 4 illustrates how each computing device 301 may view the system 300.
  • Each computing device 301 is only able to access the readonly base volume 305, the portion of the cache 303 utilized to store frequently accessed data from the read-only base volume, its respective volume 306, and the portion of the cache 303 utilized to store frequently accessed data from its respective volume 306, though the computing device 301 is actually only aware of its respective virtual volume 307 of the attached storage device 302.
  • the attached storage device 302 may be operable to add data common to the plurality of computing devices 301 to the read-only base volume 305. In this way, the read-only base volume 305 utilized to root boot the plurality of computing devices may be updated by committing the new common data to the read-only base volume 305.
  • the present disclosure has been illustrated and described as a plurality of computing devices that boot from a common read-only base volume of an attached storage device and each store data particular for the respective computing device to a redirect on write snapshot of the common read-only base volume dedicated to the respective computing device (both presented to each of the plurality of computing devices as a virtual volume for the respective computing device), it should be understood that more than one plurality of computing devices, each plurality booting from a separate read-only base volume that is common to the respective plurality of computing devices, without departing from the scope of the present disclosure.
  • ten Linux servers and ten Microsoft Windows servers may both be communicatively coupled to the same attached storage device.
  • the ten Linux servers may boot from a Linux read-only base volume of the attached storage device common to the ten Linux servers and the ten Microsoft Windows servers may boot from a Windows read-only base volume of the attached storage device common to the ten Microsoft Windows servers.
  • the present disclosure may reduce the storage space, I/O, and caching inefficiencies associated with root booting a plurality of computing devices from volumes of an attached storage device.
  • the present disclosure may harness the read performance offered by solid state drives by storing the read-only base volume 305 in one or more solid state drives. As only one read-only base volume 305 may be required for the plurality of computing devices 301 , the read performance offered by solid state drives is balanced against the typically higher cost of solid state drives as compared to hard disk drives. Further, the present disclosure does not require deduplication code in the I/O path which may result in a simpler implementation of system 300.
  • FIG. 5 illustrates a method of root booting a plurality of computing devices, in accordance with an embodiment of the present disclosure.
  • root boot a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices.
  • the at least one storage drive may comprise at least one solid state drive.
  • the at least one storage drive may comprise a plurality of storage drives configured in a RAID.
  • the plurality of computing devices may comprise a plurality of diskless computing devices.
  • the attached storage device may comprise an attached RAID device.
  • step 503 redirect the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device which are redirect on write snapshots of the read-only base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices.
  • Each of the plurality of volumes may be stored in at least one hard disk drive.
  • Each of the plurality of volumes may be stored in a plurality of hard disk drives configured in a RAID.
  • the data particular to the one of the plurality of computing devices may comprise at least one of at least one registration key, at least one virtual memory swap space, and/or at least one temporary file.
  • FIG. 6 illustrates a method of root booting a plurality of computing devices, in accordance with an alternative embodiment of the present disclosure.
  • root boot a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices.
  • the at least one storage drive may comprise at least one solid state drive.
  • the at least one storage drive may comprise a plurality of storage drives configured in a RAID.
  • the plurality of computing devices may comprise a plurality of diskless computing devices.
  • the attached storage device may comprise an attached RAID device.
  • step 603 receive writes for the read-only base volume from the plurality of computing devices.
  • step 604 redirect the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device which are redirect on write snapshots of the read-only base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices.
  • Each of the plurality of volumes may be stored in at least one hard disk drive.
  • Each of the plurality of volumes may be stored in a plurality of hard disk drives configured in a RAID.
  • the data particular to the one of the plurality of computing devices may comprise at least one of at least one registration key, at least one virtual memory swap space, and/or at least one temporary file.
  • FIG. 7 illustrates a method of root booting a plurality of computing devices, in accordance with an alternative embodiment of the present disclosure.
  • root boot a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices.
  • the at least one storage drive may comprise at least one solid state drive.
  • the at least one storage drive may comprise a plurality of storage drives configured in a RAID.
  • the plurality of computing devices may comprise a plurality of diskless computing devices.
  • the attached storage device may comprise an attached RAID device.
  • step 703 redirect the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device which are redirect on write snapshots of the readonly base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices.
  • Each of the plurality of volumes may be stored in at least one hard disk drive.
  • Each of the plurality of volumes may be stored in a plurality of hard disk drives configured in a RAID.
  • the data particular to the one of the plurality of computing devices may comprise at least one of at least one registration key, at least one virtual memory swap space, and/or at least one temporary file.
  • step 704 add common data to the read-only base volume.
  • the methods disclosed may be implemented as sets of instructions or software readable by a device. Further, it is understood that the specific order or hierarchy of steps in the methods disclosed are examples of exemplary approaches. Based upon design preferences, it is understood that the specific order or hierarchy of steps in the method can be rearranged while remaining within the disclosed subject matter.
  • the accompanying method claims present elements of the various steps in a sample order, and are not necessarily meant to be limited to the specific order or hierarchy presented.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A system and method for root booting includes a plurality of computing devices that each boot from a read-only base volume of an attached storage device that includes data common to the computing devices. The attached storage device also includes a plurality of volumes, each dedicated to one of the computing devices, which are redirect on write snapshots of the read-only base volume including unique items for the respective computing device. The read-only base volume may be stored in one or more solid state drives which may be configured as a RAID (redundant array of independent disks) and/or mirrored with one or more other storage drives. The plurality of volumes may each be stored in one or more hard disk drives which may be configured as a RAID. The attached storage device may be operable to add common data to the read-only base volume.

Description

EFFICIENT ROOT BOOTING WITH SOLID STATE DRIVES AND REDIRECT ON WRITE SNAPSHOTS
TECHNICAL FIELD
[0001] The present disclosure generally relates to the field of computing devices, and more particularly to a system and method for efficiently root booting computing devices.
BACKGROUND
[0002] Root booting is the practice of booting a computing device using a volume on an attached storage device such as an attached storage array. This volume may contain everything that a local drive would contain if the computing device booted from the local drive (such as an operating system, drivers, temporary files, application programs, and/or virtual memory swap space).
[0003] FIG. 1 illustrates a typical system 100 for root booting. The system 100 typically includes a plurality of computing devices 101 communicably connected to an attached storage device 102. Each computing device 101 typically boots from a dedicated volume 104 of the attached storage device 102 which is presented. to each computing device 101 as a virtual volume 105. Then each computing device 101 typically continues to utilize its respective dedicated volume 104 (via the respective virtual volume 105) for operation. As each computing device 101 reads data from and/or writes data to its respective dedicated volume 104 (via the respective virtual volume 105) during operation, data from the respective volume 104 is typically stored in a respective area of the cache 103 of the attached storage device 102 for quicker access. FIG. 2 illustrates how each computing device 101 views the system 100. Each computing device 101 is only able to access the respective volume 104 and the respective area of the cache 103 of the attached storage device 102 for the computing device 101 , though the computing device 101 is actually only aware of its respective virtual volume 105 of the attached storage device 102.
SUMMARY
[0004] A system and method for root booting may include a plurality of computing devices communicably connected to an attached storage device. Each computing device may boot from a read-only base volume of the attached storage device. The read-only base volume may include data common to the plurality of computing devices including, but not limited to one or more operating systems, drivers, temporary files, application programs, and/or virtual memory swap space. Frequently accessed data of the read-only base volume may be stored in a portion of the cache of the attached storage device. The attached storage device may also include a plurality of volumes, each dedicated to one of the plurality of computing devices, which are redirect on write snapshots of the read-only base volume. The respective volume for each computing device may include unique items for a computing device such as unique registration keys, virtual memory swap space, and/or temporary files. If any of the computing devices makes a change to the data of the read-only base volume, the change may be directed and stored in the respective volume for that computing device. Frequently accessed data of each of the volumes may be stored in a portion of the cache of the attached storage device for that respective volume. The read-only base volume, the portions of cache, and the respective volume may be presented to each of the plurality of computing devices as a virtual volume. The storage system may map data to the respective virtual volume for each of the plurality of computing devices from the read-only base volume when the data from the read-only base volume has not changed for the respective computing device and from the respective volume when the data from the read-only base volume has changed for the respective computing device.
[0005] The read-only base volume may be stored in one or more solid state drives (a data storage device that utilizes solid-state memory to store persistent data) which may be configured as a RAID (redundant array of independent disks) and/or mirrored with one or more other storage drives for redundancy purposes. The plurality of volumes may each be stored in one or more solid state drives and/or hard disk drives which may be configured as a RAID. The attached storage device may be operable to add data common to the plurality of computing devices to the read-only base volume. In this way, the read-only base volume utilized to root boot the plurality of computing devices may be updated by committing the new common data to the read-only base volume.
[0006] The present disclosure may reduce the storage space, I/O, and caching inefficiencies associated with root booting a plurality of computing devices from volumes of an attached storage device. The present disclosure may harness the read performance offered by solid state drives by storing the read-only base volume in one or more solid state drives. As only one read-only base volume may be required for the plurality of computing devices, the read performance offered by solid state drives is balanced against the typically higher cost of solid state drives as compared to hard disk drives. Further, the present disclosure does not require deduplication code in the I/O path which may result in a simpler implementation of system.
[0007] It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not necessarily restrictive of the present disclosure. The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate subject matter of the disclosure. Together, the descriptions and the drawings serve to explain the principles of the disclosure.
BRIEF DESCRIPTION OF THE DRAWINGS
[0008] The numerous advantages of the disclosure may be better understood by those skilled in the art by reference to the accompanying figures in which:
FIG. 1 is a diagram illustrating a typical system for root booting;
FIG. 2 is a diagram illustrating the view of the system illustrated in FIG. 1 from the perspective of one of the plurality of computing devices;
FIG. 3 is a diagram illustrating a system for root booting, in accordance with an embodiment of the present disclosure;
FIG. 4 is a diagram illustrating the view of the system illustrated in FIG. 3 from the perspective of one of the plurality of computing devices, in accordance with an embodiment of the present disclosure;
FIG. 5 is flow diagram illustrating a method for root booting, in accordance with an embodiment of the present disclosure;
FIG. 6 is flow diagram illustrating a method for root booting, in accordance with an alternative embodiment of the present disclosure; and
FIG. 7 is a flow diagram illustrating a method for root booting, in accordance with an alternative embodiment of the present disclosure.
DETAILED DESCRIPTION
[0009] Reference will now be made in detail to the subject matter disclosed, which is illustrated in the accompanying drawings.
[0010] Root booting a plurality of computing devices from an attached storage device utilizing a separate volume for each computing device is inefficient. In many situations where a plurality of computing devices root boot from volumes of an attached storage device, the data contained in the separate volumes (including, but not limited to, operating systems, drivers, temporary files, application programs, and/or virtual memory swap space) may be nearly identical. Thus, storage space may be wasted. Further, as each of the plurality of servers has a separate copy of one or more operating systems, drivers, temporary files, application programs, and/or virtual memory swap space, the same data may be read from the separate volumes separately for each one of the plurality of servers. Thus, unnecessary I/O (input/output) may be experienced in order to fetch duplicate data from the separate volumes. Additionally, as the data is duplicated on the separate volumes, the separate volumes may compete for limited cache space inside the attached storage device (and/or a controller communicably connecting one of the plurality of computing devices to the attached storage device). As a result, each of the plurality of computing devices may experience more cache misses, resulting in more I/Os that have to interact with the separate volumes, stored in one or more storage drives, and slowing performance.
[0011] FIG. 3 illustrates a system 300 for root booting, in accordance with an embodiment of the present disclosure. The system 300 includes a plurality of computing devices 301 communicably connected to an attached storage device 302. The plurality of computing devices 301 may comprise any kind of digital computing devices including, but not limited to, personal desktop computers, personal laptop computers, server computers, and/or dummy terminals. Each computing device 301 may boot from a read-only base volume 305 of the attached storage device 302 which is presented to each computing device 301 as a virtual volume 307 for that computing device 301. The read-only base volume 305 may include data common to the plurality of computing devices 301 including, but not limited to one or more operating systems, drivers, temporary files, application programs, and/or virtual memory swap space. Frequently accessed data of the read-only base volume may be stored in a portion of the cache 303 of the attached storage device 302. As the portion of the cache 303 may store data of the read-only base volume frequently accessed by any of the plurality of computing devices 101 (via the respective virtual volume 307), the portion of the cache 303 may be proportionally more of the total cache than if separate volumes were utilized (which would require separate portions of cache) and more of the data for each of the plurality of computing devices 303 may be in cache at a given time, resulting in fewer cache misses. The attached storage device 302 may also include a plurality of volumes 306, each dedicated to one of the plurality of computing devices 301 , which are redirect on write snapshots of the read-only base volume 305. The respective volume 306 for each computing device 301 may include unique items for that computing device 301 such as unique registration keys, virtual memory swap space, and/or temporary files. If any of the computing devices 301 makes a change to the data of the read-only base volume 305 (via the respective virtual volume 307), the change may be directed and stored in the respective volume 306 for that computing device 301. Frequently accessed data of each of the volumes 306 may be stored in a portion of the cache 304 of the attached storage device for that respective volume 306. The storage system 302 may map data to the respective virtual volume 307 for each of the plurality of computing devices 301 from the read-only base volume 305 when the data from the read-only base volume 305 has not changed for the respective computing device 301 and from the respective volume 306 when the data from the read-only base volume 305 has changed for the respective computing device 301.
[0012] The plurality of computing devices 301 may comprise diskless servers. The read-only base volume 305 may be stored in one or more solid state drives (a data storage device that utilizes solid-state memory to store persistent data). The read-only base volume 305 may be stored in one or more storage drives configured as a RAID (redundant array of independent disks). The one or more storage drives may be configured as a RAID that does not implement redundancy, such as where data is striped across a plurality of storage drives. The read-only base volume 305 may be stored in one or more storage drives that are mirrored with one or more other storage drives for redundancy purposes. If read-only base volume 305 is stored in one or more storage drives that be mirrored with one or more other storage drives, the plurality of computing devices 301 may access the read-only base volume 305 (via the respective virtual volume 307) via the one or more storage drives and not the one or more other storage drives. For example, the read-only base volume 305 may be stored in one or more solid state drives that are mirrored with one or more hard disk drives (a non-volatile storage device which stores digitally encoded data on rotating platters with magnetic surfaces) and the plurality of computing devices 301 may access the read-only base volume 305 (via the respective virtual volume 307) via the one or more solid state drives and not the one or more hard disk drives. The plurality of volumes 306 may each be stored in one or more solid state drives and/or hard disk drives. The plurality of volumes 306 may be each stored in one or more storage drives configured as a RAID. The one or more storage drives may be configured as a RAID that does not implement redundancy, such as where data is striped across a plurality of storage drives. The attached storage device 302 may comprise one or more network attached storage (NAS) devices and/or one or more storage area network (SAN) devices. The attached storage device 302 may comprise one or more RAID storage devices.
[0013] FIG. 4 illustrates how each computing device 301 may view the system 300. Each computing device 301 is only able to access the readonly base volume 305, the portion of the cache 303 utilized to store frequently accessed data from the read-only base volume, its respective volume 306, and the portion of the cache 303 utilized to store frequently accessed data from its respective volume 306, though the computing device 301 is actually only aware of its respective virtual volume 307 of the attached storage device 302. [0014] The attached storage device 302 may be operable to add data common to the plurality of computing devices 301 to the read-only base volume 305. In this way, the read-only base volume 305 utilized to root boot the plurality of computing devices may be updated by committing the new common data to the read-only base volume 305.
[0015] Although the present disclosure has been illustrated and described as a plurality of computing devices that boot from a common read-only base volume of an attached storage device and each store data particular for the respective computing device to a redirect on write snapshot of the common read-only base volume dedicated to the respective computing device (both presented to each of the plurality of computing devices as a virtual volume for the respective computing device), it should be understood that more than one plurality of computing devices, each plurality booting from a separate read-only base volume that is common to the respective plurality of computing devices, without departing from the scope of the present disclosure. For example, ten Linux servers and ten Microsoft Windows servers may both be communicatively coupled to the same attached storage device. The ten Linux servers may boot from a Linux read-only base volume of the attached storage device common to the ten Linux servers and the ten Microsoft Windows servers may boot from a Windows read-only base volume of the attached storage device common to the ten Microsoft Windows servers.
[0016] The present disclosure may reduce the storage space, I/O, and caching inefficiencies associated with root booting a plurality of computing devices from volumes of an attached storage device. The present disclosure may harness the read performance offered by solid state drives by storing the read-only base volume 305 in one or more solid state drives. As only one read-only base volume 305 may be required for the plurality of computing devices 301 , the read performance offered by solid state drives is balanced against the typically higher cost of solid state drives as compared to hard disk drives. Further, the present disclosure does not require deduplication code in the I/O path which may result in a simpler implementation of system 300.
[0017] FIG. 5 illustrates a method of root booting a plurality of computing devices, in accordance with an embodiment of the present disclosure. In step 501 , root boot a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices. The at least one storage drive may comprise at least one solid state drive. The at least one storage drive may comprise a plurality of storage drives configured in a RAID. The plurality of computing devices may comprise a plurality of diskless computing devices. The attached storage device may comprise an attached RAID device. In step 502, receive writes for the read-only base volume from the plurality of computing devices. In step 503, redirect the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device which are redirect on write snapshots of the read-only base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices. Each of the plurality of volumes may be stored in at least one hard disk drive. Each of the plurality of volumes may be stored in a plurality of hard disk drives configured in a RAID. The data particular to the one of the plurality of computing devices may comprise at least one of at least one registration key, at least one virtual memory swap space, and/or at least one temporary file.
[0018] FIG. 6 illustrates a method of root booting a plurality of computing devices, in accordance with an alternative embodiment of the present disclosure. In step 601 , root boot a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices. The at least one storage drive may comprise at least one solid state drive. The at least one storage drive may comprise a plurality of storage drives configured in a RAID. The plurality of computing devices may comprise a plurality of diskless computing devices. The attached storage device may comprise an attached RAID device. In step 602, mirror the at least one storage drive with at least one additional storage drive. In step 603, receive writes for the read-only base volume from the plurality of computing devices. In step 604, redirect the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device which are redirect on write snapshots of the read-only base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices. Each of the plurality of volumes may be stored in at least one hard disk drive. Each of the plurality of volumes may be stored in a plurality of hard disk drives configured in a RAID. The data particular to the one of the plurality of computing devices may comprise at least one of at least one registration key, at least one virtual memory swap space, and/or at least one temporary file.
[0019] FIG. 7 illustrates a method of root booting a plurality of computing devices, in accordance with an alternative embodiment of the present disclosure. In step 701 , root boot a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices. The at least one storage drive may comprise at least one solid state drive. The at least one storage drive may comprise a plurality of storage drives configured in a RAID. The plurality of computing devices may comprise a plurality of diskless computing devices. The attached storage device may comprise an attached RAID device. In step 702, receive writes for the read-only base volume from the plurality of computing devices. In step 703, redirect the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device which are redirect on write snapshots of the readonly base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices. Each of the plurality of volumes may be stored in at least one hard disk drive. Each of the plurality of volumes may be stored in a plurality of hard disk drives configured in a RAID. The data particular to the one of the plurality of computing devices may comprise at least one of at least one registration key, at least one virtual memory swap space, and/or at least one temporary file. In step 704, add common data to the read-only base volume.
[0020] In the present disclosure, the methods disclosed may be implemented as sets of instructions or software readable by a device. Further, it is understood that the specific order or hierarchy of steps in the methods disclosed are examples of exemplary approaches. Based upon design preferences, it is understood that the specific order or hierarchy of steps in the method can be rearranged while remaining within the disclosed subject matter. The accompanying method claims present elements of the various steps in a sample order, and are not necessarily meant to be limited to the specific order or hierarchy presented.
[0021] It is believed that the present disclosure and many of its attendant advantages will be understood by the foregoing description, and it will be apparent that various changes may be made in the form, construction and arrangement of the components without departing from the disclosed subject matter or without sacrificing all of its material advantages. The form described is merely explanatory, and it is the intention of the following claims to encompass and include such changes.

Claims

CLAIMSWhat is claimed is:
1. A method, comprising: root booting a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices; receiving writes for the read-only base volume from the plurality of computing devices; and redirecting the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device which are redirect on write snapshots of the read-only base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices.
2. The method of claim 1 , wherein said root booting a plurality of computing devices from a read-only base volume of an attached storage device comprises: root booting a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one solid state drive.
3. The method of claim 1 , wherein said root booting a plurality of computing devices from a read-only base volume of an attached storage device comprises: root booting a plurality of computing devices from a read-only base volume of an attached storage device stored in a plurality of storage drives configured in a RAID (redundant array of independent disks).
4. The method of claim 1 , further comprising: mirroring the at least one storage drive with at least one additional storage drive.
5. The method of claim 1 , wherein said redirecting the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device comprises: redirecting the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device stored in at least one hard disk drive.
6. The method of claim 1 , wherein said redirecting the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device comprises: redirecting the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device stored in a plurality of hard disk drives configured in a RAID (redundant array of independent disks).
7. The method of claim 1 , wherein the data particular to the one of the plurality of computing devices comprises at least one of at least one registration key, at least one virtual memory swap space, or at least one temporary file.
8. The method of claim 1 , further comprising: adding common data to the read-only base volume.
9. The method of claim 1 , wherein said root booting a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive comprises: root booting a plurality of diskless computing devices from a read-only base volume of an attached storage device stored in at least one storage drive.
10. The method of claim 1 , wherein said root booting a plurality of computing devices from a read-only base volume of an attached storage device stored in at least one storage drive comprises: root booting a plurality of computing devices from a read-only base volume of an attached RAID (redundant array of independent disks) device stored in at least one storage drive.
11. A system, comprising: an attached storage device including a read-only based volume stored in at least one storage drive and a plurality of volumes which are redirect on write snapshots of the read-only base volume; and a plurality of computing devices that boot from the read-only base volume, wherein the read-only base volume contains at least one of at least one operating system or at least one application program common to the plurality of computing devices, writes received from the plurality of computing devices for the read-only base volume are redirected to one of the plurality of volumes, and each of the plurality of volumes of the attached storage device are dedicated to one of the plurality of computing devices and store data particular to the one of the plurality of computing devices.
12. The system of claim 11 , wherein the at least one storage drive comprises at least one solid state drive.
13. The system of claim 11 , wherein the at least one storage drive comprises a plurality of storage drives configured as a RAID (redundant array of independent disks).
14. The system of claim 11 , wherein the at least one storage drive is mirrored with at least one additional storage drive.
15. The system of claim 11 , wherein the plurality of volumes are stored in at least one hard disk drive.
16. The system of claim 11 , wherein the plurality of volumes are stored in a plurality of hard disk drives configured in a RAID (redundant array of independent disks).
17. The system of claim 11 , wherein the data particular to the one of the plurality of computing devices comprises at least one of at least one registration key, at least one virtual memory swap space, or at least one temporary file.
18. The system of claim 11 , wherein the attached storage device is operable to add common data to the read-only based volume.
19. The system of claim 11 , wherein the plurality of computing devices comprise diskless computing devices.
20. The system of claim 11 , wherein the attached storage device comprises an attached RAID (redundant array of independent disks) device.
21. A computer program product for root booting, the computer program product comprising: a tangible computer usable medium having computer usable code tangibly embodied therewith, the computer usable program code comprising: computer usable program code configured to root boot a plurality of diskless computing devices from a read-only base volume of an attached storage device stored in at least one solid state drive, the read-only base volume containing at least one of at least one operating system or at least one application program common to the plurality of computing devices; computer usable program code configured to receive writes for the read-only base volume from the plurality of computing devices; and computer usable program code configured to redirect the writes for each of the plurality of computing devices to one of a plurality of volumes of the attached storage device stored in at least one hard disk drive which are redirect on write snapshots of the read-only base volume, each of the plurality of volumes of the attached storage device being dedicated to one of the plurality of computing devices and storing data particular to the one of the plurality of computing devices.
EP08779790A 2008-06-26 2008-06-26 Efficient root booting with solid state drives and redirect on write snapshots Withdrawn EP2291771A4 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2008/007954 WO2009157899A1 (en) 2008-06-26 2008-06-26 Efficient root booting with solid state drives and redirect on write snapshots

Publications (2)

Publication Number Publication Date
EP2291771A1 true EP2291771A1 (en) 2011-03-09
EP2291771A4 EP2291771A4 (en) 2012-07-18

Family

ID=41444796

Family Applications (1)

Application Number Title Priority Date Filing Date
EP08779790A Withdrawn EP2291771A4 (en) 2008-06-26 2008-06-26 Efficient root booting with solid state drives and redirect on write snapshots

Country Status (5)

Country Link
EP (1) EP2291771A4 (en)
JP (1) JP5357964B2 (en)
KR (1) KR101288721B1 (en)
CN (1) CN102067114B (en)
WO (1) WO2009157899A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9690651B2 (en) * 2015-05-21 2017-06-27 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Controlling a redundant array of independent disks (RAID) that includes a read only flash data storage device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020065840A1 (en) * 2000-11-30 2002-05-30 International Business Machines Corporation Method and system for creating and managing common and custom storage devices in a computer network
US6567889B1 (en) * 1997-12-19 2003-05-20 Lsi Logic Corporation Apparatus and method to provide virtual solid state disk in cache memory in a storage controller
US20070250610A1 (en) * 1999-10-18 2007-10-25 Haun C K Providing a reliable operating system for clients of a net-booted environment

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05128002A (en) * 1991-11-01 1993-05-25 Fujitsu Ltd Cache memory division control system
JP3837953B2 (en) * 1999-03-12 2006-10-25 株式会社日立製作所 Computer system
JP4141391B2 (en) * 2004-02-05 2008-08-27 株式会社日立製作所 Storage subsystem
JP2005301708A (en) * 2004-04-13 2005-10-27 Hitachi Ltd Storage device system and software management method in same system
JP4613598B2 (en) * 2004-12-10 2011-01-19 株式会社日立製作所 Disk system
JP4498956B2 (en) * 2005-03-10 2010-07-07 日本電信電話株式会社 Network boot system, unit storage unit mounting method and program
US20070271307A1 (en) * 2006-04-19 2007-11-22 Bergsten James R Write Sharing of Read-Only Data Storage Volumes
JP2007310508A (en) * 2006-05-16 2007-11-29 Nippon Telegraph & Telephone East Corp Thin client system and program for thin client terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6567889B1 (en) * 1997-12-19 2003-05-20 Lsi Logic Corporation Apparatus and method to provide virtual solid state disk in cache memory in a storage controller
US20070250610A1 (en) * 1999-10-18 2007-10-25 Haun C K Providing a reliable operating system for clients of a net-booted environment
US20020065840A1 (en) * 2000-11-30 2002-05-30 International Business Machines Corporation Method and system for creating and managing common and custom storage devices in a computer network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO2009157899A1 *

Also Published As

Publication number Publication date
WO2009157899A1 (en) 2009-12-30
EP2291771A4 (en) 2012-07-18
KR101288721B1 (en) 2013-07-22
KR20110034610A (en) 2011-04-05
JP2011526024A (en) 2011-09-29
CN102067114B (en) 2015-06-10
JP5357964B2 (en) 2013-12-04
CN102067114A (en) 2011-05-18

Similar Documents

Publication Publication Date Title
US6990573B2 (en) System and method for sharing storage to boot multiple servers
CN102047237B (en) Providing object-level input/output requests between virtual machines to access a storage subsystem
JP4750040B2 (en) System and method for emulating operating system metadata enabling cross-platform access to storage volumes
US10031703B1 (en) Extent-based tiering for virtual storage using full LUNs
CN101243413B (en) System and method for virtualizing backup images
US8037347B2 (en) Method and system for backing up and restoring online system information
US20080140969A1 (en) Method and system for dividing a hard disk drive into multiple host access spaces
US9218138B1 (en) Restoring snapshots to consistency groups of mount points
AU2011302526B2 (en) Physical to virtual disks creation (P2V) method, by harvesting data from critical sectors
US20050097132A1 (en) Hierarchical storage system
US10289320B1 (en) Utilizing a virtual backup appliance within data storage equipment
US8495348B2 (en) Efficient root booting with solid state drives and redirect on write snapshots
EP2573679B1 (en) Methods and systems for heterogeneous data volume
US20090144463A1 (en) System and Method for Input/Output Communication
JP5357964B2 (en) Efficient root boot method using solid state drive and redirect-on-write snapshot
US10152486B2 (en) Preserving redundancy in data deduplication systems by designation of virtual device
TWI386797B (en) Efficient root booting with solid state drives and redirect on write snapshots
Bettany et al. Understanding windows file systems
Wojsław et al. ZFS Overview
Lee et al. Implementation of Hardware RAID and LVM-based Large Volume Storage on Global Data Center System of International GNSS Service
Liu An alternative scalable storage system
JP2013025686A (en) Disk array system

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20101210

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA MK RS

DAX Request for extension of the european patent (deleted)
A4 Supplementary search report drawn up and despatched

Effective date: 20120614

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 9/445 20060101ALI20120608BHEP

Ipc: G06F 3/06 20060101ALI20120608BHEP

Ipc: G06F 17/30 20060101AFI20120608BHEP

17Q First examination report despatched

Effective date: 20140702

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20160105