US20200371990A1 - Virtual file server - Google Patents

Virtual file server Download PDF

Info

Publication number
US20200371990A1
US20200371990A1 US16/947,635 US202016947635A US2020371990A1 US 20200371990 A1 US20200371990 A1 US 20200371990A1 US 202016947635 A US202016947635 A US 202016947635A US 2020371990 A1 US2020371990 A1 US 2020371990A1
Authority
US
United States
Prior art keywords
storage
file server
server
virtual file
layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US16/947,635
Inventor
Matthew David Bondurant
Dinesh Venkatesh
Kishore Kumar MUPPIRALA
Sasha Alexander Epstein
Ronald John Luman
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hewlett Packard Enterprise Development LP
Original Assignee
Hewlett Packard Enterprise Development LP
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 Hewlett Packard Enterprise Development LP filed Critical Hewlett Packard Enterprise Development LP
Priority to US16/947,635 priority Critical patent/US20200371990A1/en
Assigned to HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. reassignment HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LUMAN, Ronald John, VENKATESH, DINESH, BONDURANT, Matthew David, EPSTEIN, Sasha Alexander, MUPPIRALA, KISHORE KUMAR
Publication of US20200371990A1 publication Critical patent/US20200371990A1/en
Assigned to HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP reassignment HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/119Details of migration of file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • G06F16/183Provision of network file services by network file servers, e.g. by using NFS, CIFS
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/188Virtual file systems

