WO2009110377A1 - Metaserver and file management system - Google Patents

Metaserver and file management system Download PDF

Info

Publication number
WO2009110377A1
WO2009110377A1 PCT/JP2009/053655 JP2009053655W WO2009110377A1 WO 2009110377 A1 WO2009110377 A1 WO 2009110377A1 JP 2009053655 W JP2009053655 W JP 2009053655W WO 2009110377 A1 WO2009110377 A1 WO 2009110377A1
Authority
WO
WIPO (PCT)
Prior art keywords
mapping information
file
host
range
meta server
Prior art date
Application number
PCT/JP2009/053655
Other languages
French (fr)
Japanese (ja)
Inventor
純一 大和
欽一 杉本
純明 榮
真澄 一圓
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2010501872A priority Critical patent/JP5257444B2/en
Publication of WO2009110377A1 publication Critical patent/WO2009110377A1/en

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation

Definitions

  • the present invention relates to a meta server, and more particularly, to a meta server that manages mapping information that manages allocation of data making up a file to a storage device.
  • the present invention relates to a file management system, a file management method, and a program that perform file management in a file system using such a meta server.
  • FIG. 13 shows a file system of such a configuration.
  • the meta server 103 stores, for each data block constituting a file, mapping information indicating which area (block) in the storage apparatus the data block is mapped to.
  • FIG. 14 shows a sequence at the time of access in the meta server.
  • the host 101 inquires the meta server 103 about mapping information of data blocks in the file to be accessed (step S101).
  • the meta server 103 returns the mapping information of the corresponding data block to the host 101 (step S102).
  • the host 101 accesses the storage apparatus 102 using the acquired mapping information (step S103).
  • An object of the present invention is to provide a file management system, a file management method, and a program that can be used in a file system having an allocation management device (meta server) and can reduce response time at the time of access.
  • the present invention is a file management method used in a file system having a meta server for managing mapping information for managing allocation of data constituting a file to a storage device, wherein the meta server receives a file open request from a host,
  • a file management method comprising: acquiring mapping information of a file to be opened from a mapping information storage unit storing mapping information; and transmitting the acquired mapping information to the host.
  • the present invention is also a meta server that manages mapping information that manages allocation of data making up a file to a storage device, and from the mapping information storage unit that stores the mapping information when there is a file open request from the host,
  • a meta server comprising: a mapping information acquisition unit for acquiring mapping information of a file to be opened; and a mapping information transmission unit for transmitting the mapping information acquired by the mapping information acquisition unit to the host.
  • the present invention is further a meta server for managing mapping information for managing allocation of data constituting a file to a storage device, and from the mapping information storage unit for storing the mapping information when there is a file open request from the host.
  • a meta server having a mapping information acquisition unit for acquiring mapping information of a file to be opened, and a mapping information transmission unit for transmitting the mapping information acquired by the mapping information acquisition unit to the host, and transmitted from the meta server when the file is opened
  • a host having a mapping information cache for registering the mapping information in the cache.
  • the present invention further relates to a program for a file system having a meta server that manages mapping information for managing allocation of data making up a file to a storage device, and when the meta server receives a file open request from a host, A program is provided, which executes processing of acquiring mapping information of a file to be opened from a mapping information storage unit storing mapping information, and processing of transmitting the acquired mapping information to the host.
  • the file management system, file management method, meta server, and program of the present invention can shorten the response time when the host accesses data.
  • FIG. 1 is a block diagram showing a file management system according to a first embodiment of the present invention.
  • (A)-(d) is a diagram which shows the example of data of mapping information.
  • (A)-(d) is a diagram which shows another example of data of mapping information.
  • 6 is a flowchart showing the processing procedure of the host at the time of file open.
  • the flowchart which shows the processing procedure of the meta server at the time of file open.
  • the block diagram which illustrates the rule used in the case of mapping information acquisition range determination.
  • (A)-(d) is a diagram which shows the example of data of mapping information cache.
  • (A)-(d) is a diagram which shows another example of data of mapping information cache.
  • FIG. 6 is a flowchart showing the processing procedure of the host at the time of file access.
  • the flowchart which shows the processing procedure of the meta server at the time of file access.
  • FIG. 7 is a block diagram showing a file management system according to a second embodiment of the present invention.
  • FIG. 14 is a sequence diagram showing the flow of processing at the time of file access in the file system shown in FIG. 13;
  • FIG. 1 shows a file management system according to a first embodiment of the present invention.
  • the file management system has a host 10, a storage device 20, and a meta server 30.
  • the host 10 is a computer on which a user program operates.
  • the storage device 20 is a storage device that stores data.
  • the meta server 30 is a computer that manages mapping information that is a correspondence between data blocks that make up a file and data blocks in the storage apparatus 20.
  • the functions of each unit in the host 10 and the meta server 30 can be realized by executing a predetermined program on a computer.
  • FIG. 1 shows a file management system according to a first embodiment of the present invention.
  • the file management system has a host 10, a storage device 20, and a meta server 30.
  • the host 10 is a computer on which a user program operates.
  • the storage device 20 is a storage device that stores data.
  • the meta server 30 is a computer that manages mapping information that is a correspondence between data blocks that make up a file and data blocks
  • the host 10 has a file access unit 11. On the host 10, a user program is operating. The host 10 requests the meta server 30 to open the file prior to access (read / write) to the file. After the file is opened, the user program accesses the data of the target file in the storage device 20 based on the mapping information managed by the meta server 30 via the file access unit 11.
  • the file access unit 11 has a mapping information cache 12 that caches the mapping information acquired from the meta server 30.
  • the mapping information cache 12 is a storage device that holds mapping information.
  • the mapping information corresponding to the data block to be accessed exists in the mapping information cache 12, the file access unit 11 accesses the data block using the mapping information.
  • the mapping information cache 12 does not have mapping information corresponding to a data block to be accessed, the file access unit 11 acquires mapping information on the data block to be accessed from the meta server 30.
  • the meta server 30 includes a file open request reception unit 31, a mapping information acquisition request reception unit 32, an open-time mapping information return range determination unit 33, a mapping information acquisition unit 34, a response return unit 35, and a mapping information storage unit 36.
  • the mapping information storage unit 36 stores mapping information in the storage device.
  • the mapping information acquisition request receiving unit 32 receives a mapping information acquisition request from the host.
  • the mapping information acquisition request accepting unit 32 instructs the mapping information acquisition unit 34 to acquire the mapping information corresponding to the file and data block designated by the request.
  • the mapping information acquisition unit 34 acquires, from the mapping information storage unit 36, mapping information indicating which area in the storage apparatus 20 the data block to be accessed is stored in, and passes it to the response return unit 35.
  • the response return unit 35 returns, to the host 10, a response to the mapping information acquisition including the mapping information acquired by the mapping information acquisition unit 34.
  • the file open request receiving unit 31 receives a file open request from the host 10.
  • the file open request reception unit 31 instructs the open time mapping information return range determination unit 33 to determine the range of mapping information to be returned to the host 10 together with the file open request.
  • the open-time mapping information return range determination unit 33 determines the range of mapping information to be returned to the host 10 together with the response to the file open.
  • the file open mapping information return range determination unit 33 determines, for example, the mapping information corresponding to the range of the data area expected to be accessed after the file open as the range of mapping information to be returned.
  • the open-time mapping information return range determination unit 33 instructs the mapping information acquisition unit 34 to acquire the mapping information of the determined range.
  • the mapping information acquisition unit 34 acquires the mapping information of the instructed range from the mapping information storage unit 36 and passes it to the response return unit 35.
  • the response return unit 35 returns the response to the file open request including the mapping information acquired by the mapping information acquisition unit 34 to the host 10.
  • the storage device 20 is a magnetic disk for storing data, a magneto-optical disk, an optical disk, a non-volatile memory, and their array device. There may be a plurality of storage devices 20. If there are multiple storage devices, the mapping information includes the identifier of the storage device storing the data block. In this case, the host 10 refers to the mapping information and accesses the corresponding storage device 20 based on the storage device identifier.
  • the storage device 20 may be a device such as an OSD (Object-Based Storage Device). In the present embodiment, the storage device 20 is mainly described as a block access device, but it is also applicable to the OSD by treating a data block as an object.
  • OSD Object-Based Storage Device
  • the meta server 30 manages the mapping information as a table consisting of records of the mapping information.
  • FIGS. 2A to 2D show examples of records stored in the mapping information table.
  • the record of the mapping information is composed of area information in the file and information of the storage device in which the area is actually stored.
  • FIGS. 2A and 2B show an example in which the storage device is a block device.
  • the area information in the file is composed of a set of the start address and end address of the area in the file, or a set of the start address and the area size.
  • the area information in the storage device is composed of a set of the start address and end address of the area in the storage device, or a set of the start address and the area size.
  • FIGS. 2C and 2D are examples of the case where the storage device is an OSD. In the case of OSD, the ID of the object is the information of the storage device stored in the implementation.
  • FIGS. 3A to 3D show another example of the records stored in the mapping information table. These are examples in the case where a file is divided and stored in a plurality of storage devices.
  • FIGS. 3A and 3B show an example in which the storage device is a block device. The difference from FIGS. 2A and 2B is that information (storage device ID) for specifying a storage device that stores the corresponding area is added.
  • FIGS. 3C and 3D show an example of the case where the storage device is an OSD. The difference from FIGS. 2C and 2D is that a storage device ID is added.
  • the storage device ID the storage device ID, SCSI ID, Fiber Channel WWN (world wide name), IP address, MAC address, URL, etc. can be used.
  • FIG. 4 shows the processing procedure of the host 10 when the file is open.
  • a path name of the file is designated to the host 10 by an operator or the like.
  • the host 10 first acquires file identification information for acquiring mapping information from the file path name (step A1).
  • Step A1 is a process performed by another server or a directory server, and is a process (path name resolution process) for acquiring file identification information such as a file handle for acquiring file mapping information.
  • the process of path name resolution is similar to the process of path name resolution by lookup in NFS, and the details will be omitted.
  • the host 10 requests the meta server 30 to open the file by designating the file identifier (step A2), and waits until a response is returned (step A3).
  • the meta server 30 receives the open request, it performs processing to open the file.
  • FIG. 5 shows the procedure of the open process in the meta server 30.
  • the meta server 30 receives the open request from the file open request receiving unit 31.
  • the file open request receiving unit 31 searches for information of a file corresponding to the file identifier designated by the open request (step B1).
  • the meta server 30 determines whether or not the information of the corresponding file is found as a result of the search, that is, whether or not the mapping information for the data blocks constituting the corresponding file exists in the mapping information storage unit 36 ( Step B2).
  • the meta server 30 manages the correspondence between the file and the data block constituting the file, and the correspondence between each data block and the record of the mapping information.
  • the file open request receiving unit 31 can determine whether the mapping information storage unit 36 has mapping information on data blocks constituting the corresponding file by referring to the correspondence relationship. When the file open request receiving unit 31 determines that the mapping information exists, the file open request reception unit 31 sets the corresponding file as a file to be subjected to the open process.
  • step B3 If the file open request receiving unit 31 determines that there is no mapping information in step B2, it determines whether file creation is designated in the file open request (step B3). If the file open request receiving unit 31 determines that the file creation is not specified in step B3, the file open request reception unit 31 instructs the response return unit 35 to return an error response to the effect that open failed. The response return unit 35 returns an error response to the host 10 according to this instruction (step B5), and ends the process. If the file open request receiving unit 31 determines that file creation is designated in step B3, it creates and initializes a new area for the file (step B4). The file open request reception unit 31 sets the file created in step B4 as a file to be subjected to the open process.
  • the file open request receiving unit 31 changes the status of the file to be opened, that is, the file searched in step B1 or the file created in step B4 to the open state (step B6). Thereafter, the open-time mapping information return range determination unit 33 is instructed to determine the range of the mapping information to be included in the response to be returned to the host 10. The open time mapping information return range determination unit 33 that has received this instruction determines the range of the mapping information (step B7). The open time mapping information return range determination unit 33 notifies the mapping information acquisition unit 34 of the range determined in step B7, and requests acquisition of the mapping information of the range.
  • the open time mapping information return range determination unit 33 can determine the mapping information corresponding to the data area of a predetermined size defined in advance from the top of the file to be opened as the range of the mapping information included in the response. . Also, the open-time mapping information return range determination unit 33 can determine the mapping information corresponding to the data area of a predetermined size counting from the end of the file as the range of the mapping information to be included in the response.
  • the mapping information return range determination unit 33 for open includes, in the response, mapping information corresponding to both a data area of a predetermined size from the beginning of the file and a data area of a predetermined size counting from the end of the file. It can also be determined as a range.
  • the open-time mapping information return range determination unit 33 determines the range of mapping information to be returned using a rule that specifies mapping information corresponding to which data area in the file as mapping information included in the response. You can also.
  • the rules may be common to each file, or may be prepared for each file. When preparing for each file, file information and rules may be set and applied only when the file information matches. In this case, rules can be set in file units. In addition, an attribute indicating the file type may be added to the meta information of the file, and the file type and the rule may be set as a set, and a rule having the same type may be applied. In this case, appropriate rules can be set according to file types such as database table files, database index files, moving image files, and encoding methods for moving image files.
  • FIG. 6 An example of a rule is shown in FIG.
  • the rules are created in advance by a system administrator or the like. Alternatively, the user may arbitrarily create it.
  • FIG. 6 in the file information entry, information specifying a file to which this rule is applied is stored. File names, file extensions, etc. can be used as the file information.
  • n data areas are designated from area 1 to area n. Arbitrary areas are set in areas 1 to n. These data areas do not have to be continuous data areas. Also, the area may be one.
  • the area designated by the rule is preferably a data area expected to be accessed after the file open in accordance with the data characteristic of the file.
  • the open-time mapping information return range determination unit 33 sets a range group consisting of a pair of the start address and the end address of each data area as mapping information. Pass to the acquisition unit 34.
  • the area is specified by a combination of the start address and the end address, but the area may be specified by a combination of the start address and the size of the area. Also, the area may be designated by a combination of the end address and the area size. In the rule, the designation of the area by the combination of the start address and the area size and the designation of the area by the combination of the end address and the area size may be mixed. In this case, a flag indicating whether the area is specified from the end address or the area specified from the start address may be provided in the specification of each area. By specifying the area by the address of the head or end and the area size, it is possible to specify an area within a predetermined range from the head or end in the rule for files of various lengths.
  • the mapping information acquisition unit 34 acquires mapping information corresponding to the area specified by the open mapping information return range determination unit 33 (step B8). If the range determined by the file open time mapping information return range determination unit 33 is a range spanning a plurality of data blocks, the mapping information acquisition unit 34 acquires records (FIG. 2) of a plurality of mapping information. The mapping information acquisition unit 34 passes the acquired mapping information to the response return unit 35. The response return unit 35 returns the success response to the file open request including the mapping information acquired in step B8 to the host 10 (step B9).
  • FIG. 7 shows the processing procedure of the mapping information acquisition unit 34.
  • the mapping information acquisition unit 34 receives the target file and the data range in the target file, and acquires the mapping information.
  • the mapping information acquisition unit 34 selects a data range to be acquired (step C1).
  • step C1 when a plurality of areas are passed to the mapping information acquisition unit 34, one area is selected from the area group.
  • the mapping information acquisition unit 34 sets the head address of the area selected in step C1 as a search target address (step C2).
  • the mapping information acquisition unit 34 searches for a mapping information entry that includes the search target address set in step C2 in the range of the area information from the mapping information of the specified file (step C3).
  • the mapping information acquisition unit 34 creates mapping information to be returned to the host 10 based on the mapping information entry searched in step C3 (step C4).
  • the mapping information acquisition unit 34 acquires the contents of the mapping information entry searched in step C3 from the mapping information storage unit 36, and adds the acquired contents to the mapping information to be returned to the host.
  • the mapping information acquisition unit 34 determines whether the area information of the mapping information entry includes the end address of the data range selected in step C1 (step C5). If the end address is not included in the data area range of the mapping information entry, the next address of the end address of the mapping information entry searched in step C3 is searched for in order to obtain the mapping information of the subsequent data range. And (step C6), it returns to step C3.
  • mapping information acquisition unit 34 determines in step C5 that the end address of the data range is included in the data area range of the mapping information entry, that is, if the mapping information for all of the data range selected in step C1 is obtained, End acquisition of mapping information of the data range.
  • the mapping information acquisition unit 34 determines whether there is a data range for which the mapping information has not been acquired yet (step C7). If it exists, the mapping information acquisition unit 34 selects one from the unprocessed data range (step C8), returns to step C2, and acquires the mapping information of the selected data range.
  • mapping information acquisition unit 34 determines that there is no unprocessed data range in step C7, it passes the created mapping information to the response return unit 35 (step C9), and ends the process.
  • the mapping information acquired by the mapping information acquiring unit 34 is transmitted by the response returning unit 35 to the host 10 in step B9 of FIG.
  • mapping information acquisition unit 34 acquires mapping information at the time of file open, it notifies that it is not allocated, shifts the search address later, and exists in the end of the area. Get mapping information.
  • the host 10 upon receiving the response to the open request, registers the mapping information included in the response in the mapping information cache 12 in association with the file information (step A4). Note that, as in the case of NFSv2, when there is no explicit open processing only for pathname resolution, steps A2 and A3 are not necessary. In that case, since the mapping information is returned in the path name resolution process of step A1, the mapping information returned at that time may be registered in the mapping information cache 12 in step A4.
  • FIGS. 8A to 8D show examples of the records of the mapping information recorded in the mapping information cache 12.
  • FIG. 10A to 9D show another example of the record of the mapping information recorded in the mapping information cache 12.
  • the record of the mapping information recorded in the mapping information cache 12 is for identifying the file with the mapping information (FIGS. 2A to 2D or 3A to 3D) in the meta server 30.
  • file information of The file information includes a combination of information specifying a file system and an inode number or vnode number of the file system, a combination of information specifying an NFS server in NFS (Network File System) and a file handle, or a file The path name etc. of can be used.
  • step A5 the host 10 performs an open process of the storage device 20 (step A5).
  • the open process in the storage device of step A5 is a process of acquiring information for accessing the storage device. This open process is the same process as the LOGIN process in iSCSI, and the details will be omitted. Step A5 may be omitted if the storage apparatus 20 does not require the open process.
  • FIG. 10 shows a processing procedure when the host 10 accesses (reads / writes) a file.
  • the host 10 instructs the file access unit 11 to specify the file to be accessed and the area to be accessed, and instructs the file access.
  • the area to be accessed is a range of data blocks, and is specified by a set of a head address and a termination address or a set of a head address and a size.
  • the file access unit 11 searches the mapping information cache 12 (step D1), and for the file to be accessed, does mapping information corresponding to the data area to be accessed exist? It is judged whether or not it is (step D2).
  • mapping information corresponding to the entire range of the data area to be accessed exists in the mapping information cache 12, necessary mapping information is acquired from the mapping information cache 12, and the process shifts to access to the storage device 20.
  • step D2 If the file access unit 11 determines in step D2 that there is no mapping information for the entire range to be accessed or no mapping information for a part of the areas for the file to be accessed, transmission of the mapping information for the nonexistent area is performed. , Requests the meta server 30 (step D3), and waits for a response from the meta server 30 (step D4).
  • the host 10 notifies the meta server 30 of "file information" for which the mapping information is to be acquired and "one or more pieces of information indicating the data range for acquiring the mapping information" to request transmission of the mapping information.
  • File information is information for identifying a file. For file information, use a combination of file system identification information and file system inode number or vnode number, combination of NFS server identification information and file handle, file path name, etc. it can.
  • the data range for acquiring the mapping information is specified by a set of the start address of the area in the file and the end address of the area in the file, or a set of the start address of the area in the file and the size of the area.
  • FIG. 11 shows the processing procedure of the meta server 30 when there is a mapping information acquisition request from the host 10.
  • the meta server 30 receives the acquisition request of the mapping information transmitted from the host 10 by the mapping information acquisition request accepting unit 32.
  • the mapping information acquisition request receiving unit 32 instructs the mapping information acquisition unit 34 to acquire mapping information, with the mapping information of the specified file as the search target and the specified data area as the search range (step E1).
  • the mapping information acquisition unit 34 acquires the mapping information according to the instruction from the mapping information acquisition request receiving unit 32 (step E2). Acquisition of mapping information by the mapping information acquisition unit 34 at this time is the same as the procedure shown in FIG.
  • mapping information of the storage device 20 is configured of a plurality of storage devices, before assigning an entry in the storage device by write, the storage device to which the area is to be assigned is also determined.
  • step E2 the mapping information acquisition unit 34 acquires, from the mapping information storage unit 36, the mapping information corresponding to the data area to be accessed of the access target file requested from the host 10.
  • the response return unit 35 receives the mapping information from the mapping information acquisition unit 34, and returns a response including the received mapping information to the host 10 (step E3).
  • the file access unit 11 when receiving the mapping information from the meta server 30, the file access unit 11 registers the received mapping information in the mapping information cache 12 in association with the file information of the corresponding file (step D5).
  • the cache registration of the mapping information is the same as the operation of the data cache operating on the host 10 and the operation of the DNLC (Directory Name Lookup Cache) of NFS, except that the information to be registered is the mapping information.
  • the file access unit 11 accesses the storage device 20 using the mapping information searched in step D1 or the mapping information acquired from the meta server 30 in step D3 (step D6), and ends the process.
  • the processing of read / write access in the storage device 20 is the same as the processing of read / write in a disk device, NAS (Network Attached Storage), OSD, disk array device or the like.
  • NAS Network Attached Storage
  • OSD disk array device or the like.
  • FIG. 10 after the mapping information is cached in step D5, the storage device 20 is accessed in step D6, but either of these processes may be preceded. Alternatively, access to the storage device 20 and cache registration of mapping information may be performed in parallel.
  • the meta server 30 returns mapping information of the file to be opened to the host 10 at the time of the file open request before the host 10 actually reads / writes to the file.
  • the host 10 registers the mapping information transmitted from the meta server 30 at the time of file open in the mapping information cache 12.
  • the host 10 accesses the file after the file open, if the mapping information corresponding to the data area to be accessed exists in the mapping information cache 12, the host 10 can access the data area using the mapping information. . That is, the host 10 can access the file again without requesting the meta server 30 to acquire the mapping information by caching the mapping information in advance after the file open.
  • mapping information of a data area expected to be accessed after the file open from the meta server 30 to the host 10 at the time of the file open, the host 10 can immediately access the data area, Access response time can be shortened.
  • the file access unit 11 also registers the mapping information acquired from the meta server 30 at the time of file access in the mapping information cache 12 (step D5 in FIG. 10).
  • this mapping information cache By using this mapping information cache, it is possible to shorten the access response time when accessing the same data area of the same file again.
  • mapping information cache at the time of file access, it is not possible to shorten the access response time for a file that has not yet been accessed just by opening the file.
  • mapping information that is not originally required by the file open is transmitted from the meta server 30 to the host 10, and this is registered in the mapping information cache 12 to respond to access after the file open. Time can be shortened.
  • the meta server 30 in the file management system of the above embodiment has a file open request reception unit 31, a mapping information acquisition unit 34, and a mapping information transmission unit (response return unit) 35 as a basic configuration of the meta server of the present invention.
  • the mapping information acquisition unit 34 acquires mapping information of the file to be opened from the mapping information storage unit 36 that stores the mapping information.
  • the mapping information transmission unit (response return unit) 35 transmits the mapping information acquired by the mapping information acquisition unit 34 to the host 10 that has transmitted the file open request via the communication line.
  • the mapping information storage unit 36 may be connected to the outside of the meta server 30 via the communication line 40 with the meta server 30.
  • the host 10 can acquire the mapping information from the meta server 30 when the file open request is sent, Can reduce the access time required to access files.
  • mapping information has a smaller capacity than the data itself, there is an advantage that the storage device 20 of the host 10 can use a small amount of cache capacity (storage capacity). In addition, the amount of communication in communication related to acquisition of mapping information can be reduced.
  • the form of transmitting the mapping information from the meta server 30 to the host 10 at the time of the open the form of transmitting the mapping information separately from the response to the open request can also be considered.
  • the number of communications between the host 10 and the meta server 30 will increase, so from the viewpoint of reducing the number of communications, it is advantageous to send the response to the open request including the mapping information. is there.
  • an operation of invalidating the cache can be considered at fixed time intervals.
  • the range of the mapping information transmitted from the meta server 30 to the host 10 at the time of file open be a range corresponding to the data area which may be accessed within the invalidated time.
  • the data area that may be accessed within the invalidated time is determined by the system administrator or the like from the access history, file transfer speed, and the like.
  • FIG. 12 shows a file management system according to the second embodiment of this invention.
  • the configuration of this embodiment is a configuration in which a mapping information acquisition logging unit 37 and a rule determination unit 38 are added to the meta server 30 to the configuration of the first embodiment (FIG. 1).
  • the mapping information acquisition logging unit 37 collects the history of mapping information acquisition requests transmitted from the host 10 arriving at the meta server 30.
  • the rule determination unit 38 refers to the history collected by the mapping information acquisition logging unit 37 to check the access to the file after the file open, and the mapping information return range determination unit 33 at open time returns the mapping information to be returned at file open time. Create a rule to use in determining the range.
  • the rule determination unit 38 examines the data area accessed by the host 10 from the history of the mapping information acquisition request transmitted by the host after the file open. For example, when the host 10 transmits the mapping information acquisition request five times sequentially from the file top side after the file open, the rule determination unit 38 sends a data range for five data blocks from the file top to the host 10 at open time. Create a rule that is the data range of the mapping information to be returned.
  • the open time mapping information return range determination unit 33 determines the range of the mapping information to be returned to the host 10 when the file is open, with reference to the created rule. By doing this, it is possible to transmit, to the host 10 at the time of the file open, the mapping information of the data area that is likely to be accessed by the host 10 after the file open.
  • the other effects are the same as in the first embodiment.

