The present invention relates to a file system including a tape drive, and more specifically, rolling back data on tape in the file system.
As a mechanism for accessing data in a tape drive as a file in a file system, for example, LTFS (Linear Tape File System) has been put to practical use. LTFS implements a file system by associating files with meta information such as indices, which indicate where data areas making up the files are located on tape.
Due to the nature of tape, LTFS is designed to add edited data, during editing of a file, to the end of data written in the past without overwriting the past data. This provides the advantage of being able to read data out of a file written in the past. In LTFS, the act of reading past data is referred to as rollback.
A Linear Tape-Open (LTO) Ultrium tape drive available for use by LTFS divides a tape into an index partition mainly used to write indices, and a data partition mainly used to write data. In the data partition, after edited data is added, an index of the data is also added to the end of the edited data. The added index (i.e., the latest index) also includes meta information about one-generation old data and data of earlier generations (i.e., data edited one generation ago and earlier). Also, each index contains information (i.e., a pointer) which identifies a location of a one-generation old index.
Rollback makes it possible to read meta information about data in a file written in the past (i.e., a few generations earlier) based on the latest index on the data partition, identifying the location and the like of data to be read out, and then reading out the data. However, if a file of data of a past generation has already been deleted (logically) in the file system, since the index of data edited after the deletion does not contain meta information about the deleted data, the location and the like of the deleted data cannot be identified directly from the latest index created after the deletion.
In that case, information (a pointer) which identifies the location of the one-generation old index is read out of the latest index, and information (a pointer) which identifies the location of the two-generation old index is read out of the one-generation old index, and so on. Read operations are thus repeated by going back to previous indices to identify the location and the like of the deleted data from the index recorded before the deletion, and thereby the file of the deleted data is read.
According to one embodiment of the present invention, a method for rolling back data on tape in a file system is provided. The method includes: preparing a management tape with only index files recorded thereon, the index files containing information about start positions and lengths of corresponding data files recorded on normal tapes, and the index files further containing identification information for the normal tapes; reading a first index file of the management tape, wherein the first index file is related to a data file to be rolled back, wherein the first index file is read out from the management tape mounted on a first tape drive; and reading the data file to be rolled back out of a first normal tape, wherein the first normal tape is identified based on information in the first index file, and wherein the first normal tape is mounted on a second tape drive.
According to another embodiment of the present invention, a file system which allows data on tape to be rolled back using a management tape is provided. The file system includes: a host; a first tape drive adapted to mount normal tapes with data files recorded thereon; and a second tape drive adapted to mount a management tape with only index files recorded thereon, the index files containing information about start positions and lengths of corresponding data files recorded on the normal tapes and the index files further containing identification information about the normal tapes, wherein the host reads the index file related to a data file to be rolled back out, wherein the index file is read back out of the management tape mounted on the second tape drive, and the host reads the data file to be rolled back out of the normal tape identified based on information in the index file, the normal tape being mounted on the first tape drive.
According to another embodiment of the present invention, a computer program product for rolling back data on tape in a file system is provided. The program is stored on non-transitory computer readable storage media and controls a computer to perform a method, the method including: preparing a management tape with only index files recorded thereon, the index files containing information about start positions and lengths of corresponding data files recorded on normal tapes, and the index files further containing identification information for the normal tapes; reading a first index file of the management tape, wherein the first index file is related to a data file to be rolled back, wherein the first index file is read out from the management tape mounted on a first tape drive; and reading the data file to be rolled back out of a first normal tape, wherein the first normal tape is identified based on information in the first index file, and wherein the first normal tape is mounted on a second tape drive.
A first aspect of the present invention provides a method for rolling back data on tape in a file system. The method comprises the steps of: (a) preparing a management tape with only index files recorded thereon, the index files containing information about start positions and lengths of respective data files recorded on normal tapes and identification information about the normal tapes; (b) reading the index file related to a data file to be rolled back out of the management tape mounted on a tape drive; and (c) reading the data file to be rolled back out of the normal tape identified based on information in the read index file and mounted on the tape drive.
According to the first aspect of the present invention, since location information and the like about the data file to be rolled back is read out of the management tape on which only index files have been recorded, the read can be performed in a short time and consequently the targeted data file can be read out quickly. Also, even when a rollback process is canceled halfway through, since no processing request is made to the normal tape on which the data file has been recorded, a next processing request can be made to the normal tape without waiting for completion of seeks on the management tape.
A second aspect of the present invention provides a file system which allows data on tape to be rolled back using a management tape. The file system comprises: (a) a host; (b) a first tape drive adapted to mount normal tapes with data files recorded thereon; and (c) a second tape drive adapted to mount a management tape with only index files recorded thereon, the index files containing information about start positions and lengths of respective data files recorded on the normal tapes and identification information about the normal tapes.
The host reads the index file related to a data file to be rolled back out of the management tape mounted on the second tape drive and reads the data file to be rolled back out of the normal tape identified based on information in the index file and mounted on the first tape drive.
According to the second aspect of the present invention, using the second tape drive different from the first tape drive on which the normal tape is mounted, location information and the like about the data file to be rolled back is read out of the management tape on which only the index files have been recorded. This allows the read to be performed in a short time and consequently the targeted data file can be read out of the first tape drive quickly. Also, even when a rollback process is canceled halfway through on the second tape drive, since no processing request is made on the first tape drive to the normal tape on which the data files have been recorded, a next processing request can be made to the normal tape on the first tape drive without waiting for completion of seeks on the management tape on the second tape drive.
Embodiments of the present disclosure recognize that utilizing LTFS to access files on a tape drive may provide the advantage of being able to read data out of a file written in the past. Embodiments recognize a demand for a mechanism which, in performing rollback to read deleted data, allows an index to be read out retrospectively in a short time and also allows the rollback to be canceled easily. Some embodiments of the present invention provide a file system which can provide such a mechanism as well as a method for rolling back data on tape in the file system.
Embodiments further recognize that there is a problem in that the rollback performed to read the deleted data takes time. This is because each index in the data partition is written between data items, making it necessary to retrace indices one by one until the index of a desired generation is found, and thereby involving a large number of seeks (tape and head movements and the like).
Also, once a seek is started, the tape drive cannot accept another request until the seek has been processed. This presents another problem in that once rollback is started, processing of the rollback cannot be canceled halfway through.
Embodiments of the present invention will be described with reference to the drawings. Note that in the following description, the embodiments of the present invention will be described in comparison with contents of a conventional technique as required.
The file system 100 can be, for example, LTFS. Once a tape cartridge is inserted into a tape drive, LTFS allows direct access to any file saved in the tape cartridge as with an HDD and a USB memory or other removable recording media including a CD-R. To build a file system on a tape drive, an LTO Ultrium (such as LTO-5) tape drive can be used, for example. With the LTO Ultrium tape drive, it is necessary that the tape used has partitions. The partitions will be described later.
The tape cartridge 20 also contains a cartridge memory (CM) 24. The CM 24 records, for example, information as to how data has been written on the tape 23. Then, fast data access is enabled by checking, for example, indices of data written into the tape 23 and a usage situation of the tape 23, in a contactless manner using, for example, an RF interface. Note that an interface, such as the RF interface, used to access the CM 24 is shown in
Host I/F 11 communicates with the host (server) 30, another PC 32, or the like. For example, from an OS of the host 30, the host I/F 11 receives a command to write data into the tape 23, a command to move the tape 23 to a desired position, and a command to read data out of the tape 23. In the example of LTFS described above, data in the tape drive can be referred to directly from a desktop OS or the like and a file can be opened by double-clicking or copied by dragging and dropping, similar to handling a file on the HDD.
The buffer 12 is a memory configured to temporarily store data to be written into the tape 23 or data read out of the tape 23. For example, the buffer 12 is constructed from a DRAM. Also, the buffer 12 is made up of multiple buffer segments, each of which stores a data set. A data set is a unit of data in which the data is read or written with respect to the tape 23.
The channel 13 is a communications path used to send the data to be written into the tape 23 to the head 14 and receive the data read out of the tape 23 from the head 14. As the tape 23 moves in the longitudinal direction, the head 14 writes information into the tape 23 or reads information out of the tape 23. The motor 15 turns the reels 21 and 22. Note that although the motor 15 is represented by one rectangle in
On the other hand, the controller 16 controls the entire tape drive 10. For example, based on a command accepted by the host I/F 11, the controller 16 controls data writes and reads into/from the tape 23. Also, the controller 16 controls the head position control system 17 and motor driver 18. The head position control system 17 is a system designed to track a desired lap. Here, the lap is a group of multiple tracks on the tape 23. When it becomes necessary to switch the lap, it also becomes necessary to electrically switch the head 14, and such switching is controlled by the head position control system 17.
The motor driver 18 drives the motor 15. Note that when two motors 15 are used as described above, two motor drivers 18 are provided as well. The CM I/F 19 is implemented, for example, by an RF reader-writer, and is designed to write and read information into/from the CM 24.
Now, configurations of a partition and index in LTFS in which the present invention is embodied will be described. LTFS uses a logical block on tape called a partition which has come to be supported by LTO-5 and subsequent generations of LTO. LTFS uses two types of partitions: an index partition and a data partition. The data partition is made up of data itself which makes up a file, and index information written when predetermined conditions are met after completion of a file write. The index partition stores the latest index information, which is read when a cartridge is loaded, and makes it possible to determine where on a medium a file exists.
The above flow makes it possible to acquire information about a location and the like of a targeted data file of gen #=1 by rollback and to read the data file. In this case, as already described above, each index in the data partition is written between data items, making it necessary to retrace indices one by one as described above until the index of a desired generation is found, and thereby involving a large number of seeks (tape and head movements and the like). Embodiments of the present invention provide a method, described below, that makes it possible to read an index of a desired generation in a short time by avoiding such a large number of seeks.
In step S1, a management tape is prepared. The management tape means a tape on which only index files are recorded, the index files containing information about start positions and lengths of respective data files recorded on normal tapes and identification information (Id) about the normal tapes. In some embodiments of the present invention, the management tape with only the index files recorded thereon is used in addition to the normal tapes. The management tape will be further described in detail later.
In step S2, the index file containing meta information (location and the like) about a data file to be rolled back is read out of the management tape mounted on the tape drive. The tape drive used to mount the management tape may be the same as or different (i.e., a second tape drive) from a tape drive (i.e., the first tape drive) on which the normal tape (i.e., the user tape) is mounted. In so doing, a tape drive dedicated to the management tape may be provided so that the index file can be read promptly in response to a request from the host. A description of how the index file is read out of the management tape will be given later together with details of the management tape.
In step S3, after the normal tape identified based on information in the index file read out of the management tape is mounted on the tape drive (i.e., the first tape drive), the data file to be rolled back is read out of the normal tape. The reading operation is performed in a manner similar to when the data file is usually read out of the normal tape.
Example embodiments of the management tape will be described with reference to
In the example of
The index files of each tape are added one after another to a corresponding one of the partitions. For example, each time an index file of tape B is created (updated), the index file, such as B-1, B-2, B-3, and so on, is added to partition 1. The addition is made with a predetermined timing, for example, being timed with a tape synchronization or a tape unmount process.
In the example of
With the conventional method (
In the example of
Then, an index which represents a pointer (location information) to the data (index file) added to the data partition (Data) is written into the index partition (Index). Consequently, since the location of a desired index to be read during rollback can be identified by reading the index in the index partition (Index), it is possible to move directly to the index of a desired generation as indicated by arrow M2 in
In the example of
Effects of the method according to embodiments of the present invention will be described with reference to
The time required to reach index X (0<=X<G) will be calculated for a tape which has G indices (index 0 to index G-1) in total. However, this calculation is a rough estimate intended to find a rough figure, and it is necessary to take acceleration or deceleration of the tape into consideration to find a precise figure. On an LTO-5 tape drive, tape running speed during a seek is 10 m/sec while running speed during a read is 8 m/sec. Also, longitudinal length of the LTO-5 tape is approximately 800 m.
In order to go back one generation, the conventional method requires the following three processes to be performed:
1. Index file seek,
2. Backhitch (rewind) for starting a read action, and
3. Data read.
If it is assumed that a seek distance is ⅓ the length of the tape on average, the seek time is 800/3/10 seconds. Empirically, backhitch time is set to 5 seconds. Reading of data depends on the index file size, but in many cases, data is sized to fit well within one data set (DS), which is a unit used in reading and writing data in LTO format, and thus data-reading time can be set to the time required to read one DS. The length of one DS corresponds to approximately 10 cm, and thus the data-reading time is 0.1/8 seconds. Thus, the time required to rewind the tape one generation is:
800/3/10+5+0.1/8≈31.68 seconds.
This is repeated (G−X) times, and thus a total processing time T1 required for rollback is
T1=(G−X)*31.68 seconds.
In example 1 of the method according to an embodiment of the present invention (method of
T2=800/3/10+5+0.1/8*X=31.67+0.0125X seconds.
In example 2 of the method according to an embodiment of the present invention (method of
T3=(800/3/10+5+0.1/8)*2≈63.36 seconds.
Normally, a rollback operation is performed in the following three steps:
1. List information on all the indices on the tape.
2. Select a desired generation to be rolled back from the listed information.
3. Roll back to the specified generation.
The calculations described above provide a rough estimate of the time required in step 3, although the listing time in step 1 needs to be added, as described below.
With the conventional method and example 1 of the method according to an embodiment of the present invention (method of
Conventional method: (2G−X)*31.68 seconds
Example 1 of an embodiment of the present invention: 63.36+0.025X seconds
Example 2 of an embodiment of the present invention: 95.04 seconds
This is represented graphically in
Embodiments of the present invention have been described with reference to the drawings. However, the present invention is not limited to the embodiments. Furthermore, the present invention can be embodied in forms resulting from various improvements, modifications, or changes based on the knowledge of those skilled in the art without departing from the spirit and scope of the invention.
To provide a method for rolling back data on tape in a file system in a short time. A method according to the present invention includes the steps of (a) preparing a management tape with only index files recorded thereon, the index files containing information about start positions and lengths of respective data files recorded on normal tapes and identification information about the normal tapes; (b) reading the index file related to a data file to be rolled back out of the management tape mounted on a tape drive; and (c) reading the data file to be rolled back out of the normal tape identified based on information in the read index file and mounted on the tape drive.
Number | Date | Country | Kind |
---|---|---|---|
2014-198522 | Sep 2014 | JP | national |
Number | Name | Date | Kind |
---|---|---|---|
6070224 | LeCrone et al. | May 2000 | A |
6349294 | Shaath et al. | Feb 2002 | B1 |
6789161 | Blendermann et al. | Sep 2004 | B1 |
8386733 | Tsaur et al. | Feb 2013 | B1 |
8832365 | Sims et al. | Sep 2014 | B1 |
8935469 | Haustein et al. | Jan 2015 | B2 |
8954661 | Lines | Feb 2015 | B2 |
20020156968 | Haustein | Oct 2002 | A1 |
20030196036 | Gibble et al. | Oct 2003 | A1 |
20060106891 | Mahar et al. | May 2006 | A1 |
20070206920 | Hirose et al. | Sep 2007 | A1 |
20080028007 | Ishii et al. | Jan 2008 | A1 |
20080233860 | Perry | Sep 2008 | A1 |
20100095029 | Katagiri et al. | Apr 2010 | A1 |
20100142071 | Wideman | Jun 2010 | A1 |
20100265612 | Jaquette | Oct 2010 | A1 |
20100280651 | Edling et al. | Nov 2010 | A1 |
20110122522 | Itagaki et al. | May 2011 | A1 |
20110219184 | Jaquette et al. | Sep 2011 | A1 |
20110238716 | Amir et al. | Sep 2011 | A1 |
20110238905 | Amir et al. | Sep 2011 | A1 |
20110238906 | Amir et al. | Sep 2011 | A1 |
20110320679 | Ashton et al. | Dec 2011 | A1 |
20120106309 | Dishi | May 2012 | A1 |
20120179868 | Haustein et al. | Jul 2012 | A1 |
20120320925 | Park et al. | Dec 2012 | A1 |
20130117239 | Hasegawa et al. | May 2013 | A1 |
20130321949 | Cherubini et al. | Dec 2013 | A1 |
20140108720 | Abe et al. | Apr 2014 | A1 |
20150127980 | Klein | May 2015 | A1 |
20160092315 | Ashida et al. | Mar 2016 | A1 |
20170139785 | Ashida et al. | May 2017 | A1 |
Number | Date | Country |
---|---|---|
500DEL2014 | Aug 2015 | IN |
05274201 | Oct 1993 | JP |
06139650 | May 1994 | JP |
2000039969 | Feb 2000 | JP |
2001111939 | Apr 2001 | JP |
2004078445 | Mar 2004 | JP |
2004227630 | Aug 2004 | JP |
2005018370 | Jan 2005 | JP |
2006190075 | Jul 2006 | JP |
2012009105 | Jan 2012 | JP |
2012014778 | Jan 2012 | JP |
2012065087 | Mar 2012 | JP |
2012181896 | Sep 2012 | JP |
Entry |
---|
Notification of Reasons for Refusal, Patent Application No. 2014-198522, Date of Drafting: Apr. 4, 2016, 6 pages. |
Decision to Grant a Patent, Patent Application No. 2014-198522, Date of Drafting: May 11, 2016, 6 pages. |
List of IBM Patents or Patent Applications Treated as Related, dated Nov. 3, 2017, pp. 1-2. |
“Method and File System for Rolling Back Data in Tape”, Japan Patent Application No. 2014-198522, filed on Sep. 29, 2014, pp. 1-29. |
Office Action, U.S. Appl. No. 14/822,144, dated May 26, 2017, 11 pages. |
Ashida et al., “File System for Rolling Back Data on Tape”, U.S. Appl. No. 15/805,797, filed Nov. 7, 2017. |
Number | Date | Country | |
---|---|---|---|
20180060188 A1 | Mar 2018 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 14822144 | Aug 2015 | US |
Child | 15805766 | US |