Definitions

  • a file system is used in computing for controlling the storage and retrieval of data.
  • file systems are used to identify and separate data into individual units, and each unit is considered a “file” of the system.
  • the overall file system is the logic and structure used to locate, store, retrieve, and manage groups of information or files.
  • a file server can be a computer used to provide the location for shared disk access, which is the shared storage of computer files, and to enable the retrieval of data while computations are made by computers on the network.
  • a virtual file server consists of a virtualized device configured to store any means of computer files and information.
  • FIG. 1 is an example block diagram of a computer system for block replication, virtualization, and migration of a file server
  • FIG. 2 is a block diagram of a storage area on an example file system
  • FIG. 3 is a process flow diagram of an example method for creating a detachable file server
  • FIG. 4 is a process flow diagram of an example method for migrating a detachable file server between storage arrays.
  • FIG. 5 is an example block diagram showing a non-transitory, computer-readable media that holds code that enables the migration of a virtual file server.
  • Server virtualization for computing systems allows software to convert a physical server into multiple virtual machines or virtual servers. Through server virtualization, a virtual server acts as a physical computing device that can run its own operating system.
  • the concept of multi-tenancy is the use of a single object of software that is run on a server and serves multiple client entities or tenants.
  • the architecture of multitenant applications is configured to partition data and configuration information virtually, with each tenant receiving its own virtualized application.
  • a detachable self-contained file server is described herein that adds to these existing computing techniques with new methods.
  • the technology herein combines block and file replication techniques with concepts from server virtualization to create a self-contained file server that can easily migrate from one storage array to another.
  • Virtualization of servers and a multitenant architecture saves physical computing space, and can provide more widespread access to information.
  • File servers may provide the location for shared disk access.
  • a challenge is to provide a file server solution that could provide multi-tenancy features in order to facilitate use, for example, in larger businesses with centralized information technology resources serving many departments, or a in a service provider environment for a cloud file server solution.
  • a virtualization for a layered solution leveraging server can be used to provide a tenant container where each tenant is supported by one or more virtual machines (VMs) serving as a gateway to the underlying storage.
  • VMs virtual machines
  • scaling to a larger number of tenants requires significant computing resources in order to support the VMs, especially when there are hundreds or thousands of supported VMs.
  • Examples discussed herein provide a low cost and effective disaster recovery (DR) solution for a file server product.
  • the file system is tightly coupled to the clustering software running on the file server gateways, making it necessary to boot the gateways from volumes on the storage arrays and replicate those boot volumes along with the user data to the second site.
  • a second set of physical file server gateways is booted off the replicated boot volumes from the first site, with ownership of the replicated user data transferred to the second site as well.
  • Some scripts would be run on the servers to adjust for changes in hardware between sites.
  • This leverages a cluster of physical file server gateways at one site layered on block storage, and replicates the data to a second site using block replication features of the array. This setup is difficult to maintain and does not practicably scale in a many-to-one replication scenario that might be found in a remote-office/branch-office use case.
  • file services technology are used in combination with block storage technology of storage arrays.
  • a multi-protocol array can be used to deliver block storage, file storage, and object storage.
  • Fibre Channel (FC)/Internet Small Computer System Interface (iSCSI)/Fibre Channel Over Internet (FCoE) attachment can be utilized.
  • FCoE Fibre Channel Over Internet
  • SMB Server Message Block
  • NFS Network File System
  • HTTP Hypertext Transfer Protocol
  • FTP File Transfer Protocol
  • the examples herein provide a DR feature set similar to a remote copy for a storage array for block storage volumes, but applied to both the file and object data of the combined product. Examples provide a solution for file server consolidation, file server multi-tenancy, and file server business continuity.
  • Some examples described herein implement a method for transparently migrating a virtual file server, including replicating blocks of the virtual file server between a first storage and a second storage, wherein the virtual file server comprises a server layer and a data layer.
  • the method includes migrating the virtual file server across a storage cluster boundary from the first storage to the second storage.
  • the method includes retrieving identity information from the server layer for the second storage.
  • the method also includes updating the identity information so the instantiation of the virtual file server on the second storage appears the same as on the first storage.
  • An example described herein uses a detached data store, including a storage region, to house a virtual file server.
  • the virtual file server includes a server layer and a data store layer.
  • the server layer includes server identity information.
  • the data store layer includes a drive of the storage region.
  • the virtual file server is detachable from the storage region, and the virtual file server is migrated to a second storage region.
  • FIG. 1 is an example block diagram of a computer system 100 for block replication, virtualization, and migration of a file server.
  • a computer device 102 may process and store a file system.
  • the computer device 102 may be, for example, a laptop computer, a desktop computer, a smartphone, or a computing tablet, among others.
  • the computer device 102 may include a processor 104 that is configured to execute stored instructions, as well as a memory device 106 that stores instructions that are executable by the processor 104 ,
  • the processor 104 can be a single core processor, a dual-core processor, a multi-core processor, a computing cluster, or the like.
  • the processor 104 may be coupled to the memory device 106 by a bus 108 where the bus 108 may be a communication system that transfers data between various components of the computer device 102 .
  • the bus 108 may be a PCI, ISA, PCI-Express, HyperTransport®, NuBus, or the like.
  • the memory device 106 can include random access memory (RAM), e.g., SRAM, DRAM, zero capacitor RAM, eDRAM, EDO RAM, DDR RAM, RRAM, PRAM, read only memory (ROM), e.g., Mask ROM, PROM, EPROM, EEPROM, flash memory, or any other suitable memory systems.
  • RAM random access memory
  • ROM read only memory
  • the computer device 100 may also include a storage device 110 .
  • the storage device 110 may include non-volatile storage devices, such as a solid-state drive, a hard drive, an optical drive, a flash drive, an array of drives, or any combinations thereof.
  • the storage device 110 may include a number of modules configured to provide the computer device 102 with block replication and migration functionality.
  • the storage device 110 includes a physical file system 112 .
  • the physical file system 112 includes file system information used to identify and separate data into individual units, and includes the logic and structure used to locate, store, retrieve, and manage files.
  • the physical file system 112 includes virtual file server (VFS) 114 .
  • the VFS 114 will configure a name, network address, and authentication mechanism for access to the VFS 114 or physical file system 112 .
  • the VFS 114 includes server layer 116 and data layer 118 ,
  • the server layer 116 is where the concepts of server identity are bound, such as name, IP address, and authentication mechanism, for example.
  • the data layer 118 corresponds to a storage drive, for example, the C and D drive in a Windows file server.
  • the configuration of file sharing is bound to the data layer 118 , and a directory can be shared at the root or below within the data layer 118 .
  • a network interface controller (NIC) 120 may also be linked to the processor 104 .
  • the NIC 126 may link the computer device 102 to the network 122 through a physical connection, or through a wireless connection.
  • the network 122 can connect to a separate computing device 124 through another NIC 126 , or a similar network connection.
  • the network 122 allows the computer device 124 to network with resources, such as the Internet, printers, fax machines, email, instant messaging applications, and with files located on the other computing device 102 , or storage servers 125 , for example.
  • Computer device 124 includes processor 128 , memory 130 , and bus 132 that are described as above with respect to processor 104 , memory 106 , and bus 108 .
  • Computer device 124 includes storage 134 to store physical file system 136 .
  • the physical file system 136 includes a virtual file server (VFS) 138 that is a replica of the VFS 114 on physical file system 112 .
  • the VFS 114 can be virtually detached from computer device 104 , migrated to computer device 124 , and configured as VFS 138 .
  • the physical file system 112 can be disconnected from computer device 102 and moved to another computer device, e.g., computer device 124 to migrate the VFS 114 as VFS 138 .
  • the sever layer 140 and data layer 142 of VFS 138 correspond to the server layer 116 and data layer 118 of VFS 114 .
  • the virtualization of the physical file system 112 on VFS 114 and the replication of the VFS 114 to the VFS 138 on physical file system 136 provide a mechanism for disaster recovery (DR) without using dedicated hardware on standby at the target site.
  • DR disaster recovery
  • Computer device 144 can be connected to computer devices 102 and 124 through the network 122 through NIC 146 .
  • Computer device 144 can include processor 148 , memory 150 , and bus 152 that are described as above with respect to processor 104 , memory 106 , and bus 108 .
  • the processor 148 may be connected through the bus 152 to an input/output (I/O) device interface 154 configured to connect the computer device 144 to one or more I/O devices 156 .
  • the I/O devices 156 may include, for example, a keyboard, a mouse, or a pointing device, wherein the pointing device may include a touchpad or a touchscreen, among others.
  • the I/O devices 156 may be built-in components of the computer device 144 , or located externally to the computer device 144 .
  • the processor 148 may also be linked through the bus 152 to a display interface 158 configured to connect the computer device 144 to display devices 160 .
  • a display device 160 may be a built-in component of the computer device 144 , or connected externally to the computer device 144 .
  • the display device 160 may also include a display screen of a smartphone, a computing tablet, a computer monitor, a television, or a projector, among others.
  • Computer device 144 also includes storage 162 to store data and instructions.
  • a user may interact with computer device 144 and configure or initiate the block replication and virtualization of a file server located on another computer device, for example VFS 114 on a first storage 110 associated with computer device 102 is transparently migrated to VFS 138 on a second storage 134 associated with computer device 124 .
  • FIG. 1 The block diagram of FIG. 1 is not intended to indicate that the computer system 100 is to include all of the components shown in FIG. 1 . Further, any number of additional components may be included within the computer system 100 , depending on the details of the specific implementation of the described herein. For example, a virtual machine (VM) can be utilized instead of computer device 144 by a user to configure or initiate file server migration. Further, the components discussed are not limited to the functionalities mentioned, but the functions could be done in different places, or by different modules, if at all,
  • VM virtual machine
  • FIG. 2 is a block diagram of a storage region in an example file system 200 .
  • the file system 200 is stored by some form of storage, for example, a storage device or storage array.
  • the file system 200 is used to manage access to the content of files on the storage, as well as the metadata about those files.
  • the file system 200 can automatically provision a set of volumes to meet a requested size and create a virtual file server (VFS) 202 .
  • a file store (not shown) within the VFS 202 can be created, and one or more shares can be created using SMB/NFS/HTTP of folders within the file store.
  • a file system 200 is created based on porting of an ADVFS file system from HP-UX to Linux, for example. This can include a volume manager that can aggregate multiple underlying block devices into a domain. The process of domain discovery allows information about the contained file systems to be determined and imported into a cluster configuration.
  • a logical file system can be layered on top of the physical file system 200 , and can be used to implement a scale-out file system. Scale-out storage is a networked-attached storage architecture where disk space can be expanded, even if new target drives exist on a separate storage array.
  • the logical file system provides policy containers leveraged to store relevant policy information that described the identity of the VFS 202 . Virtualization of file servers presents a logical space for data storage, and controls the process of mapping the logical space to the actual physical location of the data.
  • the VFS 202 includes plugins to implement different pieces of functionality to manage the system. These plugins include a data policy layer 204 , and a server policy layer 206 , which are the two primary layers of policy containers within the file system 200 .
  • the VFS 202 can include a platform management layer 209 for clustering and manageability.
  • the platform management layer 209 can provide an infrastructure for implementing policy and manageability, in addition to management of cluster formation and maintenance.
  • the platform management layer 209 is instantiated per file services cluster and is not replicated across sites, for example, from one array to another.
  • Additional plugins can be used to implement value added services such as, for example, anti-virus, quotas, and snapshots.
  • the services will have associated policies stored in the VFS 202 on either the data policy layer 204 , or the server policy layer 206 , and not in a platform management store, or the like.
  • the data policy later 204 corresponds to a C or D drive in a Windows file server, or the like, and is where the configuration of file sharing is bound.
  • the server policy layer 206 includes metadata 208 and authentication data 210 , and is where concepts of server identity are bound, such as name, IP address, and particular authentication mechanism.
  • a feature of the file system 200 of FIG. 2 is to provide a file server solution that incorporates multi-tenancy features.
  • the inclusion of efficient multi-tenancy features facilitates use of the current technology in larger companies with centralized IT serving many departments, as well as in a service provider environment for a cloud file server solution, for example.
  • a technology like a 3PARTM array, for example, including a VM running on each 3PARTM controller node can be used to implement the techniques described herein.
  • a feature leveraged by the file system 200 is the block replication of a VFS 202 between arrays, where options for both synchronous and asynchronous replication are available.
  • Block replication is for replicating the VFS 202 making up a file system from one array to another so the file system 200 can be presented to a file services cluster (not shown) on the remote array without any a priori knowledge of the file system 200 .
  • Another included feature is the creation of block snapshots to provide a protection mechanism against corruption of the file system 200 that may not be recoverable through file based snapshots.
  • Another included feature is technology that allows for migration of VFS 202 transparently from one array to another, Such file server migration techniques can be used for cases such as, for example, load balancing, or retirement of an array.
  • FIG. 2 The block diagram of FIG. 2 is not intended to indicate that the file system 200 is to include all of the components shown in FIG. 2 . Further, any number of additional components may be included within the file system 200 , depending on the details of the specific implementation of the described herein. For example, the components discussed are not limited to the functionalities mentioned, but the functions could be done in different places, or by different components, if at all,
  • FIG. 3 is a process flow diagram of an example method 300 for creating a migratable file server.
  • the method 300 may be implemented, for example, by the computer devices 102 , 124 described with respect to FIG. 1 .
  • the computer device can be configured to permit the block replication, file server virtualization and migration techniques that are disclosed herein.
  • the method 300 begins at block 302 .
  • a virtual file server is moved from a first storage array.
  • the movement of the VFS can be physically performed, for example, by disconnecting a drive from the first storage array.
  • the VFS can be virtually moved by copying of the storage blocks that make up the VFS.
  • a typical file server is a computer attached to a network that is to provide a location for shared disk access that can be accessed by other computers that are attached to the same network.
  • File servers are related to storage and management of data, and storage virtualization is to enable better functionality and advanced features within and across storage systems, including a number of disk drives or a disk array.
  • Block virtualization refers to the separation of logical storage from physical storage so that logical storage may be accessed without respect to the physical storage or a heterogeneous structure. Virtualization of storage can achieve location independence by separating or abstracting the physical location of the data. For storage that is virtualized, replication is implemented above the software or device that is performing the virtualization.
  • the virtual file server is migrated to a second storage array.
  • the migration may be performed by physically connecting a drive that has been disconnected from a first storage array to a second storage array.
  • the migration, as well as the replication, of the virtual file server contained in this physical file system is transparent so files are able to be moved without another client having access to the files knowing.
  • the replication and migration of the virtual file server supports the scalability and multi-tenancy features described herein.
  • the blocks that have been copied from a first storage array are written into the second storage array.
  • identity information for the virtual file server is retrieved at the second storage array. After being moved or replicated and before receiving the identity information, the file system is unmounted from the first storage array using the virtual file server and an ownership change for the virtual file server is initiated to give the second storage array priority.
  • the identity information is updated at the second storage array.
  • VMs on storage clusters of the second storage array will detect the new virtual file servers and read the metadata from the virtual file servers as part of a domain discovery. Through this domain discovery, basic information about the file system contained on the virtual file server will be provided, and a mount operation can be performed on the virtual file server and file system to the second storage array.
  • Implementation of method 300 results in a multiprotocol array, delivering FC/iSCSI/FCoE attachment for block storage, SMB/NFS/HTTP/FTP over Ethernet for file storage, and, for example, OpenStack SwiftTM (over HTTP), or the like, for object storage.
  • the techniques described herein deliver a DR feature set similar to that used for block storage volumes, but applied to the file and object data that are being added into the combined product.
  • the techniques disclosed simplify the DR scenario by decoupling the file server configuration from the storage cluster that is hosting the file server.
  • this method 300 and method 400 below efficiently allows multi-tenancy without requiring dedicated containers, like a VM, for each tenant,
  • the techniques herein facilitate balancing load across hardware resources by allowing a file server to migrate across physical cluster boundaries.
  • the process flow diagram in FIG. 3 is not intended to indicate that the method 300 is to include all of the components shown in FIG. 3 . Further, the method 300 may include fewer or more steps than what is shown, depending on the details of the specific implementation.
  • FIG. 4 is a process flow diagram of an example method 400 for migrating a detachable file server between storage arrays.
  • Method 400 embeds file server identity into a policy container within a virtual file server within the file system, and makes the file system easily detachable from the original host environment for the file system.
  • Block replication techniques are able to effectively move, or replicate and migrate virtual file servers between physical hosting environments without needing to worry about replicating an entire operating system, as is typical for previous solutions.
  • the method 400 begins at block 402 .
  • a virtual volume set is created and comprised of virtual file servers within a physical file system.
  • the virtual volume set will automatically provision to meet a requested size virtual file server or number of virtual file servers.
  • a share is created using a protocol within the file system.
  • the protocol is typically related to file storage and can be, for example, Server Message Block (SMB), (Network File System) NFS, or HTTP.
  • SMB Server Message Block
  • NFS Network File System
  • HTTP HyperText Transfer Protocol
  • the virtual volume set is either physically moved or is replicated from a first storage array to a second storage array.
  • Method 400 does not rely on a file system being tightly coupled to clustering software running on gateways.
  • This method 400 avoids the possibility of some scripts needing to be run on servers to adjust for issues where the OS was expecting to have one set of hardware attached and instead different hardware was present. It is therefore not necessary to boot the gateways from volumes on the first storage array and replicate those boot volumes along with the user data to the second storage array, thus permitting the techniques discussed herein to be more efficient and cost effective.
  • the file system is unmounted from the first storage array.
  • the unmount operation of the file system is triggered by the initiation of an ownership change for the virtual volume set so that an array other than the host array becomes designated as the primary array.
  • the unmount operation includes disabling the network addresses owned by the virtual file server.
  • an application programming interface (API) call will be made to remove the record of the file server from the platform management store of the first array. This will be done without actually performing any operation on the virtual volumes.
  • API application programming interface
  • the virtual file server is unpresented from a VM running on the first storage array. At this point, the first storage array is ready to relinquish ownership of the virtual file server.
  • the physical file system that spans the virtual file server is brought-up on the second storage array.
  • the second storage array now owns the virtual file server and a storage discovery operation can be requested and performed.
  • the VMs will detect the new physical file system and the virtual file server associated with it and the virtual volumes therein and read related metadata as part of domain discovery, thereby providing basic information about the file system contained on the virtual volumes.
  • a request is then made to import the file system into the cluster, at which point a record of the file system is made in the platform management store on the second storage array.
  • a mount operation can now be performed for the file system on the second storage array.
  • policy information about the virtual file server is retrieved from a policy container in the file system.
  • the policy information is retrieved during the mount of the file system on the second storage array.
  • the network addresses associated with the virtual file server on the second storage array are enabled.
  • the shares are presented over a network interface for user access to connected devices throughout the network.
  • a user may configure the file server replication and migration from a computer device that is unrelated to the first or second storage arrays, and thereby remotely initiate the method 400 described herein. From the perspective of the client of the file server, the instantiation of the virtual file server on the second storage array looks the same as it did on the first storage array.
  • the process flow diagram in FIG. 4 is not intended to indicate that the method 400 is to include all of the components shown in FIG. 4 . Further, the method 400 may include fewer or more steps than what is shown, depending on the details of the specific implementation.
  • FIG. 5 is an example block diagram showing a non-transitory, computer-readable media 500 that holds code to enable file server virtualization and migration.
  • the computer-readable media 500 may be accessed by a processor 502 over a system bus 504 .
  • the code may direct the processor 502 to perform the steps of the current method as described with respect to FIGS. 3 and 4 .
  • the VFS 202 including data layer 204 and server layer 206 , described as above with respect to FIG. 2 , can be stored on the computer-readable media 500 .
  • the VFS 202 is configured to be migrated from computer-readable media 500 to some other storage, such as a storage array or storage cluster.
  • a block replication module 506 is configured to provide synchronous or asynchronous replication between storage arrays for virtual volumes, which make up a file system, and ultimately VFS 202 .
  • the block replication module 506 allows the file system to be presented to a file service cluster on a remote storage array without the array having a priori knowledge of the file system.
  • the concept of the file server identity is embedded into a policy container of the VFS 202 , specifically the server layer 206 within the file system and the file system itself, is then easily separable from the host environment.
  • the block replication module 506 along with the migration module 508 , allow a set of VFS 202 to migrate between physical hosting environments without the need to replicate an entire boot drive or operating system, and while still providing an effective DR solution for a file server product.
  • the migration module 508 transparently migrates the VFS 202 so files are able to be moved over the network without another client device, of a plurality of client devices, knowing.
  • the replication and migration of the virtual file server supports multi-tenancy without the need for each tenant being supported by its own VM.
  • the migration module 508 is to initiate an ownership change for a VFS 202 , designating a second storage as primary.
  • the migration module 506 allows the VFS 202 to unmount from a host storage.
  • the migration module 506 can remove the record of the file system from the host storage without modification of virtual volumes or the VFS 202 .
  • the migration module 508 is also to present the newly owned VFS 202 to VMs on the second storage.
  • the VMs will detect the new VFS 202 and read the metadata from the VFS 202 , thereby allowing the VMs to access the underlying file system associated with the VFS 202 .
  • the migration module 508 is also to import the file system to the second storage, and make a record of the file system on a platform management store of the second storage. The migration module 508 ultimately mounts the file system through the virtual file server to the second storage.
  • An identity update module 510 is configured to complete the mount of the file system on the second storage by, for example, retrieving policy information from the server layer 206 of the VFS 202 .
  • Network addresses associated with the file system are enabled by the identity update module 510 .
  • Shares are then presented over various network interfaces for user data access throughout a network.
  • the identity update module 510 as well as the block replication module 506 and migration module 508 , are to operate transparently to client devices on the network, such that instantiation of the VFS 202 on the second storage appears the same as on the host storage environment.
  • FIG. 5 The block diagram of FIG. 5 is not intended to indicate that the computer-readable media 500 is to include all of the components or modules shown in FIG. 5 . Further, any number of additional components may be included within the computer-readable media 500 , depending on the details of the specific implementation of the file server virtualization and migration techniques described herein.