Abstract

A metaserver manages mapping information which manages allocation of data constituting a file to a storage device. A metaserver comprises a unit of acquiring a file open request, a unit of acquiring mapping information, and a unit of transmitting mapping information. When receiving a file open request from a host, the unit of acquiring mapping information acquires the mapping information relating to a file to open from a unit of storing mapping information. The unit of transmitting mapping information returns the mapping information acquired by the unit of acquiring mapping information to the host which transmitted the file open request.

Description

メタサーバ、及び、ファイル管理システムMeta server and file management system
 本発明は、メタサーバに関し、更に詳しくは、ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバに関する。本発明は、そのようなメタサーバを用いたファイルシステムでファイル管理を行うファイル管理システム、ファイル管理方法、及び、プログラムに関する。 The present invention relates to a meta server, and more particularly, to a meta server that manages mapping information that manages allocation of data making up a file to a storage device. The present invention relates to a file management system, a file management method, and a program that perform file management in a file system using such a meta server.
 ファイルシステムにて、ファイルを構成するデータブロック或いはオブジェクトの構成を、ホスト又はストレージ装置で管理せず、ブロック割当て管理を行う装置(メタサーバ)を用いて管理する形態のファイルシステムがある(例えば、非特許文献1参照)。図13に、このような構成のファイルシステムを示す。メタサーバ103は、ファイルを構成するデータブロックごとに、データブロックがストレージ装置中のどの領域(ブロック)にマッピングされているかを示すマッピング情報を記憶している。 In the file system, there is a file system in which the configuration of data blocks or objects that make up a file is managed by using a device (metaserver) that performs block allocation management without managing the configuration of the file or host (for example, Patent Document 1). FIG. 13 shows a file system of such a configuration. The meta server 103 stores, for each data block constituting a file, mapping information indicating which area (block) in the storage apparatus the data block is mapped to.
 図14に、メタサーバにおけるアクセス時のシーケンスを示す。ホスト101は、リード/ライトなどのアクセス時に、アクセスする対象のファイル中のデータブロックのマッピング情報を、メタサーバ103に問い合わせる(ステップS101)。メタサーバ103は、該当するデータブロックのマッピング情報を、ホスト101に返却する(ステップS102)。ホスト101は、取得したマッピング情報を用いて、ストレージ装置102にアクセスする(ステップS103)。 FIG. 14 shows a sequence at the time of access in the meta server. At the time of access such as read / write, the host 101 inquires the meta server 103 about mapping information of data blocks in the file to be accessed (step S101). The meta server 103 returns the mapping information of the corresponding data block to the host 101 (step S102). The host 101 accesses the storage apparatus 102 using the acquired mapping information (step S103).
文献リスト:
情報処理学会第57回(平成10年後期)全国大会公演論文集(1) "並列ファイルシステムPF3の概要" 大和純一、大谷寛之、相場雄一、青木久幸 NEC C&Cメディア研究所 p99、p100、及び、 "並列ファイルシステムPF3におけるファイル管理方式" 大谷寛之、大和純一、相場雄一、青木久幸 NEC C&Cメディア研究所 p101、p102、 発行年月日:平成10年10月5日
Literature list:
Information Processing Society of Japan 57th (late 1998) national convention performances collection (1) "Summary of parallel file system PF3" Junichi Yamato, Hiroyuki Otani, Yuichi Tate, Hisayuki Aoki NEC C & C Media Research Institute p99, p100, and "File Management Method in Parallel File System PF3" Hiroyuki Otani, Junichi Yamato, Yuichi Tetsu, Hisayuki Aoki NEC C & C Media Research Laboratories p101, p102, Date of issue: October 5, 1998
 上記メタサーバを用いるファイルシステムでは、ホスト101がストレージ装置102にアクセスするたびに、メタサーバ103に、マッピング情報を問い合わせる必要がある。このため、ファイルアクセスの応答時間が長くなる。ホスト101が、ステップS102で取得したマッピング情報をキャッシュし、応答時間を短くする手法も考えられる。しかし、その場合でも、繰り返し同じデータブロックにアクセスする場合以外では、応答時間の短縮を図ることはできない。 In the file system using the above meta server, it is necessary to inquire the meta server 103 about the mapping information each time the host 101 accesses the storage apparatus 102. For this reason, the response time of file access becomes long. A method is also conceivable in which the host 101 caches the mapping information acquired in step S102 and shortens the response time. However, even in this case, the response time can not be shortened unless the same data block is repeatedly accessed.
 本発明は、割当管理装置(メタサーバ)を有するファイルシステムに用いられ、アクセス時の応答時間を短縮することができるファイル管理システム、ファイル管理方法、及び、プログラムを提供することを目的とする。 An object of the present invention is to provide a file management system, a file management method, and a program that can be used in a file system having an allocation management device (meta server) and can reduce response time at the time of access.
 本発明は、ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバを有するファイルシステムで用いられるファイル管理方法であって、前記メタサーバが、ホストからファイルオープン要求を受けると、マッピング情報を記憶するマッピング情報記憶部からオープンするファイルのマッピング情報を取得するステップと、前記メタサーバが、前記取得したマッピング情報を前記ホストに送信するステップを有することを特徴とするファイル管理方法を提供する。 The present invention is a file management method used in a file system having a meta server for managing mapping information for managing allocation of data constituting a file to a storage device, wherein the meta server receives a file open request from a host, A file management method comprising: acquiring mapping information of a file to be opened from a mapping information storage unit storing mapping information; and transmitting the acquired mapping information to the host. Do.
 本発明は、また、ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバであって、ホストからファイルオープン要求があると、前記マッピング情報を記憶するマッピング情報記憶部から、オープンするファイルのマッピング情報を取得するマッピング情報取得部と、前記ホストに前記マッピング情報取得部が取得したマッピング情報を送信するマッピング情報送信部とを備えることを特徴とするメタサーバを提供する。 The present invention is also a meta server that manages mapping information that manages allocation of data making up a file to a storage device, and from the mapping information storage unit that stores the mapping information when there is a file open request from the host, A meta server comprising: a mapping information acquisition unit for acquiring mapping information of a file to be opened; and a mapping information transmission unit for transmitting the mapping information acquired by the mapping information acquisition unit to the host.
 本発明は、更に、ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバであって、ホストからファイルオープン要求があると、前記マッピング情報を記憶するマッピング情報記憶部から、オープンするファイルのマッピング情報を取得するマッピング情報取得部と、前記ホストに前記マッピング情報取得部が取得したマッピング情報を送信するマッピング情報送信部とを有するメタサーバと、前記ファイルオープン時に前記メタサーバから送信されたマッピング情報をキャッシュに登録するマッピング情報キャッシュを有するホストとを備えることを特徴とするファイル管理システムを提供する。 The present invention is further a meta server for managing mapping information for managing allocation of data constituting a file to a storage device, and from the mapping information storage unit for storing the mapping information when there is a file open request from the host. A meta server having a mapping information acquisition unit for acquiring mapping information of a file to be opened, and a mapping information transmission unit for transmitting the mapping information acquired by the mapping information acquisition unit to the host, and transmitted from the meta server when the file is opened And a host having a mapping information cache for registering the mapping information in the cache.
 本発明は、更に、ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバを有するファイルシステムのためのプログラムであって、前記メタサーバに、ホストからファイルオープン要求を受けると、マッピング情報を記憶するマッピング情報記憶部からオープンするファイルのマッピング情報を取得する処理と、前記取得したマッピング情報を前記ホストに送信する処理とを実行させることを特徴とするプログラムを提供する。 The present invention further relates to a program for a file system having a meta server that manages mapping information for managing allocation of data making up a file to a storage device, and when the meta server receives a file open request from a host, A program is provided, which executes processing of acquiring mapping information of a file to be opened from a mapping information storage unit storing mapping information, and processing of transmitting the acquired mapping information to the host.
 本発明のファイル管理システム、ファイル管理方法、メタサーバ、及び、プログラムは、ホストがデータにアクセスする際の応答時間を短縮することができる。 The file management system, file management method, meta server, and program of the present invention can shorten the response time when the host accesses data.
 本発明の上記、及び、他の目的、特徴及び利益は、図面を参照する以下の説明により明らかになる。 The above and other objects, features and advantages of the present invention will become apparent from the following description made with reference to the drawings.