Abstract

The present disclosure provides a method and a system for migrating a virtual file server. In an example of a method, a virtual file server is migrated from a first storage to a second storage, wherein the virtual file server comprises a server layer and a data layer. Identity information is retrieved from the server layer from the server layer for the second storage. The identity information is updated so instantiation of the virtual file server on the second storage appears the same as on the first storage.

Description

    BACKGROUND
  • A file system is used in computing for controlling the storage and retrieval of data. In particular, file systems are used to identify and separate data into individual units, and each unit is considered a “file” of the system. The overall file system is the logic and structure used to locate, store, retrieve, and manage groups of information or files. A file server can be a computer used to provide the location for shared disk access, which is the shared storage of computer files, and to enable the retrieval of data while computations are made by computers on the network. A virtual file server consists of a virtualized device configured to store any means of computer files and information. These computer systems and data identification and retrieval technologies are used throughout many different businesses and for a myriad of applications.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Certain examples are described in the following detailed description and in reference to the drawings, in which:
  • FIG. 1 is an example block diagram of a computer system for block replication, virtualization, and migration of a file server;
  • FIG. 2 is a block diagram of a storage area on an example file system;
  • FIG. 3 is a process flow diagram of an example method for creating a detachable file server;
  • FIG. 4 is a process flow diagram of an example method for migrating a detachable file server between storage arrays; and
  • FIG. 5 is an example block diagram showing a non-transitory, computer-readable media that holds code that enables the migration of a virtual file server.
  • DETAILED DESCRIPTION OF SPECIFIC EXAMPLES
  • In computing, block replication is a technique used to ensure consistency between resources like hardware and software, and to improve the sharing and accessibility of information and the reliability those processes, Server virtualization for computing systems allows software to convert a physical server into multiple virtual machines or virtual servers. Through server virtualization, a virtual server acts as a physical computing device that can run its own operating system.
  • The concept of multi-tenancy is the use of a single object of software that is run on a server and serves multiple client entities or tenants. The architecture of multitenant applications is configured to partition data and configuration information virtually, with each tenant receiving its own virtualized application. A detachable self-contained file server is described herein that adds to these existing computing techniques with new methods. The technology herein combines block and file replication techniques with concepts from server virtualization to create a self-contained file server that can easily migrate from one storage array to another.
  • Virtualization of servers and a multitenant architecture saves physical computing space, and can provide more widespread access to information. File servers may provide the location for shared disk access. A challenge is to provide a file server solution that could provide multi-tenancy features in order to facilitate use, for example, in larger businesses with centralized information technology resources serving many departments, or a in a service provider environment for a cloud file server solution. A virtualization for a layered solution leveraging server can be used to provide a tenant container where each tenant is supported by one or more virtual machines (VMs) serving as a gateway to the underlying storage. However, scaling to a larger number of tenants requires significant computing resources in order to support the VMs, especially when there are hundreds or thousands of supported VMs.
  • Examples discussed herein provide a low cost and effective disaster recovery (DR) solution for a file server product. Generally, the file system is tightly coupled to the clustering software running on the file server gateways, making it necessary to boot the gateways from volumes on the storage arrays and replicate those boot volumes along with the user data to the second site. In the case of a failover event, a second set of physical file server gateways is booted off the replicated boot volumes from the first site, with ownership of the replicated user data transferred to the second site as well. Some scripts would be run on the servers to adjust for changes in hardware between sites. This leverages a cluster of physical file server gateways at one site layered on block storage, and replicates the data to a second site using block replication features of the array. This setup is difficult to maintain and does not practicably scale in a many-to-one replication scenario that might be found in a remote-office/branch-office use case.
  • In examples disclosed herein, file services technology are used in combination with block storage technology of storage arrays. A multi-protocol array can be used to deliver block storage, file storage, and object storage. For block storage, Fibre Channel (FC)/Internet Small Computer System Interface (iSCSI)/Fibre Channel Over Internet (FCoE) attachment can be utilized. For file storage, Server Message Block (SMB)/Network File System (NFS)/Hypertext Transfer Protocol (HTTP)/File Transfer Protocol (FTP) over Ethernet can be utilized. The examples herein provide a DR feature set similar to a remote copy for a storage array for block storage volumes, but applied to both the file and object data of the combined product. Examples provide a solution for file server consolidation, file server multi-tenancy, and file server business continuity.
  • Some examples described herein implement a method for transparently migrating a virtual file server, including replicating blocks of the virtual file server between a first storage and a second storage, wherein the virtual file server comprises a server layer and a data layer. The method includes migrating the virtual file server across a storage cluster boundary from the first storage to the second storage. The method includes retrieving identity information from the server layer for the second storage. The method also includes updating the identity information so the instantiation of the virtual file server on the second storage appears the same as on the first storage.
  • An example described herein uses a detached data store, including a storage region, to house a virtual file server. The virtual file server includes a server layer and a data store layer. The server layer includes server identity information. The data store layer includes a drive of the storage region. The virtual file server is detachable from the storage region, and the virtual file server is migrated to a second storage region.
  • FIG. 1 is an example block diagram of a computer system 100 for block replication, virtualization, and migration of a file server. A computer device 102 may process and store a file system. The computer device 102 may be, for example, a laptop computer, a desktop computer, a smartphone, or a computing tablet, among others. The computer device 102 may include a processor 104 that is configured to execute stored instructions, as well as a memory device 106 that stores instructions that are executable by the processor 104, The processor 104 can be a single core processor, a dual-core processor, a multi-core processor, a computing cluster, or the like. The processor 104 may be coupled to the memory device 106 by a bus 108 where the bus 108 may be a communication system that transfers data between various components of the computer device 102. In embodiments, the bus 108 may be a PCI, ISA, PCI-Express, HyperTransport®, NuBus, or the like.
  • The memory device 106 can include random access memory (RAM), e.g., SRAM, DRAM, zero capacitor RAM, eDRAM, EDO RAM, DDR RAM, RRAM, PRAM, read only memory (ROM), e.g., Mask ROM, PROM, EPROM, EEPROM, flash memory, or any other suitable memory systems. The computer device 100 may also include a storage device 110. The storage device 110 may include non-volatile storage devices, such as a solid-state drive, a hard drive, an optical drive, a flash drive, an array of drives, or any combinations thereof. The storage device 110 may include a number of modules configured to provide the computer device 102 with block replication and migration functionality. The storage device 110 includes a physical file system 112. The physical file system 112 includes file system information used to identify and separate data into individual units, and includes the logic and structure used to locate, store, retrieve, and manage files. The physical file system 112 includes virtual file server (VFS) 114. The VFS 114 will configure a name, network address, and authentication mechanism for access to the VFS 114 or physical file system 112. The VFS 114 includes server layer 116 and data layer 118, The server layer 116 is where the concepts of server identity are bound, such as name, IP address, and authentication mechanism, for example. The data layer 118 corresponds to a storage drive, for example, the C and D drive in a Windows file server. The configuration of file sharing is bound to the data layer 118, and a directory can be shared at the root or below within the data layer 118.
  • A network interface controller (NIC) 120 may also be linked to the processor 104. The NIC 126 may link the computer device 102 to the network 122 through a physical connection, or through a wireless connection. The network 122 can connect to a separate computing device 124 through another NIC 126, or a similar network connection. The network 122 allows the computer device 124 to network with resources, such as the Internet, printers, fax machines, email, instant messaging applications, and with files located on the other computing device 102, or storage servers 125, for example. Computer device 124 includes processor 128, memory 130, and bus 132 that are described as above with respect to processor 104, memory 106, and bus 108. Computer device 124 includes storage 134 to store physical file system 136. The physical file system 136 includes a virtual file server (VFS) 138 that is a replica of the VFS 114 on physical file system 112. The VFS 114 can be virtually detached from computer device 104, migrated to computer device 124, and configured as VFS 138. In some examples, the physical file system 112 can be disconnected from computer device 102 and moved to another computer device, e.g., computer device 124 to migrate the VFS 114 as VFS 138. The sever layer 140 and data layer 142 of VFS 138 correspond to the server layer 116 and data layer 118 of VFS 114. The virtualization of the physical file system 112 on VFS 114 and the replication of the VFS 114 to the VFS 138 on physical file system 136 provide a mechanism for disaster recovery (DR) without using dedicated hardware on standby at the target site.
  • Another computer device 144 can be connected to computer devices 102 and 124 through the network 122 through NIC 146. Computer device 144 can include processor 148, memory 150, and bus 152 that are described as above with respect to processor 104, memory 106, and bus 108. The processor 148 may be connected through the bus 152 to an input/output (I/O) device interface 154 configured to connect the computer device 144 to one or more I/O devices 156. The I/O devices 156 may include, for example, a keyboard, a mouse, or a pointing device, wherein the pointing device may include a touchpad or a touchscreen, among others. The I/O devices 156 may be built-in components of the computer device 144, or located externally to the computer device 144. The processor 148 may also be linked through the bus 152 to a display interface 158 configured to connect the computer device 144 to display devices 160. A display device 160 may be a built-in component of the computer device 144, or connected externally to the computer device 144. The display device 160 may also include a display screen of a smartphone, a computing tablet, a computer monitor, a television, or a projector, among others. Computer device 144 also includes storage 162 to store data and instructions. A user may interact with computer device 144 and configure or initiate the block replication and virtualization of a file server located on another computer device, for example VFS 114 on a first storage 110 associated with computer device 102 is transparently migrated to VFS 138 on a second storage 134 associated with computer device 124.
  • The block diagram of FIG. 1 is not intended to indicate that the computer system 100 is to include all of the components shown in FIG. 1. Further, any number of additional components may be included within the computer system 100, depending on the details of the specific implementation of the described herein. For example, a virtual machine (VM) can be utilized instead of computer device 144 by a user to configure or initiate file server migration. Further, the components discussed are not limited to the functionalities mentioned, but the functions could be done in different places, or by different modules, if at all,
  • FIG. 2 is a block diagram of a storage region in an example file system 200. The file system 200 is stored by some form of storage, for example, a storage device or storage array. The file system 200 is used to manage access to the content of files on the storage, as well as the metadata about those files. The file system 200 can automatically provision a set of volumes to meet a requested size and create a virtual file server (VFS) 202. A file store (not shown) within the VFS 202 can be created, and one or more shares can be created using SMB/NFS/HTTP of folders within the file store.
  • In some examples, a file system 200 is created based on porting of an ADVFS file system from HP-UX to Linux, for example. This can include a volume manager that can aggregate multiple underlying block devices into a domain. The process of domain discovery allows information about the contained file systems to be determined and imported into a cluster configuration. In some examples, a logical file system can be layered on top of the physical file system 200, and can be used to implement a scale-out file system. Scale-out storage is a networked-attached storage architecture where disk space can be expanded, even if new target drives exist on a separate storage array. The logical file system provides policy containers leveraged to store relevant policy information that described the identity of the VFS 202. Virtualization of file servers presents a logical space for data storage, and controls the process of mapping the logical space to the actual physical location of the data.
  • The VFS 202 includes plugins to implement different pieces of functionality to manage the system. These plugins include a data policy layer 204, and a server policy layer 206, which are the two primary layers of policy containers within the file system 200. The VFS 202 can include a platform management layer 209 for clustering and manageability. The platform management layer 209 can provide an infrastructure for implementing policy and manageability, in addition to management of cluster formation and maintenance. The platform management layer 209 is instantiated per file services cluster and is not replicated across sites, for example, from one array to another.
  • Instead of capturing the networking, authentication, and file sharing policy in a cluster level file store, these policies are now stored within the file system itself using the policy containers, Additional plugins (not shown) can be used to implement value added services such as, for example, anti-virus, quotas, and snapshots. The services will have associated policies stored in the VFS 202 on either the data policy layer 204, or the server policy layer 206, and not in a platform management store, or the like. The data policy later 204 corresponds to a C or D drive in a Windows file server, or the like, and is where the configuration of file sharing is bound.
  • The server policy layer 206 includes metadata 208 and authentication data 210, and is where concepts of server identity are bound, such as name, IP address, and particular authentication mechanism. By storing the file sharing information within the server layer 206 rather than in a cluster level file store, the sharing information is automatically recovered when the virtual file server 202 is migrated to a separate storage cluster.
  • A feature of the file system 200 of FIG. 2 is to provide a file server solution that incorporates multi-tenancy features. The inclusion of efficient multi-tenancy features facilitates use of the current technology in larger companies with centralized IT serving many departments, as well as in a service provider environment for a cloud file server solution, for example. A technology like a 3PAR™ array, for example, including a VM running on each 3PAR™ controller node can be used to implement the techniques described herein.
  • A feature leveraged by the file system 200 is the block replication of a VFS 202 between arrays, where options for both synchronous and asynchronous replication are available. Block replication is for replicating the VFS 202 making up a file system from one array to another so the file system 200 can be presented to a file services cluster (not shown) on the remote array without any a priori knowledge of the file system 200, Another included feature is the creation of block snapshots to provide a protection mechanism against corruption of the file system 200 that may not be recoverable through file based snapshots. Another included feature is technology that allows for migration of VFS 202 transparently from one array to another, Such file server migration techniques can be used for cases such as, for example, load balancing, or retirement of an array.
  • The block diagram of FIG. 2 is not intended to indicate that the file system 200 is to include all of the components shown in FIG. 2. Further, any number of additional components may be included within the file system 200, depending on the details of the specific implementation of the described herein. For example, the components discussed are not limited to the functionalities mentioned, but the functions could be done in different places, or by different components, if at all,
  • FIG. 3 is a process flow diagram of an example method 300 for creating a migratable file server. The method 300 may be implemented, for example, by the computer devices 102, 124 described with respect to FIG. 1. In particular, the computer device can be configured to permit the block replication, file server virtualization and migration techniques that are disclosed herein. The method 300 begins at block 302.
  • At block 302, a virtual file server is moved from a first storage array. The movement of the VFS can be physically performed, for example, by disconnecting a drive from the first storage array. In some examples, the VFS can be virtually moved by copying of the storage blocks that make up the VFS.
  • A typical file server is a computer attached to a network that is to provide a location for shared disk access that can be accessed by other computers that are attached to the same network. File servers are related to storage and management of data, and storage virtualization is to enable better functionality and advanced features within and across storage systems, including a number of disk drives or a disk array. Block virtualization refers to the separation of logical storage from physical storage so that logical storage may be accessed without respect to the physical storage or a heterogeneous structure. Virtualization of storage can achieve location independence by separating or abstracting the physical location of the data. For storage that is virtualized, replication is implemented above the software or device that is performing the virtualization.
  • At block 304, the virtual file server is migrated to a second storage array. The migration may be performed by physically connecting a drive that has been disconnected from a first storage array to a second storage array. The migration, as well as the replication, of the virtual file server contained in this physical file system is transparent so files are able to be moved without another client having access to the files knowing. The replication and migration of the virtual file server supports the scalability and multi-tenancy features described herein. In another example, the blocks that have been copied from a first storage array are written into the second storage array.
  • At block 306, identity information for the virtual file server is retrieved at the second storage array. After being moved or replicated and before receiving the identity information, the file system is unmounted from the first storage array using the virtual file server and an ownership change for the virtual file server is initiated to give the second storage array priority.
  • At block 308, the identity information is updated at the second storage array. VMs on storage clusters of the second storage array will detect the new virtual file servers and read the metadata from the virtual file servers as part of a domain discovery. Through this domain discovery, basic information about the file system contained on the virtual file server will be provided, and a mount operation can be performed on the virtual file server and file system to the second storage array.
  • Implementation of method 300 results in a multiprotocol array, delivering FC/iSCSI/FCoE attachment for block storage, SMB/NFS/HTTP/FTP over Ethernet for file storage, and, for example, OpenStack Swift™ (over HTTP), or the like, for object storage. The techniques described herein deliver a DR feature set similar to that used for block storage volumes, but applied to the file and object data that are being added into the combined product. The techniques disclosed simplify the DR scenario by decoupling the file server configuration from the storage cluster that is hosting the file server. Furthermore, this method 300 and method 400 below efficiently allows multi-tenancy without requiring dedicated containers, like a VM, for each tenant, Finally, the techniques herein facilitate balancing load across hardware resources by allowing a file server to migrate across physical cluster boundaries.
  • The process flow diagram in FIG. 3 is not intended to indicate that the method 300 is to include all of the components shown in FIG. 3. Further, the method 300 may include fewer or more steps than what is shown, depending on the details of the specific implementation.
  • FIG. 4 is a process flow diagram of an example method 400 for migrating a detachable file server between storage arrays. Method 400 embeds file server identity into a policy container within a virtual file server within the file system, and makes the file system easily detachable from the original host environment for the file system. Block replication techniques are able to effectively move, or replicate and migrate virtual file servers between physical hosting environments without needing to worry about replicating an entire operating system, as is typical for previous solutions. The method 400 begins at block 402.
  • At block 402, a virtual volume set is created and comprised of virtual file servers within a physical file system. The virtual volume set will automatically provision to meet a requested size virtual file server or number of virtual file servers. At block 404, a share is created using a protocol within the file system. The protocol is typically related to file storage and can be, for example, Server Message Block (SMB), (Network File System) NFS, or HTTP. At block 406, the virtual volume set is either physically moved or is replicated from a first storage array to a second storage array. Method 400 does not rely on a file system being tightly coupled to clustering software running on gateways. This method 400 avoids the possibility of some scripts needing to be run on servers to adjust for issues where the OS was expecting to have one set of hardware attached and instead different hardware was present. It is therefore not necessary to boot the gateways from volumes on the first storage array and replicate those boot volumes along with the user data to the second storage array, thus permitting the techniques discussed herein to be more efficient and cost effective.
  • At block 408, the file system is unmounted from the first storage array. The unmount operation of the file system is triggered by the initiation of an ownership change for the virtual volume set so that an array other than the host array becomes designated as the primary array. The unmount operation includes disabling the network addresses owned by the virtual file server. After the unmount operation completes, an application programming interface (API) call will be made to remove the record of the file server from the platform management store of the first array. This will be done without actually performing any operation on the virtual volumes. At block 410, the virtual file server is unpresented from a VM running on the first storage array. At this point, the first storage array is ready to relinquish ownership of the virtual file server.
  • At block 412, the physical file system that spans the virtual file server is brought-up on the second storage array. The second storage array now owns the virtual file server and a storage discovery operation can be requested and performed. The VMs will detect the new physical file system and the virtual file server associated with it and the virtual volumes therein and read related metadata as part of domain discovery, thereby providing basic information about the file system contained on the virtual volumes. A request is then made to import the file system into the cluster, at which point a record of the file system is made in the platform management store on the second storage array. At block 414, a mount operation can now be performed for the file system on the second storage array.
  • At block 416, policy information about the virtual file server is retrieved from a policy container in the file system. The policy information is retrieved during the mount of the file system on the second storage array. At block 418, the network addresses associated with the virtual file server on the second storage array are enabled. At block 420, the shares are presented over a network interface for user access to connected devices throughout the network. A user may configure the file server replication and migration from a computer device that is unrelated to the first or second storage arrays, and thereby remotely initiate the method 400 described herein. From the perspective of the client of the file server, the instantiation of the virtual file server on the second storage array looks the same as it did on the first storage array.
  • The process flow diagram in FIG. 4 is not intended to indicate that the method 400 is to include all of the components shown in FIG. 4. Further, the method 400 may include fewer or more steps than what is shown, depending on the details of the specific implementation.
  • FIG. 5 is an example block diagram showing a non-transitory, computer-readable media 500 that holds code to enable file server virtualization and migration. The computer-readable media 500 may be accessed by a processor 502 over a system bus 504. The code may direct the processor 502 to perform the steps of the current method as described with respect to FIGS. 3 and 4. For example, the VFS 202, including data layer 204 and server layer 206, described as above with respect to FIG. 2, can be stored on the computer-readable media 500. The VFS 202 is configured to be migrated from computer-readable media 500 to some other storage, such as a storage array or storage cluster.
  • A block replication module 506 is configured to provide synchronous or asynchronous replication between storage arrays for virtual volumes, which make up a file system, and ultimately VFS 202. The block replication module 506 allows the file system to be presented to a file service cluster on a remote storage array without the array having a priori knowledge of the file system. The concept of the file server identity is embedded into a policy container of the VFS 202, specifically the server layer 206 within the file system and the file system itself, is then easily separable from the host environment. The block replication module 506, along with the migration module 508, allow a set of VFS 202 to migrate between physical hosting environments without the need to replicate an entire boot drive or operating system, and while still providing an effective DR solution for a file server product.
  • The migration module 508 transparently migrates the VFS 202 so files are able to be moved over the network without another client device, of a plurality of client devices, knowing. The replication and migration of the virtual file server supports multi-tenancy without the need for each tenant being supported by its own VM. The migration module 508 is to initiate an ownership change for a VFS 202, designating a second storage as primary. The migration module 506 allows the VFS 202 to unmount from a host storage. The migration module 506 can remove the record of the file system from the host storage without modification of virtual volumes or the VFS 202. The migration module 508 is also to present the newly owned VFS 202 to VMs on the second storage. The VMs will detect the new VFS 202 and read the metadata from the VFS 202, thereby allowing the VMs to access the underlying file system associated with the VFS 202. The migration module 508 is also to import the file system to the second storage, and make a record of the file system on a platform management store of the second storage. The migration module 508 ultimately mounts the file system through the virtual file server to the second storage.
  • An identity update module 510 is configured to complete the mount of the file system on the second storage by, for example, retrieving policy information from the server layer 206 of the VFS 202. Network addresses associated with the file system are enabled by the identity update module 510. Shares are then presented over various network interfaces for user data access throughout a network. The identity update module 510, as well as the block replication module 506 and migration module 508, are to operate transparently to client devices on the network, such that instantiation of the VFS 202 on the second storage appears the same as on the host storage environment.
  • The block diagram of FIG. 5 is not intended to indicate that the computer-readable media 500 is to include all of the components or modules shown in FIG. 5. Further, any number of additional components may be included within the computer-readable media 500, depending on the details of the specific implementation of the file server virtualization and migration techniques described herein.
  • While the present techniques may be susceptible to various modifications and alternative forms, the exemplary examples discussed above have been shown only by way of example. It is to be understood that the technique is not intended to be limited to the particular examples disclosed herein. Indeed, the present techniques include all alternatives, modifications, and equivalents falling within the true spirit and scope of the present techniques.