本発明の第1実施形態のファイル管理システムを示すブロック図。FIG. 1 is a block diagram showing a file management system according to a first embodiment of the present invention. (a)~(d)は、マッピング情報のデータ例を示す線図。(A)-(d) is a diagram which shows the example of data of mapping information. (a)~(d)は、マッピング情報の別のデータ例を示す線図。(A)-(d) is a diagram which shows another example of data of mapping information. ファイルオープン時のホストの処理手順を示すフローチャート。6 is a flowchart showing the processing procedure of the host at the time of file open. ファイルオープン時のメタサーバの処理手順を示すフローチャート。The flowchart which shows the processing procedure of the meta server at the time of file open. マッピング情報取得範囲決定の際に用いるルールを例示するブロック図。The block diagram which illustrates the rule used in the case of mapping information acquisition range determination. マッピング情報取得の処理手順を示すフローチャート。The flowchart which shows the processing procedure of mapping information acquisition. (a)~(d)は、マッピング情報キャッシュのデータ例を示す線図。(A)-(d) is a diagram which shows the example of data of mapping information cache. (a)~(d)は、マッピング情報キャッシュの別のデータ例を示す線図。(A)-(d) is a diagram which shows another example of data of mapping information cache. ファイルアクセス時のホストの処理手順を示すフローチャート。6 is a flowchart showing the processing procedure of the host at the time of file access. ファイルアクセス時のメタサーバの処理手順を示すフローチャート。The flowchart which shows the processing procedure of the meta server at the time of file access. 本発明の第2実施形態のファイル管理システムを示すブロック図。FIG. 7 is a block diagram showing a file management system according to a second embodiment of the present invention. メタサーバを用いたファイルシステムを示すブロック図。A block diagram showing a file system using a meta server. 図13に示すファイルシステムにおけるファイルアクセス時の処理の流れを示すシーケンス図。FIG. 14 is a sequence diagram showing the flow of processing at the time of file access in the file system shown in FIG. 13;
 以下、図面を参照し、本発明の実施の形態を詳細に説明する。図1は、本発明の第1実施形態のファイル管理システムを示している。ファイル管理システムは、ホスト10と、ストレージ装置20と、メタサーバ30とを有する。ホスト10は、ユーザプログラムが動作する計算機である。ストレージ装置20は、データを記憶する記憶装置である。メタサーバ30は、ファイルを構成するデータブロックと、ストレージ装置20中のデータブロックとの対応関係であるマッピング情報を管理する計算機である。ホスト10及びメタサーバ30内の各部の機能は、コンピュータ上で所定のプログラムを実行することで実現可能である。なお、図1ではホスト10を1つのみ図示しているが、ホスト10は複数あってもよい。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 shows a file management system according to a first embodiment of the present invention. The file management system has a host 10, a storage device 20, and a meta server 30. The host 10 is a computer on which a user program operates. The storage device 20 is a storage device that stores data. The meta server 30 is a computer that manages mapping information that is a correspondence between data blocks that make up a file and data blocks in the storage apparatus 20. The functions of each unit in the host 10 and the meta server 30 can be realized by executing a predetermined program on a computer. Although only one host 10 is illustrated in FIG. 1, a plurality of hosts 10 may be provided.
 ホスト10は、ファイルアクセス部11を有する。ホスト10上では、ユーザプログラムが動作している。ホスト10は、ファイルへのアクセス(read/write)に先行して、メタサーバ30に対して、ファイルのopenを要求する。ファイルopen後、ユーザプログラムは、ファイルアクセス部11を介して、メタサーバ30が管理するマッピング情報に基づいて、ストレージ装置20内の対象ファイルのデータへアクセスする。 The host 10 has a file access unit 11. On the host 10, a user program is operating. The host 10 requests the meta server 30 to open the file prior to access (read / write) to the file. After the file is opened, the user program accesses the data of the target file in the storage device 20 based on the mapping information managed by the meta server 30 via the file access unit 11.
 ファイルアクセス部11は、メタサーバ30から取得したマッピング情報をキャッシュするマッピング情報キャッシュ12を有する。マッピング情報キャッシュ12は、マッピング情報を保持する記憶装置である。ファイルアクセス部11は、マッピング情報キャッシュ12にアクセス対象のデータブロックに対応するマッピング情報が存在するときは、そのマッピング情報を用いて、そのデータブロックにアクセスする。ファイルアクセス部11は、マッピング情報キャッシュ12にアクセス対象のデータブロックに対応するマッピング情報がないときには、メタサーバ30からアクセス対象のデータブロックのマッピング情報を取得する。 The file access unit 11 has a mapping information cache 12 that caches the mapping information acquired from the meta server 30. The mapping information cache 12 is a storage device that holds mapping information. When the mapping information corresponding to the data block to be accessed exists in the mapping information cache 12, the file access unit 11 accesses the data block using the mapping information. When the mapping information cache 12 does not have mapping information corresponding to a data block to be accessed, the file access unit 11 acquires mapping information on the data block to be accessed from the meta server 30.
 メタサーバ30は、ファイルopen要求受付部31、マッピング情報取得要求受付部32、open時マッピング情報返却範囲決定部33、マッピング情報取得部34、応答返却部35、及び、マッピング情報記憶部36を有する。マッピング情報記憶部36は、記憶装置に、マッピング情報を記憶している。マッピング情報取得要求受付部32は、ホストからのマッピング情報取得要求を受け付ける。マッピング情報取得要求受付部32は、マッピング情報取得要求を受け取ると、その要求にて指定されているファイル及びデータブロックに対応するマッピング情報の取得を、マッピング情報取得部34に指示する。マッピング情報取得部34は、マッピング情報記憶部36から、アクセス対象のデータブロックが、ストレージ装置20中のどの領域に記憶されているかを示すマッピング情報を取得し、応答返却部35に渡す。応答返却部35は、マッピング情報取得部34が取得したマッピング情報を含むマッピング情報取得に対する応答を、ホスト10に返却する。 The meta server 30 includes a file open request reception unit 31, a mapping information acquisition request reception unit 32, an open-time mapping information return range determination unit 33, a mapping information acquisition unit 34, a response return unit 35, and a mapping information storage unit 36. The mapping information storage unit 36 stores mapping information in the storage device. The mapping information acquisition request receiving unit 32 receives a mapping information acquisition request from the host. When receiving the mapping information acquisition request, the mapping information acquisition request accepting unit 32 instructs the mapping information acquisition unit 34 to acquire the mapping information corresponding to the file and data block designated by the request. The mapping information acquisition unit 34 acquires, from the mapping information storage unit 36, mapping information indicating which area in the storage apparatus 20 the data block to be accessed is stored in, and passes it to the response return unit 35. The response return unit 35 returns, to the host 10, a response to the mapping information acquisition including the mapping information acquired by the mapping information acquisition unit 34.
 ファイルopen要求受付部31は、ホスト10からのファイルopen要求を受け付ける。ファイルopen要求受付部31は、ファイルopen要求を受け取ると、open時マッピング情報返却範囲決定部33に、ファイルopen要求と共にホスト10に返却すべきマッピング情報の範囲の決定を指示する。open時マッピング情報返却範囲決定部33は、範囲決定の指示を受けると、ファイルopenに対する応答と共に、ホスト10に返却すべきマッピング情報の範囲を決定する。ファイルopen時マッピング情報返却範囲決定部33は、例えば、ファイルopen後にアクセスがあることが予想されるデータ領域の範囲に対応するマッピング情報を、返却すべきマッピング情報の範囲として決定する。open時マッピング情報返却範囲決定部33は、範囲の決定後、マッピング情報取得部34に、決定した範囲のマッピング情報の取得を指示する。マッピング情報取得部34は、マッピング情報記憶部36から、指示された範囲のマッピング情報を取得し、応答返却部35に渡す。応答返却部35は、ファイルopen要求に対する応答に、マッピング情報取得部34が取得したマッピング情報を含めて、ホスト10に返却する。 The file open request receiving unit 31 receives a file open request from the host 10. When the file open request reception unit 31 receives the file open request, the file open request reception unit 31 instructs the open time mapping information return range determination unit 33 to determine the range of mapping information to be returned to the host 10 together with the file open request. When receiving the instruction for range determination, the open-time mapping information return range determination unit 33 determines the range of mapping information to be returned to the host 10 together with the response to the file open. The file open mapping information return range determination unit 33 determines, for example, the mapping information corresponding to the range of the data area expected to be accessed after the file open as the range of mapping information to be returned. After the determination of the range, the open-time mapping information return range determination unit 33 instructs the mapping information acquisition unit 34 to acquire the mapping information of the determined range. The mapping information acquisition unit 34 acquires the mapping information of the instructed range from the mapping information storage unit 36 and passes it to the response return unit 35. The response return unit 35 returns the response to the file open request including the mapping information acquired by the mapping information acquisition unit 34 to the host 10.
 ストレージ装置20は、データを記憶する磁気ディスク、光磁気ディスク、光ディスク、不揮発性メモリ、及び、それらのアレイ装置である。ストレージ装置20は、複数あってもよい。複数ある場合は、マッピング情報に、データブロックを格納するストレージ装置の識別子を含める。この場合、ホスト10は、マッピング情報を参照し、ストレージ装置の識別子に基づいて該当するストレージ装置20にアクセスする。ストレージ装置20は、OSD(Object-Based Storage Device)のような装置であってもよい。本実施形態では、主に、ストレージ装置20をブロックアクセスの装置として説明するが、データブロックをオブジェクトとして扱うことで、OSDにも適用可能である。 The storage device 20 is a magnetic disk for storing data, a magneto-optical disk, an optical disk, a non-volatile memory, and their array device. There may be a plurality of storage devices 20. If there are multiple storage devices, the mapping information includes the identifier of the storage device storing the data block. In this case, the host 10 refers to the mapping information and accesses the corresponding storage device 20 based on the storage device identifier. The storage device 20 may be a device such as an OSD (Object-Based Storage Device). In the present embodiment, the storage device 20 is mainly described as a block access device, but it is also applicable to the OSD by treating a data block as an object.
 メタサーバ30は、マッピング情報を、マッピング情報のレコードから成るテーブルとして管理する。図2(a)~(d)に、マッピング情報のテーブルに格納されるレコードの例を示す。マッピング情報のレコードは、ファイル内の領域情報と、その領域が実際に格納されるストレージ装置の情報とから構成される。図2(a)及び(b)は、ストレージ装置がブロックデバイスである場合の例である。ファイル内の領域情報は、ファイル中の領域の先頭アドレスと終了アドレスとの組、又は、先頭アドレスと領域サイズとの組で構成される。ストレージ装置内の領域情報は、ストレージ装置中の領域の先頭アドレスと終了アドレスとの組、又は、先頭アドレスと領域サイズとの組で構成される。図2(c)及び(d)は、ストレージ装置がOSDの場合の例である。OSDの場合は、オブジェクトのIDが、実施に格納されるストレージ装置の情報となる。 The meta server 30 manages the mapping information as a table consisting of records of the mapping information. FIGS. 2A to 2D show examples of records stored in the mapping information table. The record of the mapping information is composed of area information in the file and information of the storage device in which the area is actually stored. FIGS. 2A and 2B show an example in which the storage device is a block device. The area information in the file is composed of a set of the start address and end address of the area in the file, or a set of the start address and the area size. The area information in the storage device is composed of a set of the start address and end address of the area in the storage device, or a set of the start address and the area size. FIGS. 2C and 2D are examples of the case where the storage device is an OSD. In the case of OSD, the ID of the object is the information of the storage device stored in the implementation.
 図3(a)~(d)に、マッピング情報のテーブルに格納されるレコードの別例を示す。これらは、ファイルが複数のストレージ装置に分割されて格納される場合の例である。図3(a)及び(b)は、ストレージ装置がブロックデバイスの場合の例である。図2(a)及び(b)との相違は、該当領域を格納するストレージ装置を特定するための情報(ストレージ装置ID)が追加されている点である。図3(c)及び(d)は、ストレージ装置がOSDの場合の例である。図2(c)及び(d)との相違点は、ストレージ装置IDが追加されている点である。ストレージ装置IDには、ストレージ装置のIDや、SCSIID、Fibre ChannelのWWN(world wide name)、IPアドレス、MACアドレス、URL等を使用することができる。 FIGS. 3A to 3D show another example of the records stored in the mapping information table. These are examples in the case where a file is divided and stored in a plurality of storage devices. FIGS. 3A and 3B show an example in which the storage device is a block device. The difference from FIGS. 2A and 2B is that information (storage device ID) for specifying a storage device that stores the corresponding area is added. FIGS. 3C and 3D show an example of the case where the storage device is an OSD. The difference from FIGS. 2C and 2D is that a storage device ID is added. As the storage device ID, the storage device ID, SCSI ID, Fiber Channel WWN (world wide name), IP address, MAC address, URL, etc. can be used.
 図4に、ファイルopen時のホスト10の処理手順を示す。ファイルをopenする際には、オペレータなどにより、ホスト10にファイルのパス名が指定される。ホスト10は、まず、ファイルのパス名から、マッピング情報を取得するためのファイル識別情報を取得する(ステップA1)。ステップA1は、他サーバ或いはディレクトリサーバにて行われる処理であり、ファイルのマッピング情報を取得するためのファイルハンドル等のファイル識別情報を取得する処理(パス名解決処理)である。パス名解決の処理は、NFSでのlookupによるパス名解決と同様の処理であり、詳細は省略する。 FIG. 4 shows the processing procedure of the host 10 when the file is open. When the file is opened, a path name of the file is designated to the host 10 by an operator or the like. The host 10 first acquires file identification information for acquiring mapping information from the file path name (step A1). Step A1 is a process performed by another server or a directory server, and is a process (path name resolution process) for acquiring file identification information such as a file handle for acquiring file mapping information. The process of path name resolution is similar to the process of path name resolution by lookup in NFS, and the details will be omitted.
 次いで、ホスト10は、メタサーバ30に対して、ファイル識別子を指定してファイルのopen処理を要求し(ステップA2)、応答が返るまで待つ(ステップA3)。メタサーバ30は、open要求を受けると、ファイルをopenする処理を行う。図5に、メタサーバ30でのopen処理の手順を示す。メタサーバ30は、ファイルopen要求受付部31によりopen要求を受け取る。ファイルopen要求受付部31は、open要求で指定されているファイル識別子に該当するファイルの情報を検索する(ステップB1)。メタサーバ30は、検索の結果、該当するファイルの情報が見つかったか否か、つまりは、マッピング情報記憶部36に該当するファイルを構成するデータブロックについてのマッピング情報が存在するか否かを判断する(ステップB2)。 Next, the host 10 requests the meta server 30 to open the file by designating the file identifier (step A2), and waits until a response is returned (step A3). When the meta server 30 receives the open request, it performs processing to open the file. FIG. 5 shows the procedure of the open process in the meta server 30. The meta server 30 receives the open request from the file open request receiving unit 31. The file open request receiving unit 31 searches for information of a file corresponding to the file identifier designated by the open request (step B1). The meta server 30 determines whether or not the information of the corresponding file is found as a result of the search, that is, whether or not the mapping information for the data blocks constituting the corresponding file exists in the mapping information storage unit 36 ( Step B2).
 メタサーバ30は、ファイルと、ファイルを構成するデータブロックとの対応関係、及び、各データブロックとマッピング情報のレコードとの対応関係を管理している。ファイルopen要求受付部31は、この対応関係を参照することで、マッピング情報記憶部36に、該当するファイルを構成するデータブロックについてのマッピング情報が存在するか否かを判断できる。ファイルopen要求受付部31は、マッピング情報が存在すると判断した場合は、該当ファイルを、open処理対象のファイルとする。 The meta server 30 manages the correspondence between the file and the data block constituting the file, and the correspondence between each data block and the record of the mapping information. The file open request receiving unit 31 can determine whether the mapping information storage unit 36 has mapping information on data blocks constituting the corresponding file by referring to the correspondence relationship. When the file open request receiving unit 31 determines that the mapping information exists, the file open request reception unit 31 sets the corresponding file as a file to be subjected to the open process.
 ファイルopen要求受付部31は、ステップB2でマッピング情報がないと判断すると、ファイルopen要求にてファイル作成が指定されているか否かを判断する(ステップB3)。ファイルopen要求受付部31は、ステップB3でファイル作成が指定されていないと判断すると、応答返却部35に、openに失敗した旨のエラー応答の返却を指示する。応答返却部35は、この指示に従ってエラー応答をホスト10に返却し(ステップB5)、処理を終了する。ファイルopen要求受付部31は、ステップB3でファイル作成が指定されていると判断すると、ファイル用に新規の領域を作成・初期化する(ステップB4)。ファイルopen要求受付部31は、ステップB4で作成したファイルを、open処理対象のファイルとする。 If the file open request receiving unit 31 determines that there is no mapping information in step B2, it determines whether file creation is designated in the file open request (step B3). If the file open request receiving unit 31 determines that the file creation is not specified in step B3, the file open request reception unit 31 instructs the response return unit 35 to return an error response to the effect that open failed. The response return unit 35 returns an error response to the host 10 according to this instruction (step B5), and ends the process. If the file open request receiving unit 31 determines that file creation is designated in step B3, it creates and initializes a new area for the file (step B4). The file open request reception unit 31 sets the file created in step B4 as a file to be subjected to the open process.
 ファイルopen要求受付部31は、open処理対象のファイル、つまり、ステップB1で検索されたファイル、又は、ステップB4で作成されたファイルのステータスを、open状態に変更する(ステップB6)。その後、open時マッピング情報返却範囲決定部33に、ホスト10に返却する応答に含ませるマッピング情報の範囲を決定するように指示する。この指示を受けたopen時マッピング情報返却範囲決定部33は、マッピング情報の範囲を決定する(ステップB7)。open時マッピング情報返却範囲決定部33は、ステップB7で決定した範囲を、マッピング情報取得部34に通知し、その範囲のマッピング情報の取得を依頼する。 The file open request receiving unit 31 changes the status of the file to be opened, that is, the file searched in step B1 or the file created in step B4 to the open state (step B6). Thereafter, the open-time mapping information return range determination unit 33 is instructed to determine the range of the mapping information to be included in the response to be returned to the host 10. The open time mapping information return range determination unit 33 that has received this instruction determines the range of the mapping information (step B7). The open time mapping information return range determination unit 33 notifies the mapping information acquisition unit 34 of the range determined in step B7, and requests acquisition of the mapping information of the range.
 open時マッピング情報返却範囲決定部33による範囲決定について説明する。open時マッピング情報返却範囲決定部33は、openするファイルの先頭から事前に定めておいた所定サイズ分のデータ領域に対応するマッピング情報を、応答に含ませるマッピング情報の範囲として決定することができる。また、open時マッピング情報返却範囲決定部33は、ファイルの終端から数えて所定サイズ分のデータ領域に対応するマッピング情報を、応答に含ませるマッピング情報の範囲として決定することができる。open時マッピング情報返却範囲決定部33は、ファイルの先頭から所定サイズのデータ領域、及び、ファイルの終端から数えて所定サイズ分のデータ領域の双方に対応するマッピング情報を、応答に含めるマッピング情報の範囲として決定することもできる。 The range determination by the open time mapping information return range determining unit 33 will be described. The open time mapping information return range determination unit 33 can determine the mapping information corresponding to the data area of a predetermined size defined in advance from the top of the file to be opened as the range of the mapping information included in the response. . Also, the open-time mapping information return range determination unit 33 can determine the mapping information corresponding to the data area of a predetermined size counting from the end of the file as the range of the mapping information to be included in the response. The mapping information return range determination unit 33 for open includes, in the response, mapping information corresponding to both a data area of a predetermined size from the beginning of the file and a data area of a predetermined size counting from the end of the file. It can also be determined as a range.
 open時マッピング情報返却範囲決定部33は、ファイル中のどのデータ領域に対応するマッピング情報を、応答に含めるマッピング情報とするかを指定するルールを用いて、返却するマッピング情報の範囲を決定することもできる。ルールは、各ファイルに共通でもよく、或いは、ファイルごとに用意しておいてもよい。ファイルごとに用意しておく場合は、ファイル情報とルールとを設定し、ファイル情報が一致する場合にのみ適用するようにすればよい。この場合、ファイル単位でルール設定を行うことができる。また、ファイルのメタ情報にファイルの種別を示す属性を持たせ、ファイルの種別とルールとをセットとし、種別が一致するルールを適用してもよい。この場合は、データベースのテーブルファイル、データベースのインデックスファイル、動画ファイル、動画ファイルの場合にはエンコーディングの方式などのファイル種別に合わせて、適切なルールを設定することが可能となる。 The open-time mapping information return range determination unit 33 determines the range of mapping information to be returned using a rule that specifies mapping information corresponding to which data area in the file as mapping information included in the response. You can also. The rules may be common to each file, or may be prepared for each file. When preparing for each file, file information and rules may be set and applied only when the file information matches. In this case, rules can be set in file units. In addition, an attribute indicating the file type may be added to the meta information of the file, and the file type and the rule may be set as a set, and a rule having the same type may be applied. In this case, appropriate rules can be set according to file types such as database table files, database index files, moving image files, and encoding methods for moving image files.
 ルールの例を、図6に示す。ルールは、システム管理者などによって事前に作成される。または、ユーザが任意に作成してもよい。図6において、ファイル情報のエントリには、このルールが適用されるファイルを特定する情報が格納される。ファイル情報には、ファイル名や、ファイルの拡張子などを用いることができる。この例では、領域1~領域nまで、n個のデータ領域を指定している。領域1~領域nには、任意の領域を設定する。これらデータ領域は、連続したデータ領域である必要はない。また、領域は1つでもかまわない。ルールにて指定する領域は、ファイルのデータ特性に応じて、ファイルopen後にアクセスがあることが予想されるデータ領域とすることが好ましい。図6に示すルールのように、複数のデータ領域が指定されたときは、open時マッピング情報返却範囲決定部33は、各データ領域の先頭アドレス及び終了アドレスの組から成る範囲群を、マッピング情報取得部34に渡す。 An example of a rule is shown in FIG. The rules are created in advance by a system administrator or the like. Alternatively, the user may arbitrarily create it. In FIG. 6, in the file information entry, information specifying a file to which this rule is applied is stored. File names, file extensions, etc. can be used as the file information. In this example, n data areas are designated from area 1 to area n. Arbitrary areas are set in areas 1 to n. These data areas do not have to be continuous data areas. Also, the area may be one. The area designated by the rule is preferably a data area expected to be accessed after the file open in accordance with the data characteristic of the file. When a plurality of data areas are designated as in the rule shown in FIG. 6, the open-time mapping information return range determination unit 33 sets a range group consisting of a pair of the start address and the end address of each data area as mapping information. Pass to the acquisition unit 34.
 なお、図6では、領域を、先頭アドレスと終了アドレスとの組で指定しているが、領域は、先頭アドレスと、領域のサイズとの組により指定してもよい。また、領域を、終了アドレスと領域サイズとの組により指定してもよい。ルールにて、先頭アドレスと領域サイズとの組による領域の指定と、終了アドレスと領域サイズとの組よる領域の指定とを混在させてもよい。この場合は、各領域の指定に、先頭アドレスからの領域指定である、終端アドレスからの領域指定であるかを示すフラグを設けておけばよい。先頭又は終端のアドレスと、領域サイズとによる領域指定を行うことで、様々な長さのファイルに対して、ルールにて、先頭又は終端から所定の範囲にある領域を指定することができる。 In FIG. 6, the area is specified by a combination of the start address and the end address, but the area may be specified by a combination of the start address and the size of the area. Also, the area may be designated by a combination of the end address and the area size. In the rule, the designation of the area by the combination of the start address and the area size and the designation of the area by the combination of the end address and the area size may be mixed. In this case, a flag indicating whether the area is specified from the end address or the area specified from the start address may be provided in the specification of each area. By specifying the area by the address of the head or end and the area size, it is possible to specify an area within a predetermined range from the head or end in the rule for files of various lengths.
 図5に戻り、マッピング情報取得部34は、open時マッピング情報返却範囲決定部33から指定された領域に対応するマッピング情報を取得する(ステップB8)。マッピング情報取得部34は、ファイルopen時マッピング情報返却範囲決定部33が決定した範囲が、複数のデータブロックにまたがる範囲であれば、複数のマッピング情報のレコード(図2)を取得する。マッピング情報取得部34は、取得したマッピング情報を、応答返却部35に渡す。応答返却部35は、ファイルopen要求に対する成功応答に、ステップB8で取得されたマッピング情報を含めて、ホスト10に返却する(ステップB9)。 Returning to FIG. 5, the mapping information acquisition unit 34 acquires mapping information corresponding to the area specified by the open mapping information return range determination unit 33 (step B8). If the range determined by the file open time mapping information return range determination unit 33 is a range spanning a plurality of data blocks, the mapping information acquisition unit 34 acquires records (FIG. 2) of a plurality of mapping information. The mapping information acquisition unit 34 passes the acquired mapping information to the response return unit 35. The response return unit 35 returns the success response to the file open request including the mapping information acquired in step B8 to the host 10 (step B9).
 図7に、マッピング情報取得部34の処理手順を示す。マッピング情報取得部34は、対象ファイルと、対象ファイルにおけるデータ範囲とを受け取り、マッピング情報の取得を行う。マッピング情報取得部34は、取得対象のデータ範囲を選択する(ステップC1)。ステップC1では、マッピング情報取得部34に、複数の領域が渡されているときは、領域群の中から領域を1つ選択する。マッピング情報取得部34は、ステップC1で選択した領域の先頭アドレスを、検索対象アドレスとする(ステップC2)。 FIG. 7 shows the processing procedure of the mapping information acquisition unit 34. The mapping information acquisition unit 34 receives the target file and the data range in the target file, and acquires the mapping information. The mapping information acquisition unit 34 selects a data range to be acquired (step C1). In step C1, when a plurality of areas are passed to the mapping information acquisition unit 34, one area is selected from the area group. The mapping information acquisition unit 34 sets the head address of the area selected in step C1 as a search target address (step C2).
 マッピング情報取得部34は、指定されたファイルのマッピング情報から、ステップC2で設定した検索対象アドレスを領域情報の範囲に含むマッピング情報エントリを検索する(ステップC3)。マッピング情報取得部34は、ステップC3で検索したマッピング情報エントリを元に、ホスト10に返却するマッピング情報を作成する(ステップC4)。ステップC4では、マッピング情報取得部34は、マッピング情報記憶部36から、ステップC3で検索したマッピング情報エントリの内容を取得し、ホストに返却すべきマッピング情報に、取得した内容を追加する。 The mapping information acquisition unit 34 searches for a mapping information entry that includes the search target address set in step C2 in the range of the area information from the mapping information of the specified file (step C3). The mapping information acquisition unit 34 creates mapping information to be returned to the host 10 based on the mapping information entry searched in step C3 (step C4). In step C4, the mapping information acquisition unit 34 acquires the contents of the mapping information entry searched in step C3 from the mapping information storage unit 36, and adds the acquired contents to the mapping information to be returned to the host.
 マッピング情報取得部34は、マッピング情報エントリの領域情報に、ステップC1で選択したデータ範囲の終了アドレスが含まれるか否かを判断する(ステップC5)。終了アドレスが、マッピング情報エントリのデータ領域範囲に含まれないときは、続きのデータ範囲のマッピング情報を取得するために、ステップC3で検索したマッピング情報エントリの終了アドレスの次のアドレスを検索対象アドレスとし(ステップC6)、ステップC3に戻る。 The mapping information acquisition unit 34 determines whether the area information of the mapping information entry includes the end address of the data range selected in step C1 (step C5). If the end address is not included in the data area range of the mapping information entry, the next address of the end address of the mapping information entry searched in step C3 is searched for in order to obtain the mapping information of the subsequent data range. And (step C6), it returns to step C3.
 マッピング情報取得部34は、ステップC5でデータ範囲の終了アドレスがマッピング情報エントリのデータ領域範囲に含まれると判断すると、つまり、ステップC1で選択したデータ範囲の全てについてのマッピング情報が得られると、当該データ範囲のマッピング情報取得を終了する。マッピング情報取得部34は、まだ、マッピング情報を取得していないデータ範囲があるか否かを判断する(ステップC7)。存在する場合、マッピング情報取得部34は、未処理のデータ範囲から1つを選択し(ステップC8)、ステップC2に戻って、選択したデータ範囲のマッピング情報の取得を行う。 If the mapping information acquisition unit 34 determines in step C5 that the end address of the data range is included in the data area range of the mapping information entry, that is, if the mapping information for all of the data range selected in step C1 is obtained, End acquisition of mapping information of the data range. The mapping information acquisition unit 34 determines whether there is a data range for which the mapping information has not been acquired yet (step C7). If it exists, the mapping information acquisition unit 34 selects one from the unprocessed data range (step C8), returns to step C2, and acquires the mapping information of the selected data range.
 マッピング情報取得部34は、ステップC7で未処理のデータ範囲がないと判断すると、作成したマッピング情報を応答返却部35に渡し(ステップC9)、処理を終了する。マッピング情報取得部34が作成したマッピング情報は、応答返却部35により、図5のステップB9で、ホスト10に送信される。 If the mapping information acquisition unit 34 determines that there is no unprocessed data range in step C7, it passes the created mapping information to the response return unit 35 (step C9), and ends the process. The mapping information acquired by the mapping information acquiring unit 34 is transmitted by the response returning unit 35 to the host 10 in step B9 of FIG.
 なお、ステップC3で該当するマッピング情報のエントリがない場合、その領域はまだストレージ装置20に割り当てられていない。この場合、マッピング情報取得部34は、ファイルopen時のマッピング情報取得であれば、割り当てられていないことを通知し、検索アドレスを後にずらして、領域の最後尾までに存在する、割当て済み領域のマッピング情報を取得する。 If there is no entry of the corresponding mapping information at step C3, the area is not allocated to the storage device 20 yet. In this case, if the mapping information acquisition unit 34 acquires mapping information at the time of file open, it notifies that it is not allocated, shifts the search address later, and exists in the end of the area. Get mapping information.
 図4に戻り、ホスト10は、open要求に対する応答を受け取ると、応答に含まれるマッピング情報を、ファイル情報と対応付けてマッピング情報キャッシュ12に登録する(ステップA4)。なお、NFSv2のように、パス名解決のみで、明示のopen処理がない場合には、ステップA2及びステップA3は必要ない。その場合、ステップA1のパス名解決の処理の中でマッピング情報が返却されるので、ステップA4では、そのときに返却されたマッピング情報をマッピング情報キャッシュ12に登録すればよい。 Returning to FIG. 4, upon receiving the response to the open request, the host 10 registers the mapping information included in the response in the mapping information cache 12 in association with the file information (step A4). Note that, as in the case of NFSv2, when there is no explicit open processing only for pathname resolution, steps A2 and A3 are not necessary. In that case, since the mapping information is returned in the path name resolution process of step A1, the mapping information returned at that time may be registered in the mapping information cache 12 in step A4.
 図8(a)~(d)に、マッピング情報キャッシュ12に記録されるマッピング情報のレコードの例を示す。また、図9(a)~(d)に、マッピング情報キャッシュ12に記録されるマッピング情報のレコードの別例を示す。マッピング情報キャッシュ12に記録されるマッピング情報のレコードは、メタサーバ30中のマッピング情報(図2(a)~(d)、又は、図3(a)~(d))と、ファイルを特定するためのファイル情報とから構成される。ファイル情報には、ファイルシステムを特定する情報と、ファイルシステムのinode番号或いはvnode番号との組み合わせや、NFS(Network File System)でのNFSサーバを特定する情報とファイルハンドルとの組み合わせ、或いは、ファイルのパス名等を用いることができる。 FIGS. 8A to 8D show examples of the records of the mapping information recorded in the mapping information cache 12. FIG. Further, FIGS. 9A to 9D show another example of the record of the mapping information recorded in the mapping information cache 12. The record of the mapping information recorded in the mapping information cache 12 is for identifying the file with the mapping information (FIGS. 2A to 2D or 3A to 3D) in the meta server 30. And file information of The file information includes a combination of information specifying a file system and an inode number or vnode number of the file system, a combination of information specifying an NFS server in NFS (Network File System) and a file handle, or a file The path name etc. of can be used.
 続いて、ホスト10は、ストレージ装置20のopen処理を行う(ステップA5)。ステップA5のストレージ装置でのopen処理は、ストレージ装置にアクセスするための情報を取得する処理である。このopen処理は、iSCSIでのLOGIN処理と同様の処理であり、詳細は省略する。なお、ステップA5は、ストレージ装置20にopen処理が必要ない場合には省略してよい。 Subsequently, the host 10 performs an open process of the storage device 20 (step A5). The open process in the storage device of step A5 is a process of acquiring information for accessing the storage device. This open process is the same process as the LOGIN process in iSCSI, and the details will be omitted. Step A5 may be omitted if the storage apparatus 20 does not require the open process.
 図10に、ホスト10からファイルにアクセス(read/write)する際の処理手順を示す。ホスト10は、ファイルアクセス部11に、アクセス対象のファイルと、アクセスする領域とを指定して、ファイルアクセスを指示する。アクセスする領域は、データブロックの範囲であり、先頭のアドレスと終端アドレスとの組、或いは、先頭アドレスとサイズとの組で指定する。 FIG. 10 shows a processing procedure when the host 10 accesses (reads / writes) a file. The host 10 instructs the file access unit 11 to specify the file to be accessed and the area to be accessed, and instructs the file access. The area to be accessed is a range of data blocks, and is specified by a set of a head address and a termination address or a set of a head address and a size.
 ファイルアクセス部11は、ユーザプログラムなどからファイルへのアクセスが発生すると、マッピング情報キャッシュ12を検索し(ステップD1)、アクセス対象のファイルについて、アクセス対象のデータ領域に対応するマッピング情報が存在するか否かを判断する(ステップD2)。マッピング情報キャッシュ12に、アクセス対象のデータ領域の全範囲に対応するマッピング情報が存在する場合は、マッピング情報キャッシュ12から必要なマッピング情報を取得し、ストレージ装置20へのアクセスに移行する。 When access to a file from a user program or the like occurs, the file access unit 11 searches the mapping information cache 12 (step D1), and for the file to be accessed, does mapping information corresponding to the data area to be accessed exist? It is judged whether or not it is (step D2). When mapping information corresponding to the entire range of the data area to be accessed exists in the mapping information cache 12, necessary mapping information is acquired from the mapping information cache 12, and the process shifts to access to the storage device 20.
 ファイルアクセス部11は、ステップD2で、アクセス対象のファイルについて、アクセスする全範囲のマッピング情報がない、或いは、一部の領域のマッピング情報がないと判断すると、存在しない分のマッピング情報の送信を、メタサーバ30に要求し(ステップD3)、メタサーバ30からの応答を待つ(ステップD4)。 If the file access unit 11 determines in step D2 that there is no mapping information for the entire range to be accessed or no mapping information for a part of the areas for the file to be accessed, transmission of the mapping information for the nonexistent area is performed. , Requests the meta server 30 (step D3), and waits for a response from the meta server 30 (step D4).
 ホスト10は、マッピング情報取得対象の“ファイル情報”と、1以上の“マッピング情報を取得するデータ範囲を示す情報”とをメタサーバ30に通知し、マッピング情報の送信を要求する。ファイル情報は、ファイルを特定するための情報である。ファイル情報には、ファイルシステムを特定する情報とファイルシステムのinode番号或いはvnode番号との組み合わせや、NFSでのNFSサーバを特定する情報とファイルハンドルとの組み合わせ、ファイルのパス名等を用いることができる。マッピング情報を取得するデータ範囲は、ファイル中の領域の先頭アドレスとファイル中の領域の終了アドレスとの組、或いは、ファイル中の領域の先頭アドレスと領域のサイズとの組で指定する。 The host 10 notifies the meta server 30 of "file information" for which the mapping information is to be acquired and "one or more pieces of information indicating the data range for acquiring the mapping information" to request transmission of the mapping information. File information is information for identifying a file. For file information, use a combination of file system identification information and file system inode number or vnode number, combination of NFS server identification information and file handle, file path name, etc. it can. The data range for acquiring the mapping information is specified by a set of the start address of the area in the file and the end address of the area in the file, or a set of the start address of the area in the file and the size of the area.
 図11に、ホスト10からマッピング情報取得要求があったときのメタサーバ30の処理手順を示す。メタサーバ30は、マッピング情報取得要求受付部32により、ホスト10から送信されたマッピング情報の取得要求を受け取る。マッピング情報取得要求受付部32は、指定されたファイルのマッピング情報を検索対象とし、指定されたデータ領域を検索範囲として、マッピング情報取得部34に、マッピング情報の取得を指示する(ステップE1)。マッピング情報取得部34は、マッピング情報取得要求受付部32からの指示に従って、マッピング情報を取得する(ステップE2)。このときのマッピング情報取得部34によるマッピング情報の取得は、図7に示す手順と同様である。 FIG. 11 shows the processing procedure of the meta server 30 when there is a mapping information acquisition request from the host 10. The meta server 30 receives the acquisition request of the mapping information transmitted from the host 10 by the mapping information acquisition request accepting unit 32. The mapping information acquisition request receiving unit 32 instructs the mapping information acquisition unit 34 to acquire mapping information, with the mapping information of the specified file as the search target and the specified data area as the search range (step E1). The mapping information acquisition unit 34 acquires the mapping information according to the instruction from the mapping information acquisition request receiving unit 32 (step E2). Acquisition of mapping information by the mapping information acquisition unit 34 at this time is the same as the procedure shown in FIG.
 なお、図7のステップC3で該当するマッピング情報のエントリがない場合、その領域はまだストレージ装置20に割り当てられていない。この場合、readに伴うマッピング情報取得であれば、open時の処理と同様に、割り当てられていないことを通知し、検索アドレスを後にずらしていき、領域の最後尾までに存在する、割当て済み領域のマッピング情報を取得する。writeの場合には、ストレージ装置中のデータブロック或いはオブジェクトの割り当てを行う。この割り当ての処理は、ファイルシステムでのデータブロックの割り当てと同様の処理である。OSDの場合には、使用されていないオブジェクトIDを割り当てることとなる。なお、ストレージ装置20が複数ストレージ装置から構成される場合には、writeによりストレージ装置中のエントリを割り当てる前に、その領域を割り当てるストレージ装置の決定も行う。 If there is no entry of the corresponding mapping information in step C3 of FIG. 7, the area is not allocated to the storage device 20 yet. In this case, if it is the mapping information acquisition accompanying read, it notifies that it is not allocated as well as the processing at the time of opening, shifts the search address later, and the allocated area exists until the end of the area. Get mapping information of In the case of write, data blocks or objects in the storage device are allocated. This allocation process is similar to the allocation of data blocks in the file system. In the case of the OSD, an unused object ID is assigned. When the storage device 20 is configured of a plurality of storage devices, before assigning an entry in the storage device by write, the storage device to which the area is to be assigned is also determined.
 マッピング情報取得部34は、ステップE2で、マッピング情報記憶部36から、ホスト10から要求された、アクセス対象のファイルのアクセスするデータ領域に対応するマッピング情報を取得する。応答返却部35は、マッピング情報取得部34から、マッピング情報を受け取り、ホスト10に、受け取ったマッピング情報を含む応答を返却する(ステップE3)。 In step E2, the mapping information acquisition unit 34 acquires, from the mapping information storage unit 36, the mapping information corresponding to the data area to be accessed of the access target file requested from the host 10. The response return unit 35 receives the mapping information from the mapping information acquisition unit 34, and returns a response including the received mapping information to the host 10 (step E3).
 図10に戻り、ファイルアクセス部11は、メタサーバ30からマッピング情報を受信すると、受信したマッピング情報を、該当ファイルのファイル情報と対応付けて、マッピング情報キャッシュ12に登録する(ステップD5)。マッピング情報のキャッシュ登録は、登録する情報がマッピング情報である点を除き、ホスト10で動作するデータキャッシュやNFSのDNLC(Directory Name Lookup Cache)の動作と同様である。ファイルアクセス部11は、ステップD1で検索したマッピング情報、又は、ステップD3でメタサーバ30から取得したマッピング情報を用いて、ストレージ装置20にアクセスし(ステップD6)、処理を終了する。 Returning to FIG. 10, when receiving the mapping information from the meta server 30, the file access unit 11 registers the received mapping information in the mapping information cache 12 in association with the file information of the corresponding file (step D5). The cache registration of the mapping information is the same as the operation of the data cache operating on the host 10 and the operation of the DNLC (Directory Name Lookup Cache) of NFS, except that the information to be registered is the mapping information. The file access unit 11 accesses the storage device 20 using the mapping information searched in step D1 or the mapping information acquired from the meta server 30 in step D3 (step D6), and ends the process.
 ストレージ装置20でのread/writeアクセスの処理は、ディスク装置、NAS(Network Attached Storage)、OSD、ディスクアレイ装置等でのread/writeの処理と同様である。なお、図10では、ステップD5でマッピング情報をキャッシュ登録した後に、ステップD6でストレージ装置20に対してアクセスを行っているが、これら処理は、どちらが先でもよい。或いは、ストレージ装置20へのアクセスと、マッピング情報のキャッシュ登録とを、並行して行ってもよい。 The processing of read / write access in the storage device 20 is the same as the processing of read / write in a disk device, NAS (Network Attached Storage), OSD, disk array device or the like. In FIG. 10, after the mapping information is cached in step D5, the storage device 20 is accessed in step D6, but either of these processes may be preceded. Alternatively, access to the storage device 20 and cache registration of mapping information may be performed in parallel.
 本実施形態では、メタサーバ30は、ホスト10が実際にファイルにread/writeする前に、ファイルopen要求の時点で、openするファイルのマッピング情報を、ホスト10に返却する。ホスト10は、ファイルopen時にメタサーバ30から送信されたマッピング情報を、マッピング情報キャッシュ12に登録する。ホスト10は、ファイルopen後、当該ファイルに対してアクセスする際に、アクセスするデータ領域に対応するマッピング情報がマッピング情報キャッシュ12に存在すれば、そのマッピング情報を用いて、当該データ領域にアクセスできる。つまり、ホスト10は、ファイルopen後、先行的にマッピング情報をキャッシュ登録することで、改めてメタサーバ30に対してマッピング情報の取得を要求することなく、ファイルにアクセスできる。ファイルopen時に、メタサーバ30から、ホスト10に、ファイルopen後にアクセスがあることが予想されるデータ領域のマッピング情報を送信しておくことで、ホスト10は、すぐに、そのデータ領域にアクセスでき、アクセスの応答時間を短縮することができる。 In the present embodiment, the meta server 30 returns mapping information of the file to be opened to the host 10 at the time of the file open request before the host 10 actually reads / writes to the file. The host 10 registers the mapping information transmitted from the meta server 30 at the time of file open in the mapping information cache 12. When the host 10 accesses the file after the file open, if the mapping information corresponding to the data area to be accessed exists in the mapping information cache 12, the host 10 can access the data area using the mapping information. . That is, the host 10 can access the file again without requesting the meta server 30 to acquire the mapping information by caching the mapping information in advance after the file open. By transmitting mapping information of a data area expected to be accessed after the file open from the meta server 30 to the host 10 at the time of the file open, the host 10 can immediately access the data area, Access response time can be shortened.
 ファイルアクセス部11は、ファイルアクセス時にメタサーバ30から取得したマッピング情報も、マッピング情報キャッシュ12に登録する(図10のステップD5)。このマッピング情報のキャッシュを利用することで、再度同じファイルの同じデータ領域にアクセスする際のアクセス応答時間を短縮できる。しかし、ファイルアクセス時のマッピング情報のキャッシュのみでは、ファイルをopenしただけで、まだアクセスが発生してないファイルに対するアクセス応答時間を短縮することはできない。本実施形態では、ファイルをopenした時点で、ファイルopenでは本来必要がないマッピング情報をメタサーバ30からホスト10に送信し、これをマッピング情報キャッシュ12に登録することで、ファイルopen後のアクセスの応答時間短縮を図ることができる。 The file access unit 11 also registers the mapping information acquired from the meta server 30 at the time of file access in the mapping information cache 12 (step D5 in FIG. 10). By using this mapping information cache, it is possible to shorten the access response time when accessing the same data area of the same file again. However, with only the mapping information cache at the time of file access, it is not possible to shorten the access response time for a file that has not yet been accessed just by opening the file. In the present embodiment, when the file is opened, mapping information that is not originally required by the file open is transmitted from the meta server 30 to the host 10, and this is registered in the mapping information cache 12 to respond to access after the file open. Time can be shortened.
 上記実施形態のファイル管理システムにおけるメタサーバ30は、本発明のメタサーバの基本構成としての、ファイルオープン要求受付部31と、マッピング情報取得部34と、マッピング情報送信部(応答返却部)35と有する。マッピング情報取得部34は、ホスト10からファイルオープン要求があると、マッピング情報を記憶するマッピング情報記憶部36から、オープンするファイルのマッピング情報を取得する。マッピング情報送信部(応答返却部)35は、マッピング情報取得部34が取得したマッピング情報を、通信回線を介してファイルオープン要求を送信したホスト10に向けて送信する。マッピング情報記憶部36は、メタサーバ30の外部にメタサーバ30と通信回線40を介して接続されていてもよい。 The meta server 30 in the file management system of the above embodiment has a file open request reception unit 31, a mapping information acquisition unit 34, and a mapping information transmission unit (response return unit) 35 as a basic configuration of the meta server of the present invention. When receiving a file open request from the host 10, the mapping information acquisition unit 34 acquires mapping information of the file to be opened from the mapping information storage unit 36 that stores the mapping information. The mapping information transmission unit (response return unit) 35 transmits the mapping information acquired by the mapping information acquisition unit 34 to the host 10 that has transmitted the file open request via the communication line. The mapping information storage unit 36 may be connected to the outside of the meta server 30 via the communication line 40 with the meta server 30.
 上記実施形態のファイル管理システム、並びに、そのシステムで用いられるメタサーバ、ファイル管理方法、及び、プログラムでは、ホスト10は、ファイルオープン要求を送信するとメタサーバ30からマッピング情報を取得できるので、その後にホスト10がファイルにアクセスする際に必要なアクセス時間を短縮することができる。 In the file management system of the above embodiment, the meta server used in the system, the file management method, and the program, the host 10 can acquire the mapping information from the meta server 30 when the file open request is sent, Can reduce the access time required to access files.
 上記実施形態では、マッピング情報をキャッシュする構成を採用する。マッピング情報は、データそのものよりも容量が少ないため、ホスト10のストレージ装置20が、少量のキャッシュ容量(記憶容量)で済むという利点がある。また、マッピング情報取得に関わる通信における通信量も少なくて済む。open時に、メタサーバ30からホスト10にマッピング情報を送信する形態として、openを契機として、open要求に対する応答とは別に、マッピング情報を送信する形態も考えられる。ただし、その場合は、ホスト10とメタサーバ30との間の通信回数が増えることになるので、通信回数の削減という観点からは、open要求に対する応答に、マッピング情報を含めて送信する形態が有利である。 In the above embodiment, a configuration for caching mapping information is adopted. Since the mapping information has a smaller capacity than the data itself, there is an advantage that the storage device 20 of the host 10 can use a small amount of cache capacity (storage capacity). In addition, the amount of communication in communication related to acquisition of mapping information can be reduced. As the form of transmitting the mapping information from the meta server 30 to the host 10 at the time of the open, the form of transmitting the mapping information separately from the response to the open request can also be considered. However, in this case, the number of communications between the host 10 and the meta server 30 will increase, so from the viewpoint of reducing the number of communications, it is advantageous to send the response to the open request including the mapping information. is there.
 マッピング情報キャッシュ12の動作として、一定時間ごとにキャッシュを無効化(マッピング情報の削除)を行う動作が考えられる。このような場合、ファイルopen時にメタサーバ30からホスト10に送信するマッピング情報の範囲は、無効化される時間内にアクセスする可能性があるデータ領域に対応する範囲とすることが好ましい。無効化される時間内にアクセスする可能性があるデータ領域は、システム管理者などが、アクセス履歴や、ファイルの転送速度などから決定する。決定したデータ範囲を、open時マッピング情報返却範囲決定部33がマッピング情報の範囲を決定する際に参照するルールに設定しておくことで、無効化されるマッピング情報の取得を避けることができる。 As an operation of the mapping information cache 12, an operation of invalidating the cache (deleting of the mapping information) can be considered at fixed time intervals. In such a case, it is preferable that the range of the mapping information transmitted from the meta server 30 to the host 10 at the time of file open be a range corresponding to the data area which may be accessed within the invalidated time. The data area that may be accessed within the invalidated time is determined by the system administrator or the like from the access history, file transfer speed, and the like. By setting the determined data range as a rule to be referred to when the open-time mapping information return range determining unit 33 determines the range of the mapping information, acquisition of invalidated mapping information can be avoided.
 図12は、本発明の第2実施形態のファイル管理システムを示している。本実施形態の構成は、第1実施形態の構成(図1)に、メタサーバ30内にマッピング情報取得ロギング部37とルール決定部38とが追加された構成である。マッピング情報取得ロギング部37は、メタサーバ30に到着する、ホスト10から送信されたマッピング情報取得要求の履歴を収集する。ルール決定部38は、マッピング情報取得ロギング部37が収集した履歴を参照して、ファイルopen後の当該ファイルに対するアクセスを調べ、open時マッピング情報返却範囲決定部33がファイルopen時に返却するマッピング情報の範囲を決定する際に用いるルールを作成する。 FIG. 12 shows a file management system according to the second embodiment of this invention. The configuration of this embodiment is a configuration in which a mapping information acquisition logging unit 37 and a rule determination unit 38 are added to the meta server 30 to the configuration of the first embodiment (FIG. 1). The mapping information acquisition logging unit 37 collects the history of mapping information acquisition requests transmitted from the host 10 arriving at the meta server 30. The rule determination unit 38 refers to the history collected by the mapping information acquisition logging unit 37 to check the access to the file after the file open, and the mapping information return range determination unit 33 at open time returns the mapping information to be returned at file open time. Create a rule to use in determining the range.
 ルール決定部38は、ファイルopen後、ホストが送信したマッピング情報取得要求の履歴から、ホスト10がアクセスしたデータ領域を調べる。ルール決定部38は、例えば、ホスト10がファイルopen後、ファイル先頭側から順にマッピング情報取得要求を5回送信したときは、ファイル先頭からデータブロック5つ分のデータ範囲を、open時にホスト10に返却するマッピング情報のデータ範囲とするルールを作成する。open時マッピング情報返却範囲決定部33は、作成されたルールを参照して、ファイルopen時にホスト10に返却するマッピング情報の範囲を決定する。このようにすることで、ファイルopen後にホスト10がアクセスする可能性が高いデータ領域のマッピング情報を、ファイルopen時にホスト10に送信することができる。その他の効果は、第1実施形態と同様である。 The rule determination unit 38 examines the data area accessed by the host 10 from the history of the mapping information acquisition request transmitted by the host after the file open. For example, when the host 10 transmits the mapping information acquisition request five times sequentially from the file top side after the file open, the rule determination unit 38 sends a data range for five data blocks from the file top to the host 10 at open time. Create a rule that is the data range of the mapping information to be returned. The open time mapping information return range determination unit 33 determines the range of the mapping information to be returned to the host 10 when the file is open, with reference to the created rule. By doing this, it is possible to transmit, to the host 10 at the time of the file open, the mapping information of the data area that is likely to be accessed by the host 10 after the file open. The other effects are the same as in the first embodiment.
 本発明を特別に示し且つ例示的な実施形態を参照して説明したが、本発明は、その実施形態及びその変形に限定されるものではない。当業者に明らかなように、本発明は、添付のクレームに規定される本発明の精神及び範囲を逸脱することなく、種々の変更が可能である。 Although the invention has been particularly shown and described with reference to the exemplary embodiments, the invention is not limited to the embodiments and the variations thereof. As will be apparent to those skilled in the art, the present invention is capable of various modifications without departing from the spirit and scope of the present invention as defined in the appended claims.
 本出願は、2008年3月5日出願に係る日本特許出願2008-055095号を基礎とし且つその優先権を主張するものであり、引用によってその開示の内容の全てを本出願の明細書中に加入する。
 
This application is based on and claims the priority of Japanese Patent Application No. 2008-055095, filed March 5, 2008, the entire content of the disclosure of which is incorporated herein by reference. join.

Claims (19)

  1.  ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバを有するファイルシステムで用いられるファイル管理方法であって、
     前記メタサーバが、ホストからファイルオープン要求を受けると、マッピング情報を記憶するマッピング情報記憶部からオープンするファイルのマッピング情報を取得するステップと、
     前記メタサーバが、前記取得したマッピング情報を前記ホストに送信するステップを有するファイル管理方法。
    A file management method for use in a file system having a meta server for managing mapping information for managing allocation of data constituting a file to a storage device, comprising:
    Obtaining the mapping information of the file to be opened from the mapping information storage unit storing the mapping information when the meta server receives the file open request from the host;
    A file management method, comprising: the meta server transmitting the acquired mapping information to the host.
  2.  前記ホストが、ファイルオープン時に前記メタサーバから送信されたマッピング情報を、マッピング情報キャッシュに登録するステップを更に有する、請求項1に記載のファイル管理方法。 The file management method according to claim 1, further comprising the step of the host registering the mapping information transmitted from the meta server at the time of file open in a mapping information cache.
  3.  前記メタサーバは、前記マッピング情報をホストに送信するステップでは、ファイルオープン要求に対する応答に前記取得したマッピング情報を含めて前記ホストに送信する、請求項1又は2に記載のファイル管理方法。 3. The file management method according to claim 1, wherein, in the step of transmitting the mapping information to the host, the meta server transmits the mapping information included in the response to the file open request to the host.
  4.  前記マッピング情報を取得するステップが、
     前記メタサーバが、前記ホストからファイルオープン要求を受け取ると、前記ホストに送信すべきマッピング情報の範囲を決定するステップと、
     前記メタサーバが、前記決定した範囲のマッピング情報を前記マッピング情報記憶部から取得するステップとを含む、請求項1乃至3の何れか一に記載のファイル管理方法。
    The step of acquiring the mapping information is:
    Determining the range of mapping information to be sent to the host when the meta server receives a file open request from the host;
    The file management method according to any one of claims 1 to 3, further comprising the step of the meta server acquiring the mapping information of the determined range from the mapping information storage unit.
  5.  前記メタサーバは、前記マッピング情報の範囲を決定するステップでは、ファイルオープン後に前記ホストがアクセスする可能性が高いデータ範囲に対応するマッピング情報を、前記ホストに送信するマッピング情報の範囲として決定する、請求項4に記載のファイル管理方法。 The meta server determines, in the step of determining the range of the mapping information, mapping information corresponding to a data range which is likely to be accessed by the host after the file is opened as the range of the mapping information to be transmitted to the host. The file management method according to Item 4.
  6.  前記マッピング情報が、前記ファイルにおけるデータ範囲と、前記ストレージ装置に対する割り当てとを含んでおり、前記メタサーバは、前記マッピング情報の範囲を決定するステップでは、オープンするファイル内のデータ範囲を、前記ホストに送信すべきマッピング情報の範囲として決定し、前記マッピング情報を取得するステップでは、前記マッピング情報記憶部から、前記決定したファイル内のデータ範囲を、前記マッピング情報のファイルにおけるデータの範囲に含むマッピング情報を取得する、請求項4又は5に記載のファイル管理方法。 The mapping information includes a data range in the file and an assignment to the storage device, and the meta server determines the range of the mapping information in the step of: In the step of determining as the range of the mapping information to be transmitted and acquiring the mapping information, the mapping information including the data range in the determined file from the mapping information storage unit in the data range in the file of the mapping information The file management method according to claim 4 or 5, wherein
  7.  前記メタサーバは、前記マッピング情報の範囲を決定するステップでは、ファイルの先頭から所定サイズ分のデータ範囲、及び、終端から所定サイズ分のデータ範囲の少なくとも一方を、前記ホストに送信すべきマッピング情報の範囲として決定する、請求項6に記載のファイル管理方法。 In the step of determining the range of the mapping information, the meta server transmits, to the host, at least one of a data range of a predetermined size from the beginning of the file and a data range of a predetermined size from the end of the file. The file management method according to claim 6, which is determined as a range.
  8.  前記メタサーバは、前記マッピング情報の範囲を決定するステップでは、ファイルオープン時に前記ホストに送信すべきデータ範囲を定めたルールを参照して、前記ファイル内のデータ範囲を決定する、請求項6に記載のファイル管理方法。 The meta server according to claim 6, wherein, in the step of determining the range of the mapping information, the data range in the file is determined with reference to a rule that defines a data range to be transmitted to the host at the time of file open. File management method.
  9.  前記メタサーバが、前記ホストがファイルアクセス時に送信するマッピング情報取得要求の履歴を記録するステップと、
     前記メタサーバが、前記履歴を参照して、前記ルールにおける、前記ファイルオープン時に前記ホストに送信すべきデータ範囲を決定するステップとを更に有する、請求項8に記載のファイル管理方法。
    The meta server records a history of mapping information acquisition requests sent by the host at the time of file access;
    9. The file management method according to claim 8, further comprising the step of: the meta server referring to the history to determine a data range to be transmitted to the host at the time of the file open in the rule.
  10.  ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバであって、
     ホストからファイルオープン要求があると、前記マッピング情報を記憶するマッピング情報記憶部から、オープンするファイルのマッピング情報を取得するマッピング情報取得部と、
     前記ホストに前記マッピング情報取得部が取得したマッピング情報を送信するマッピング情報送信部とを備えるメタサーバ。
    A metaserver that manages mapping information that manages allocation of data that constitutes a file to a storage device, comprising:
    A mapping information acquisition unit that acquires mapping information of a file to be opened from a mapping information storage unit that stores the mapping information when there is a file open request from the host;
    A mapping information transmission unit that transmits the mapping information acquired by the mapping information acquisition unit to the host.
  11.  前記マッピング情報送信部は、前記ファイルオープン要求に対する応答に、前記マッピング情報取得部が取得したマッピング情報を含めて前記ホストに送信する、請求項10に記載のメタサーバ。 The meta server according to claim 10, wherein the mapping information transmission unit transmits the response to the file open request including the mapping information acquired by the mapping information acquisition unit to the host.
  12.  ファイルオープン時に、前記ホストに送信すべきマッピング情報の範囲を決定するオープン時マッピング情報返却範囲決定部を更に備え、
     前記マッピング情報取得部は、前記オープン時マッピング情報返却範囲決定部が決定した範囲のマッピング情報を前記マッピング情報記憶部から取得する、請求項10又は11に記載のメタサーバ。
    It further comprises an open time mapping information return range determination unit that determines the range of mapping information to be sent to the host when the file is opened,
    The meta server according to claim 10, wherein the mapping information acquisition unit acquires mapping information of the range determined by the open mapping information return range determination unit from the mapping information storage unit.
  13.  前記オープン時マッピング情報返却範囲決定部は、ファイルオープン後に前記ホストがアクセスする可能性が高いデータ範囲に対応するマッピング情報を、前記ホストに送信するマッピング情報の範囲として決定する、請求項12に記載のメタサーバ。 13. The open-ended mapping information return range determination unit according to claim 12, wherein the mapping information corresponding to the data range that the host is likely to access after the file is opened is determined as the range of the mapping information to be transmitted to the host. Meta server.
  14.  前記マッピング情報が、前記ファイルにおけるデータ範囲と、前記ストレージ装置に対する割り当てとを含んでおり、前記オープン時マッピング情報返却範囲決定部は、オープンするファイル内のデータ範囲を、前記ホストに送信すべきマッピング情報の範囲として決定し、前記マッピング情報取得部は、前記マッピング情報記憶部から、前記オープン時マッピング情報返却範囲決定部が決定したファイル内のデータ範囲を、前記マッピング情報のファイルにおけるデータの範囲に含むマッピング情報を取得する、請求項12又は13に記載のメタサーバ。 The mapping information includes a data range in the file and an assignment to the storage device, and the open time mapping information return range determining unit is configured to transmit the data range in the file to be opened to the host. The mapping information acquisition unit determines the data range in the file determined by the open mapping information return range determination unit from the mapping information storage unit to the data range in the file of the mapping information. The meta server according to claim 12 or 13, which acquires mapping information including.
  15.  前記オープン時マッピング情報返却範囲決定部は、ファイル先頭から所定サイズ分のデータ範囲、及び、終端から所定サイズ分のデータ範囲の少なくとも一方を、前記ホストに送信すべきマッピング情報の範囲として決定する、請求項14に記載のメタサーバ。 The open time mapping information return range determination unit determines at least one of a data range of a predetermined size from the beginning of the file and a data range of a predetermined size from the end as a range of mapping information to be transmitted to the host. The meta server according to claim 14.
  16.  前記オープン時マッピング情報返却範囲決定部は、ファイルオープン時に前記ホストに送信すべきデータ範囲を定めたルールを参照して、前記ファイル内のデータ範囲を決定する、請求項14又は15に記載のメタサーバ。 The meta server according to claim 14 or 15, wherein the open time mapping information return range determination unit determines a data range in the file with reference to a rule that defines a data range to be transmitted to the host when the file is opened. .
  17.  前記ホストがファイルアクセス時に送信するマッピング情報取得要求の履歴を記録する履歴生成部と、
     前記履歴を参照して、前記ルールにおける、前記ファイルオープン時に前記ホストに送信すべきデータ範囲を決定するルール生成部とを更に有する、請求項16に記載のメタサーバ。
    A history generation unit for recording a history of mapping information acquisition requests transmitted by the host at the time of file access;
    The meta server according to claim 16, further comprising: a rule generation unit in the rule that determines a data range to be transmitted to the host when the file is opened with reference to the history.
  18.  ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバであって、ホストからファイルオープン要求があると、前記マッピング情報を記憶するマッピング情報記憶部から、オープンするファイルのマッピング情報を取得するマッピング情報取得部と、前記ホストに前記マッピング情報取得部が取得したマッピング情報を送信するマッピング情報送信部とを有するメタサーバと、
     前記ファイルオープン時に前記メタサーバから送信されたマッピング情報をキャッシュに登録するマッピング情報キャッシュを有するホストとを備えるファイル管理システム。
    It is a meta server which manages mapping information which manages allocation of data constituting a file to a storage apparatus, and when there is a file open request from the host, mapping information of the file to be opened from the mapping information storage unit which stores the mapping information. A meta-server having a mapping information acquisition unit for acquiring the mapping information, and a mapping information transmission unit for transmitting the mapping information acquired by the mapping information acquisition unit to the host;
    A file management system comprising: a host having a mapping information cache that registers mapping information sent from the meta server in a cache when the file is opened.
  19.  ファイルを構成するデータのストレージ装置に対する割り当てを管理するマッピング情報を管理するメタサーバ有するファイルシステムのためのプログラムであって、前記メタサーバに、
     ホストからファイルオープン要求を受けると、マッピング情報を記憶するマッピング情報記憶部からオープンするファイルのマッピング情報を取得する処理と、
     前記取得したマッピング情報を前記ホストに送信する処理とを実行させるプログラム。
    A program for a file system having a meta server for managing mapping information for managing allocation of data constituting a file to a storage device, the meta server comprising
    A process of acquiring mapping information of a file to be opened from a mapping information storage unit that stores mapping information when receiving a file open request from a host;
    A program for executing processing for transmitting the acquired mapping information to the host.