Claims (15)

What is claimed is:
1. A method for transparently migrating a virtual file server, comprising:
migrating a virtual file server between a first storage and a second storage, wherein the virtual file server comprises a server layer and a data layer;
retrieving identity information from the server layer for the second storage; and
updating the identity information so instantiation of the virtual file server on the second storage appears the same as on the first storage.
2. The method of claim 1, wherein migrating the virtual file server is performed by:
detaching a physical file system that comprises the virtual file server from the first storage; and
attaching the physical file system to the second storage.
3. The method of claim 1, wherein migrating the file server is performed by replicating blocks of the virtual file server from the first storage to the second storage.
4. The method of claim 1, wherein migrating the file server is performed transparently to a client of a plurality of clients on a network.
5. The method of claim 1, comprising retrieving metadata and authentication information from the virtual file server.
6. The method of claim 1, comprising binding file sharing to a drive level.
7. The method of claim 1, wherein migrating the file server comprises configuring for load balancing between storage arrays.
8. The method of claim 1, comprising creating block snapshots.
9. A detachable data store, comprising a storage region, comprising:
a virtual file server, wherein the virtual file server is comprised of a server layer and a data store layer;
wherein the server layer comprises server identity information;
wherein the data store layer comprises a data level of the storage region; and
wherein the virtual file server comprised code that automatically instantiates the virtual file server when the detachable data store is coupled to a storage system.
10. The detached data store of claim 9, wherein the detachable data store is configured to be detached from a first storage array and attached to a second storage array, and wherein the detachable data store is configured to automatically instantiate on the second storage array.
11. The detachable data store of claim 9, wherein the server identity information from the server layer comprises metadata and authentication information.
12. The detachable data store of claim 11, wherein the metadata comprises the information about the location of files and access information, and wherein the access information includes a type of drive, a list of drives, a list of users with access, or any combination thereof.
13. The detachable data store of claim 9, wherein a configuration for file sharing is bound to the drive level of the storage region.
14. A non-transitory, machine-readable medium comprising instructions that when executed by a processor cause the processor to:
activate a virtual file server that has been disconnected from a first storage array and connected to a second storage array;
retrieve identity information from a server layer in the virtual file server; and
update the identity information to make instantiation of the virtual file server on the second storage array appears the same as on the first storage array.
15. The non-transitory, machine-readable medium of claim 14, further comprising instructions that when executed by a processor cause the processor to migrate the virtual file server by replicating blocks associated with the virtual file server from the first storage array to the second storage array.
US16/947,635 2014-07-29 2020-08-11 Virtual file server Pending US20200371990A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/947,635 US20200371990A1 (en) 2014-07-29 2020-08-11 Virtual file server

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
IN3695/CHE/2014 2014-07-29
IN3695CH2014 2014-07-29
PCT/US2014/066017 WO2016018446A1 (en) 2014-07-29 2014-11-18 Virtual file server
US201715326987A 2017-01-17 2017-01-17
US16/947,635 US20200371990A1 (en) 2014-07-29 2020-08-11 Virtual file server

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
PCT/US2014/066017 Continuation WO2016018446A1 (en) 2014-07-29 2014-11-18 Virtual file server
US15/326,987 Continuation US10754821B2 (en) 2014-07-29 2014-11-18 Virtual file server