PCT/JP2009/053655 2008-03-05 2009-02-27 Metaserver and file management system WO2009110377A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010501872A JP5257444B2 (en) 2008-03-05 2009-02-27 Meta server and file management system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2008-055095 2008-03-05
JP2008055095 2008-03-05

Publications (1)

Publication Number Publication Date
WO2009110377A1 true WO2009110377A1 (en) 2009-09-11

Family

ID=41055937

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/053655 WO2009110377A1 (en) 2008-03-05 2009-02-27 Metaserver and file management system

Country Status (2)

Country Link
JP (1) JP5257444B2 (en)
WO (1) WO2009110377A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015036982A (en) * 2013-08-16 2015-02-23 エルエスアイ コーポレーション Translation layer partitioned between host and controller

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001024010A1 (en) * 1999-09-29 2001-04-05 Hitachi, Ltd. Method of file sharing and storage system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001024010A1 (en) * 1999-09-29 2001-04-05 Hitachi, Ltd. Method of file sharing and storage system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
GODA K.: "SAN Ketsugo PC Cluster ni Okeru Storage Kasoka Kiko o Mochiita Doteki Fuka Bunsan Narabini Doteki Shigen Chosei no Teian to sono Hyoka", THE TRANSACTIONS OF THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS, vol. J87-D-I, no. 6, 1 June 2004 (2004-06-01), pages 661 - 674 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015036982A (en) * 2013-08-16 2015-02-23 エルエスアイ コーポレーション Translation layer partitioned between host and controller