Publications (1)

Publication Number Publication Date
US20200371990A1 true US20200371990A1 (en) 2020-11-26

Family

ID=55218153

Family Applications (2)

Application Number Title Priority Date Filing Date
US15/326,987 Active 2035-06-19 US10754821B2 (en) 2014-07-29 2014-11-18 Virtual file server
US16/947,635 Pending US20200371990A1 (en) 2014-07-29 2020-08-11 Virtual file server

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US15/326,987 Active 2035-06-19 US10754821B2 (en) 2014-07-29 2014-11-18 Virtual file server

Country Status (2)

Country Link
US (2) US10754821B2 (en)
WO (1) WO2016018446A1 (en)

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015172107A1 (en) 2014-05-09 2015-11-12 Nutanix, Inc. Mechanism for providing external access to a secured networked virtualization environment
US10321167B1 (en) 2016-01-21 2019-06-11 GrayMeta, Inc. Method and system for determining media file identifiers and likelihood of media file relationships
US11579861B2 (en) 2016-02-12 2023-02-14 Nutanix, Inc. Virtualized file server smart data ingestion
US10725806B2 (en) 2016-02-16 2020-07-28 Netapp Inc. Transitioning volumes between storage virtual machines
US11218418B2 (en) 2016-05-20 2022-01-04 Nutanix, Inc. Scalable leadership election in a multi-processing computing environment
US10824455B2 (en) 2016-12-02 2020-11-03 Nutanix, Inc. Virtualized server systems and methods including load balancing for virtualized file servers
US11568073B2 (en) 2016-12-02 2023-01-31 Nutanix, Inc. Handling permissions for virtualized file servers
US10728090B2 (en) 2016-12-02 2020-07-28 Nutanix, Inc. Configuring network segmentation for a virtualization environment
US11562034B2 (en) 2016-12-02 2023-01-24 Nutanix, Inc. Transparent referrals for distributed file servers
US11294777B2 (en) 2016-12-05 2022-04-05 Nutanix, Inc. Disaster recovery for distributed file servers, including metadata fixers
US11288239B2 (en) 2016-12-06 2022-03-29 Nutanix, Inc. Cloning virtualized file servers
US11281484B2 (en) 2016-12-06 2022-03-22 Nutanix, Inc. Virtualized server systems and methods including scaling of file system virtual machines
US10719492B1 (en) 2016-12-07 2020-07-21 GrayMeta, Inc. Automatic reconciliation and consolidation of disparate repositories
US11086826B2 (en) 2018-04-30 2021-08-10 Nutanix, Inc. Virtualized server systems and methods including domain joining techniques
US11194680B2 (en) 2018-07-20 2021-12-07 Nutanix, Inc. Two node clusters recovery on a failure
US11770447B2 (en) 2018-10-31 2023-09-26 Nutanix, Inc. Managing high-availability file servers
US11768809B2 (en) * 2020-05-08 2023-09-26 Nutanix, Inc. Managing incremental snapshots for fast leader node bring-up
CN112269759B (en) * 2020-10-23 2023-12-22 北京浪潮数据技术有限公司 Migration method and related device for shared file storage
US20230056425A1 (en) * 2021-08-19 2023-02-23 Nutanix, Inc. File server managers and systems for managing virtualized file servers

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090241030A1 (en) * 2008-03-18 2009-09-24 Thorsten Von Eicken Systems and methods for efficiently managing and configuring virtual servers

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8099758B2 (en) 1999-05-12 2012-01-17 Microsoft Corporation Policy based composite file system and method
US7165096B2 (en) 2000-12-22 2007-01-16 Data Plow, Inc. Storage area network file system
US7640582B2 (en) 2003-04-16 2009-12-29 Silicon Graphics International Clustered filesystem for mix of trusted and untrusted nodes
US7877511B1 (en) * 2003-01-13 2011-01-25 F5 Networks, Inc. Method and apparatus for adaptive services networking
US8006056B2 (en) 2004-01-30 2011-08-23 Hewlett-Packard Development Company, L.P. Storage system including capability to move a virtual storage device group without moving data
US7383463B2 (en) 2004-02-04 2008-06-03 Emc Corporation Internet protocol based disaster recovery of a server
JP4448719B2 (en) 2004-03-19 2010-04-14 株式会社日立製作所 Storage system
US7769720B2 (en) 2004-06-16 2010-08-03 Hewlett-Packard Development Company, L.P. Systems and methods for migrating a server from one physical platform to a different physical platform
US8042108B2 (en) 2006-03-18 2011-10-18 International Business Machines Corporation Virtual machine migration between servers
US7984454B2 (en) 2006-12-19 2011-07-19 International Business Machines Corporation Migration of single root stateless virtual functions
US8191063B2 (en) * 2007-09-30 2012-05-29 Symantex Corporation Method for migrating a plurality of virtual machines by associating files and state information with a single logical container
US8099497B2 (en) 2008-02-19 2012-01-17 Netapp, Inc. Utilizing removable virtual volumes for sharing data on a storage area network
WO2009145764A1 (en) 2008-05-28 2009-12-03 Hewlett-Packard Development Company, L.P. Providing object-level input/output requests between virtual machines to access a storage subsystem
US8799894B2 (en) 2009-04-22 2014-08-05 International Business Machines Corporation End-to-end mapping from operating system running on virtual machine to storage volume of storage-array network (SAN)
US8166478B2 (en) 2009-04-28 2012-04-24 Lsi Corporation System and apparatus for utilizing a virtual machine to support redundancy in a virtual machine manager pair
US8719069B2 (en) 2009-07-23 2014-05-06 Brocade Communications Systems, Inc. Method and apparatus for providing virtual machine information to a network interface
JP5541149B2 (en) 2010-12-27 2014-07-09 富士通株式会社 Snapshot collection program, server, and snapshot collection method
US9037618B2 (en) 2011-03-31 2015-05-19 Novell, Inc. Distributed, unified file system operations
US8910156B1 (en) 2011-04-29 2014-12-09 Netapp, Inc. Virtual machine dependency
WO2014080437A1 (en) 2012-11-20 2014-05-30 Hitachi, Ltd. Computer system and virtual server migration control method for computer system
US9477506B2 (en) 2013-02-12 2016-10-25 Futurewei Technologies, Inc. Dynamic virtual machines migration over information centric networks

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090241030A1 (en) * 2008-03-18 2009-09-24 Thorsten Von Eicken Systems and methods for efficiently managing and configuring virtual servers