Also Published As

Publication number Publication date
JPWO2009110377A1 (en) 2011-07-14
JP5257444B2 (en) 2013-08-07

Similar Documents

Publication Publication Date Title
US11647097B2 (en) Providing access to managed content
US8086634B2 (en) Method and apparatus for improving file access performance of distributed storage system
US8504648B2 (en) Method and apparatus for storage-service-provider-aware storage system
US8370910B2 (en) File server for translating user identifier
JP4278445B2 (en) Network system and switch
US7389382B2 (en) ISCSI block cache and synchronization technique for WAN edge device
JP2004500660A (en) Network storage system
WO2010045879A1 (en) Method and apparatus for realizing content share
US8135918B1 (en) Data de-duplication for iSCSI
JP2004280283A (en) Distributed file system, distributed file system server, and access method to distributed file system
CN104516974B (en) A kind of management method and device of file system directories item
JP2010097359A (en) File management method and hierarchy management file system
US8627446B1 (en) Federating data between groups of servers
CN109302448A (en) A kind of data processing method and device
US8380806B2 (en) System and method for absolute path discovery by a storage virtualization system
US20150106468A1 (en) Storage system and data access method
US20050108237A1 (en) File system
WO2009110377A1 (en) Metaserver and file management system
Shang et al. Ndnfs: An ndn-friendly file system
US8055815B2 (en) Optimal paths with SCSI I/O referrals
EP3532939A1 (en) Garbage collection system and process
KR100785774B1 (en) Obeject based file system and method for inputting and outputting
JP4005102B2 (en) Gateway device
JP2009211518A (en) File management system and method, and program
JP4818383B2 (en) Relay device and method for registering cache data in the same device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09716306

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010501872

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09716306

Country of ref document: EP

Kind code of ref document: A1