Also Published As

Publication number Publication date
US20170206207A1 (en) 2017-07-20
WO2016018446A1 (en) 2016-02-04
US10754821B2 (en) 2020-08-25

Similar Documents

Publication Publication Date Title
US20200371990A1 (en) Virtual file server
US11924034B2 (en) Migration of an existing computing system to new hardware
US11611479B2 (en) Migration of existing computing systems to cloud computing sites or virtual machines
US11500669B2 (en) Live recovery of virtual machines in a public cloud computing environment
US10298670B2 (en) Real time cloud workload streaming
US9451023B2 (en) Information management of virtual machines having mapped storage devices
US9727429B1 (en) Method and system for immediate recovery of replicated virtual machines
US9575894B1 (en) Application aware cache coherency
US8458413B2 (en) Supporting virtual input/output (I/O) server (VIOS) active memory sharing in a cluster environment
US8473692B2 (en) Operating system image management
US8819190B2 (en) Management of file images in a virtual environment
US10740133B2 (en) Automated data migration of services of a virtual machine to containers
US8495178B1 (en) Dynamic bandwidth discovery and allocation to improve performance for backing up data
US9602341B1 (en) Secure multi-tenant virtual control server operation in a cloud environment using API provider
US10210011B2 (en) Efficient VM migration across cloud using catalog aware compression
US11921596B2 (en) Virtual machine failover management for geo-redundant data centers
US20230252229A1 (en) Fast fill for computerized data input
US20230315503A1 (en) Snapshot-based virtual machine transfer across hypervisors
US10747567B2 (en) Cluster check services for computing clusters
US20230342373A1 (en) Computing resource migration across cloud environments
US20230236936A1 (en) Automatic backup distribution for clustered databases
US20230289216A1 (en) Dynamic management of version dependencies for executing parallel workloads

Legal Events

Date Code Title Description
AS Assignment

Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BONDURANT, MATTHEW DAVID;VENKATESH, DINESH;MUPPIRALA, KISHORE KUMAR;AND OTHERS;SIGNING DATES FROM 20141014 TO 20141104;REEL/FRAME:053464/0415

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

AS Assignment

Owner name: HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP, TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;REEL/FRAME:059079/0848

Effective date: 20151027

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCV Information on status: appeal procedure

Free format text: NOTICE OF APPEAL FILED

STCV Information on status: appeal procedure

Free format text: APPEAL BRIEF (OR SUPPLEMENTAL BRIEF) ENTERED AND FORWARDED TO EXAMINER

STCV Information on status: appeal procedure

Free format text: APPEAL BRIEF (OR SUPPLEMENTAL BRIEF) ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED