Movatterモバイル変換


[0]ホーム

URL:


US12400015B2 - Handling permissions for virtualized file servers - Google Patents

Handling permissions for virtualized file servers

Info

Publication number
US12400015B2
US12400015B2US18/065,524US202218065524AUS12400015B2US 12400015 B2US12400015 B2US 12400015B2US 202218065524 AUS202218065524 AUS 202218065524AUS 12400015 B2US12400015 B2US 12400015B2
Authority
US
United States
Prior art keywords
storage
file
fsvm
user
host
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.)
Active
Application number
US18/065,524
Other versions
US20230185944A1 (en
Inventor
Saji Kumar Vijaya Kumari Rajendran Nair
Hemanth Kumar Thummala
Veerraju Tammineedi
Shyamsunder Prayagchand Rathi
Manoj Naik
Manish Gupta
Durga Mahesh Arikatla
Gaurav Kumar
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.)
Nutanix Inc
Original Assignee
Nutanix Inc
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 Nutanix IncfiledCriticalNutanix Inc
Priority to US18/065,524priorityCriticalpatent/US12400015B2/en
Assigned to Nutanix, Inc.reassignmentNutanix, Inc.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: NAIR, SAJI KUMAR VIJAYA KUMARI RAJENDRAN, THUMMALA, HEMANTH KUMAR, ARIKATLA, DURGA MAHESH, GUPTA, MANISH, KUMAR, GAURAV, NAIK, MANOJ, RATHI, SHYAMSUNDER PRAYAGCHAND, TAMMINEEDI, VEERRAJU
Publication of US20230185944A1publicationCriticalpatent/US20230185944A1/en
Assigned to BANK OF AMERICA, N.A., AS COLLATERAL AGENTreassignmentBANK OF AMERICA, N.A., AS COLLATERAL AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: Nutanix, Inc.
Application grantedgrantedCritical
Publication of US12400015B2publicationCriticalpatent/US12400015B2/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

Examples of systems described herein include a file server virtual machine of a virtualized file server configured to manage storage of a plurality of storage items. The file server virtual machine including a file system configured to receive an access request directed to a storage item of the plurality of storage items and associated with a user. The file system is further configured to retrieve an access control list having permissions information associated with the storage item, and to cache a permissions profile for the user including all permissions pertaining to the user for the storage item. The file system is further configured to determine whether the access request is permissible based on the cached permissions profile.

Description

CROSS REFERENCE TO RELATED APPLICATION(S)
This application is a continuation of U.S. application Ser. No. 15/829,602 filed Dec. 1, 2017, issued as U.S. Pat. No. 11,568,073 on Jan. 31, 2023, which claims the benefit under 35 U.S.C. 119 of the earlier filing date of U.S. Provisional Application No. 62/429,283 entitled “HANDLING PERMISSIONS FOR VIRTUALIZED FILE SERVERS”, filed Dec. 2, 2016 and claims the benefit under 35 U.S.C. 119 of the earlier filing date of U.S. Provisional Application No. 62/430,264 entitled “EFFICIENT METADATA ACCESS”, filed Dec. 5, 2016. The aforementioned applications are hereby incorporated by reference, in their entirety, for any purpose.
TECHNICAL FIELD
Examples described herein pertain to distributed and cloud computing systems. Examples of distributed virtual file server systems are described.
BACKGROUND
A “virtual machine” or a “VM” refers to a specific software-based implementation of a machine in a virtualization environment, in which the hardware resources of a real computer (e.g., CPU, memory, etc.) are virtualized or transformed into the underlying support for the fully functional virtual machine that can run its own operating system and applications on the underlying physical resources just like a real computer.
Virtualization generally works by inserting a thin layer of software directly on the computer hardware or on a host operating system. This layer of software contains a virtual machine monitor or “hypervisor” that allocates hardware resources dynamically and transparently. Multiple operating systems run concurrently on a single physical computer and share hardware resources with each other. By encapsulating an entire machine, including CPU, memory, operating system, and network devices, a virtual machine is completely compatible with most standard operating systems, applications, and device drivers. Most modern implementations allow several operating systems and applications to safely run at the same time on a single computer, with each having access to the resources it needs when it needs them.
Virtualization allows one to run multiple virtual machines on a single physical machine, with each virtual machine sharing the resources of that one physical computer across multiple environments. Different virtual machines can run different operating systems and multiple applications on the same physical computer.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG.1A illustrates a clustered virtualization environment according to some particular embodiments.
FIG.1B illustrates data flow within an example clustered virtualization environment according to particular embodiments.
FIG.2A illustrates a clustered virtualization environment implementing a virtualized file server (VFS)202 according to particular embodiments.
FIG.2B illustrates data flow within a clustered virtualization environment implementing a VFS instance202 in which stored items such as files and folders used by user VMs are stored locally on the same host machines as the user VMs according to particular embodiments.
FIG.3A illustrates an example hierarchical structure of a VFS instance in a cluster according to particular embodiments.
FIG.3B illustrates two example host machines, each providing file storage services for portions of two VFS instances FS1 and FS2 according to particular embodiments.
FIG.3C illustrates example interactions between a client and host machines on which different portions of a VFS instance are stored according to particular embodiments.
FIG.3D illustrates an example virtualized file server having a failover capability according to particular embodiments.
FIG.3E illustrates an example virtualized file server that has recovered from a failure of Controller/Service VM CVM by switching to an alternate Controller/Service VM CVM according to particular embodiments.
FIG.3F illustrates an example virtualized file server that has recovered from failure of a FSVM by electing a new leader FSVM according to particular embodiments.
FIGS.3G and3H illustrate example virtualized file servers that have recovered from failure of a host machine by switching to another Controller/Service VM and another FSVM according to particular embodiments.
FIGS.4A and4B illustrate an example hierarchical namespace of a file server according to particular embodiments.
FIG.4C illustrates distribution of stored data amongst host machines in a virtualized file server according to particular embodiments.
FIG.5 illustrates an example method for accessing data in a virtualized file server according to particular embodiments.
FIG.6 illustrates an example of how a file server ‘FS1’ may be deployed across multiple clusters according to particular embodiments.
FIG.7 is metadata database management for a distributed file system according to particular embodiments.
FIG.8 illustrates a block diagram showing a distributed file system according to particular embodiments.
FIG.9 depicts an operation of a metadata database according to particular embodiments.
FIG.10 is a depiction of a bitmask.
FIG.11 is a depiction of a bitmask.
DETAILED DESCRIPTION
One reason for the broad adoption of virtualization in modern business and computing environments is because of the resource utilization advantages provided by virtual machines. Without virtualization, if a physical machine is limited to a single dedicated operating system, then during periods of inactivity by the dedicated operating system the physical machine is not utilized to perform useful work. This is wasteful and inefficient if there are users on other physical machines which are currently waiting for computing resources. To address this problem, virtualization allows multiple VMs to share the underlying physical resources so that during periods of inactivity by one VM, other VMs can take advantage of the resource availability to process workloads. This can produce great efficiencies for the utilization of physical devices, and can result in reduced redundancies and better resource cost management.
Furthermore, there are now products that can aggregate multiple physical machines, running virtualization environments to not only utilize the processing power of the physical devices to aggregate the storage of the individual physical devices to create a logical storage pool wherein the data may be distributed across the physical devices but appears to the virtual machines to be part of the system that the virtual machine is hosted on. Such systems operate under the covers by using metadata, which may be distributed and replicated any number of times across the system, to locate the indicated data. These systems are commonly referred to as clustered systems, wherein the resources of the group are pooled to provide logically combined, but physically separate systems.
Particular embodiments provide an architecture for implementing virtualized file servers in a virtualization environment. In particular embodiments, a virtualized file server may include a set of File Server Virtual Machines (VMs) that execute on host machines and process storage access operations requested by user VMs executing on the host machines. The file server VMs may communicate with storage controllers provided by Controller/Service VMs executing on the host machines to store and retrieve storage items, such as files and folders, on storage devices associated with the host machines. The storage items may be distributed amongst multiple host machines. The file server VMs may maintain a storage map, such as a sharding map, that maps names or identifiers of storage items, such as folders, files, or portions thereof, to their locations. When a user application executing in a user VM on one of the host machines initiates a storage access operation, such as reading or writing data from or to a storage item or modifying metadata associated with the storage item, the user VM may send the storage access operation in a request to one of the file server VMs on one of the host machines. In particular embodiments, a file server VM executing on a host machine that receives a storage access request may use the storage map to determine whether the requested storage item is located on the host machine (or otherwise associated with the file server VM or Controller/Service VM on the host machine). If so, the file server VM executes the requested operation. Otherwise, the file server VM responds to the request with an indication that the requested storage item is not on the host machine, and may redirect the requesting user VM to the host machine on which the storage map indicates the storage item is located. The client may cache the address of the host machine on which the storage item is located, so that the client may send subsequent requests for the storage item directly to that host machine.
In particular embodiments, the virtualized file server determines the location, e.g., host machine, at which to store a storage item such as a file or folder when the storage item is created. A file server VM may attempt to create a file or folder using a Controller/Service VM on the same host machine as the user VM that requested creation of the file, so that the Controller/Service VM that controls access operations to the storage item is co-located with the requesting user VM. In this way, file access operations between the user VM that is known to be associated with the storage item and is thus likely to access the storage item again (e.g., in the near future and/or on behalf of the same user) may use local communication or short-distance communication to improve performance, e.g., by reducing access times or increasing access throughput. Further, the virtualized file server may also attempt to store the storage item on a storage device that is local to the Controller/Service VM being used to create the storage item, so that storage access operations between the Controller/Service VM and the storage device may use local or short-distance communication.
Further details of aspects, objects, and advantages of the invention are described below in the detailed description, drawings, and claims. Both the foregoing general description and the following detailed description are exemplary and explanatory, and are not intended to be limiting as to the scope of the invention. Particular embodiments may include all, some, or none of the components, elements, features, functions, operations, or steps of the embodiments disclosed above. The subject matter which can be claimed comprises not only the combinations of features as set out in the attached claims but also any other combination of features in the claims, wherein each feature mentioned in the claims can be combined with any other feature or combination of other features in the claims. Furthermore, any of the embodiments and features described or depicted herein can be claimed in a separate claim and/or in any combination with any embodiment or feature described or depicted herein or with any of the features of the attached claims.
FIG.1A illustrates a clustered virtualization environment according to some particular embodiments. The architecture ofFIG.1A can be implemented for a distributed platform that contains multiple host machines100a-cthat manage multiple tiers of storage. The multiple tiers of storage may include network-attached storage (NAS) that is accessible through network140, such as, by way of example and not limitation, cloud storage126, which may be accessible through the Internet, or local network-accessible storage128 (e.g., a storage area network (SAN)). Unlike the prior art, the present embodiment also permits local storage122 that is within or directly attached to the server and/or appliance to be managed as part of storage pool160. Examples of such storage include Solid State Drives125 (henceforth “SSDs”), Hard Disk Drives127 (henceforth “HDDs” or “spindle drives”), optical disk drives, external drives (e.g., a storage device connected to a host machine via a native drive interface or a direct attach serial interface), or any other directly attached storage. These collected storage devices, both local and networked, form storage pool160. Virtual disks (or “vDisks”) can be structured from the storage devices in storage pool160, as described in more detail below. As used herein, the term vDisk refers to the storage abstraction that is exposed by a Controller/Service VM (CVM) to be used by a user VM. In some embodiments, the vDisk is exposed via iSCSI (“internet small computer system interface”) or NFS (“network file system”) and is mounted as a virtual disk on the user VM.
Each host machine100a-cruns virtualization software, such as VMWARE ESX(I), MICROSOFT HYPER-V, or REDHAT KVM. The virtualization software includes hypervisor130a-cto manage the interactions between the underlying hardware and the one or more user VMs101a,102a,101b,102b,101c, and102cthat run client software. Though not depicted inFIG.1A, a hypervisor may connect to network140. In particular embodiments, a host machine100 may be a physical hardware computing device; in particular embodiments, a host machine100 may be a virtual machine.
CVMs110a-care used to manage storage and input/output (“I/O”) activities according to particular embodiments. These special VMs act as the storage controller in the currently described architecture. Multiple such storage controllers may coordinate within a cluster to form a unified storage controller system. CVMs110 may run as virtual machines on the various host machines100, and work together to form a distributed system110 that manages all the storage resources, including local storage122, networked storage128, and cloud storage126. The CVMs may connect to network140 directly, or via a hypervisor. Since the CVMs run independent of hypervisors130a-c, this means that the current approach can be used and implemented within any virtual machine architecture, since the CVMs can be used in conjunction with any hypervisor from any virtualization vendor.
A host machine may be designated as a leader node within a cluster of host machines. For example, host machine100b, as indicated by the asterisks, may be a leader node. A leader node may have a software component designated to perform operations of the leader. For example, CVM110bon host machine100bmay be designated to perform such operations. A leader may be responsible for monitoring or handling requests from other host machines or software components on other host machines throughout the virtualized environment. If a leader fails, a new leader may be designated. In particular embodiments, a management module (e.g., in the form of an agent) may be running on the leader node.
Each CVM110a-cexports one or more block devices or NFS server targets that appear as disks to user VMs101 and102. These disks are virtual, since they are implemented by the software running inside CVMs110a-c. Thus, to user VMs101 and102, CVMs110a-cappear to be exporting a clustered storage appliance that contains some disks. All user data (including the operating system) in the user VMs101 and102 reside on these virtual disks.
Significant performance advantages can be gained by allowing the virtualization system to access and utilize local storage122 as disclosed herein. This is because I/O performance is typically much faster when performing access to local storage122 as compared to performing access to networked storage128 across a network140. This faster performance for locally attached storage122 can be increased even further by using certain types of optimized local storage devices, such as SSDs. Further details regarding methods and mechanisms for implementing the virtualization environment illustrated inFIG.1A are described in U.S. Pat. No. 8,601,473, which is hereby incorporated by reference in its entirety.
FIG.1B illustrates data flow within an example clustered virtualization environment according to particular embodiments. As described above, one or more user VMs and a CVM may run on each host machine100 along with a hypervisor. As a user VM performs I/O operations (e.g., a read operation or a write operation), the I/O commands of the user VM may be sent to the hypervisor that shares the same server as the user VM. For example, the hypervisor may present to the virtual machines an emulated storage controller, receive an I/O command and facilitate the performance of the I/O command (e.g., via interfacing with storage that is the object of the command, or passing the command to a service that will perform the I/O command). An emulated storage controller may facilitate I/O operations between a user VM and a vDisk. A vDisk may present to a user VM as one or more discrete storage drives, but each vDisk may correspond to any part of one or more drives within storage pool160. Additionally or alternatively, Controller/Service VM110a-cmay present an emulated storage controller either to the hypervisor or to user VMs to facilitate I/O operations. CVMs110a-cmay be connected to storage within storage pool160. CVM110amay have the ability to perform I/O operations using local storage122awithin the same host machine100a, by connecting via network140 to cloud storage126 or networked storage128, or by connecting via network140 to local storage122b-cwithin another host machine100b-c(e.g., via connecting to another CVM110bor110c). In particular embodiments, any suitable computing system700 may be used to implement a host machine100.
File System Architecture
FIG.2A illustrates a clustered virtualization environment implementing a virtualized file server (VFS)202 according to particular embodiments. In particular embodiments, the VFS202 provides file services to user virtual machines (user VMs)101 and102. The file services may include storing and retrieving data persistently, reliably, and efficiently. The user virtual machines101 and102 may execute user processes, such as office applications or the like, on host machines200a-c. The stored data may be represented as a set of storage items, such as files organized in a hierarchical structure of folders (also known as directories), which can contain files and other folders.
In particular embodiments, the VFS202 may include a set of File Server Virtual Machines (FSVMs)170a-cthat execute on host machines200a-cand process storage item access operations requested by user VMs200a-cexecuting on the host machines200a-c. The FSVMs170a-cmay communicate with storage controllers provided by CVMs110a-cexecuting on the host machines200a-cto store and retrieve files, folders, or other storage items on local storage122a-cassociated with, e.g., local to, the host machines200a-c. The network protocol used for communication between user VMs101 and102, FSVMs170a-c, and CVMs110a-cvia the network140 may be Internet Small Computer Systems Interface (iSCSI), Server Message Block (SMB), Network File System (NFS), pNFS (Parallel NFS), or another appropriate protocol.
For the purposes of VFS202, host machine200cmay be designated as a leader node within a cluster of host machines. In this case, FSVM170con host machine100cmay be designated to perform such operations. A leader may be responsible for monitoring or handling requests from FSVMs on other host machines throughout the virtualized environment. If FSVM170cfails, a new leader may be designated for VFS202.
In particular embodiments, the user VMs101 and102 may send data to the VFS202 using write requests, and may receive data from it using read requests. The read and write requests, and their associated parameters, data, and results, may be sent between a user VM101aand one or more file server VMs (FSVMs)170a-clocated on the same host machine as the user VM101aor on different host machines from the user VM101a. The read and write requests may be sent between host machines200a-cvia network140, e.g., using a network communication protocol such as iSCSI, CIFS, SMB, TCP, IP, or the like. When a read or write request is sent between two VMs located on the same one of the host machines200a-c(e.g., between the user VM101aand the FSVM170alocated on the host machine200a), the request may be sent using local communication within the host machine200ainstead of via the network140. As described above, such local communication may be substantially faster than communication via the network140. The local communication may be performed by, e.g., writing to and reading from shared memory accessible by the user VM101aand the FSVM170a, sending and receiving data via a local “loopback” network interface, local stream communication, or the like.
In particular embodiments, the storage items stored by the VFS202, such as files and folders, may be distributed amongst multiple host machines200a-c. In particular embodiments, when storage access requests are received from the user VMs101 and102, the VFS202 identifies host machines200a-cat which requested storage items, e.g., folders, files, or portions thereof, are stored, and directs the user VMs101 and102 to the locations of the storage items. The FSVMs170 may maintain a storage map, such as a sharding map360 (shown inFIG.3C), that maps names or identifiers of storage items to their corresponding locations. The storage map may be a distributed data structure of which copies are maintained at each FSVM170a-cand accessed using distributed locks or other storage item access operations. Alternatively, the storage map may be maintained by a leader node such as the host machine200c, and the other host machines200aand200bmay send requests to query and update the storage map to the leader host machine200c. Other implementations of the storage map are possible using appropriate techniques to provide asynchronous data access to a shared resource by multiple readers and writers. The storage map may map names or identifiers of storage items in the form of text strings or numeric identifiers, such as folder names, files names, and/or identifiers of portions of folders or files (e.g., numeric start offset positions and counts in bytes or other units) to locations of the files, folders, or portions thereof. Locations may be represented as names of FSVMs170a-c, e.g., “FSVM-1”, as network addresses of host machines200a-con which FSVMs170a-care located (e.g., “ip-addr1” or 128.1.1.10), or as other types of location identifiers.
When a user application executing in a user VM101aon one of the host machines200ainitiates a storage access operation, such as reading or writing data, the user VM101amay send the storage access operation in a request to one of the FSVMs170a-con one of the host machines200a-c. A FSVM executing on a host machine200bthat receives a storage access request may use the storage map to determine whether the requested file or folder is located on the host machine200b(or otherwise associated with the FSVM170bor Controller/Service VM110bon the host machine200b). If the requested file or folder is located on the host machine200b(or otherwise associated with a VM on it), the FSVM170bexecutes the requested storage access operation. Otherwise, the FSVM170bresponds to the request with an indication that the data is not on the host machine200b, and may redirect the requesting user VM101ato the host machine200con which the storage map indicates the file or folder is located. The client may cache the address of the host machine200con which the file or folder is located, so that it may send subsequent requests for the file or folder directly to the host machine200c.
As an example and not by way of limitation, the location of a file or a folder may be pinned to a particular host machine200aby sending a file service operation that creates the file or folder to a CVM110alocated on the particular host machine200a. The CVM110asubsequently processes file service commands for that file and sends corresponding storage access operations to storage devices associated with the file. The CVM110amay associate local storage122awith the file if there is sufficient free space on local storage122a. Alternatively, the CVM110amay associate a storage device located on another host machine200b, e.g., in local storage122b, with the file under certain conditions, e.g., if there is insufficient free space on the local storage122a, or if storage access operations between the CVM110aand the file are expected to be infrequent. Files and folders, or portions thereof, may also be stored on other storage devices, such as the network-attached storage (NAS)128 or the cloud storage126 of the storage pool160.
In particular embodiments, a name service220, such as that specified by the Domain Name System (DNS) Internet protocol, may communicate with the host machines200a-cvia the network140 and may store a database of domain name (e.g., host name) to IP address mappings. The name service220 may be queried by the User VMs101 to determine the IP address of a particular host machine200a-cgiven a name of the host machine, e.g., to determine the IP address of the host name ip-addr1 for the host machine200a. The name service220 may be located on a separate server computer system or on one or more of the host machines200. The names and IP addresses of the host machines of the VFS instance202, e.g., the host machines200, may be stored in the name service220 so that the user VMs101 may determine the IP address of each of the host machines200. The name of each VFS instance202, e.g., FS1, FS2, or the like, may be stored in the name service220 in association with a set of one or more names that contains the name(s) of the host machines200 of the VFS instance202. For example, the file server instance name FS1.domain.com may be associated with the host names ip-addr1, ip-addr2, and ip-addr3 in the name service220, so that a query of the name service220 for the server instance name “FS1” or “FS1.domain.com” returns the names ip-addr1, ip-addr2, and ip-addr3. Further, the name service220 may return the names in a different order for each name lookup request, e.g., using round-robin ordering, so that the sequence of names (or addresses) returned by the name service for a file server instance name is a different permutation for each query until all the permutations have been returned in response to requests, at which point the permutation cycle starts again, e.g., with the first permutation. In this way, storage access requests from user VMs101 may be balanced across the host machines200, since the user VMs101 submit requests to the name service220 for the address of the VFS instance202 for storage items for which the user VMs101 do not have a record or cache entry, as described below.
In particular embodiments, each FSVM170 may have two IP addresses: an external IP address and an internal IP address. The external IP addresses may be used by SMB/CIFS clients, such as user VMs101, to connect to the FSVMs170. The external IP addresses may be stored in the name service220. The IP addresses ip-addr1, ip-addr2, and ip-addr3 described above are examples of external IP addresses. The internal IP addresses may be used for iSCSI communication to CVMs110, e.g., between the FSVMs170 and the CVMs110, and for communication between the CVMs110 and storage devices in the storage pool160. Other internal communications may be sent via the internal IP addresses as well, e.g., file server configuration information may be sent from the CVMs110 to the FSVMs170 using the internal IP addresses, and the CVMs110 may get file server statistics from the FSVMs170 via internal communication as needed.
Since the VFS202 is provided by a distributed set of FSVMs170a-c, the user VMs101 and102 that access particular requested storage items, such as files or folders, do not necessarily know the locations of the requested storage items when the request is received. A distributed file system protocol, e.g., MICROSOFT DFS or the like, is therefore used, in which a user VM101amay request the addresses of FSVMs170a-cfrom a name service220 (e.g., DNS). The name service may send one or more network addresses of FSVMs170a-cto the user VM101a, in an order that changes for each subsequent request. These network addresses are not necessarily the addresses of the FSVM170bon which the storage item requested by the user VM101ais located, since the name service220 does not necessarily have information about the mapping between storage items and FSVMs170a-c. Next, the user VM170amay send an access request to one of the network addresses provided by the name service, e.g., the address of FSVM170b. The FSVM170bmay receive the access request and determine whether the storage item identified by the request is located on the FSVM170b. If so, the FSVM170bmay process the request and send the results to the requesting user VM101a. However, if the identified storage item is located on a different FSVM170c, then the FSVM170bmay redirect the user VM101ato the FSVM170con which the requested storage item is located by sending a “redirect” response referencing FSVM170cto the user VM101a. The user VM101amay then send the access request to FSVM170c, which may perform the requested operation for the identified storage item.
A particular VFS202, including the items it stores, e.g., files and folders, may be referred to herein as a VFS “instance”202 and may have an associated name, e.g., FS1, as described above. Although a VFS instance202 may have multiple FSVMs distributed across different host machines200, with different files being stored on different host machines200, the VFS instance202 may present a single name space to its clients such as the user VMs101. The single name space may include, for example, a set of named “shares” and each share may have an associated folder hierarchy in which files are stored. Storage items such as files and folders may have associated names and metadata such as permissions, access control information, size quota limits, file types, files sizes, and so on. As another example, the name space may be a single folder hierarchy, e.g., a single root directory that contains files and other folders. User VMs101 may access the data stored on a distributed VFS instance202 via storage access operations, such as operations to list folders and files in a specified folder, create a new file or folder, open an existing file for reading or writing, and read data from or write data to a file, as well as storage item manipulation operations to rename, delete, copy, or get details, such as metadata, of files or folders. Note that folders may also be referred to herein as “directories.”
In particular embodiments, storage items such as files and folders in a file server namespace may be accessed by clients such as user VMs101 by name, e.g., “\Folder-1\File-1” and “\Folder-2\File-2” for two different files named File-1 and File-2 in the folders Folder-1 and Folder-2, respectively (where Folder-1 and Folder-2 are sub-folders of the root folder). Names that identify files in the namespace using folder names and file names may be referred to as “path names.” Client systems may access the storage items stored on the VFS instance202 by specifying the file names or path names, e.g., the path name “\Folder-1\File-1”, in storage access operations. If the storage items are stored on a share (e.g., a shared drive), then the share name may be used to access the storage items, e.g., via the path name “\Share-1\Folder-1\File-1” to access File-1 in folder Folder-1 on a share named Share-1.
In particular embodiments, although the VFS instance202 may store different folders, files, or portions thereof at different locations, e.g., on different host machines200, the use of different host machines or other elements of storage pool160 to store the folders and files may be hidden from the accessing clients. The share name is not necessarily a name of a location such as a host machine200. For example, the name Share-1 does not identify a particular host machine200 on which storage items of the share are located. The share Share-1 may have portions of storage items stored on three host machines200a-c, but a user may simply access Share-1, e.g., by mapping Share-1 to a client computer, to gain access to the storage items on Share-1 as if they were located on the client computer. Names of storage items, such as file names and folder names, are similarly location-independent. Thus, although storage items, such as files and their containing folders and shares, may be stored at different locations, such as different host machines200a-c, the files may be accessed in a location-transparent manner by clients (such as the user VMs101 and102). Thus, users at client systems need not specify or know the locations of each storage item being accessed. The VFS202 may automatically map the file names, folder names, or full path names to the locations at which the storage items are stored. As an example and not by way of limitation, a storage item's physical location may be specified by the name or address of the host machine200a-con which the storage item is located, the name, address, or identity of the FSVM170a-cthat provides access to the storage item on the host machine200a-con which the storage item is located, the particular device (e.g., SSD or HDD) of the local storage122a(or other type of storage in storage pool160) on which the storage item is located, and the address on the device, e.g., disk block numbers. A storage item such as a file may be divided into multiple parts that may be located on different host machines200a-c, in which case access requests for a particular portion of the file may be automatically mapped to the location of the portion of the file based on the portion of the file being accessed (e.g., the offset from the beginning of the file and the number of bytes being accessed).
In particular embodiments, VFS202 determines the location, e.g., particular host machine200a-c, at which to store a storage item when the storage item is created. For example, a FSVM170amay attempt to create a file or folder using a Controller/Service VM110aon the same host machine200aas the user VM101athat requested creation of the file, so that the Controller/Service VM110athat controls access operations to the file folder is co-located with the user VM101a. In this way, since the user VM101ais known to be associated with the file or folder and is thus likely to access the file again, e.g., in the near future or on behalf of the same user, access operations may use local communication or short-distance communication to improve performance, e.g., by reducing access times or increasing access throughput. If there is a local CVM110aon the same host machine as the FSVM170a, the FSVM170amay identify it and use it by default. If there is no local CVM110aon the same host machine as the FSVM170a, a delay may be incurred for communication between the FSVM170aand a CVM110bon a different host machine200b. Further, the VFS202 may also attempt to store the file on a storage device that is local to the CVM110abeing used to create the file, such as local storage122a, so that storage access operations between the CVM110aand local storage122amay use local or short-distance communication.
In particular embodiments, if a CVM110ais unable to store the storage item in local storage122a, e.g., because local storage122adoes not have sufficient available free space, then the file may be stored in local storage122bof a different host machine200b. In this case, the stored file is not physically local to the host machine200a, but storage access operations for the file are performed by the locally-associated CVM110aand FSVM170a, and the CVM110amay communicate with local storage122bon the remote host machine200busing a network file sharing protocol, e.g., iSCSI, SAMBA or the like.
In particular embodiments, if a virtual machine, such as a user VM101a, CVM110a, or FSVM170a, moves from a host machine200ato a destination host machine200b, e.g., because of resource availability changes, and data items such as files or folders associated with the VM are not locally accessible on the destination host machine200b, then data migration may be performed for the data items associated with the moved VM to migrate them to the new host machine200b, so that they are local to the moved VM on the new host machine200b. FSVMs170 may detect removal and addition of CVMs110 (as may occur, for example, when a CVM110 fails or is shut down) via the iSCSI protocol or other technique, such as heartbeat messages. As another example, a FSVM170 may determine that a particular file's location is to be changed, e.g., because a disk on which the file is stored is becoming full, because changing the file's location is likely to reduce network communication delays and therefore improve performance, or for other reasons. Upon determining that a file is to be moved, VFS202 may change the location of the file by, for example, copying the file from its existing location(s), such as local storage122aof a host machine200a, to its new location(s), such as local storage122bof host machine200b(and to or from other host machines, such as local storage122cof host machine200cif appropriate), and deleting the file from its existing location(s). Write operations on the file may be blocked or queued while the file is being copied, so that the copy is consistent. The VFS202 may also redirect storage access requests for the file from an FSVM170aat the file's existing location to a FSVM170bat the file's new location.
In particular embodiments, VFS202 includes at least three File Server Virtual Machines (FSVMs)170a-clocated on three respective host machines200a-c. To provide high-availability, there may be a maximum of one FSVM170afor a particular VFS instance202 per host machine200 in a cluster. If two FSVMs170 are detected on a single host machine200, then one of the FSVMs170 may be moved to another host machine automatically, or the user (e.g., system administrator) may be notified to move the FSVM170 to another host machine. The user may move a FSVM170 to another host machine using an administrative interface that provides commands for starting, stopping, and moving FSVMs170 between host machines200.
In particular embodiments, two FSVMs170 of different VFS instances202 may reside on the same host machine200a. If the host machine200afails, the FSVMs170 on the host machine200abecome unavailable, at least until the host machine200arecovers. Thus, if there is at most one FSVM170 for each VFS instance202 on each host machine200a, then at most one of the FSVMs170 may be lost per VFS202 per failed host machine200. As an example, if more than one FSVM170 for a particular VFS instance202 were to reside on a host machine200a, and the VFS instance202 includes three host machines200a-cand three FSVMs170, then loss of one host machine would result in loss of two-thirds of the FSVMs170 for the VFS instance202, which would be more disruptive and more difficult to recover from than loss of one-third of the FSVMs170 for the VFS instance202.
In particular embodiments, users, such as system administrators or other users of the user VMs101,102, may expand the cluster of FSVMs170 by adding additional FSVMs170. Each FSVM170amay be associated with at least one network address, such as an IP (Internet Protocol) address of the host machine200aon which the FSVM170aresides. There may be multiple clusters, and all FSVMs of a particular VFS instance are ordinarily in the same cluster. The VFS instance202 may be a member of a MICROSOFT ACTIVE DIRECTORY domain, which may provide authentication and other services such as name service220.
FIG.2B illustrates data flow within a clustered virtualization environment implementing a VFS instance202 in which stored items such as files and folders used by user VMs101 are stored locally on the same host machines200 as the user VMs101 according to particular embodiments. As described above, one or more user VMs101 and a Controller/Service VM110 may run on each host machine200 along with a hypervisor130. As a user VM101 processes I/O commands (e.g., a read or write operation), the I/O commands may be sent to the hypervisor130 on the same server or host machine200 as the user VM101. For example, the hypervisor130 may present to the user VMs101 a VFS instance202, receive an I/O command, and facilitate the performance of the I/O command by passing the command to a FSVM170 that performs the operation specified by the command. The VFS202 may facilitate I/O operations between a user VM101 and a virtualized file system. The virtualized file system may appear to the user VM101 as a namespace of mappable shared drives or mountable network file systems of files and directories. The namespace of the virtualized file system may be implemented using storage devices in the local storage122, such as disks204, onto which the shared drives or network file systems, files, and folders, or portions thereof, may be distributed as determined by the FSVMs170. The VFS202 may thus provide features disclosed herein, such as efficient use of the disks204, high availability, scalability, and others. The implementation of these features may be transparent to the user VMs101,102. The FSVMs170 may present the storage capacity of the disks204 of the host machines200 as an efficient, highly-available, and scalable namespace in which the user VMs101,102 may create and access shares, files, folders, and the like.
As an example, a network share may be presented to a user VM101 as one or more discrete virtual disks, but each virtual disk may correspond to any part of one or more virtual or physical disks204 within storage pool160. Additionally or alternatively, the FSVMs170 may present a VFS202 either to the hypervisor130 or to user VMs101 of a host machine200 to facilitate I/O operations. The FSVMs170 may access the local storage122 via Controller/Service VMs110. As described above with reference toFIG.1B, a Controller/Service VM110amay have the ability to perform I/O operations using local storage122awithin the same host machine200aby connecting via the network140 to cloud storage126 or networked storage128, or by connecting via the network140 to local storage122b-cwithin another host machine200b-c(e.g., by connecting to another Controller/Service VM110b-c).
In particular embodiments, each user VM101 may access one or more virtual disk images206 stored on one or more disks204 of the local storage122, the cloud storage126, and/or the networked storage128. The virtual disk images206 may contain data used by the user VMs101, such as operating system images, application software, and user data, e.g., user home folders and user profile folders. For example,FIG.2B illustrates three virtual machine images206a-c. The virtual machine image206amay be a file named UserVM101a.vmdisk (or the like) stored on disk204aof local storage122aof host machine200a. The virtual machine image206amay store the contents of the user VM101a's hard drive. The disk204aon which the virtual machine image206ais “local to” the user VM101aon host machine200abecause the disk204ais in local storage122aof the host machine200aon which the user VM101ais located. Thus, the user VM101amay use local (intra-host machine) communication to access the virtual machine image206amore efficiently, e.g., with less latency and higher throughput, than would be the case if the virtual machine image206awere stored on disk204bof local storage122bof a different host machine200b, because inter-host machine communication across the network140 would be used in the latter case. Local communication within a host machine200ais described in further detail with reference toFIG.4C. Similarly, a virtual machine image206b, which may be a file named UserVM101b.vmdisk (or the like), is stored on disk204bof local storage122bof host machine200b, and the image206bis local to the user VM101blocated on host machine200b. Thus, the user VM101amay access the virtual machine image206bmore efficiently than the virtual machine206aon host machine200a, for example. In another example, the CVM110cmay be located on the same host machine200cas the user VM101cthat accesses a virtual machine image206c(UserVM101c.vmdisk) of the user VM101c, with the virtual machine image file206cbeing stored on a different host machine200bthan the user VM101cand the CVM110c. In this example, communication between the user VM101cand the CVM110cmay still be local, e.g., more efficient than communication between the user VM101cand a CVM110bon a different host machine200b, but communication between the CVM110cand the disk204bon which the virtual machine image206cis stored is via the network140, as shown by the dashed lines between CVM110cand the network140 and between the network140 and local storage122b. The communication between CVM110cand the disk204bis not local, and thus may be less efficient than local communication such as may occur between the CVM110cand a disk204cin local storage122cof host machine200c. Further, a user VM101con host machine200cmay access data such as the virtual disk image206cstored on a remote (e.g., non-local) disk204bvia network communication with a CVM110blocated on the remote host machine200b. This case may occur if CVM110cis not present on host machine200c, e.g., because CVM110chas failed, or if the FSVM170chas been configured to communicate with local storage122bon host machine200bvia the CVM110bon host machine200b, e.g., to reduce computational load on host machine200c.
In particular embodiments, since local communication is expected to be more efficient than remote communication, the FSVMs170 may store storage items, such as files or folders, e.g., the virtual disk images206, on local storage122 of the host machine200 on which the user VM101 that is expected to access the files is located. A user VM101 may be expected to access particular storage items if, for example, the storage items are associated with the user VM101, such as by configuration information. For example, the virtual disk image206amay be associated with the user VM101aby configuration information of the user VM101a. Storage items may also be associated with a user VM101 via the identity of a user of the user VM101. For example, files and folders owned by the same user ID as the user who is logged into the user VM101amay be associated with the user VM101a. If the storage items expected to be accessed by a user VM101aare not stored on the same host machine200aas the user VM101a, e.g., because of insufficient available storage capacity in local storage122aof the host machine200a, or because the storage items are expected to be accessed to a greater degree (e.g., more frequently or by more users) by a user VM101bon a different host machine200b, then the user VM101amay still communicate with a local CVM110ato access the storage items located on the remote host machine200b, and the local CVM110amay communicate with local storage122bon the remote host machine200bto access the storage items located on the remote host machine200b. If the user VM101aon a host machine200adoes not or cannot use a local CVM110ato access the storage items located on the remote host machine200b, e.g., because the local CVM110ahas crashed or the user VM101ahas been configured to use a remote CVM110b, then communication between the user VM101aand local storage122bon which the storage items are stored may be via a remote CVM110busing the network140, and the remote CVM110bmay access local storage122busing local communication on host machine200b. As another example, a user VM101aon a host machine200amay access storage items located on a disk204cof local storage122con another host machine200cvia a CVM110bon an intermediary host machine200busing network communication between the host machines200aand200band between the host machines200band200c.
In particular embodiments, VFS202 may provide access controls for accessing storage items. The access controls may be stored for each of the storage item may be specified in access control lists (ACLs) including permissions information for individual users and groups. An ACL may comprise a list of access control entries (ACE). Each ACE in an ACL identifies a user and specifies the access rights allowed, denied, or audited for that user. For example, in a Windows environment, each ACL may be on average 4 KB in size, but may grow up to 64 KB in size. By way of example and not limitation, as described in the specification for MICROSOFT SMB protocol versions 2 and 3 (v20160714, released Jul. 14, 2016), permissions information for accessing a file, pipe, or printer may be stored in the form of a 4-byte bitmask (a small set of Boolean values) as shown inFIG.10.
Such a bitmask may enable specification of the following types of permissions:
FILE_READ_DATAIndicates the right to read data from the file or named pipe
0x00000001
FILE_WRITE_DATAIndicates the right to write data into the file or named pipe
0x00000002beyond the end of the file
FILE_APPEND_DATAIndicates the right to append data into the file or named
0x00000004pipe
FILE_READ_EAIndicates the right to read the extended attributes of the
0x00000008file or named pipe
FILE_WRITE_EAIndicates the right to write or change the extended
0x00000010attributes of the file or named pipe
FILE_DELETE_CHILDIndicates the right to delete entries within a directory
0x00000040
FILE_EXECUTEIndicates the right to execute the file
0x00000020
FILE_READ_ATTRIBUTESIndicates the right to read the attributes of the file
0x00000080
FILE_WRITE_ATTRIBUTESIndicates the right to change attributes of the file
0x00000100
DELETEIndicates the right to delete the file
0x00010000
READ_CONTROLIndicates the right to read the security descriptor for the
0x00020000file or named pipe
WRITE_DACIndicates the right to change the discretionary access
0x00040000control list (DACL) in the security descriptor for the file
or named pipe
WRITE_OWNERIndicates the right to change the owner in the security
0x00080000descriptor for the file or named pipe
SYNCHRONIZESMB2 clients set this flag to any value.
0x00100000SMB2 servers should ignore this flag.
ACCESS_SYSTEM_SECURITYIndicates the right to read or change the system access
0x01000000control list (SACL) in the security descriptor for the file or
named pipe
MAXIMUM_ALLOWEDIndicates that the client is requesting an open to the file
0x02000000with the highest level of access the client has on this file
GENERIC_ALLIndicates a request for all the access flags that are
0x10000000previously listed except MAXIMUM_ALLOWED and
ACCESS_SYSTEM_SECURITY
GENERIC_EXECUTEIndicates a request for the following combination of
0x20000000access flags listed above: FILE_READ_ATTRIBUTES |
FILE_EXECUTE | SYNCHRONIZE |
READ_CONTROL.
GENERIC_WRITEIndicates a request for the following combination of
0x40000000access flags listed above: FILE_WRITE_DATA |
FILE_APPEND_DATA | FILE_WRITE_ATTRIBUTES |
FILE_WRITE_EA | SYNCHRONIZE |
READ_CONTROL.
GENERIC_READIndicates a request for the following combination of
0x80000000access flags listed above: FILE_READ_DATA |
FILE_READ_ATTRIBUTES | FILE_READ_EA |
SYNCHRONIZE | READ_CONTROL.
Further by way of example and not limitation, as described in the specification for MICROSOFT SMB protocol versions 2 and 3 (v20160714, released Jul. 14, 2016), permissions information for accessing a directory may be stored in the form of a 4-byte bitmask as shown inFIG.11.
Such a bitmask may enable specification of the following types of permissions:
FILE_LIST_DIRECTORYIndicates the right to enumerate contents of the directory
0x00000001
FILE_ADD_FILEIndicates the right to create a file under the directory
0x00000002
FILE_ADD_SUBDIRECTORYIndicates the right to add a sub-directory under the
0x00000004directory
FILE_READ_EAIndicates the right to read the extended attributes of the
0x00000008directory
FILE_WRITE_EAIndicates the right to write or change the extended
0x00000010attributes of the directory
FILE_TRAVERSEIndicates the right to traverse this directory if the server
0x00000020enforces traversal checking
FILE_DELETE_CHILDIndicates the right to delete the files and directories within
0x00000040this directory
FILE_READ_ATTRIBUTESIndicates the right to read the attributes of the directory
0x00000080
FILE_WRITE_ATTRIBUTESIndicates the right to change attributes of the directory
0x00000100
DELETEIndicates the right to delete the directory
0x00010000
READ_CONTROLIndicates the right to read the security descriptor for the
0x00020000directory
WRITE_DACIndicates the right to change the discretionary access
0x00040000control list (DACL) in the security descriptor for the
directory
WRITE_OWNERIndicates the right to change the owner in the security
0x00080000descriptor for the directory
SYNCHRONIZESMB2 clients set this flag to any value.
0x00100000SMB2 servers should ignore this flag.
ACCESS_SYSTEM_SECURITYIndicates the right to read or change the system access
0x01000000control list (SACL) in the security descriptor for the
directory
MAXIMUM_ALLOWEDIndicates that the client is requesting an open to the
0x02000000directory with the highest level of access the client has on
this directory
GENERIC_ALLIndicates a request for all the access flags that are
0x10000000previously listed except MAXIMUM_ALLOWED and
ACCESS_SYSTEM_SECURITY
GENERIC_EXECUTEIndicates a request for the following combination of
0x20000000access flags listed above: FILE_READ_ATTRIBUTES |
FILE_TRAVERSE | SYNCHRONIZE | READ_CONTROL.
GENERIC_WRITEIndicates a request for the following combination of
0x40000000access flags listed above: FILE_ADD_FILE |
FILE_ADD_SUBDIRECTORY |
FILE_WRITE_ATTRIBUTES | FILE_WRITE_EA |
SYNCHRONIZE | READ_CONTROL.
GENERIC_READIndicates a request for the following combination of
0x80000000access flags listed above: FILE_LIST_DIRECTORY |
FILE_READ_ATTRIBUTES | FILE_READ_EA |
SYNCHRONIZE | READ_CONTROL.
When the ACL for the storage item is large in size (e.g., as may be the case where there are many entries listed for different users/groups and/or many different types of permissions that may be specified), retrieving the permissions information may be an expensive operation. If the permissions information must be accessed with each and every storage access operation, the cost may become considerable. However, by performing a one-time extraction of all the permissions information available for a given user with respect to the storage item, and then caching such permissions information in the form of a bitmask, upon which standard bitmask operations may be performed, the cost of checking permissions for subsequent requests by the same user for storage access operations upon the storage item may be substantially reduced. For example, if a user were to execute a file containing a script (and, upon discovering an apparent bug in the script), retrieve the Last-Modified timestamp for the file, display contents of the file, edit the file, and then execute the script again, such a series of storage access operations may involve at least five steps for which the user's permissions must be checked.
Particular embodiments may handle checking permissions information in two phases. In a first phase, upon receiving a request for a storage item from a particular user, VFS202 may fetch all of the permissions information, walk through the permissions information to discover user and group entries relevant to the particular user, and cache a permissions profile containing all relevant permissions granted to the particular user for the requested file (e.g., cache the 4-byte bitmask for the user). In a second phase, as the VFS202 continues to field requests from the particular user with respect to the requested storage item, VFS202 may simply check the cached information (e.g., by performing a bitmask comparison between the permissions required to perform the storage access operation and all permissions granted to the user) during a specified period of time (e.g., two seconds), rather than retrieving and reading through all of the permissions information for the storage item with each subsequent request from the particular user. Latency for storage access operations may thereby be reduced with each request for a storage access operation as received from a user, by (1) avoiding the task of fetching the entire ACL each time, and (2) replacing the task of reading the entire ACL each time with the smaller task of simply reading the cached permissions profile for the user.
In particular embodiments, a system (VFS202) for managing data access using a virtualized file server may comprise (1) a plurality of host machines implementing a virtualization environment, wherein each of the host machines comprises a hypervisor and at least one user virtual machine (user VM); and (2) a virtualized file server comprising a plurality of file server virtual machines (FSVMs) and a storage pool, wherein each of the FSVMs is running on one of the host machines, wherein the FSVMs conduct I/O transactions with the storage pool. One of the user VMs may send, to one of the FSVMs, a request to perform a storage access operation on a storage item for an identified user, wherein the I/O request complies with a protocol for a distributed file server. The FSVM may then retrieve, from a cache, a user permissions profile for the storage item, wherein the user permissions profile consists of permissions information for the user with respect to the storage item. The FSVM may then determine whether the storage access operation is permissible based on the user permissions profile. Finally, the FSVM may send a response to the user VM with respect to the request.
Prior to the FSVM retrieving the user permissions profile for the storage item from the cache, the FSVM may determine that no cache entry exists for the user permissions profile for the storage item. The FSVM may retrieve access control information for the storage item, wherein the access control information comprises all permissions information for all users having any access rights to the storage item. The FSVM may then create a user permissions profile for the identified user based on all permissions information extracted from the access control information that is relevant to the identified user. Finally, the FSVM may create a cache entry for the user permissions profile.
In particular embodiments, wherein the user permissions profile is stored as a first bitmask representing all permissions information extracted from the access control information for the storage item and relevant to the identified user, the operation to determine whether the storage access operation is permissible based on the user permissions profile comprises performing one or more bitmask operations to compare the first bitmask to one or more second bitmasks representing the permissions required to perform the storage access operation upon the storage item.
In particular embodiments, the cache entry may comprise a key-value pair, wherein (1) a key of the key-value pair comprises one or more pieces of identifying information comprising: a session ID associated with the identified user, an identifier associated with the identified user, a share name associated with the storage item, or a name of the storage item; and (2) a value of the key-value pair comprises the user permissions profile for the storage item.
In particular embodiments, rather than expiring after a specified period of time, the permissions profile may be cached on a per-session basis or on a persistent global basis (e.g., when permissions are not anticipated to change, or to change very rarely/infrequently).
In such embodiments, any changes to the access control information in relation to the user (e.g., if the access control information is updated to add or remove write permissions for the storage item) may trigger an event whereby the cache is immediately invalidated for that user.
In particular embodiments, the system may detect access patterns and cache clusters of permission information accordingly. For example, if a significant percentage of users having write access to a file are detected as attempting to access the file within the past 10 minutes, the system may retrieve and cache user permissions profiles for all users having write access to the file. In another example, if the system detects that a user has listing all files of a particular type within a directory, the system may retrieve and cache user permissions profiles for the user for all files of that type within the directory.
In particular embodiments, the specified period of time after which the cache expires may be tuned based on an anticipated frequency of changes to the permissions information.
In particular embodiments, metadata associated with storage items (e.g., inode or NTACL) may be stored on disk and then cached when a storage access operation referencing the storage item is received. Such metadata may include, by way of example and not limitation: file type, permissions, owner, group, file size, file access time, file modification time, file deletion time, number of (soft/hard) links to the file/directory, extended attributes, or an access control list (ACL). An ACL is a list of access control entries (ACE). Each ACE in an ACL identifies a user and specifies the access rights allowed, denied, or audited for that user. For example, in a Windows environment, each ACL may be on average 4 KB in size, but may grow up to 64 KB in size.
When a new file is created in a directory, it may inherit the ACL of the directory. In such cases, oftentimes, many or most of the files in a directory have the same ACL information. During a storage access operation where the ACLs of all files in a directory must be read (e.g., a request to list all files in a directory), a conventional file server may need to scan the ACLs of all files in the directory in order to determine whether or not to list each of the files. When many of the ACLS contain duplicate information, such an operation may cause far more latency than necessary.
For files whose ACLs are duplicates of their parent directory, particular embodiments may, at the time of file creation, store pointers to the block containing the ACL for the directory (rather than creating a separate ACL for the file). By creating such pointers, the cache may operate much more efficiently, since it reads the ACL for the parent directory first, and then registers a cache hit for such files. For files having access permissions different than their parent directory, particular embodiments may, at the time of file creation, may create a separate ACL for such files.
FIG.3A illustrates an example hierarchical structure300 of a VFS instance in a cluster according to particular embodiments. A Cluster302 contains two VFS instances, FS1304 and FS2306. Each VFS instance may be identified by a name such as “instance”, e.g., “\\FS1” for WINDOWS filesystems, or a name such as “instance”, e.g., “FS1” for UNIX-type filesystems. The VFS instance FS1304 contains shares, including Share-1308 and Share-2310. Shares may have names such as “Users” for a share that stores user home directories, or the like. Each share may have a path name such as \\FS1\Share-1 or \\FS1\Users. As an example and not by way of limitation, a share may correspond to a disk partition or a pool of filesystem blocks on WINDOWS and UNIX-type filesystems. As another example and not by way of limitation, a share may correspond to a folder or directory on a VFS instance304. Shares may appear in the filesystem instance202 as folders or directories to users of user VMs101a. Share-1308 includes two folders, Folder-1312, and Folder-2314, and may also include one or more files (e.g., files not in folders). Each folder312,314 may include one or more files318. Share-2310 includes a folder Folder-3316, which includes a file File-2320. Each folder has a folder name such as “Folder-1”, “Users”, or “Sam” and a path name such as “\\FS1\Share-1\Folder-1” (WINDOWS) or “share-1:/fs1/Users/Sam” (UNIX). Similarly, each file has a file name such as “File-1” or “Forecast.xls” and a path name such as “\\FS1\Share-1\Folder-1\File-1” or “share-1:/fs1/Users/Sam/Forecast.xls”.
FIG.3A illustrates an example hierarchical structure300 of a VFS instance in a cluster according to particular embodiments. A Cluster302 contains two VFS instances, FS1304 and FS2306. Each VFS instance may be identified by a name such as “\\instance”, e.g., “\\FS1” for WINDOWS file systems, or a name such as “instance”, e.g., “FS1” for UNIX-type file systems. The VFS instance FS1304 contains shares, including Share-1308 and Share-2310. Shares may have names such as “Users” for a share that stores user home directories, or the like. Each share may have a path name such as \\FS1\Share-1 or \\FS1\Users. As an example and not by way of limitation, a share may correspond to a disk partition or a pool of file system blocks on WINDOWS and UNIX-type file systems. As another example and not by way of limitation, a share may correspond to a folder or directory on a VFS instance304. Shares may appear in the file system instance202 as folders or directories to users of user VMs101a. Share-1308 includes two folders, Folder-1312, and Folder-2314, and may also include one or more files (e.g., files not in folders). Each folder312,314 may include one or more files318. Share-2310 includes a folder Folder-3316, which includes a file File-2320. Each folder has a folder name such as “Folder-1”, “Users”, or “Sam” and a path name such as “\\FS1\Share-1\Folder-1” (WINDOWS) or “share-1/fs1/Users/Sam” (UNIX). Similarly, each file has a file name such as “File-1” or “Forecast.xls” and a path name such as “\\FS1\Share-1\Folder-1\File-1” or “share-1:/fs1/Users/Sam/Forecast.xls”.
FIG.3B illustrates two example host machines200aand200b, each providing file storage services for portions of two VFS instances FS1 and FS2 according to particular embodiments. The first host machine, Host-1200a, includes two user VMs101a,102a, a Hypervisor130a, a FSVM named FileServer-VM-1 (abbreviated FSVM-1)170a, a Controller/Service VM named CVM-1110a, and local storage122a. Host-1's FileServer-VM-1170ahas an IP (Internet Protocol) network address of 10.1.1.1, which is an address of a network interface on Host-1200a. Host-1 has a hostname ip-addr1, which may correspond to Host-1's IP address 10.1.1.1. The second host machine, Host-2200b, includes two user VMs101b,102b, a Hypervisor130b, a File Server VM named FileServer-VM-2 (abbreviated FSVM-2)170b, a Controller/Service VM named CVM-2110b, and local storage122b. Host-2's FileServer-VM-1170bhas an IP network address of 10.1.1.2, which is an address of a network interface on Host-2200b.
In particular embodiments, file systems FileSystem-1A364aand FileSystem-2A365aimplement the structure of files and folders for portions of the FS1 and FS2 file server instances, respectively, that are located on (e.g., served by) FileServer-VM-1170aon Host-1200a. Other file systems on other host machines may implement other portions of the FS1 and FS2 file server instances. The file systems364aand365amay implement the structure of at least a portion of a file server instance by translating file system operations, such as opening a file, writing data to or reading data from the file, deleting a file, and so on, to disk I/O operations such as seeking to a portion of the disk, reading or writing an index of file information, writing data to or reading data from blocks of the disk, allocating or de-allocating the blocks, and so on. The file systems364a,365amay thus store their file system data, including the structure of the folder and file hierarchy, the names of the storage items (e.g., folders and files), and the contents of the storage items on one or more storage devices, such as local storage122a. The particular storage device or devices on which the file system data for each file system are stored may be specified by an associated file system pool (e.g.,366a-cand367a-c). For example, the storage device(s) on which data for FileSystem-1A364aand FileSystem-2A,365aare stored may be specified by respective file system pools FS1-Pool-1366aand FS2-Pool-2367a. The storage devices for the pool366amay be selected from volume groups provided by CVM-1110a, such as volume group VG1368aand volume group VG2369a. Each volume group368a,369amay include a group of one or more available storage devices that are present in local storage122aassociated with (e.g., by iSCSI communication) the CVM-1110a. The CVM-1110amay be associated with a local storage122aon the same host machine200aas the CVM-1110a, or with a local storage122bon a different host machine200b. The CVM-1110amay also be associated with other types of storage, such as cloud storage126, networked storage128 or the like. Although the examples described herein include particular host machines, virtual machines, file servers, file server instances, file server pools, CVMs, volume groups, and associations there between, any number of host machines, virtual machines, file servers, file server instances, file server pools, CVMs, volume groups, and any associations there between are possible and contemplated.
In particular embodiments, the file system pool366amay associate any storage device in one of the volume groups368a,369aof storage devices that are available in local storage122awith the file system FileSystem-1A364a. For example, the file system pool FS1-Pool-1366amay specify that a disk device named hd1 in the volume group VG1368aof local storage122ais a storage device for FileSystem-1A364afor file server FS1 on FSVM-1170a. A file system pool FS2-Pool-2367amay specify a storage device FileSystem-2A365afor file server FS2 on FSVM-1170a. The storage device for FileSystem-2A365amay be, e.g., the disk device hd1, or a different device in one of the volume groups368a,369a, such as a disk device named hd2 in volume group VG2369a. Each of the file systems FileSystem-1A364a, FileSystem-2A365amay be, e.g., an instance of the NTFS file system used by the WINDOWS operating system, of the UFS Unix file system, or the like. The term “file system” may also be used herein to refer to an instance of a type of file system, e.g., a particular structure of folders and files with particular names and content.
In one example, referring toFIG.3A, an FS1 hierarchy rooted at File Server FS1304 may be located on FileServer-VM-1170aand stored in file system instance FileSystem-1A364a. That is, the file system instance FileSystem-1A364amay store the names of the shares and storage items (such as folders and files), as well as the contents of the storage items, shown in the hierarchy at and below File Server FS1304. A portion of the FS1 hierarchy shown inFIG.3A, such the portion rooted at Folder-2314, may be located on FileServer-VM-2-170bon Host-2200binstead of FileServer-VM-1-170a, in which case the file system instance FileSystem-1B364bmay store the portion of the FS1 hierarchy rooted at Folder-2314, including Folder-3314, Folder-4322 and File-3324. Similarly, an FS2 hierarchy rooted at File Server FS2306 inFIG.3A may be located on FileServer-VM-1170aand stored in file system instance FileSystem-2A365a. The FS2 hierarchy may be split into multiple portions (not shown), such that one portion is located on FileServer-VM-1170aon Host-1200a, and another portion is located on FileServer-VM-2170bon Host-2200band stored in file system instance FileSystem-2B365c.
In particular embodiments, FileServer-VM-1 (abbreviated FSVM-1)170aon Host-1200ais a leader for a portion of file server instance FS1 and a portion of FS2, and is a backup for another portion of FS1 and another portion of FS2. The portion of FS1 for which FileServer-VM-1170ais a leader corresponds to a storage pool labeled FS1-Pool-1366a. FileServer-VM-1 is also a leader for FS2-Pool-2367a, and is a backup (e.g., is prepared to become a leader upon request, such as in response to a failure of another FSVM) for FS1-Pool-3366band FS2-Pool-4367bon Host-2. In particular embodiments, FileServer-VM-2 (abbreviated FSVM-2)170bis a leader for a portion of file server instance FS1 and a portion of FS2, and is a backup for another portion of FS1 and another portion of FS2. The portion of FS1 for which FSVM-2170bis a leader corresponds to a storage pool labeled FS1-Pool-3366b. FSVM-2170bis also a leader for FS2-Pool-4367b, and is a backup for FS1-Pool-1366aand FS2-Pool-2367aon Host-1.
In particular embodiments, the file server instances FS1, FS2 provided by the FSVMs170aand170bmay be accessed by user VMs101aand101bvia a network file system protocol such as SMB, CIFS, NFS, or the like. Each FSVM170aand170bmay provide what appears to client applications on user VMs101aand101bto be a single file system instance, e.g., a single namespace of shares, files and folders, for each file server instance202. However, the shares, files, and folders in a file server instance such as FS1 may actually be distributed across multiple FSVMs170aand170b. For example, different folders in the same file server instance may be associated with different corresponding FSVMs170aand170band CVMs110aand110bon different host machines200aand200b.
The example file server instance FS1304 shown inFIG.3A has two shares, Share-1308 and Share-2310. Share-1308 may be located on FSVM-1170a, CVM-1110a, and local storage122a. Network file system protocol requests from user VMs101 and102 to read or write data on file server instance FS1304 and any share, folder, or file in the instance may be sent to FSVM-1170a. FSVM-1170amay determine whether the requested data, e.g., the share, folder, file, or a portion thereof, referenced in the request, is located on FSVM-1, and FSVM-1 is a leader for the requested data. If not, FSVM-1 may respond to the requesting User-VM with an indication that the requested data is not covered by (e.g., is not located on or served by) FSVM-1. Otherwise, the requested data is covered by (e.g., is located on or served by) FSVM-1, so FSVM-1 may send iSCSI protocol requests to a CVM that is associated with the requested data. Note that the CVM associated with the requested data may be the CVM-1110aon the same host machine200aas the FSVM-1, or a different CVM on a different host machine200b, depending on the configuration of the VFS202. In this example, the requested Share-1 is located on FSVM-1, so FSVM-1 processes the request. To provide for path availability, multipath I/O (MPIO) may be used for communication with the FSVM, e.g., for communication between FSVM-1 and CVM-1. The active path may be set to the CVM that is local to the FSVM (e.g., on the same host machine) by default. The active path may be set to a remote CVM instead of the local CVM, e.g., when a failover occurs.
Continuing with the data request example, the associated CVM is CVM110a, which may in turn access the storage device associated with the requested data as specified in the request, e.g., to write specified data to the storage device or read requested data from a specified location on the storage device. In this example, the associated storage device is in local storage122a, and may be an HDD or SSD. CVM-1110amay access the HDD or SSD via an appropriate protocol, e.g., iSCSI, SCSI, SATA, or the like. CVM110amay send the results of accessing local storage122a, e.g., data that has been read, or the status of a data write operation, to CVM110avia, e.g., SATA, which may in turn send the results to FSVM-1170avia, e.g., iSCSI. FSVM-1170amay then send the results to user VM101avia SMB through the Hypervisor130a.
Share-2310 may be located on FSVM-2170b, on Host-2. Network file service protocol requests from user VMs101aand101bto read or write data on Share-2 may be directed to FSVM-2170bon Host-2 by other FSVMs170a. Alternatively, user VMs101aand101bmay send such requests directly to FSVM-2170bon Host-2, which may process the requests using CVM-2110band local storage122bon Host-2 as described above for FSVM-1170aon Host-1.
A file server instance202 such as FS1304 inFIG.3A may appear as a single file system instance (e.g., a single namespace of folders and files that are accessible by their names or pathnames without regard for their physical locations), even though portions of the file system are stored on different host machines200a-c. Since each FSVM170 may provide a portion of a file server instance202, each FSVM170 may have one or more “local” file systems364a,365athat provide the portion of the file server instance202 (e.g., the portion of the namespace of files and folders) associated with the FSVM170.
FIG.3C illustrates example interactions between a client330 and host machines200aand200con which different portions of a VFS instance are stored according to particular embodiments. A client330, e.g., an application program executing in one of the user VMs101 and102 on the host machines200a-cofFIGS.2A-2B (e.g. user VM101bon host machine200b) requests access to a folder \\FS1.domain.name\Share-1\Folder-3. The request may be in response to an attempt to map \\FS1.domain.name\Share-1 to a network drive in the operating system executing in the user VM101cfollowed by an attempt to access the contents of Share-1 or to access the contents of Folder-3, such as listing the files in Folder-3.
FIG.3C shows interactions that occur between the client330, FSVMs170aand170bon host machines200aand200b, and a name server332 when a storage item is mapped or otherwise accessed. The name server332 may be provided by a server computer system, such as one or more of the host machines200, or a server computer system separate from the host machines200. In one example, the name server332 may be provided by an ACTIVE DIRECTORY service executing on one or more computer systems and accessible via the network140. The interactions are shown as arrows that represent communications, e.g., messages sent via the network140. Note that the client330 may be executing in a user VM101, which may be co-located with one of the FSVMs170aand170b. In such a co-located case, the arrows between the client330 and the host machine200 on which the FSVM170 is located may represent communication within the host machine200, and such intra-host machine communication may be performed using a mechanism different from communication over the network140, e.g., shared memory or inter process communication.
In particular embodiments, when the client330 requests access to Folder-3, a VFS client component executing in the user VM101bmay use a distributed file system protocol such as MICROSOFT DFS, or the like, to send the storage access request to one or more of the FSVMs170a-cofFIGS.2A-2B. To access the requested file or folder, the client determines the location of the requested file or folder, e.g., the identity and/or network address of the FSVM170 on which the file or folder is located. The client may query a domain cache of FSVM170a-cnetwork addresses that the client has previously identified (e.g., looked up). If the domain cache contains the network address of an FSVM170 associated with the requested folder name \\FS1.domain.name\Share-1\Folder-3, then the client retrieves the associated network address from the domain cache and sends the access request to the network address, starting at step393 as described below.
In particular embodiments, at step381, the client may send a request for a list of addresses of FSVMs170a-170cto a name server332. The name server332 may be, e.g., a DNS server or other type of server, such as a MICROSOFT domain controller (not shown), that has a database of FSVM addresses. At step382, the name server332 may send a reply that contains a list of FSVM170 network addresses, e.g., ip-addr1, ip-addr2, and ip-addr3, which correspond to the FSVMs170a-cin this example. At step383, the client330 may send an access request to one of the network addresses, e.g., the first network address in the list (ip-addr1 in this example), requesting the contents of Folder-3 of Share-1. By selecting the first network address in the list, the particular FSVM170 to which the access request is sent may be varied, e.g., in a round-robin manner by enabling round-robin DNS (or the like) on the name server332. The access request may be, e.g., an SMB connect request, an NFS open request, and/or appropriate request(s) to traverse the hierarchy of Share-1 to reach the desired folder or file, e.g., Folder-3 in this example.
At step384, FileServer-VM-1170amay process the request received at step383 by searching a mapping or lookup table, such as a sharding map360a, for the desired folder or file. The map360 maps stored objects, such as shares, folders, or files, to their corresponding locations, e.g., the names or addresses of FSVMs170. The map360 may have the same contents on each host machine200, with the contents on different host machines being synchronized using a distributed data store as described below. For example, the map360amay contain entries that map Share-1 and Folder-1 to the File Server FSVM-1170a, and Folder-3 to the File Server FSVM-3170c. An example map360 is shown in Table 1 below.
TABLE 1
Stored ObjectLocation
Folder-1FSVM-1
Folder-2FSVM-1
File-1FSVM-1
Folder-3FSVM-3
File-2FSVM-3
In particular embodiments, the map360 may be accessible on each of the host machines200. As described with reference toFIGS.2A-2B, the maps360aand360cmay be copies of a distributed data structure that are maintained and accessed at each FSVM170a-cusing a distributed data access coordinator370aand370c. The distributed data access coordinator370aand370cmay be implemented based on distributed locks or other storage item access operations. Alternatively, the distributed data access coordinator370aand370cmay be implemented by maintaining a master copy of the maps360aand360cat a leader node such as the host machine200c, and using distributed locks to access the master copy from each FSVM170aand170b. The distributed data access coordinator370aand370cmay be implemented using distributed locking, leader election, or related features provided by a centralized coordination service for maintaining configuration information, naming, providing distributed synchronization, and/or providing group services (e.g., APACHE ZOOKEEPER or other distributed coordination software). Since the map360aindicates that Folder-3 is located at FSVM-3170con Host-3200c, the lookup operation at step384 determines that Folder-3 is not located at FSVM-1 on Host-1200a. Thus, at step385 the FSVM-1170asends a response, e.g., a “Not Covered” DFS response, to the client330 indicating that the requested folder is not located at FSVM-1. At step386, the client330 sends a request to FSVM-1 for a referral to the FSVM on which Folder-3 is located. FSVM-1 uses the map360ato determine that Folder-3 is located at FSVM-3 on Host-3200c, and at step387 returns a response, e.g., a “Redirect” DFS response, redirecting the client330 to FSVM-3. The client330 may then determine the network address for FSVM-3, which is ip-addr3 (e.g., a host name “ip-addr3.domain.name” or an IP address, 10.1.1.3). The client330 may determine the network address for FSVM-3 by searching a cache stored in memory of the client330, which may contain a mapping from FSVM-3 to ip-addr3 cached in a previous operation. If the cache does not contain a network address for FSVM-3, then at step388 the client330 may send a request to the name server332 to resolve the name FSVM-3. The name server may respond with the resolved address, ip-addr3, at step389. The client330 may then store the association between FSVM-3 and ip-addr3 in the client's cache.
In particular embodiments, failure of FSVMs170 may be detected using the centralized coordination service. For example, using the centralized coordination service, each FSVM170amay create a lock on the host machine200aon which the FSVM170ais located using ephemeral nodes of the centralized coordination service (which are different from host machines200 but may correspond to host machines200). Other FSVMs170band170cmay volunteer for leadership of resources of remote FSVMs170 on other host machines200, e.g., by requesting a lock on the other host machines200. The locks requested by the other nodes are not granted unless communication to the leader host machine200cis lost, in which case the centralized coordination service deletes the ephemeral node and grants the lock to one of the volunteer host machines200aand200b, which becomes the new leader. For example, the volunteer host machines200aand200bmay be ordered by the time at which the centralized coordination service received their requests, and the lock may be granted to the first host machine200 on the ordered list. The first host machine200 (e.g., host machine200b) on the list may thus be selected as the new leader. The FSVM170bon the new leader has ownership of the resources that were associated with the failed leader FSVM170auntil the failed leader FSVM170cis restored, at which point the restored FSVM170amay reclaim the local resources of the host machine200con which it is located.
At step390, the client330 may send an access request to FSVM-3170cat ip-addr3 on Host-3200crequesting the contents of Folder-3 of Share-1. At step391, FSVM-3170cqueries FSVM-3's copy of the map360 using FSVM-3's instance of the distributed data access coordinator370c. The map360 indicates that Folder-3 is located on FSVM-3, so at step392 FSVM-3 accesses the file system364cto retrieve information about Folder-3316 and its contents (e.g., a list of files in the folder, which includes File-2320) that are stored on the local storage122c. FSVM-3 may access local storage122cvia CVM-3110c, which provides access to local storage122cvia a volume group368cthat contains one or more volumes stored on one or more storage devices in local storage122c. At step393, FSVM-3 may then send the information about Folder-3 and its contents to the client330. Optionally, FSVM-3 may retrieve the contents of File-2 and send them to the client330, or the client330 may send a subsequent request to retrieve File-2 as needed.
FIG.3D illustrates an example virtualized file server having a failover capability according to particular embodiments. To provide high availability, e.g., so that the file server continues to operate after failure of components such as a CVM, FSVM, or both, as may occur if a host machine fails, components on other host machines may take over the functions of failed components. When a CVM fails, a CVM on another host machine may take over input/output operations for the failed CVM. Further, when an FSVM fails, an FSVM on another host machine may take over the network address and CVM or volume group that were being used by the failed FSVM. If both an FSVM and an associated CVM on a host machine fail, as may occur when the host machine fails, then the FSVM and CVM on another host machine may take over for the failed FSVM and CVM. When the failed FSVM and/or CVM are restored and operational, the restored FSVM and/or CVM may take over the operations that were being performed by the other FSVM and/or CVM. InFIG.3D, FSVM-1170acommunicates with CVM-1110ato use the data storage in volume groups VG1368aand VG2369a. For example, FSVM-1 is using disks in VG1 and VG2, which are iSCSI targets. FSVM-1 has iSCSI initiators that communicate with the VG1 and VG2 targets using MPIO (e.g., DM-MPIO on the LINUX operating system). FSVM-1 may access the volume groups VG1 and VG2 via in-guest iSCSI. Thus, any FSVM may connect to any iSCSI target if an FSVM failure occurs.
In particular embodiments, during failure-free operation, there are active iSCSI paths between FSVM-1 and CVM-1, as shown inFIG.3D by the dashed lines from the FSVM-1 file systems for FS1364aand FS2365ato CVM-1's volume group VG1368aand VG2369a, respectively. Further, during failure-free operation there are inactive failover (e.g., standby) paths between FSVM-1 and CVM-3110c, which is located on Host-3. The failover paths may be, e.g., paths that are ready to be activated in response to the local CVM CVM-1 becoming unavailable. There may be additional failover paths that are not shown inFIG.3D. For example, there may be failover paths between FSVM-1 and a CVM on another host machine, such as CVM-2110bon Host-2200b. The local CVM CVM-1110amay become unavailable if, for example, CVM-1 crashes, or the host machine on which the CVM-1 is located crashes, loses power, loses network communication between FSVM-1170aand CVM-1110a. As an example and not by way of limitation, the failover paths do not perform I/O operations during failure-free operation. Optionally, metadata associated with a failed CVM110a, e.g., metadata related to volume groups368a,369aassociated with the failed CVM110a, may be transferred to an operational CVM, e.g., CVM110c, so that the specific configuration and/or state of the failed CVM110amay be re-created on the operational CVM110c.
FIG.3E illustrates an example virtualized file server that has recovered from a failure of Controller/Service VM CVM-1110aby switching to an alternate Controller/Service VM CVM-3110caccording to particular embodiments. When CVM-1110afails or otherwise becomes unavailable, then the FSVM associated with CVM-1, FSVM-1170a, may detect a PATH DOWN status on one or both of the iSCSI targets for the volume groups VG1368aand VG2369a, and initiate failover to a remote CVM that can provide access to those volume groups VG1 and VG2. For example, when CVM-1110afails, the iSCSI MPIO may activate failover (e.g., standby) paths to the remote iSCSI target volume group(s) associated with the remote CVM-3110con Host-3200c. CVM-3 provides access to volume groups VG1 and VG2 as VG1368cand VG2369c, which are on storage device(s) of local storage122c. The activated failover path may take over I/O operations from failed CVM-1110a. Optionally, metadata associated with the failed CVM-1110a, e.g., metadata related to volume groups368a,369a, may be transferred to CVM-3 so that the specific configuration and/or state of CVM-1 may be re-created on CVM-3. When the failed CVM-1 again becomes available, e.g., after it has been re-started and has resumed operation, the path between FSVM-1 and CVM-1 may reactivated or marked as the active path, so that local I/O between CVM-1 and FSVM-1 may resume, and the path between CVM-3 and FSVM-1 may again become a failover (e.g., standby) path.
FIG.3F illustrates an example virtualized file server that has recovered from failure of a FSVM by electing a new leader FSVM according to particular embodiments. When an FSVM-2170bfails, e.g., because it has been brought down for maintenance, has crashed, the host machine on which it was executing has been powered off or crashed, network communication between the FSVM and other FSVMs has become inoperative, or other causes, then the CVM that was being used by the failed FSVM, the CVM's associated volume group(s), and the network address of the host machine on which the failed FSVM was executing may be taken over by another FSVM to provide continued availability of the file services that were being provided by the failed FSVM. In the example shown inFIG.3F, FSVM-2170bon Host-2200bhas failed. One or more other FSVMs, e.g., FSVM-1170aor FSVM-3170c, or other components located on one or more other host machines, may detect the failure of FSVM-2, e.g., by detecting a communication timeout or lack of response to a periodic status check message. When FSVM-2's failure is detected, an election may be held, e.g., using a distributed leader election process such as that provided by the centralized coordination service. The host machine that wins the election may become the new leader for the file system pools366b,367bfor which the failed FSVM-2 was the leader. In this example, FSVM-1170awins the election and becomes the new leader for the pools366b,367b. FSVM-1170athus attaches to CVM-2110bby creating file system364b,365cinstances for the file server instances FS1 and FS2 using FS1-Pool-3366band FS2-Pool-4367b, respectively. In this way, FSVM-1 takes over the file systems and pools for CVM-2's volume groups, e.g., volume groups VG1366band VG2367bof local storage122b. Further, FSVM-1 takes over the IP address associated with FSVM-2, 10.1.1.2, so that storage access requests sent to FSVM-2 are received and processed by FSVM-1. Optionally, metadata used by FSVM-1, e.g., metadata associated with the file systems, may be transferred to FSVM-3 so that the specific configuration and/or state of the file systems may be re-created on FSVM-3. Host-2200bmay continue to operate, in which case CVM-2110bmay continue to execute on Host-2. When FSVM-2 again becomes available, e.g., after it has been re-started and has resumed operation, FSVM-2 may assert leadership and take back its IP address (10.1.1.2) and storage (FS1-Pool-3366band FS2-Pool-4367b) from FSVM-1.
FIGS.3G and3H illustrate example virtualized file servers that have recovered from failure of a host machine200aby switching to another Controller/Service VM and another FSVM according to particular embodiments. The other Controller/Service VM and FSVM are located on a single host machine200cinFIG.3G, and on two different host machines200b,200cinFIG.3H. In bothFIGS.3G and3H, Host-1200ahas failed, e.g., crashed or otherwise become inoperative or unresponsive to network communication. Both FSVM-1170aand CVM-1110alocated on the failed Host-1200ahave thus failed. Note that the CVM110aand FSVM170aon a particular host machine200amay both fail even if the host machine200aitself does not fail. Recovery from failure of a CVM110aand an FSVM170alocated on the same host machine200a, regardless of whether the host machine200aitself failed, may be performed as follows. The failure of FSVM-1 and CVM-1 may be detected by one or more other FSVMs, e.g., FSVM-2170b, FSVM-3170c, or by other components located on one or more other host machines. FSVM-1's failure may be detected when a communication timeout occurs or there is no response to a periodic status check message within a timeout period, for example. CVM-1's failure may be detected when a PATH DOWN condition occurs on one or more of CVM-1's volume groups' targets (e.g., iSCSI targets).
When FSVM-1's failure is detected, an election may be held as described above with reference toFIG.3F to elect an active FSVM to take over leadership of the portions of the file server instance for which the failed FSVM was the leader. These portions are FileSystem-1A364afor the portion of file server FS1 located on FSVM-1, and FileSystem-2A365afor the portion of file server FS2 located on FSVM-1. FileSystem-1A364auses the pool FS-Pool-1366aand FileSystem-2A365auses the pool FS2-Pool-2367a. Thus, the FileSystem-1A364aand FileSystem-2A may be re-created on the new leader FSVM-3170con Host-3200c. Further, FSVM-3170cmay take over the IP address associated with failed FSVM-1170a,10.1.1.1, so that storage access requests sent to FSVM-1 are received and processed by FSVM-3.
One or more failover paths from an FSVM to volume groups on one or more CVMs may be defined for use when a CVM fails. When CVM-1's failure is detected, the MPIO may activate one of the failover (e.g., standby) paths to remote iSCSI target volume group(s) associated with a remote CVM. For example, there may be a first predefined failover path from FSVM-1 to the volume groups VG1368c,369cin CVM-3 (which are on the same host as FSVM-1 when FSVM-1 is restored on Host-3 in examples ofFIGS.3G and3H), and a second predefined failover path to the volume groups VG1368b, VG2369bin CVM-2. The first failover path, to CVM-3, is shown inFIG.3G, and the second failover path, to CVM-2 is shown inFIG.3H. An FSVM or MPIO may choose the first or second failover path according to the predetermined MPIO failover configuration that has been specified by a system administrator or user. The failover configuration may indicate that the path is selected (a) by reverting to the previous primary path, (b) in order of most preferred path, (c) in a round-robin order, (d) to the path with the least number of outstanding requests, (e) to the path with the least weight, or (f) to the path with the least number of pending requests. When failure of CVM-1110ais detected, e.g., by FSVM-1 or MPIO detecting a PATH DOWN condition on one of CVM-1's volume groups VG1368aor VG2369a, the alternate CVM on the selected failover path may take over I/O operations from the failed CVM-1. As shown inFIG.3G, if the first failover path is chosen, CVM-3110con Host-3200cis the alternate CVM, and the pools FS1-Pool-1366aand FS2-Pool-2367a, used by the file systems FileSystem-1A364aand FileSystem-2A365a, respectively, which have been restored on FSVM-3 on Host-3, may use volume groups VG1368cand VG2369cof CVM-3110con Host-3 when the first failover path is chosen. Alternatively, as shown inFIG.3H, if the second failover path is chosen, CVM-2 on Host-2 is the alternate CVM, and the pools FS1-Pool-1366aand FS2-Pool-2367aused by the respective file systems FileSystem-1A364aand FileSystem-2A365a, which have been restored on FSVM-3, may use volume groups VG1368band VG2369bon Host-2, respectively.
Optionally, metadata used by FSVM-1170a, e.g., metadata associated with the file systems, may be transferred to FSVM-3 as part of the recovery process so that the specific configuration and/or state of the file systems may be re-created on FSVM-3. Further, metadata associated with the failed CVM-1110a, e.g., metadata related to volume groups368a,369a, may be transferred to the alternate CVM (e.g., CVM-2 or CVM-3) that the specific configuration and/or state of CVM-1 may be re-created on the alternative CVM. When FSVM-1 again becomes available, e.g., after it has been re-started and has resumed operation on Host-1200aor another host machine, FSVM-1 may assert leadership and take back its IP address (10.1.1.1) and storage assignments (FileSystem-1A and FS1-Pool-1366a, and FileSystem-2A and FS2-Pool-2366b) from FSVM-3. When CVM-1 again becomes available, MPIO or FSVM-1 may switch the FSVM to CVM communication paths (iSCSI paths) for FileSystem-1A364aand FileSystem-2A365aback to the pre-failure paths, e.g., the paths to volume groups VG1368aand369ain CVM-1110a, or the selected alternate path may remain in use. For example, the MPIO configuration may specify that fail back to FSVM-1 is to occur when the primary path is restored, since communication between FSVM-1 and CVM-1 is local and may be faster than communication between FSVM-1 and CVM-2 or CVM-3. In this case, the paths between CVM-2 and/or CVM-3 and FSVM-1 may again become failover (e.g., standby) paths.
FIGS.4A and4B illustrate an example hierarchical namespace400 of a file server according to particular embodiments. Cluster-1402 is a cluster, which may contain one or more file server instances, such as an instance named FS1.domain.com404. Although one cluster is shown inFIGS.4A and4B, there may be multiple clusters, and each cluster may include one or more file server instances. The file server FS1.domain.com404 contains three shares: Share-1406, Share-2408, and Share-3410. Share-1 may be a home directory share on which user directories are stored, and Share-2 and Share-3 may be departmental shares for two different departments of a business organization, for example. Each share has an associated size in gigabytes, e.g., 100 GB (gigabytes) for Share-1, 100 GB for Share-2, and 10 GB for Share-3. The sizes may indicate a total capacity, including used and free space, or may indicate used space or free space. Share-1 includes three folders, Folder-A1412, Folder-A2414, and Folder-A3416. The capacity of Folder-A1 is 18 GB, Folder-A2 is 16 GB, and Folder-A3 is 66 GB. Further, each folder is associated with a user, referred to as an owner. Folder-A1 is owned by User-1, Folder-A2 by User-2, and Folder-A3 by User-3. Folder-A1 contains a file named File-A1-1418, of size 18 Gb. Folder-A2 contains 32 files, each of size 0.5 GB, named File-A2-1420 through File-A2-32422. Folder-A3 contains 33 files, each of size 2 GB, named File-A3-1423 and File-A3-2424 through File-A3-33426.
FIG.4B shows the contents of Share-2408 and Share-3410 of FS1.domain.com404. Share-2 contains a folder named Folder-B1440, owned by User-1 and having a size of 100 Gb. Folder-B1 contains File-B1-1442 of size 20 Gb, File-B1-2444 of size 30 Gb, and Folder-B2446, owned by User-2 and having size 50 Gb. Folder-B2 contains File-B2-1448 of size 5 Gb, File-B2-2450 of size 5 Gb, and Folder-B3452, owned by User-3 and having size 40 Gb. Folder-B3452 contains 20 files of size 2 Gb each, named File-B3-1454 through File-B3-20456. Share-3 contains three folders: Folder-C7429 owned by User-1 of size 3 GB, Folder-C8430 owned by User-2 of size 3 GB, and Folder-C9432 owned by User-3 of size 4 GB.
FIG.4C illustrates distribution of stored data amongst host machines in a virtualized file server according to particular embodiments. In the example ofFIG.4C, the three shares are spread across three host machines200a-c. Approximately one-third of each share is located on each of the three FSVMs170a-c. For example, approximately one-third of Share-3's files are located on each of the three FSVMs170a-c. Note that from a user's point of a view, a share looks like a directory. Although the files in the shares (and in directories) are distributed across the three host machines200a-c, the VFS202 provides a directory structure having a single namespace in which client executing on user VMs101 and102 may access the files in a location-transparent way, e.g., without knowing which host machines store which files (or which blocks of files).
In the example ofFIG.4C, Host-1 stores (e.g., is assigned to) 28 Gb of Share-1, including 18 Gb for File-A1-1418 and 2 Gb each for File-A3-1423 through File-A3-5425, 33 Gb of Share-2, including 20 Gb for File-B1-1 and 13 Gb for File-B1-2, and 3 Gb of Share-3, including 3 Gb of Folder-C7. Host-2 stores 26 Gb of Share-1, including 0.5 Gb each of File-A2-1420 through File-A2-32422 (16 Gb total) and 2 Gb each of File-A3-6426 through File-A3-10427 (10 Gb total), 27 Gb of Share-2, including 17 Gb of File-B1-2, 5 Gb of File-B2-1, and 5 Gb of File-B2-2, and 3 Gb of Share-3, including 3 Gb of Folder-C8. Host-3 stores 46 GB of Share-1, including 2 GB each of File-A3-11429 through File-A3-33428 (66 GB total), 40 GB of Share-2, including 2 GB each of File-B3-1454 through File-B3-20456, and Share-3 stores 4 GB of Share-3, including 4 GB of Folder-C9432.
In particular embodiments, a system for managing communication connections in a virtualization environment includes a plurality of host machines implementing a virtualization environment. Each of the host machines includes a hypervisor and at least one user virtual machine (user VM)101. The system may also include a connection agent, an I/O controller, and/or a virtual disk comprising a plurality of storage devices. The virtual disk may be accessible by all of the I/O controllers, and the I/O controllers may conduct I/O transactions with the virtual disk based on I/O requests received from the user VMs101. The I/O requests may be, for example, requests to perform particular storage access operations such as list folders and files in a specified folder, create a new file or folder, open an existing file for reading or writing, read data from or write data to a file, as well as file manipulation operations to rename, delete, copy, or get details, such as metadata, of files or folders. Each I/O request may reference, e.g., identify by name or numeric identifier, a file or folder on which the associated storage access operation is to be performed. The system further includes a virtualized file server, which includes a plurality of FSVMs170 and associated local storage122. Each FSVM170 and associated local storage device122 is local to a corresponding one of the host machines200. The FSVMs170 conduct I/O transactions with their associated local storage122 based on I/O requests received from the user VMs101. For each one of the host machines200, each of the user VMs101 on the one of the host machines200 sends each of its respective I/O requests383 to a selected one of the FSVMs170, which may be selected based on a lookup table360, e.g., a sharding map, that maps a file318, folder312, or other storage resource referenced by the I/O request to the selected one of the FSVMs170).
In particular embodiments, the initial FSVM to receive the request from the user VM may be determined by selecting any of the FSVMs170 on the network140, e.g., at random, by round robin selection, or by a load-balancing algorithm, and sending an I/O request383 to the selected FSVM170 via the network140 or via local communication within the host machine200. Local communication may be used if the file318 or folder412 referenced by the I/O request is local to the selected FSVM, e.g., the referenced file or folder is located on the same host machine200 as the selected FSVM170. In this local case, the I/O request383 need not be sent via the network140. Instead, the I/O request383 may be sent to the selected FSVM170 using local communication, e.g., a local communication protocol such as UNIX domain sockets, a loopback communication interface, inter-process communication on the host machine200, or the like. The selected FSVM170 may perform the I/O transaction specified in the I/O request and return the result of the transaction via local communication. If the referenced file or folder is not local to the selected FSVM, then the selected FSVM may return a result indicating that the I/O request cannot be performed because the file or folder is not local to the FSVM. The user VM may then submit a REFERRAL request or the like to the selected FSVM, which may determine which FSVM the referenced file or folder is local to (e.g., by looking up the FSVM in a distributed mapping table), and return the identity of that FSVM to the user VM in a REDIRECT response or the like. Alternatively, the selected FSVM may determine which FSVM the referenced file or folder is local to, and return the identity of that FSVM to the user VM in the first response without the REFERRAL and REDIRECT messages. Other ways of redirecting the user VM to the FSVM of the referenced file are contemplated. For example, the FSVM that is on the same host as the requesting user VM (e.g., local to the requesting user VM) may determine which FSVM the file or folder is local to, and inform the requesting user VM of the identity of that FSVM without communicating with a different host.
In particular embodiments, the file or folder referenced by the I/O request includes a file server name that identifies a virtualized file server on which the file or folder is stored. The file server name may also include or be associated with a share name that identifies a share, file system, partition, or volume on which the file or folder is stored. Each of the user VMs on the host machine may send a host name lookup request, e.g., to a domain name service, that includes the file server name, and may receive one or more network addresses of one or more host machines on which the file or folder is stored.
In particular embodiments, as described above, the FSVM may send the I/O request to a selected one of the FSVMs. The selected one of the FSVMs may be identified by one of the host machine network addresses received above. In one aspect, the file or folder is stored in the local storage of one of the host machines, and the identity of the host machines may be determined as described below.
In particular embodiments, when the file or folder is not located on storage local to the selected FSVM, e.g., when the selected FSVM is not local to the identified host machine, the selected FSVM responds to the I/O request with an indication that the file or folder is not located on the identified host machine. Alternatively, the FSVM may look up the identity of the host machine on which the file or folder is located, and return the identity of the host machine in a response.
In particular embodiments, when the host machine receives a response indicating that the file or folder is not located in the local storage of the selected FSVM, the host machine may send a referral request (referencing the I/O request or the file or folder from the I/O request) to the selected FSVM. When the selected FSVM receives the referral request, the selected FSVM identifies one of the host machines that is associated with a file or folder referenced in the referral request based on an association that maps files to host machines, such as a sharding table (which may be stored by the centralized coordination service). When the selected FSVM is not local to the host machine, then the selected FSVM sends a redirect response that redirects the user VM on the host machine to the machine on which the selected FSVM is located. That is, the redirect response may reference the identified host machine (and by association the selected second one of the FSVMs). In particular embodiments, the user VM on the host machine receives the redirect response and may cache an association between the file or folder referenced in the I/O request and the host machine referenced in the redirect response.
In particular embodiments, the user VM on the host machine may send a host name lookup request that includes the name of the identified host machine to a name service, and may receive the network address of the identified host machine from the name service. The user VM on the host machine may then send the I/O request to the network address received from the name service. The FSVM on the host machine may receive the I/O request and performs the I/O transaction specified therein. That is, when the FSVM is local to the identified host machine, the FSVM performs the I/O transaction based on the I/O request. After performing or requesting the I/O transaction, the FSVM may send a response that includes a result of the I/O transaction back to the requesting host machine. I/O requests from the user VM may be generated by a client library that implements file I/O and is used by client program code (such as an application program).
Particular embodiments may provide dynamic referral type detection and customization of the file share path. Referring toFIG.3C, when a user VM (e.g., client330 or one of the user VMs105a-c) sends a request for a storage access operation specifying a file share to a FSVM node (e.g., FSVM-1170a) in the VFS cluster of FSVM nodes, the user VM may be sent a referral to another FSVM node (e.g., FSVM-3170c) that is assigned to the relevant file share. Certain types of authentication may use either host-based referrals (e.g., Kerberos) or IP-based referrals (e.g., NTLM). In order to flexibly adapt to any referral type, particular embodiments of the FSVM-1/3170aand170cmay detect the referral type in an incoming request and construct a referral response that is based on the referral type and provide the referral. For example, if the user VM sends a request to access a storage item at a specified file share using an IP address, particular embodiments may construct and provide an IP address-based referral; if the user VM sends a request to access the storage item at the specified file share using a hostname, then particular embodiments may construct and provide a hostname-based referral, including adding the entire fully qualified domain name.
For example, if a user VM sends a request for File-A2-1 (which resides on Node-2, as illustrated inFIG.4C) to Node-1 using a hostname-based address \\fs1\share-1\File-A2-1, VFS202 may determine that File-A2-1 actually resides on Node-2 and send back a referral in the same referral type (hostname) as the initial request: \\fs2.domain.com\share-1\File-A2-1. If a user VM sends a request for File-A2-1 to Node-1 using an IP-based address \\198.82.0.23\share-1\File-A2-1, after determining that File-A2-1 actually resides on Node-2, VFS202 may send back a referral in the same referral type (IP) as the initial request: \\198.82.0.43\share-1\File-A2-1.
In particular embodiments, the hostname for the referral node may be stored in a distributed cache in order to construct the referral dynamically using hostname, current domain, and share information.
FIG.5 illustrates an example method for accessing data in a virtualized file server according to particular embodiments. The client system330 may access the data, such as a specified folder, as follows. At step502, the client system330 receives a storage access request from an application executing in a user VM. Each storage access request references a file path (e.g., \\FS1.share.com\share-1\Folder-1), which includes a file or folder name and further includes or can be used to identify a share name (e.g., FS1.share.com\share-1) or an NFS remote file system name (e.g., fs1.share.com:/share-1. The storage access request may also include an operation type (e.g., read, write, delete, rename, etc.), a position in the file (for read/write requests), data to be written (for write requests), quantity of data to be read (for read requests), a new file path (for rename requests), folder name (for folder creation requests) or other information appropriate for the operation type. At step504, the client system may send a DNS query request for the file server portion of the share name (e.g., \\fs1.domain.com for the share \\FS1.domain.com\share-1) to a name server332, which may return the identity of a selected host machine as a result. The name server332 may be a DNS server. The selected host machine is not necessarily the host machine on which the file or folder itself is located, however, since the share may be distributed amongst multiple host machines, one of which actually stores the file or folder. In particular embodiments, a FSVM each host machine can determine which host machine a file is stored on, and, if a FSVM receives a request for a file stored on a different host machine, the FSVM sends a referral response that includes the identity of the host machine on which the file is stored.
At step506, the name server332 may respond to the client with an IP (network) address of one or more host machines on FSVMs for the file or folder may be located. For example, the DNS server entry FS1.domain.com includes entries for FSVM-1, FSVM-2, and FSVM-3, which are, respectively, ip-addr1, ip-addr2, ip-addr3 (or 10.1.1.1, 10.1.1.2, 10.1.1.3). One of these three example IP addresses may be selected by the DNS server and returned in a response. In one example, the DNS server returns the three IP addresses in a different permutation for each request using DNS round robin so that a different server may be selected by the client for each request to balance the request load among the three servers. In this example, ip-addr1 (10.1.1.1) is the first address in the list sent in the reply to the client330, and so is selected by the client as the address to which the I/O request will, at least initially, be sent. At step508, the client may send the I/O request to access the folder “Folder-3” to the FSVM located on the host machine having address ip-addr1. The I/O request may be, e.g., a DFS attach or connect request, an NFS open request, or the like.
At step510, FSVM-1170aon Host-1200areceives the I/O request and consults a map or lookup table, such as the sharding map360a, to determine whether the folder “Folder-3” is stored on a locally-attached storage resource of the host machine on which FSVM170ais located. If so, FSVM170aperforms executes step567 to perform the I/O transaction identified by the I/O request. If not, at step512 FSVM-1170aresponds to the client330 with an indication that the folder is not located on the FSVM-1170a's host machine200a. The indication may be, e.g., a PATH_NOT_COVERED DFS response. At step514, upon receiving the indication that the file is not located on the FSVM170ato which the request was sent, the client330 sends a DFS REFERRAL request to FSVM170a, requesting a referral to the FSVM on which “Folder-3” is stored. At step545, FSVM170areceives the REFERRAL request and sends a DFS “REDIRECT to FSVM-3” response back to the client330. FSVM170alooks up the FSVM on which the folder “Folder-3” is stored in the map360athat associates files or shares with host machines. The result of the lookup, FSVM-3170c, may have been determined previously by the lookup at step510 when the initial request for Folder-3 was received, or may be determined at step516 when the referral request for Folder-3 is received. For example, the map360amay be stored in a shared data structure provided by the centralized coordination service, and the lookup may be performed by accessing the shared data structure. In this example, the file or folder is “Folder-3” and map indicates that the folder is associated with FSVM170c, so at step516 FSVM170amay send a REDIRECT response to the client indicating that the requested folder is stored on host machine200c(on which FSVM170cis located). The REDIRECT response may reference the host machine200c, the FSVM170c, the network address of host machine200c(e.g., ip-addr3, in which case steps518 and520 may not be necessary), or other identifier for the location of the requested folder. The client330 may receive the REDIRECT response and cache the association between Folder-3 and host machine200c(and/or FSVM170c) for potential future use.
At step518, the client330 may send a DNS query request to the DNS server332 to determine the IP address of the FSVM specified in the received REDIRECT response, which is FSVM170chaving IP address ip-addr3 in this example. At step520, the DNS server332 may send a reply to the client330 indicating the IP address of the requested host machine. For example, the reply may be ip-addr3 (or 10.1.1.3), which is the IP address of FSVM170c. At step522, the client sends the I/O request to access Folder-3 to the IP address received in the DNS reply (e.g., ip-addr3). At step524, the FSVM170con host machine200creceives the I/O request that references Folder-3 and looks up Folder-3 in the sharding map. At step526, FSVM170cperforms the requested I/O transaction for Folder-3, e.g., by accessing local storage122c, and sends the results of the access, e.g., details about Folder-3 in this example, such as a list of files and associated metadata, back to the client330 in an I/O response. The client330 receives the I/O response and may pass the results of the I/O transaction to the application or other program code that requested the access. Any subsequent requests for the same data (Folder-3 in this example) by the client330 may be sent directly to host machine200con which the data is stored because the client330 may use the cached identity of the host machine or FSVM on which the data is stored. Although data contained in a folder is accessed in the example ofFIG.5, other types of data may be accessed similarly, e.g., data contained in files.
In particular embodiments, a VFS202 consists of multiple compute units, e.g., FSVMs170. These FSVMs170 act as a single VFS202 to the outside world. Clusters with appropriate platforms and licenses use a hypervisor-agnostic code-image for the VFS202. This image may be stored as part of pre-created, ready to use disk images. When a user with correct privileges decides to create a VFS202, the image may be cloned N times, where N is the number of FSVMs170, and the FSVMs170 are created. The FSVMs170 form a cluster, which may provide a VFS202 to the outside world. In this way, the user is abstracted from the complex process of deploying the VFS202, as the input requested from the user is a small number of parameters that can be provided by the user in a simple user interface. The pre-created fileserver image may reduce the deployment time to be as fast as booting the host machines200.
In particular embodiments, the VFS comprises multiple FSVMs170. The host machines200 may combine to act as VFS202 to the outside world. Each host machine200 may have two types of vDisks: code and data. The operating system (OS) code and file server code reside on the code vDisk. The fileserver persistent data and configuration are stored on the data vDisk. In a first technique for upgrading the VFS202, before the upgrade process is started, the newer version of the code disk is prepared and cloned N times (where N is the number of FSVMs170). While upgrading the VFS202 to the latest version, a new code disk is swapped with the existing code disk for each FSVM170. After rebooting the FSVM170, it will be running with newer code, and continues serving the data using the newer code.
In particular embodiments, in a second technique for upgrading the VFS202, before the upgrade process is started and after the newer version of the code disk is prepared and cloned, a first FSVM170aacquires an upgrade token, swaps the old code disk with the newer disk, and reboots. When the first FSVM170acomes back up and is running, the upgrade token is passed to the next FSVM170b, which may perform the swap and reboot, and pass the upgrade token to the next FSVM170c. These operations are repeated until the last FSVM170, e.g., FSVM170cin this example, is upgraded. During the time that each FSVM170bis being rebooted, one of the peer FSVMs170atakes over the storage and IP address of the FSVM170bso that the client does not see any interruption in the file service.
In particular embodiments, users dealing with Virtual Disk Image (“VDI”) files and their corresponding root directories are, by definition, bound to their VMs. This binding provides a user VM101 to root-level directory mapping. A sharding algorithm may determine a mapping between a user VM101 and its corresponding host machine200. This mapping may in turn provide a root-level directory-to-host machine mapping. The sharding algorithm may use this mapping and add metadata to keep storage units and compute units local, e.g., located on, the same host machine. On migration of the user virtual machines102, metadata and storage will be moved accordingly.
Particular embodiments may provide enhanced performance via adaptive data and compute-unit migration. Particular embodiments may provide the ability to restrict compute units and storage units to a location governed by user policy.
In particular embodiments, data migration from an existing VFS202 to a new VFS202 may be bounded by the speed of connection between the existing infrastructure (e.g., host machines200) and the new system (e.g., other host machines). By using smart data ingestion, data migration speed can be increased with a multiplier of the number of file server host machines.
In previous approaches, data is migrated using a utility to copy data from one source to one target location. Migration speed is limited by the connection speed. In particular embodiments, using the smart data ingestion approach described herein, top-level directories in an existing VFS202 are preprocessed to acquire the destination host machine200 on a new (destination) VFS202. When data migration begins, each host machine200 in the VFS202 starts data migration with the share directories assigned, which speeds up data migration with a multiplier of host machine count. By taking advantage of the distributed nature of the VFS202, data migration is performed in parallel to speed up the migration process. Using the same sharding algorithm as file I/O to decide the migration target ensure the consistency of migrated data placement in, e.g., the new (destination) VFS202. In particular embodiments, no further processing is needed after data is migrated, and data is ready to be served.
In a first example, when the organization that manages a virtualized file server instance (VFS)202 decides to, for example, segregate the existing VFS202 to a departmental level, the VFS202 may be split into multiple virtualized file server instances (VFSs)202 without affecting the stored data, with zero to minimal down time, and with zero data copying or migration. In a second example, when an organization that manages multiple VFSs202 decides to merge them into one manageable VFS202, the multiple VFSs202 may be merged together without affecting the stored data, and with zero to minimal down time and zero data copying or migration. When an organization needs to merge multiple VFSs202, then a system administrator may deploy a new VFS202 and migrate the stored data from the multiple VFSs202 to the newly deployed VFS202, which takes more time and resources. When the organization needs to split the VFS202, then a system administrator may deploy new VFSs202 and migrate the data from the old VFS202 to the newly deployed VFSs202, which also takes more time and resources.
In particular embodiments, the splitting and merging operations may be performed as follows. To split an existing VFS202, e.g., upon a system administrator's request, the following operations may be performed:
    • 1. Select the FSVMs170 to be segregated from VFS202.
    • 2. The FSVMs170 are removed one by one.
    • 3. Before removing a FSVM170 from the VFS202, first select a lightly loaded FSVM170 and voluntarily relinquish the storage resources to the selected FSVM170. The IP address of the FSVM170 being removed may also be moved to the selected FSVM170 to retain SMB client connections.
    • 4. After removing all the FSVMs170 from the VFS202, a new VFS202 is constructed.
    • 5. The FSVMs170 of the new VFS202 join the domain and start serving the new shares. Old shares may still be served by the old VFS202. Once the administrator decides to move the old shares to the new VFS202, trigger a storage transition that relinquishes the storage to the appropriate selected FSVMs170 and move the IP addresses of FSVMs170 of the old VFS202 to FSVMs170 of the new VFS202.
    • 6. The same process may be continued to segregate other VFSs202.
In particular embodiments, to merge multiple VFSs202 together, e.g., upon a system administrator's request, an election is triggered between the multiple VFSs202 based on the virtual IP address or based on preference policies. The VFS202 that wins the election or is selected by an administrator is treated as a master VFS. All other VFSs then join to the master VFS's ACTIVE DIRECTORY domain. FSVMs170 from all slave VFSs202 may be added to the master VFS202, and storage pool metadata of the slave VFSs202 is modified to serve for the master VFS202. The following operations may be performed to merge the slave VFSs into the master VFS:
    • 1. Select the VFSs202 to be merged.
    • 2. Initiate the election to elect the master VFS202 based on the policy of the VFS202 that has the higher IP address.
    • 3. Once the master VFS has been selected, clients connect to it.
    • 4. Select a slave VFS to merge.
    • 5. Relinquish the storage to a lightly-loaded FSVM on the master VFS and move the IP address to refer to the lightly-loaded FSVM.
    • 6. Start serving SMB clients for new and old shares.
    • 7. Stop the slave file server, add its FSVM(s) one by one to the new master file server, and take back its resource on the new master file server.
    • 8. Continue these steps for other slave file servers.
In scenarios such as a company splitting into multiple companies, it could be a requirement that a single VFS202 is split into two VFSs202. However, there may be certain SAMBA shares in the original VFS202 that need to be made accessible to both the VFSs202. As an example, consider two different fileservers FS1 and FS2. FS1 originally hosted a share ‘share1’. FS2 needs the ability to read/write to the share ‘share1’. The SMB requests for ‘share1’ on FS2 may be forwarded or proxied to FS1, thereby allowing the share ‘share1’ to be readable/writable from two different VFSs202. Another approach is to NFS-mount the original share on the new VFS202, to provide a single namespace. The ability to selectively choose certain shares to be shared across other VFSs202 ensures a tight security boundary at the VFS level, along with the collaborative access via two different VFSs.
In particular embodiments, disaster recovery of the VFS202 may be performed by making backups and replicating delta changes in a storage layer, then recovering the data stored in the VFS202 at a remote site. The data may be recovered by reconstructing the VFS202 from a replicated configuration. In a production environment, the data stored on a VFS202 is securely protected and restored on a remote location without loss of the data and metadata within a supported Recovery Point Objective (which may be the age of files to be recovered from backup storage for normal operations to resume). A custom replication policy may be configured for the VFS202, and the ability may be provided to map the VFS202's configuration between sites to provide disaster recovery of virtual file-services across geographical locations. Particular embodiments may provide the ability to protect individual shares or share groups by protecting the volume group(s) used for file-services storage, e.g., by adding them to a protection domain. Users may apply the replication and backup policies on the protection domain to configure the Recovery Point Objective, recovery sites (alternate cluster or cloud), and replication constraints such as bandwidth and schedule. Particular embodiments may take lightweight snapshots and transfer the delta of the snapshots for the given volume groups. Along with file-services share data, particular embodiments may also transfer the VFS configuration e.g. file-server size, compute-unit configuration, and metadata, e.g., share ACLs, quotas, and so on. Particular embodiments may also provide a simplified user interface to configure mapping of network, DNS-servers, active-directory, etc. between remote sites. Potential benefits may include:
    • 1. Granular level of protection (share or group of shares) to configure different Recovery Point Objective.
    • 2. Custom replication policies to utilize the network resources effectively for replication.
    • 3. Fine control on network and ecosystem resource mapping between sites.
    • 4. Light weight snapshot includes share data delta, metadata and file-server configuration leading to less replication traffic across sites.
    • 5. One click restore of file-services on remote site.
    • 6. Distribution of share replication across multiple remote sites.
    • 7. Multiple recovery points on multiple remote sites for multi-site failures.
In particular embodiments, a high volume of snapshots (particularly lightweight snapshots) may be stored, and in some cases, snapshots may be captured and stored using a timestamp format that differs from the naming convention used by the client to access the snapshot. This may cause significant latency when browsing through thousands of snapshots, due to the performance overhead required to read the stat or query the file system to get the snapshot create time and then map it to corresponding client side label. For example, the underlying file system may choose to store snapshots using afs-auto-snapshot-hourly-YYYY-MM-DD-HHMM naming format; if the user VMs are then using SMB requests to retrieve the snapshots, they may be using @GMT tokens to access the snapshots. @GMT tokens are special token that can be present as part of a file path to indicate a request to see a previous version of the file or directory. The format is “@GMT-YYYY.MM.DD-HH.MM.SS”.
Particular embodiments may, at the time of capturing and/or storing a snapshot, extract the creation timestamp from the snapshot name, utilize the creation timestamp to determine the expected request format then cache a mapping from the expected request format to the actual name of the corresponding snapshot. Latency may thereby be significantly reduced to a one-time computation that takes place at capture-time, rather than potentially multiple system calls taking place at recovery time.
FIG.6 illustrates an example of how a file server ‘FS1’ may be deployed across multiple clusters according to particular embodiments. Particular embodiments may facilitate deploying and managing a VFS202 whose networking, compute-unit, and storage resources are distributed across multiple clusters from a single management portal. Particular embodiments may create a VFS202 and distribute compute units, which may be the FSVMs170. A portal user interface may be used by a user or administrator to create a VFS202. While creating the VFS202, a user is given a list of clusters that may be used to distribute the compute units (e.g., FSVMs, or may perform the operations of FSVMs as described herein), networking (IP addresses) and storage (containers). In the example ofFIG.6, the user has chosen three clusters, Cluster 1, Cluster 2, and Cluster 3. Three FSVMs are created on each cluster, for a total of 9 FSVMs across the three clusters. Each cluster for this file server hosts a separate container, which holds a part of the file server data. The containers are labeled Container 1, Container 2, and Container 3. The containers are hidden from the user.
Particular embodiments may create shares and distribute storage units and compute units. The portal user interface may be used to create a share ‘share1’ within the file server FS1. The data within ‘share1’ is distributed across all the clusters. A storage pool of multiple vDisks is constructed on all FSVMs across all clusters. Each storage pool on each FSVM is responsible for a subset of the ‘share1’ data. The share is sharded at the top-level directories across FSVMs residing in different clusters. The sharding strategy is as follows. Assuming that directories dir1, dir2, dir3, dir4, dir5, dir6 have been created:
    • 1. Each FSVM within each cluster hosts a storage pool created from a subset of the container storage. A background process periodically runs on a leader FSVM in each cluster to aggregate the file system space used for each share across all FSVMs in the cluster. This data is published to a cluster manager that stores the data in an entity database, e.g., APACHE CASSANDRA or the like. The cluster manager may be NUTANIX PRISM CENTRAL, which is a multi-cluster manager responsible for managing multiple clusters to provide a single, centralized management interface.
    • 2. User creates a new top-level directory, e.g., ‘dir7’.
    • 3. The Samba VFS layer intercepts the directory creation request and consults a database to determine whether the directory is hosted by any FSVM (or FSVM). If it is not, the VFS layer makes an RPC call to a file server service running in PRISM CENTRAL to identify a location (which may be an optimal location) for ‘dir7’.
    • 4. The file server service running in PRISM CENTRAL retrieves the per-cluster usage statistics for each share that it received in step 1 above, and chooses the cluster that has the least used space for the share ‘share1’. In the example ofFIG.6, Cluster 1 is chosen. The file server service may also provide an option to simply choose the cluster that has the greatest amount of free fileserver container space.
    • 5. Next, the file server service running in PRISM CENTRAL queries Cluster 1 for average CPU utilization for the past 24 hours for all VMs within Cluster 1. The file server service then chooses the least loaded FSVM. The file server service in PRISM CENTRAL returns this <Cluster 1, FSVM2 FQDN> tuple back to the VFS layer.
    • 6. The VFS layer now knows the FSVM2 FQDN, which should host ‘dir7’ and hence creates this new directory on the Unix file system corresponding to FSVM2. The VFS layer records this mapping <Share1, dir1>→Cluster 1, FSVM2 in a database, and returns a PATH_NOT_COVERED message to the client.
    • 7. Through DFS referral, the SAMBA client requests the path for the directory ‘dir1’. The FSVM looks up ‘dir1’ in the database, and returns FSVM2 IP to the client. The client now accesses ‘dir1’ on the FSVM2 file system.
The file system on any FSVM may be composed of vDisks. Since vDisks are distributed across the cluster, this arrangement provides uniform sharding of storage within the cluster. The sharding strategy described above causes all clusters' containers and FSVMs to be used, and achieves uniform sharding of storage units and compute units across the clusters.
Particular embodiments may provide cluster-aware sharding and cluster-aware share level quotas. At the time of share creation, user is given the option to co-locate the data for the share within certain clusters. This option may be useful if the user wishes to have one set of shares distributed within a certain geographical boundary, and a different set of shares distributed across a different geographical boundary, in which case the above sharding strategy remains the same. In step 4 above, only those clusters that were selected while creating the share would be made available to be considered for sharding. This technique provides cluster-aware sharding.
Similarly, quotas can be set on a file server service202. Quotas may set a limit on the amount of data storage to be used for each share within each cluster. Since file server service stores a per-share, per-cluster storage usage, it can detect when a cluster-level share quota is reached. Depending on the quota policy, the user may be alerted when this cluster-level quota is reached, or the file server service may notify the FSVM (or FSVM) leader within the cluster whose quota has been reached via RPC. On receiving this notification, the FSVM leader may make all file systems for that share across FSVMs read-only to respect the storage quota limit.
Particular embodiments may handle sharding by considering geographic quotas, user-based quotas, fault tolerance of clusters, available resources across clusters, etc. Some benefits may include:
    • 1. Provides uniform auto sharding of compute, network, and storage units across multiple clusters, which also leads to a smaller fault domain
    • 2. File server centrally managed from a single interface, although resources are distributed, leading to easy manageability.
    • 3. Provides flexibility of co-locating shares where necessary and distributing them across clusters when necessary.
    • 4. Provides ability to set cluster aware share level quotas, which could be utilized for location-aware sharding. and
    • 5. Fault tolerant within cluster and capable of tolerating entire cluster failure.
Particular embodiments may identify corrupted or infected data and recover a consistent version of the data from a VFS202. When user data is infected by a virus or corrupted by a file system or storage system, identifying the corrupted data and the needed recovery level may be difficult. If the appropriate recovery level is not detected and data is recovered at the wrong place, then a valid version of data may be lost. Particular embodiments may provide capabilities to virtual file services to detect problems from file level to storage level. System administrators need not worry about detecting and recovering a consistent version of data when the system administrator detects the corruption and infected data and manually recovers the data from a file system or from storage system. A self-healing mechanism of the VFS202 frequently takes snapshots of file system and storage pools and monitors the user data at file system and storage system levels. In particular embodiments, a virtualized file server may accomplish the following levels of detection and recovery:
    • 1. File/folder level recovery: File system or anti-virus or other internal modules can detect the file or folder level infection or corruption. Self-Healing mechanism monitors these events and once it detects, it will recover those particular data from the previous file system snapshot by overwriting the infected/corrupted files/folders.
    • 2. File System level recovery: Self-healing mechanism monitors the checksum of the file system and if it finds any discrepancy on that, it will recover the file system with its latest snapshot.
    • 3. Storage level recovery: Self-Healing mechanism monitors storage-pool corruption and alerts generated by the cluster and detect the data loses and corruption. Once it detects the data corruption/data loss, it will recover the storage-pool for the latest snapshot.
Distributed Self-Healing: Since virtualized file server compute and storage units are distributed across multiple host machines200, the self-healing mechanism efficiently monitors the corruptions and data loss in parallel and distributed fashion on all the host machines and detects and recovers that particular data without affecting the overall file server202.
Some benefits may include: Detection of and recovery from data loss, data corruption and infected files on file/folder level, file system level and storage level without manual intervention. Efficient detection of and recovery from the data loss, data corruption and infected files in parallel and distributed fashion. Recovery from data loss and data corruption without affecting the overall file server202.
Particular embodiments may back up cold data stored in a cluster to an object store, which is either in a public cloud (e.g., AMAZON WEB SERVICES), or to a low-cost storage medium within the same cluster. Particular embodiments may then retrieve the backed-up volume groups as needed to restore files for the file server. Particular embodiments may provide a method to backup data on a virtualized file server running on a hyper-converged infrastructure to a low-cost storage medium hosted on the same physical infrastructure. This consists of a virtualized server running on the same hyper-converged infrastructure providing an object store interface (such as AMAZON S3) with storage as low-cost media such as SMR drives. This particular virtual machine can act as a backup server for other VMs running on the same infrastructure.
Particular embodiments of the backup server may be hosted on the same hyper converged infrastructure as the compute and storage. Particular embodiments of the backup server may be used for low cost storage media like SMR drives attached to the same hyper converged infrastructure. Particular embodiments of the backup server may provide generic object store interfaces such as AMAZON S3. Particular embodiments of the backup server may provide the same level of availability as the other highly available services (such as FSVM) run on the cluster.
Particular embodiments may include a cloud service as a storage tier of a virtualized file server service. Particular embodiments may then retrieve the backed-up volume groups as needed to restore files for the file server.
Particular embodiments may provide block awareness for a virtualized file server service in order to maintain availability of virtual file server services in case of block failure by deploying FSVMs170 on different host machines200. In case of block failure (e.g., due to power loss affecting a block, a.k.a. hardware host machine), the high-availability features attempt to migrate the VMs running on those host machines to available running host machines. If there are not enough resources on the available running host machines, then the file-server HA features are triggered, and online FSVM(s) take ownership of the volume-group of offline FSVM(s). When one FSVM with metadata service is down, the file-server may continue to serve requests to end users without any performance degradation. Potential benefits may include:
    • 1. Virtualized file-server is available even if one block in the cluster goes down.
    • 2. Users or administrators need not to reserve the resources or free up the resources for block failure to get the virtualized file-server working.
    • 3. In a hyper-converged deployment, the user VMs can be prioritized over FSVMs for migration during block failure.
Particular embodiments may recover from multimode file service failures in a scale-out NAS environment with minimal down time. Traditional file server deployments protected against single host machine failures by having a standby host machine. Detection of service failures is not spontaneous and issues can occur with keeping backup host machines synchronized. Further, if the new active host machine is also down, there may be no way to recover the service. These issues not only cause service interruption but also create complications if there are multiple host machine failures.
In a scale out NAS environment, host machine and service failures may be detected and recovered from without interrupting service to clients. Using distributed cluster health service, these service failures may be detected, and the other active host machines may take over the failed host machine services (both storage and network). Each host machine in cluster acts as potential backup host machine, which will help with managing multiple simultaneous host machine failures based on cluster health. So, even if the new active host machine is down, other host machines in the cluster can take over the new active host machine's load and provide continuous availability. In this way, clients using the scale-out NAS services do not see any downtime or service interruptions when multiple host machines in the cluster are down.
Particular embodiments may help to avoid catastrophic failures due to resource exhaustion. In scenarios such as a user's home directory being accessed for read/write operations, the user may not be able to determine how much disk quota is assigned to the user or how much actual space is available to the user to write data.
As an example, consider a scenario when many users have their home directories on the same share. Existing technologies display the user's drive size as being the same as total share size, thereby giving the user the perception that the total share size is available to write data. However, when the user's quota limit has been met or exceeded, any write to the drive fails.
Particular embodiments may address the administrative challenge of creating and managing a large number of home directories for users. Typically, a home directory is created and maintained for each user account. Conventional file systems place all the home directories on a dedicated home share comprising storage residing on a specific node (e.g., a single host machine storing a volume group \\home containing home directories \\home\user-A, \\home\user-B, . . . , \\home\user-N)—this may become a challenge to manage when there are many users, requiring a large number of shares. Certain file systems may distribute the home directories across multiple nodes in the cluster and create separate home shares (e.g., a first host machine storing a volume group \\home1 containing home directories \\home1\user-A, \\home1\user-B, . . . , \\home1\user-F, and a second host machine storing a volume group \\home2 containing home directories \\home2\user-G, \\home2\user-H, . . . , \\home2\user-N).
In particular embodiments, certain directories may be designated as home shares, and user home directories may be created as top-level directories in a distributed home share. The home directories may be distributed across a plurality of nodes while providing the ability to serve storage access operations addressed to the single distributed home share (e.g., a request to access a file in a user directory that is sent to a first FSVM running on a first host machine may be sent a share-level DFS referral to a second host machine, where the user directory resides). Particular embodiments may create home directories for users on multiple different host machines. Upon successfully authenticating a user, the user's home directory is exported. When the client sends a request to perform a storage access operation to a first FSVM, if the user's home directory resides in local storage of the host machine on which the first FSVM is running, then the FSVM sends a response to the storage access operation. If the user's home directory resides in remote storage, then the FSVM may force a lookup to determine which host machine is storing the user's home directory in its local storage, construct a reference to the actual location of the user's home directory, then send back a share-level DFS referral to redirect future requests to perform storage access operations in the user's home directory to the correct host machine.
In particular embodiments, if a home directory does not yet exist for a new user, the home directory for the user may be created in local storage for the host machine running the FSVM to which the request was sent. If the home directory for the user needs to be created on a different host machine (e.g., due to load balancing or capacity issues), particular embodiments, may create the new home directory on another host machine, then send back a share-level DFS referral to that host machine.
In particular embodiments, home directories may be redistributed on the fly. For example, in a situation where each of three host machines A, B, and C stores home directories for 20, 20, and 15 users respectively, home machine A may be experiencing undue strain on its resources (e.g., with respect to consumption of processor cycles, due to a high frequency of I/O transactions, or with respect to disk usage, due to a large number of files that are being stored). Once a determination is made that the home directories on host machine A that are triggering high resource consumption need to be redistributed, the data from such home directories may be copied over to a new host machine (e.g., host machine C), and once the data is completely or mostly copied over, FSVMs may start redirecting requests relating to the moved home directories to host machine C by way of sending back share-level DFS referrals.
Particular embodiments may expose user-specific data so that when each user accesses their VDI environment they see their home directory as a mounted drive, and see data specific to their disk portion, such as disk capacity, average rate of utilization of space, frequency of disk accesses, file type, etc. On every soft quota limit reached, the user may be alerted through email that they are about to exhaust their disk quota. Less-frequently-accessed files, folders, and other items may be archived automatically to the cloud.
Particular embodiments may provide high availability of storage services in a scale out file-server. In traditional file server deployments, high-availability is supported by configuring host machines as pairs where the storage resources are inter-connected between two host machines. So, if one of the host machines fails, the other host machine in the pair may take over the storage resources along with the IP address. One limitation with this approach is that an even number of host machines is needed in the cluster. In a scale out file-server, minimal to zero disruption occurs in case of any failure. In a virtualized scale-out file server, all host machines in the scale out cluster monitor the health for every other host machine. If one of the host machines experiences down time because of either a planned shutdown or unplanned host machine failures, one of the host machines starts taking over the storage resources of the down host machine. At the same time, the IP address fails over so that clients can continue to contact the takeover host machine without any disruptions. To increase the load balancing, the failover storage resources may be distributed to multiple host machines, so that the down host machine resources may be distributed across different host machines.
FIG.7 is a block diagram of an illustrative computing system700 suitable for implementing particular embodiments. In particular embodiments, one or more computer systems700 perform one or more steps of one or more methods described or illustrated herein. In particular embodiments, one or more computer systems700 provide functionality described or illustrated herein. In particular embodiments, software running on one or more computer systems700 performs one or more steps of one or more methods described or illustrated herein or provides functionality described or illustrated herein. Particular embodiments include one or more portions of one or more computer systems700. Herein, reference to a computer system may encompass a computing device, and vice versa, where appropriate. Moreover, reference to a computer system may encompass one or more computer systems, where appropriate.
This disclosure contemplates any suitable number of computer systems700. This disclosure contemplates computer system700 taking any suitable physical form. As example and not by way of limitation, computer system700 may be an embedded computer system, a system-on-chip (SOC), a single-board computer system (SBC) (such as, for example, a computer-on-module (COM) or system-on-module (SOM)), a desktop computer system, a mainframe, a mesh of computer systems, a server, a laptop or notebook computer system, a tablet computer system, or a combination of two or more of these. Where appropriate, computer system700 may include one or more computer systems700; be unitary or distributed; span multiple locations; span multiple machines; span multiple data centers; or reside in a cloud, which may include one or more cloud components in one or more networks. Where appropriate, one or more computer systems700 may perform without substantial spatial or temporal limitation one or more steps of one or more methods described or illustrated herein. As an example and not by way of limitation, one or more computer systems700 may perform in real time or in batch mode one or more steps of one or more methods described or illustrated herein. One or more computer systems700 may perform at different times or at different locations one or more steps of one or more methods described or illustrated herein, where appropriate.
Computer system700 includes a bus702 (e.g., an address bus and a data bus) or other communication mechanism for communicating information, which interconnects subsystems and devices, such as processor704, memory706 (e.g., RAM), static storage708 (e.g., ROM), dynamic storage710 (e.g., magnetic or optical), communication interface714 (e.g., modem, Ethernet card, a network interface controller (NIC) or network adapter for communicating with an Ethernet or other wire-based network, a wireless NIC (WNIC) or wireless adapter for communicating with a wireless network, such as a WI-FI network), input/output (I/O) interface712 (e.g., keyboard, keypad, mouse, microphone). In particular embodiments, computer system700 may include one or more of any such components.
In particular embodiments, processor704 includes hardware for executing instructions, such as those making up a computer program. As an example and not by way of limitation, to execute instructions, processor704 may retrieve (or fetch) the instructions from an internal register, an internal cache, memory706, static storage708, or dynamic storage710; decode and execute them; and then write one or more results to an internal register, an internal cache, memory706, static storage708, or dynamic storage710. In particular embodiments, processor704 may include one or more internal caches for data, instructions, or addresses. This disclosure contemplates processor704 including any suitable number of any suitable internal caches, where appropriate. As an example and not by way of limitation, processor704 may include one or more instruction caches, one or more data caches, and one or more translation lookaside buffers (TLBs). Instructions in the instruction caches may be copies of instructions in memory706, static storage708, or dynamic storage710, and the instruction caches may speed up retrieval of those instructions by processor704. Data in the data caches may be copies of data in memory706, static storage708, or dynamic storage710 for instructions executing at processor704 to operate on; the results of previous instructions executed at processor704 for access by subsequent instructions executing at processor704 or for writing to memory706, static storage708, or dynamic storage710; or other suitable data. The data caches may speed up read or write operations by processor704. The TLBs may speed up virtual-address translation for processor704. In particular embodiments, processor704 may include one or more internal registers for data, instructions, or addresses. This disclosure contemplates processor704 including any suitable number of any suitable internal registers, where appropriate. Where appropriate, processor704 may include one or more arithmetic logic units (ALUs); be a multi-core processor; or include one or more processors702. Although this disclosure describes and illustrates a particular processor, this disclosure contemplates any suitable processor.
In particular embodiments, I/O interface712 includes hardware, software, or both, providing one or more interfaces for communication between computer system700 and one or more I/O devices. Computer system700 may include one or more of these I/O devices, where appropriate. One or more of these I/O devices may enable communication between a person and computer system700. As an example and not by way of limitation, an I/O device may include a keyboard, keypad, microphone, monitor, mouse, printer, scanner, speaker, still camera, stylus, tablet, touch screen, trackball, video camera, another suitable I/O device or a combination of two or more of these. An I/O device may include one or more sensors. This disclosure contemplates any suitable I/O devices and any suitable I/O interfaces712 for them. Where appropriate, I/O interface712 may include one or more device or software drivers enabling processor704 to drive one or more of these I/O devices. I/O interface712 may include one or more I/O interfaces712, where appropriate. Although this disclosure describes and illustrates a particular I/O interface, this disclosure contemplates any suitable I/O interface.
In particular embodiments, communication interface714 includes hardware, software, or both providing one or more interfaces for communication (such as, for example, packet-based communication) between computer system700 and one or more other computer systems700 or one or more networks. As an example and not by way of limitation, communication interface714 may include a network interface controller (NIC) or network adapter for communicating with an Ethernet or other wire-based network or a wireless NIC (WNIC) or wireless adapter for communicating with a wireless network, such as a WI-FI network. This disclosure contemplates any suitable network and any suitable communication interface714 for it. As an example and not by way of limitation, computer system700 may communicate with an ad hoc network, a personal area network (PAN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), or one or more portions of the Internet or a combination of two or more of these. One or more portions of one or more of these networks may be wired or wireless. As an example, computer system700 may communicate with a wireless PAN (WPAN) (such as, for example, a BLUETOOTH WPAN), a WI-FI network, a WI-MAX network, a cellular telephone network (such as, for example, a Global System for Mobile Communications (GSM) network), or other suitable wireless network or a combination of two or more of these. Computer system700 may include any suitable communication interface714 for any of these networks, where appropriate. Communication interface714 may include one or more communication interfaces714, where appropriate. Although this disclosure describes and illustrates a particular communication interface, this disclosure contemplates any suitable communication interface.
One or more memory buses (which may each include an address bus and a data bus) may couple processor704 to memory706. Bus702 may include one or more memory buses, as described below. In particular embodiments, one or more memory management units (MMUs) reside between processor704 and memory706 and facilitate accesses to memory706 requested by processor704. In particular embodiments, memory706 includes random access memory (RAM). This RAM may be volatile memory, where appropriate. Where appropriate, this RAM may be dynamic RAM (DRAM) or static RAM (SRAM). Moreover, where appropriate, this RAM may be single-ported or multi-ported RAM. This disclosure contemplates any suitable RAM. Memory706 may include one or more memories706, where appropriate. Although this disclosure describes and illustrates particular memory, this disclosure contemplates any suitable memory.
Where appropriate, the ROM may be mask-programmed ROM, programmable ROM (PROM), erasable PROM (EPROM), electrically erasable PROM (EEPROM), electrically alterable ROM (EAROM), or flash memory or a combination of two or more of these. In particular embodiments, dynamic storage710 may include a hard disk drive (HDD), a floppy disk drive, flash memory, an optical disc, a magneto-optical disc, magnetic tape, or a Universal Serial Bus (USB) drive or a combination of two or more of these. Dynamic storage710 may include removable or non-removable (or fixed) media, where appropriate. Dynamic storage710 may be internal or external to computer system700, where appropriate. This disclosure contemplates mass dynamic storage710 taking any suitable physical form. Dynamic storage710 may include one or more storage control units facilitating communication between processor704 and dynamic storage710, where appropriate.
In particular embodiments, bus702 includes hardware, software, or both coupling components of computer system700 to each other. As an example and not by way of limitation, bus702 may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a front-side bus (FSB), a HYPERTRANSPORT (HT) interconnect, an Industry Standard Architecture (ISA) bus, an INFINIBAND interconnect, a low-pin-count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCIe) bus, a serial advanced technology attachment (SATA) bus, a Video Electronics Standards Association local (VLB) bus, or another suitable bus or a combination of two or more of these. Bus702 may include one or more buses706, where appropriate. Although this disclosure describes and illustrates a particular bus, this disclosure contemplates any suitable bus or interconnect.
According to particular embodiments, computer system700 performs specific operations by processor704 executing one or more sequences of one or more instructions contained in memory706. Such instructions may be read into memory706 from another computer readable/usable medium, such as static storage708 or dynamic storage710. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions. Thus, particular embodiments are not limited to any specific combination of hardware circuitry and/or software. In one embodiment, the term “logic” shall mean any combination of software or hardware that is used to implement all or part of particular embodiments disclosed herein.
The term “computer readable medium” or “computer usable medium” as used herein refers to any medium that participates in providing instructions to processor704 for execution. Such a medium may take many forms, including but not limited to, nonvolatile media and volatile media. Non-volatile media includes, for example, optical or magnetic disks, such as static storage708 or dynamic storage710. Volatile media includes dynamic memory, such as memory706.
Common forms of computer readable media include, for example, floppy disk, flexible disk, hard disk, magnetic tape, any other magnetic medium, CD-ROM, any other optical medium, punch cards, paper tape, any other physical medium with patterns of holes, RAM, PROM, EPROM, FLASH-EPROM, any other memory chip or cartridge, or any other medium from which a computer can read.
In particular embodiments, execution of the sequences of instructions is performed by a single computer system700. According to other particular embodiments, two or more computer systems700 coupled by communication link716 (e.g., LAN, PTSN, or wireless network) may perform the sequence of instructions in coordination with one another.
Computer system700 may transmit and receive messages, data, and instructions, including program, i.e., application code, through communication link716 and communication interface714. Received program code may be executed by processor704 as it is received, and/or stored in static storage708 or dynamic storage710, or other non-volatile storage for later execution. A database720 may be used to store data accessible by the system700 by way of data interface718.
FIG.8 illustrates a block diagram showing a distributed file system800 according to particular embodiments. The distributed file system800 may use many of the same components that are illustrated inFIGS.2A,2B, and3A-3H, and they may operate in a substantially similar manner. Therefore, in the interests of brevity and clarity, an explanation of the function and operation of these common components will not be repeated.
In particular embodiments, the VFS202 may provide access controls for accessing storage items. The access controls may be stored for each of the storage item may be specified in access control lists (ACLs) including permissions information for individual users and groups. For example, an ACL830 may be associated with the Folder-1312, an ACL831 may be associated with the File-1318, and an ACL832 may be associated with the Folder-2314. Additional ACLs may be associated with others of the folders and files described inFIGS.3A-3H. While the ACLs830,831, and832 are depicted as being stored with the Folder-1312, File-1318, and Folder-2314, respectively, it is appreciated that the ACLs may be stored separately, such as in the metadata database820. Each ACL830,831, and832 may include a list of access control entries (ACE). Each ACE may identify a user (and/or group) and specify the access rights allowed, denied, or audited for that user. In some examples, each ACL may be on average 4 KB in size, but may grow up to 64 KB in size.
When the ACL for the storage item is large in size (e.g., as may be the case where there are many entries listed for different users/groups and/or many different types of permissions that may be specified), retrieving the permissions information may be an expensive operation. If the permissions information must be accessed with each and every storage access operation, the cost may become considerable. To mitigate this cost, in response to an access request of a storage item (e.g., one of the Folder-1312, File-1318, and Folder-2314) associated with a user, the FileSystem-1A364amay perform a one-time extraction of all the permissions information associated with the user with respect to the storage item, and then may cache the extracted permissions information in a cache810. For subsequent access request associated with the storage item and the user, the permissions information may be retrieved from the cache810. In some examples, the permissions information may be stored in the form of a bitmask, such as a 4-byte bitmask (e.g., where individual bits are associated with a respective permission grant). In some examples, the use of a bitmask to store the permissions information in the cache810 may simplify operations to evaluate permissions for a user by using standard bitmask operations, which may reduce the cost of checking permissions for subsequent requests by the same user for access requests associated with the storage item. For example, if a user were to execute a file containing a script (and, upon discovering an apparent bug in the script), retrieve the Last-Modified timestamp for the file, display contents of the file, edit the file, and then execute the script again, such a series of storage access operations may involve at least five steps for which the user's permissions must be checked.
Particular embodiments may handle checking permissions information in two phases. In a first phase, upon receiving a request for a storage item from a particular user, the FileSystem-1A364amay fetch all of the permissions information associated with the storage item, iterate through the permissions information to identify user and/or group entries relevant to the particular user, and create a cache entry having the permissions profile pertaining to the user and the storage item in the cache810. (e.g., cache the 4-byte bitmask for the user). In some examples, the permissions information is retrieved from the storage item. In other examples, the permissions information is retrieved from the metadata database820. In a second phase, as the FileSystem-1A364acontinues to field access requests from the particular user with respect to the requested storage item, the FileSystem-1A364amay simply check the cache entry for the user and storage item (e.g., by performing a bitmask comparison between the permissions required to perform the access operation and the permissions profile for the user) to determine whether the access is permitted.
In some examples, the FileSystem-1A364amay maintain the cache entry in the cache810 on a time period basis (e.g., two seconds or some other specified time), a session basis (e.g., for an entire session associated with the particular user) a global basis (e.g., when permissions are not anticipated to change, or to change very rarely/infrequently), or for another duration specified by an administrator. The specified period of time after which the cache expires may be tuned based on an anticipated frequency of changes to the permissions information. In some embodiments, changes to the access control information in relation to the user (e.g., if the access control information is updated to add or remove write permissions for the storage item) may trigger an event where the cache entry associated with the storage item and the user is invalidated.
By frontloading retrieval of permission information for a user and storage item and storing the information in the form of a bitmask in the cache810, subsequent access requests from the user may be more efficient in terms of cost and latency (e.g., (1) avoiding and/or streamlining the task of fetching the entire ACL for each access request, and (2) replacing the task of reading the entire ACL each time with the smaller task of simply reading the cached permissions profile for the user).
In particular embodiments, a system (VFS202) for managing data access using a virtualized file server may comprise (1) a plurality of host machines201a-cimplementing a virtualization environment, wherein each of the host machines (e.g., host machines201a-c) comprises a hypervisor (e.g., hypervisor130) and at least one user virtual machine (user VMs105a-cor client330); and (2) a virtualized file server comprising a plurality of file server virtual machines (FSVMs170a-c) and a storage pool (e.g., storage pool160), wherein each of the FSVMs is running on one of the host machines, wherein the FSVMs conduct I/O transactions with the storage pool. One of the user VMs may send, to one of the FSVMs, a request to perform a storage access operation on a storage item for an identified user, wherein the I/O request complies with a protocol for a distributed file server. A file system (e.g., the FileSystem-1A364a) may then retrieve, from a cache (e.g., the cache810), a user permissions profile for the storage item, wherein the user permissions profile consists of permissions information for the user with respect to the storage item. The file system may then determine whether the storage access operation is permissible based on the user permissions profile. Finally, the file system may send a response to the user VM with respect to the request.
Prior to the file system retrieving the user permissions profile for the storage item from the cache, the file system may determine that no cache entry exists for the permissions profile for the user and the storage item. The file system may retrieve access control information for the storage item (e.g., from the storage item or from the metadata database820), where the access control information may include multiple (e.g., all) permissions information for all users having any access rights to the storage item. The file system may then create a user permissions profile for the identified user based on all permissions information extracted from the access control information that is relevant to the identified user. Finally, the file system may create a cache entry in a cache for the permissions profile.
In particular embodiments, wherein the user permissions profile is stored as a first bitmask representing all permissions information extracted from the access control information for the storage item and relevant to the identified user, the operation to determine whether the storage access operation is permissible based on the user permissions profile comprises performing one or more bitmask operations to compare the first bitmask to one or more second bitmasks representing the permissions required to perform the storage access operation upon the storage item.
In particular embodiments, the cache entry may include a key-value pair, wherein (1) a key of the key-value pair comprises one or more pieces of identifying information comprising: a session ID associated with the identified user, an identifier associated with the identified user, a share name associated with the storage item, or a name of the storage item; and (2) a value of the key-value pair comprises the user permissions profile for the storage item.
In particular embodiments, the FileSystem-1A364amay detect access patterns and cache clusters of permission information accordingly. For example, if a significant percentage of users having write access to a storage item are detected as attempting to access the file within the past 10 minutes, the FileSystem-1A364amay retrieve and cache user permissions profiles for all users having write access to the file. In another example, if the FileSystem-1A364adetects that a user has listing all files of a particular type within a directory, the FileSystem-1A364amay retrieve and cache user permissions profiles for the user for all files of that type within the directory.
In particular embodiments, the distributed data access coordinator370amay store metadata associated with the storage items (e.g., Folder-1312, File-1318, Folder-2314, etc.)_in the metadata database820. Such metadata may include, by way of example and not limitation: file type, permissions, owner, group, file size, file access time, file modification time, file deletion time, number of (soft/hard) links to the file/directory, extended attributes, or an ACL.
When a new storage item (e.g., a folder or file) is created in a directory, it may inherit the ACL of the directory. In such cases, oftentimes, many or most of the storage items in a directory have the same ACL information. For example, the ACL830 may be the same as the ACL831. During an access operation where the ACLs of multiple and/or all files in a directory are desired to be read (e.g., a request to list all or multiple files in a directory), a conventional file server may need to scan the ACLs of all or multiple storage items in the directory in order to determine whether or not to list each of the storage items. When many of the ACLs contain duplicate information, such an operation may result in a substantial amount of latency.
In some examples, to reduce latency, the distributed data access coordinator370amay perform a deduplication operation where only a parent directory ACL is stored in the metadata database820, and for storage items in the directory that have an ACL that matches the parent directory ACL, the distributed data access coordinator370amay store a pointer to the parent directory ACL (e.g., rather than a separate ACL for the storage item). For files having a different ACL than the parent directory ACL, the distributed data access coordinator370amay create a separate ACL. For example,FIG.9 depicts an operation900 of a metadata database820 according to particular embodiments. In the example ofFIG.9, the metadata database820 includes an entry910 for the Folder-1312 and an entry920 for the File 1318. In the example ofFIG.9, the ACL830 and the ACL831 are the same (e.g., both equal to X). Therefore, the distributed data access coordinator370amay store the ACL831 as a pointer to the ACL830 (as shown in the example 904), rather than storing the ACL831 as a separate ACL (as shown in the example 902). The distributed data access coordinator370amay perform the deduplication operation at the time of creation of a storage item in a directory, in some examples. Then, during an access, the distributed data access coordinator370amay initially retrieve and cache the parent directory ACL, and when storage items ACLs from the directory are subsequently retrieved, the pointer results in a cache hit, and the data is more efficiently accessible and evaluated as compared with a separate retrieval process.
Herein, a computer-readable non-transitory storage medium or media may include one or more semiconductor-based or other integrated circuits (ICs) (such, as for example, field-programmable gate arrays (FPGAs) or application-specific ICs (ASICs)), hard disk drives (HDDs), hybrid hard drives (HHDs), optical discs, optical disc drives (ODDs), magneto-optical discs, magneto-optical drives, floppy diskettes, floppy disk drives (FDDs), magnetic tapes, solid-state drives (SSDs), RAM-drives, SECURE DIGITAL cards or drives, any other suitable computer-readable non-transitory storage media, or any suitable combination of two or more of these, where appropriate. A computer-readable non-transitory storage medium may be volatile, non-volatile, or a combination of volatile and non-volatile, where appropriate.
Herein, “or” is inclusive and not exclusive, unless expressly indicated otherwise or indicated otherwise by context. Therefore, herein, “A or B” means “A, B, or both,” unless expressly indicated otherwise or indicated otherwise by context. Moreover, “and” is both joint and several, unless expressly indicated otherwise or indicated otherwise by context. Therefore, herein, “A and B” means “A and B, jointly or severally,” unless expressly indicated otherwise or indicated otherwise by context.
The scope of this disclosure encompasses all changes, substitutions, variations, alterations, and modifications to the example embodiments described or illustrated herein that a person having ordinary skill in the art would comprehend. The scope of this disclosure is not limited to the example embodiments described or illustrated herein. Moreover, although this disclosure describes and illustrates respective embodiments herein as including particular components, elements, feature, functions, operations, or steps, any of these embodiments may include any combination or permutation of any of the components, elements, features, functions, operations, or steps described or illustrated anywhere herein that a person having ordinary skill in the art would comprehend. Furthermore, reference in the appended claims to an apparatus or system or a component of an apparatus or system being adapted to, arranged to, capable of, configured to, enabled to, operable to, or operative to perform a particular function encompasses that apparatus, system, component, whether or not it or that particular function is activated, turned on, or unlocked, as long as that apparatus, system, or component is so adapted, arranged, capable, configured, enabled, operable, or operative.

Claims (32)

What is claimed is:
1. A method comprising:
hosting a file server virtual machine (FSVM) on a host machine of a plurality cluster of host machines, the FSVM configured to manage at least one storage item of a namespace presented by the FSVM, the namespace including a plurality of storage items stored in a storage pool distributed across the plurality of host machines, the plurality of storage items comprising at least one storage item stored at a host machine of the plurality of host machines and another storage item stored at another host machine of the plurality of host machines, the storage pool including local storage coupled to at least the host machine, wherein the plurality of storage items include respective access control lists (ACLs) corresponding to permissions granted to users for the plurality of storage items;
receiving, at the FSVM, an access request associated with a user and directed to the at least one storage item stored in the storage pool;
listing the at least one storage item having one or more permissions granted to the user in a directory of the namespace;
determining whether the access request directed to the at least one storage item is permissible based on the permission listing within the directory; and
if the access request is permissible, performing the access request on the at least one storage item stored in the storage pool.
2. The method ofclaim 1, wherein the plurality of storage items of the namespace include folders, files, or portions thereof.
3. The method ofclaim 1, further comprising using a storage map to determine whether a particular storage item is located on a particular host machine.
4. The method ofclaim 1, further comprising hosting additional FSVMs on additional host machines of the plurality of host machines.
5. The method ofclaim 4, wherein each of the additional FSVMs is configured to present the namespace.
6. The method ofclaim 1, wherein at least one of the ACLs comprises an access control entity.
7. The method ofclaim 6, wherein the access control entity specifies access rights allowed, denied, or audited.
8. The method ofclaim 7, wherein the access control entity specifies a user associated with the access rights allowed, denied, or audited.
9. The method ofclaim 1, wherein the access request comprises a request to list storage items.
10. The method ofclaim 1, further comprising retrieving a user permission profile for multiple files in the directory.
11. The method ofclaim 1, the storage pool comprising an aggregation of storage devices from the plurality of host machines.
12. The method ofclaim 1, wherein the permission listing is configured to list one or more storage items that the user is permitted to access.
13. The method ofclaim 1, the storage pool including local storage coupled to at least multiple ones of the plurality of host machines.
14. A system comprising:
a plurality of host machines, including a first host machine;
a storage pool comprising at least a plurality of computer-readable non-transitory storage media distributed across the plurality of host machines, the storage pool including local storage coupled to at least one of the plurality of host machines; and
a file server virtual machine (FSVM) configured to execute on the first host machine, the FSVM configured to manage at least one storage item of a namespace presented by the FSVM, the namespace including a plurality of storage items,
wherein the plurality of storage items comprise at least one storage item stored at the first host machine and another storage item stored at a second host machine of the plurality of host machines,
wherein the plurality of storage items include respective access control lists (ACLs) corresponding to permissions granted to users for the storage items,
wherein the FSVM is configured to receive an access request associated with a user and directed to the at least one storage item stored in the storage pool; and
wherein the system is configured to list the storage item having one or more permissions granted to the user in a directory of the namespace, determine whether the access request directed to the storage item is permissible based on the permission listing within the directory, and if the access request is permissible, perform the access request on the storage item stored in the storage pool.
15. The system ofclaim 14, wherein the plurality of storage items of the namespace include folders, files, or portions thereof.
16. The system ofclaim 14, further comprising additional FSVMs on additional host machines of the cluster-plurality of host machines.
17. The system ofclaim 16, wherein each of the additional FSVMs is configured to present the namespace.
18. The system ofclaim 14, wherein at least one of the ACLs comprises an access control entity.
19. The system ofclaim 18, wherein the access control entity specifies access rights allowed, denied, or audited.
20. The system ofclaim 19, wherein the access control entity specifies a user associated with the access rights allowed, denied, or audited.
21. The system ofclaim 14, the storage pool comprising an aggregation of storage devices from the plurality of host machines.
22. The system ofclaim 14, wherein the permission listing is configured to list one or more storage items that the user is permitted to access.
23. The system ofclaim 14, the storage pool including local storage coupled to at least multiple ones of the plurality of host machines.
24. A method comprising:
receiving a request from a user to read a directory, wherein the directory is in a namespace presented by a file server virtual machine (FSVM) hosted on a host machine of a plurality of host machines, and wherein storage items of the directory are stored in a storage pool distributed across the plurality of host machines, and wherein the storage pool includes local storage coupled to at least one host machine of the plurality of host machines, wherein the storage items comprise at least one storage item stored at the host machine and another storage item stored at a second host machine of the plurality of host machines;
accessing permissions information associated with the user, the permissions information pertaining to multiple files in the directory; and
listing the storage items in the directory having permissions granted to the user based on the permissions information.
25. The method ofclaim 24, wherein the storage items include respective access control lists (ACLs) corresponding to the permissions information.
26. The method ofclaim 24, wherein the storage items of the namespace include folders, files, or portions thereof.
27. The method ofclaim 24, further comprising using a storage map to determine whether a particular storage item is located on a particular host machine of the plurality of host machines.
28. The method ofclaim 24, further comprising hosting additional FSVMs on additional host machines of the plurality of host machines.
29. The method ofclaim 28, wherein each of the additional FSVMs is configured to present the namespace.
30. The method ofclaim 24, the storage pool comprising an aggregation of storage devices from the plurality of host machines.
31. The method ofclaim 24, wherein the permissions information is configured to list one or more files that the user is permitted to access.
32. The method ofclaim 24, wherein the storage pool includes local storage coupled to at least multiple ones of the plurality of host machines.
US18/065,5242016-12-022022-12-13Handling permissions for virtualized file serversActiveUS12400015B2 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US18/065,524US12400015B2 (en)2016-12-022022-12-13Handling permissions for virtualized file servers

Applications Claiming Priority (4)

Application NumberPriority DateFiling DateTitle
US201662429283P2016-12-022016-12-02
US201662430264P2016-12-052016-12-05
US15/829,602US11568073B2 (en)2016-12-022017-12-01Handling permissions for virtualized file servers
US18/065,524US12400015B2 (en)2016-12-022022-12-13Handling permissions for virtualized file servers

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
US15/829,602ContinuationUS11568073B2 (en)2016-12-022017-12-01Handling permissions for virtualized file servers

Publications (2)

Publication NumberPublication Date
US20230185944A1 US20230185944A1 (en)2023-06-15
US12400015B2true US12400015B2 (en)2025-08-26

Family

ID=62243296

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US15/829,602Active2039-08-16US11568073B2 (en)2016-12-022017-12-01Handling permissions for virtualized file servers
US18/065,524ActiveUS12400015B2 (en)2016-12-022022-12-13Handling permissions for virtualized file servers

Family Applications Before (1)

Application NumberTitlePriority DateFiling Date
US15/829,602Active2039-08-16US11568073B2 (en)2016-12-022017-12-01Handling permissions for virtualized file servers

Country Status (1)

CountryLink
US (2)US11568073B2 (en)

Families Citing this family (61)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO2015172107A1 (en)2014-05-092015-11-12Nutanix, Inc.Mechanism for providing external access to a secured networked virtualization environment
US9645881B2 (en)*2015-08-262017-05-09Netapp Inc.Data profiler
US11550558B2 (en)2016-02-122023-01-10Nutanix, Inc.Virtualized file server deployment
US11218418B2 (en)2016-05-202022-01-04Nutanix, Inc.Scalable leadership election in a multi-processing computing environment
EP3495981B1 (en)*2016-11-162021-08-25Huawei Technologies Co., Ltd.Directory deletion method and device, and storage server
US10728090B2 (en)2016-12-022020-07-28Nutanix, Inc.Configuring network segmentation for a virtualization environment
US11568073B2 (en)2016-12-022023-01-31Nutanix, Inc.Handling permissions for virtualized file servers
US11562034B2 (en)2016-12-022023-01-24Nutanix, Inc.Transparent referrals for distributed file servers
US10824455B2 (en)2016-12-022020-11-03Nutanix, Inc.Virtualized server systems and methods including load balancing for virtualized file servers
US11294777B2 (en)2016-12-052022-04-05Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US11281484B2 (en)2016-12-062022-03-22Nutanix, Inc.Virtualized server systems and methods including scaling of file system virtual machines
US11288239B2 (en)2016-12-062022-03-29Nutanix, Inc.Cloning virtualized file servers
US10496447B2 (en)*2017-06-082019-12-03Western Digital Technologies, Inc.Partitioning nodes in a hyper-converged infrastructure
US11086826B2 (en)2018-04-302021-08-10Nutanix, Inc.Virtualized server systems and methods including domain joining techniques
FR3081575A1 (en)*2018-06-212019-11-29Orange PILOTAGE OF A DATA STORAGE DEVICE
US11194680B2 (en)2018-07-202021-12-07Nutanix, Inc.Two node clusters recovery on a failure
US11349655B2 (en)*2018-10-052022-05-31Oracle International CorporationSystem and method for a distributed keystore
US11770447B2 (en)2018-10-312023-09-26Nutanix, Inc.Managing high-availability file servers
JP6780724B2 (en)*2019-03-182020-11-04株式会社オートネットワーク技術研究所 In-vehicle update device, update processing program, and program update method
US11237749B2 (en)*2019-06-062022-02-01EMC IP Holding Company LLCSystem and method for backup data discrimination
US11886605B2 (en)*2019-09-302024-01-30Red Hat, Inc.Differentiated file permissions for container users
US11593497B2 (en)2019-10-302023-02-28EMC IP Holding Company LLCSystem and method for managing sensitive data
US11507473B2 (en)2019-10-302022-11-22EMC IP Holding Company LLCSystem and method for efficient backup generation
US11586506B2 (en)2019-10-302023-02-21EMC IP Holding Company LLCSystem and method for indexing image backups
US11475159B2 (en)2019-10-302022-10-18EMC IP Holding Company LLCSystem and method for efficient user-level based deletions of backup data
US11687595B2 (en)2019-10-302023-06-27EMC IP Holding Company LLCSystem and method for searching backups
CN113536261B (en)*2020-04-142024-09-17三赢科技(深圳)有限公司Rights management method, rights management device, computer device, and storage medium
US11768809B2 (en)2020-05-082023-09-26Nutanix, Inc.Managing incremental snapshots for fast leader node bring-up
US11151071B1 (en)*2020-05-272021-10-19EMC IP Holding Company LLCHost device with multi-path layer distribution of input-output operations across storage caches
US11218427B1 (en)2020-10-242022-01-04Zscaler, Inc.Detecting lagging nodes in a time-synchronized distributed environment
US12248435B2 (en)*2021-03-312025-03-11Nutanix, Inc.File analytics systems and methods
US12001574B2 (en)2020-12-212024-06-04Dropbox, Inc.Evaluating an access control list from permission statements
US11366793B1 (en)2020-12-212022-06-21Dropbox, Inc.Data model and data service for content management system
US12174814B2 (en)2020-12-212024-12-24Dropbox, Inc.Aggregates index
AU2021409880B2 (en)*2020-12-212023-04-13Dropbox, Inc.Data model and data service for content management system
US20220222223A1 (en)*2021-01-122022-07-14Vmware, Inc.Virtual computing instance based system to support union mount on a platform
US12131192B2 (en)2021-03-182024-10-29Nutanix, Inc.Scope-based distributed lock infrastructure for virtualized file server
US12242455B2 (en)2021-03-312025-03-04Nutanix, Inc.File analytics systems and methods including receiving and processing file system event data in order
US12197398B2 (en)2021-03-312025-01-14Nutanix, Inc.Virtualized file servers and methods to persistently store file system event data
US12248434B2 (en)2021-03-312025-03-11Nutanix, Inc.File analytics systems including examples providing metrics adjusted for application operation
US12367108B2 (en)*2021-03-312025-07-22Nutanix, Inc.File analytics systems and methods including retrieving metadata from file system snapshots
CN112819592B (en)*2021-04-162021-08-03深圳华锐金融技术股份有限公司Service request processing method, system, computer equipment and storage medium
US11968210B2 (en)*2021-05-192024-04-23International Business Machines CorporationManagement of access control in multi-cloud environments
US12093550B2 (en)*2021-07-282024-09-17EMC IP Holding Company LLCPer-service storage of attributes
US12072770B2 (en)2021-08-192024-08-27Nutanix, Inc.Share-based file server replication for disaster recovery
US12117972B2 (en)*2021-08-192024-10-15Nutanix, Inc.File server managers and systems for managing virtualized file servers
EP4142256A1 (en)*2021-08-272023-03-01Thales Dis Cpl Usa, Inc.System and method for providing dual endpoint access control of remote cloud-stored resources
CN114064566B (en)*2021-10-202025-05-30郑州云海信息技术有限公司 A file archiving method, system, storage medium and device
US12153690B2 (en)2022-01-242024-11-26Nutanix, Inc.Consistent access control lists across file servers for local users in a distributed file server environment
US12204959B1 (en)*2022-02-282025-01-21Rapid7, Inc.Using a software agent to provide a higher-level remote procdure call (RPC) mechanism
US12182264B2 (en)2022-03-112024-12-31Nutanix, Inc.Malicious activity detection, validation, and remediation in virtualized file servers
US20230333870A1 (en)*2022-04-142023-10-19Dell Products L.P.Orchestrated shutdown of virtual machines using a shutdown interface and a network card
US12271763B2 (en)*2022-04-222025-04-08Dell Products L.P.Intelligent load balancing in a distributed system
US20230376616A1 (en)*2022-05-182023-11-23Kohlberg Kravis Roberts & Co. L.P.Methods and systems for data access management and data entitlements integration
US12189499B2 (en)2022-07-292025-01-07Nutanix, Inc.Self-service restore (SSR) snapshot replication with share-level file system disaster recovery on virtualized file servers
US20240221043A1 (en)*2022-12-292024-07-04Stclab. Co., Ltd.Queue management device for providing information about access waiting screen and method thereof
US11953996B1 (en)2023-01-202024-04-09Dell Products L.P.Method and system for selectively preserving data generated during application access
US12147307B2 (en)2023-01-202024-11-19Dell Products, L.P.Method and system for metadata based application item level data protection
US12174786B2 (en)2023-01-202024-12-24Dell Products L.P.Method and system for prefetching backup data for application recoveries
US12181977B2 (en)2023-02-242024-12-31Dell Products L.P.Method and system for application aware access of metadata based backups
US12147311B2 (en)2023-02-242024-11-19Dell Products, L.P.Method and system for metadata based application item level data protection for heterogeneous backup storages

Citations (541)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5095421A (en)1989-08-171992-03-10International Business Machines CorporationTransaction processing facility within an operating system environment
US5276867A (en)1989-12-191994-01-04Epoch Systems, Inc.Digital data storage system with improved data migration
US5317728A (en)1990-09-071994-05-31International Business Machines CorporationStorage management of a first file system using a second file system containing surrogate files and catalog management information
US5533036A (en)1989-03-101996-07-02International Business Machines CorporationFault tolerant computer memory systems and components employing dual level error correction and detection with disablement feature
US5596754A (en)1992-10-291997-01-21Digital Equipment CorporationMethod for performing private lock management
US5664144A (en)1990-09-241997-09-02Emc CorporationSystem and method for FBA formatted disk mapping and variable-length CKD formatted data record retrieval
US5870555A (en)1996-05-231999-02-09Electronic Data Systems CorporationLan resource manager
US5873085A (en)1995-11-201999-02-16Matsushita Electric Industrial Co. Ltd.Virtual file management system
US5920872A (en)1996-06-251999-07-06Oracle CorporationResource management using resource domains
US5924096A (en)1997-10-151999-07-13Novell, Inc.Distributed database using indexed into tags to tracks events according to type, update cache, create virtual update log on demand
US6055543A (en)1997-11-212000-04-25VeranoFile wrapper containing cataloging information for content searching across multiple platforms
US6085234A (en)1994-11-282000-07-04Inca Technology, Inc.Remote file services network-infrastructure cache
US6098066A (en)1997-06-132000-08-01Sun Microsystems, Inc.Method and apparatus for searching for documents stored within a document directory hierarchy
US6101508A (en)1997-08-012000-08-08Hewlett-Packard CompanyClustered file management for network resources
US6108654A (en)1997-10-312000-08-22Oracle CorporationMethod and system for locking resources in a computer system
US6144983A (en)1998-06-092000-11-07Oracle CorporationMethod and apparatus for dynamic lock granularity escalation and de-escalation in a computer system
US6212531B1 (en)1998-01-132001-04-03International Business Machines CorporationMethod for implementing point-in-time copy using a snapshot function
US6289356B1 (en)1993-06-032001-09-11Network Appliance, Inc.Write anywhere file-system layout
US20010047400A1 (en)2000-03-032001-11-29Coates Joshua L.Methods and apparatus for off loading content servers through direct file transfer from a storage center to an end-user
US6341340B1 (en)1998-12-282002-01-22Oracle CorporationTransitioning ownership of data items between ownership groups
US20020069196A1 (en)2000-12-052002-06-06International Business Machines CorporationMethod, system and program product for enabling authorized access and request-initiated translation of data files.
US6412034B1 (en)1999-04-162002-06-25Oracle CorporationTransaction-based locking approach
US6442602B1 (en)1999-06-142002-08-27Web And Net ComputingSystem and method for dynamic creation and management of virtual subdomain addresses
US20020120763A1 (en)2001-01-112002-08-29Z-Force Communications, Inc.File switch and switched file system
US6473849B1 (en)1999-09-172002-10-29Advanced Micro Devices, Inc.Implementing locks in a distributed processing system
US20030014442A1 (en)2001-07-162003-01-16Shiigi Clyde K.Web site application development method using object model for managing web-based content
US20030033308A1 (en)2001-08-032003-02-13Patel Sujal M.System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US6539446B1 (en)1999-05-072003-03-25Oracle CorporationResource locking approach
US6539381B1 (en)1999-04-212003-03-25Novell, Inc.System and method for synchronizing database information
US20030115218A1 (en)2001-12-192003-06-19Bobbitt Jared E.Virtual file system
US20030163597A1 (en)2001-05-252003-08-28Hellman Ziv ZalmanMethod and system for collaborative ontology modeling
EP1062581B1 (en)1998-03-102003-10-08Network Appliance, Inc.Highly available file servers
US20030195942A1 (en)2001-12-282003-10-16Mark MuhlesteinMethod and apparatus for encapsulating a virtual filer on a filer
US20040054777A1 (en)2002-09-162004-03-18Emmanuel AckaouyApparatus and method for a proxy cache
US20040111608A1 (en)2002-12-052004-06-10Microsoft CorporationSecure recovery in a serverless distributed file system
US20040199734A1 (en)2003-04-032004-10-07Oracle International CorporationDeadlock resolution through lock requeuing
US20040210591A1 (en)2002-03-182004-10-21Surgient, Inc.Server file management
US20040225742A1 (en)2003-05-092004-11-11Oracle International CorporationUsing local locks for global synchronization in multi-node systems
US20040267832A1 (en)2003-04-242004-12-30Wong Thomas K.Extended storage capacity for a network file server
US20050120180A1 (en)2000-03-302005-06-02Stephan SchornbachCache time determination
US20050120160A1 (en)2003-08-202005-06-02Jerry PlouffeSystem and method for managing virtual servers
US20050125503A1 (en)2003-09-152005-06-09Anand IyengarEnabling proxy services using referral mechanisms
US20050193221A1 (en)2004-02-132005-09-01Miki YoneyamaInformation processing apparatus, information processing method, computer-readable medium having information processing program embodied therein, and resource management apparatus
US20050193245A1 (en)2004-02-042005-09-01Hayden John M.Internet protocol based disaster recovery of a server
US6944785B2 (en)2001-07-232005-09-13Network Appliance, Inc.High-availability cluster virtual server system
US20050226059A1 (en)2004-02-112005-10-13Storage Technology CorporationClustered hierarchical file services
US20050228798A1 (en)2004-03-122005-10-13Microsoft CorporationTag-based schema for distributing update metadata in an update distribution system
US6963914B1 (en)1998-09-012005-11-08Lucent Technologies Inc.Method and apparatus for retrieving a network file using a logical reference
US6968345B1 (en)2002-02-272005-11-22Network Appliance, Inc.Technique to enable support for symbolic link access by windows clients
US20060010227A1 (en)2004-06-012006-01-12Rajeev AtluriMethods and apparatus for accessing data from a primary data storage system for secondary storage
US20060047685A1 (en)2004-09-012006-03-02Dearing Gerard MApparatus, system, and method for file system serialization reinitialization
US20060080445A1 (en)2002-01-092006-04-13Chang David YSystem and method for concurrent security connections
US20060112222A1 (en)2004-11-052006-05-25Barrall Geoffrey SDynamically expandable and contractible fault-tolerant storage system permitting variously sized storage devices and method
EP1214663B1 (en)1999-08-242006-06-14Network Appliance, Inc.Scalable file server with highly available pairs
US20060167921A1 (en)2004-11-292006-07-27Grebus Gary LSystem and method using a distributed lock manager for notification of status changes in cluster processes
US20060206901A1 (en)2005-03-082006-09-14Oracle International CorporationMethod and system for deadlock detection in a distributed environment
US20060224918A1 (en)2005-03-312006-10-05Oki Electric Industry Co., Ltd.Redundancy system having synchronization function and synchronization method for redundancy system
US20060225065A1 (en)2005-04-012006-10-05Microsoft CorporationUsing a data protection server to backup and restore data on virtual servers
US7120631B1 (en)2001-12-212006-10-10Emc CorporationFile server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
US20060253856A1 (en)2005-04-132006-11-09Carl HuFault tolerant distributed lock management
US20060271510A1 (en)2005-05-252006-11-30Terracotta, Inc.Database Caching and Invalidation using Database Provided Facilities for Query Dependency Analysis
US7159056B2 (en)2001-11-132007-01-02Microsoft CorporationMethod and system for locking multiple resources in a distributed environment
US7162467B2 (en)2001-02-222007-01-09Greenplum, Inc.Systems and methods for managing distributed database resources
US20070022129A1 (en)2005-07-252007-01-25Parascale, Inc.Rule driven automation of file placement, replication, and migration
US20070038913A1 (en)2005-07-262007-02-15International Business Machines CorporationMethod and apparatus for the reliability of host data stored on fibre channel attached storage subsystems
US20070041556A1 (en)2003-07-142007-02-22Hemendra RanaSearching multiple directories and generating a sorted integrated directory
US20070055703A1 (en)2005-09-072007-03-08Eyal ZimranNamespace server using referral protocols
US20070100905A1 (en)2005-11-032007-05-03St. Bernard Software, Inc.Malware and spyware attack recovery system and method
US20070171921A1 (en)2006-01-242007-07-26Citrix Systems, Inc.Methods and systems for interacting, via a hypermedium page, with a virtual machine executing in a terminal services session
US20070179995A1 (en)2005-11-282007-08-02Anand PrahladMetabase for facilitating data classification
US20070300220A1 (en)2006-06-232007-12-27Sentillion, Inc.Remote Network Access Via Virtual Machine
US20080040483A1 (en)2004-03-192008-02-14Hitachi, Ltd.Inter-server dynamic transfer method for virtual file servers
US20080059474A1 (en)2005-12-292008-03-06Blue JungleDetecting Behavioral Patterns and Anomalies Using Activity Profiles
US20080071997A1 (en)2006-09-152008-03-20Juan LoaizaTechniques for improved read-write concurrency
US20080071804A1 (en)2006-09-152008-03-20International Business Machines CorporationFile system access control between multiple clusters
US7356679B1 (en)2003-04-112008-04-08Vmware, Inc.Computer image capture, customization and deployment
US20080098194A1 (en)2006-10-182008-04-24Akiyoshi HashimotoComputer system, storage system and method for controlling power supply based on logical partition
US7366738B2 (en)2001-08-012008-04-29Oracle International CorporationMethod and system for object cache synchronization
US20080104349A1 (en)2006-10-252008-05-01Tetsuya MaruyamaComputer system, data migration method and storage management server
US20080104589A1 (en)2006-11-012008-05-01Mccrory Dave DennisAdaptive, Scalable I/O Request Handling Architecture in Virtualized Computer Systems and Networks
US20080134178A1 (en)2006-10-172008-06-05Manageiq, Inc.Control and management of virtual systems
US20080133486A1 (en)2006-10-172008-06-05Manageiq, Inc.Methods and apparatus for using tags to control and manage assets
US20080168154A1 (en)2007-01-052008-07-10Yahoo! Inc.Simultaneous sharing communication interface
US7409511B2 (en)2004-04-302008-08-05Network Appliance, Inc.Cloning technique for efficiently creating a copy of a volume in a storage system
US20080189468A1 (en)2007-02-022008-08-07Vmware, Inc.High Availability Virtual Machine Cluster
US20080195827A1 (en)2007-02-082008-08-14Hitachi, Ltd.Storage control device for storage virtualization system
US20080201457A1 (en)2007-02-162008-08-21Kevin Scott LondonMSI enhancement to update RDP files
US20080201414A1 (en)2007-02-152008-08-21Amir Husain Syed MTransferring a Virtual Machine from a Remote Server Computer for Local Execution by a Client Computer
EP1979814A2 (en)2006-02-032008-10-15Oracle International CorporationAdaptive region locking
US20080263113A1 (en)2007-04-092008-10-23Hewlett -Packard Development Company, L.P.Storage System and Method
US20080270677A1 (en)2003-06-302008-10-30Mikolaj KolakowskiSafe software revision for embedded systems
US20080271017A1 (en)2007-04-302008-10-30Dan HeringtonManaging Virtual Machines Using Shared Image
US20080320583A1 (en)2007-06-222008-12-25Vipul SharmaMethod for Managing a Virtual Machine
US20080320499A1 (en)2007-06-222008-12-25Suit John MMethod and System for Direct Insertion of a Virtual Machine Driver
US20090006801A1 (en)2007-06-272009-01-01International Business Machines CorporationSystem, method and program to manage memory of a virtual machine
US20090100248A1 (en)2006-03-142009-04-16Nec CorporationHierarchical System, and its Management Method and Program
US7526622B1 (en)2004-05-262009-04-28Sun Microsystems, Inc.Method and system for detecting and correcting data errors using checksums and replication
US20090150885A1 (en)2007-10-192009-06-11Kubisys Inc.Appliances in virtual computing environments
US20090158082A1 (en)2007-12-182009-06-18Vinit JainFailover in a host concurrently supporting multiple virtual ip addresses across multiple adapters
US20090171971A1 (en)2007-12-262009-07-02Oracle International Corp.Server-centric versioning virtual file system
US20090182860A1 (en)2008-01-152009-07-16Samsung Electronics Co., Ltd.Method and system for securely sharing content
US20090193272A1 (en)2008-01-242009-07-30Hitachi, Ltd.Storage system and power consumption reduction method for the same
US7571290B1 (en)2003-06-092009-08-04Veritas Operating CorporationReplica synchronization using copy-on-read technique
US20090216975A1 (en)2008-02-262009-08-27Vmware, Inc.Extending server-based desktop virtual machine architecture to client machines
US20090248847A1 (en)2008-03-262009-10-01Atsushi SutohStorage system and volume managing method for storage system
US20090248870A1 (en)2008-03-262009-10-01Hitoshi KameiServer system and control method for same
US20090249470A1 (en)2008-03-272009-10-01Moshe LitvinCombined firewalls
US20090254572A1 (en)2007-01-052009-10-08Redlich Ron MDigital information infrastructure and method
US7606868B1 (en)2006-03-302009-10-20Wmware, Inc.Universal file access architecture for a heterogeneous computing environment
US20090271412A1 (en)2008-04-292009-10-29Maxiscale, Inc.Peer-to-Peer Redundant File Server System and Methods
US20090287887A1 (en)2008-05-142009-11-19Hitachi, Ltd.Storage system and method of managing a storage system using a management apparatus
US20090288084A1 (en)2008-05-022009-11-19SkytapMultitenant hosted virtual machine infrastructure
US20100023521A1 (en)2008-07-282010-01-28International Business Machines CorporationSystem and method for managing locks across distributed computing nodes
US20100070725A1 (en)2008-09-052010-03-18Anand PrahladSystems and methods for management of virtualization data
US20100082716A1 (en)2008-09-252010-04-01Hitachi, Ltd.Method, system, and apparatus for file server resource division
US20100082774A1 (en)2005-09-092010-04-01Pitts William MDistributed File System Consistency Mechanism Extension for Enabling Internet Video Broadcasting
US20100095289A1 (en)2008-10-132010-04-15Oracle International CorporationPatching of multi-level data containers storing portions of pre-installed software
US7702843B1 (en)2006-04-272010-04-20Vmware, Inc.Determining memory conditions in a virtual machine
US7707618B1 (en)2004-05-282010-04-27Netapp, Inc.System and method for implementing access controls using file protocol rule sets
WO2010050944A1 (en)2008-10-302010-05-06Hewlett-Packard Development Company, L.P.Online checking of data structures of a file system
US20100138921A1 (en)2008-12-022010-06-03Cdnetworks Co., Ltd.Countering Against Distributed Denial-Of-Service (DDOS) Attack Using Content Delivery Network
US7752492B1 (en)2007-05-252010-07-06Emc CorporationResponding to a failure of a storage system
US20100174745A1 (en)2009-01-062010-07-08Michael RyanConsumer Share Quota Feature
US7774391B1 (en)2006-03-302010-08-10Vmware, Inc.Method of universal file access for a heterogeneous computing environment
US20100214908A1 (en)2009-02-252010-08-26Vladimir Angelov RalevMechanism for Transparent Real-Time Media Server Fail-Over with Idle-State Nodes
US7805511B1 (en)2008-04-302010-09-28Netapp, Inc.Automated monitoring and reporting of health issues for a virtual server
US7805469B1 (en)2004-12-282010-09-28Symantec Operating CorporationMethod and apparatus for splitting and merging file systems
US20100250824A1 (en)2009-03-252010-09-30Vmware, Inc.Migrating Virtual Machines Configured With Pass-Through Devices
US20100275205A1 (en)2009-04-282010-10-28Hiroshi NakajimaComputer machine and access control method
US7840533B2 (en)2003-11-132010-11-23Commvault Systems, Inc.System and method for performing an image level snapshot and for restoring partial volume data
US20100299377A1 (en)2009-05-222010-11-25Microsoft CorporationSelection and sorting protocol extensions to the ws-enumeration protocol
US20100306256A1 (en)2009-06-022010-12-02Sun Microsystems, Inc.Distributed Database Write Caching With Limited Durability
US7877463B2 (en)2001-04-102011-01-25Citrix Systems, Inc.Method and systems for providing access to dynamic content via static pages
US20110022694A1 (en)2009-07-272011-01-27Vmware, Inc.Automated Network Configuration of Virtual Machines in a Virtual Lab Environment
US20110022695A1 (en)2009-07-272011-01-27Vmware, Inc.Management and Implementation of Enclosed Local Networks in a Virtual Lab
US20110022883A1 (en)2009-07-212011-01-27Vmware, Inc.Method for Voting with Secret Shares in a Distributed System
US20110022812A1 (en)2009-05-012011-01-27Van Der Linden RobSystems and methods for establishing a cloud bridge between virtual storage resources
US7890529B1 (en)2003-04-282011-02-15Hewlett-Packard Development Company, L.P.Delegations and caching in a distributed segmented file system
US20110047340A1 (en)2009-08-212011-02-24James Robert OlsonProxy Backup of Virtual Disk Image Files on NAS Devices
US20110078318A1 (en)2009-06-302011-03-31Nitin DesaiMethods and systems for load balancing using forecasting and overbooking techniques
US7937453B1 (en)2008-09-242011-05-03Emc CorporationScalable global namespace through referral redirection at the mapping layer
US20110119763A1 (en)2009-11-162011-05-19Wade Gregory LData identification system
US20110119668A1 (en)2009-11-162011-05-19Microsoft CorporationManaging virtual hard drives as blobs
US20110125835A1 (en)1998-03-202011-05-26Dataplow, Inc.Shared file system
US20110137879A1 (en)2009-12-072011-06-09Saurabh DubeyDistributed lock administration
US20110153561A1 (en)2009-12-212011-06-23International Business Machines CorporationMulti-phase file system restore with selective on-demand data availability
US20110161299A1 (en)2009-12-312011-06-30Anand PrahladSystems and methods for performing data management operations using snapshots
US20110179414A1 (en)2010-01-182011-07-21Vmware, Inc.Configuring vm and io storage adapter vf for virtual target addressing during direct data access
US20110185292A1 (en)2010-01-272011-07-28Vmware, Inc.Accessing Virtual Disk Content of a Virtual Machine Using a Control Virtual Machine
US20110184993A1 (en)2010-01-272011-07-28Vmware, Inc.Independent Access to Virtual Machine Desktop Content
US20110225574A1 (en)2010-03-152011-09-15Microsoft CorporationVirtual Machine Image Update Service
US20110238949A1 (en)2010-03-292011-09-29International Business Machines CorporationDistributed Administration Of A Lock For An Operational Group Of Compute Nodes In A Hierarchical Tree Structured Network
US20110239213A1 (en)2010-03-252011-09-29Vmware, Inc.Virtualization intermediary/virtual machine guest operating system collaborative scsi path management
US20110239039A1 (en)2010-03-262011-09-29Dieffenbach Devon CCloud computing enabled robust initialization and recovery of it services
US20110251992A1 (en)2004-12-022011-10-13Desktopsites Inc.System and method for launching a resource in a network
US20110252208A1 (en)2010-04-122011-10-13Microsoft CorporationExpress-full backup of a cluster shared virtual machine
US20110255538A1 (en)2010-04-162011-10-20Udayakumar SrinivasanMethod of identifying destination in a virtual environment
US20110265076A1 (en)2010-04-212011-10-27Computer Associates Think, Inc.System and Method for Updating an Offline Virtual Machine
US20110271279A1 (en)2010-04-292011-11-03High Cloud Security, Inc.Secure Virtual Machine
US20110276578A1 (en)2010-05-052011-11-10International Business Machines CorporationObtaining file system view in block-level data storage systems
US20110276963A1 (en)2010-05-042011-11-10Riverbed Technology, Inc.Virtual Data Storage Devices and Applications Over Wide Area Networks
US20110283277A1 (en)2010-05-112011-11-17International Business Machines CorporationVirtualization and dynamic resource allocation aware storage level reordering
US20110289561A1 (en)2010-05-212011-11-24IVANOV AndreiSystem and Method for Information Handling System Multi-Level Authentication for Backup Services
US20110296069A1 (en)2010-05-272011-12-01Microsoft CorporationFabric Based Lock Manager Service
US20110320690A1 (en)2009-03-232011-12-29Ocz Technology Group Inc.Mass storage system and method using hard disk and solid-state media
US20120017114A1 (en)2010-07-192012-01-19Veeam Software International Ltd.Systems, Methods, and Computer Program Products for Instant Recovery of Image Level Backups
US20120023495A1 (en)2009-04-232012-01-26Nec CorporationRejuvenation processing device, rejuvenation processing system, computer program, and data processing method
US20120030456A1 (en)2010-05-042012-02-02Riverbed Technology, Inc.Booting Devices Using Virtual Storage Arrays Over Wide-Area Networks
US20120054736A1 (en)2010-08-272012-03-01International Business Machines CorporationAutomatic upgrade of virtual appliances
US8145947B1 (en)2006-09-292012-03-27Emc CorporationUser customizable CVFS namespace
US20120084381A1 (en)2010-09-302012-04-05Microsoft CorporationVirtual Desktop Configuration And Operation Techniques
US20120081395A1 (en)2010-09-302012-04-05International Business Machines CorporationDesigning and building virtual images using semantically rich composable software image bundles
US20120151249A1 (en)2010-12-102012-06-14Microsoft CorporationProviding transparent failover in a file system
US20120166866A1 (en)2005-06-292012-06-28International Business Machines CorporationFault-Tolerance And Fault-Containment Models For Zoning Clustered Application Silos Into Continuous Availability And High Availability Zones In Clustered Systems During Recovery And Maintenance
US20120185437A1 (en)2008-09-162012-07-19Elan PavlovMethods and Apparatus for Distributed Data Storage
US20120210066A1 (en)2011-02-152012-08-16Fusion-Io, Inc.Systems and methods for a file-level cache
US20120209983A1 (en)2011-02-102012-08-16Architecture Technology CorporationConfigurable forensic investigative tool
US20120233463A1 (en)2011-03-082012-09-13Rackspace Us, Inc.Cluster Federation and Trust
WO2012126177A2 (en)2011-03-222012-09-27青岛海信传媒网络技术有限公司Method and apparatus for reading data from database
US20120254445A1 (en)2011-04-042012-10-04Hitachi, Ltd.Control method for virtual machine and management computer
US20120254567A1 (en)2011-03-292012-10-04Os Nexus, Inc.Dynamic provisioning of a virtual storage appliance
US20120266162A1 (en)2011-04-122012-10-18Red Hat Israel, Inc.Mechanism for Storing a Virtual Machine on a File System in a Distributed Environment
US20120272237A1 (en)2011-04-202012-10-25Ayal BaronMechanism for managing quotas in a distributed virtualziation environment
US20120290630A1 (en)2011-05-132012-11-15Nexenta Systems, Inc.Scalable storage for virtual machines
US20120304247A1 (en)2011-05-252012-11-29John BadgerSystem and process for hierarchical tagging with permissions
US20120310881A1 (en)2011-05-312012-12-06Ori Software Development LtdEfficient distributed lock manager
US20120310892A1 (en)2004-12-212012-12-06Dam Tru QSystem and method for virtual cluster file server
US20120324183A1 (en)2011-06-202012-12-20Microsoft CorporationManaging replicated virtual storage at recovery sites
US20120331119A1 (en)2011-06-212012-12-27Sriranjan BoseRack server management
US8352608B1 (en)2008-09-232013-01-08Gogrid, LLCSystem and method for automated configuration of hosting resources
US8352482B2 (en)2009-07-212013-01-08Vmware, Inc.System and method for replicating disk images in a cloud computing based virtual machine file system
US8359594B1 (en)2009-06-302013-01-22Sychron Advanced Technologies, Inc.Automated rapid virtual machine provisioning system
US8365167B2 (en)2008-04-152013-01-29International Business Machines CorporationProvisioning storage-optimized virtual machines within a virtual desktop environment
US20130046740A1 (en)2011-08-172013-02-21Vmware, Inc.Performing online in-place upgrade of cluster file system
US20130047160A1 (en)2011-08-182013-02-21Matthew ConoverSystems and methods for modifying an operating system for a virtual machine
US20130054979A1 (en)2011-08-302013-02-28Microsoft CorporationSector map-based rapid data encryption policy compliance
US20130055018A1 (en)2011-08-312013-02-28Oracle International CorporationDetection of logical corruption in persistent storage and automatic recovery therefrom
US20130061167A1 (en)2011-09-072013-03-07Microsoft CorporationProcess Management Views
US20130061110A1 (en)2011-09-012013-03-07International Business Machines CorporationData verification using checksum sidefile
US20130066930A1 (en)2011-09-142013-03-14Hitachi, Ltd.Method for creating clone file, and file system adopting the same
US8407448B1 (en)2008-05-062013-03-26Emc CorporationShared storage I/O elimination through mapping client integration into a hypervisor
US20130117744A1 (en)2011-11-032013-05-09Ocz Technology Group, Inc.Methods and apparatus for providing hypervisor-level acceleration and virtualization services
US8447728B2 (en)2006-10-172013-05-21Commvault Systems, Inc.System and method for storage operation access security
US20130132674A1 (en)2011-11-212013-05-23Lsi CorporationMethod and system for distributing tiered cache processing across multiple processors
US20130152085A1 (en)*2011-12-132013-06-13International Business Machines CorporationOptimizing Storage Allocation in a Virtual Desktop Environment
US20130151888A1 (en)2011-12-122013-06-13International Business Machines CorporationAvoiding A Ping-Pong Effect On Active-Passive Storage
US8473462B1 (en)2011-04-212013-06-25Symantec CorporationChange tracking for shared disks
US20130174165A1 (en)2011-12-292013-07-04Rajat ChopraFault tolerant distributed lock manager
US8484163B1 (en)2010-12-162013-07-09Netapp, Inc.Cluster configuration backup and recovery
US8484356B1 (en)2011-06-082013-07-09Emc CorporationSystem and method for allocating a storage unit for backup in a storage system with load balancing
US20130185716A1 (en)2012-01-132013-07-18Computer Associates Think, Inc.System and method for providing a virtualized replication and high availability environment
US20130198738A1 (en)2012-01-302013-08-01Timothy ReddinInput/output operations at a virtual block device of a storage server
US20130212345A1 (en)2012-02-102013-08-15Hitachi, Ltd.Storage system with virtual volume having data arranged astride storage devices, and volume management method
US20130227566A1 (en)2012-02-272013-08-29Fujitsu LimitedData collection method and information processing system
US20130227379A1 (en)2012-02-232013-08-29International Business Machines CorporationEfficient checksums for shared nothing clustered filesystems
US20130227552A1 (en)2012-02-282013-08-29Timothy ReddinPersistent volume at an offset of a virtual block device of a storage server
US20130232491A1 (en)2008-06-132013-09-05Netapp Inc.Virtual machine communication
US20130247036A1 (en)2012-03-132013-09-19Yuji FujiwaraInformation processing apparatus, virtual image file creation system, and virtual image file creation method
US20130246705A1 (en)2012-03-152013-09-19Aboubacar DiareBalancing logical units in storage systems
US8549518B1 (en)2011-08-102013-10-01Nutanix, Inc.Method and system for implementing a maintenanece service for managing I/O and storage for virtualization environment
US20130262396A1 (en)2012-03-302013-10-03Commvault Systems, Inc.Data storage recovery automation
US20130283267A1 (en)2012-04-232013-10-24Hewlett-Packard Development Company LpVirtual machine construction
US20130282994A1 (en)2012-03-142013-10-24Convergent.Io Technologies Inc.Systems, methods and devices for management of virtual memory systems
US20130297869A1 (en)2012-05-012013-11-07Enmotus Inc.Storage system with load balancing mechanism and method of operation thereof
US8595595B1 (en)2010-12-272013-11-26Netapp, Inc.Identifying lost write errors in a raid array
US8601473B1 (en)2011-08-102013-12-03Nutanix, Inc.Architecture for managing I/O and storage for a virtualization environment
US8620870B2 (en)2010-09-302013-12-31Commvault Systems, Inc.Efficient data management improvements, such as docking limited-feature data management modules to a full-featured data management system
US20140006708A1 (en)2012-06-282014-01-02International Business Machines CorporationSecure access to shared storage resources
US20140006465A1 (en)2011-11-142014-01-02Panzura, Inc.Managing a global namespace for a distributed filesystem
US20140025796A1 (en)2012-07-192014-01-23Commvault Systems, Inc.Automated grouping of computing devices in a networked data storage system
US8646089B2 (en)2011-10-182014-02-04Mcafee, Inc.System and method for transitioning to a whitelist mode during a malware attack in a network environment
US20140059392A1 (en)2012-08-242014-02-27Vmware, Inc.Protecting virtual machines against storage connectivity failures
US20140075029A1 (en)2012-09-112014-03-13Maor LipchukVirtual resource allocation and resource and consumption management
US8688660B1 (en)2010-09-282014-04-01Amazon Technologies, Inc.System and method for providing enhancements of block-level storage
US20140095555A1 (en)2012-09-282014-04-03Samsung Electronics Co., Ltd.File management device and method for storage system
US20140095544A1 (en)2012-09-282014-04-03International Business Machines CorporationCoordinated access to a clustered file system's shared storage using shared-lock architecture
US20140095816A1 (en)2012-09-282014-04-03Windsor W. HsuSystem and method for full virtual machine backup using storage system functionality
US20140108587A1 (en)2012-10-122014-04-17A9.Com, Inc.Dynamic search partitioning
CN103746997A (en)2014-01-102014-04-23浪潮电子信息产业股份有限公司Network security solution for cloud computing center
US20140115182A1 (en)2012-10-242014-04-24Brocade Communications Systems, Inc.Fibre Channel Storage Area Network to Cloud Storage Gateway
US20140123138A1 (en)2012-10-312014-05-01Samsung Sds Co., Ltd.Hypervisor-based server duplication system and method and storage medium storing server duplication computer program
US8725679B2 (en)2008-04-072014-05-13International Business Machines CorporationClient side caching of synchronized data
US20140149794A1 (en)2011-12-072014-05-29Sachin ShettySystem and method of implementing an object storage infrastructure for cloud-based services
US20140149983A1 (en)2012-11-292014-05-29International Business Machines CorporationReplacing virtual machine disks
US20140146055A1 (en)2012-11-292014-05-29International Business Machines CorporationUse of snapshots to reduce risk in migration to a standard virtualized environment
US8751515B1 (en)2012-03-302014-06-10Emc CorporationSystem and method for file-based virtual machine incremental backup
US20140164449A1 (en)2012-12-102014-06-12Postech Academy - Industry FoundationVirtual file system integrating multiple cloud storage services and operating method of the same
US20140173199A1 (en)2012-12-142014-06-19International Business Machines CorporationEnhancing Analytics Performance Using Distributed Multi-Tiering
US20140181438A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US20140181116A1 (en)2011-10-112014-06-26Tianjin Sursen Investment Co., Ltd.Method and device of cloud storage
US20140189686A1 (en)2012-12-312014-07-03F5 Networks, Inc.Elastic offload of prebuilt traffic management system component virtual machines
US20140189677A1 (en)2013-01-022014-07-03International Business Machines CorporationEffective Migration and Upgrade of Virtual Machines in Cloud Environments
US20140189685A1 (en)2012-12-282014-07-03Commvault Systems, Inc.Systems and methods for repurposing virtual machines
US20140189429A1 (en)2012-12-272014-07-03Nutanix, Inc.Method and system for implementing consistency groups with virtual machines
US20140188808A1 (en)2012-12-312014-07-03Apple Inc.Backup user interface
US20140196038A1 (en)2013-01-082014-07-10Commvault Systems, Inc.Virtual machine management in a data storage system
US20140201725A1 (en)2013-01-142014-07-17Vmware, Inc.Techniques for performing virtual machine software upgrades using virtual disk swapping
US20140207824A1 (en)2013-01-222014-07-24Amazon Technologies, Inc.Access controls on the use of freeform metadata
US8805951B1 (en)2011-02-082014-08-12Emc CorporationVirtual machines and cloud storage caching for cloud computing applications
US20140230024A1 (en)2013-02-132014-08-14Hitachi, Ltd.Computer system and virtual computer management method
US20140237464A1 (en)2013-02-152014-08-21Zynstra LimitedComputer system supporting remotely managed it services
US20140250300A1 (en)2009-05-292014-09-04Bitspray CorporationSecure storage and accelerated transmission of information over communication networks
US8838923B2 (en)2008-07-032014-09-16Commvault Systems, Inc.Continuous data protection over intermittent connections, such as continuous data backup for laptops or wireless devices
US20140279909A1 (en)2013-03-122014-09-18Tintri Inc.Efficient data synchronization for storage containers
US8850130B1 (en)2011-08-102014-09-30Nutanix, Inc.Metadata for managing I/O and storage for a virtualization
US20140298185A1 (en)2013-03-282014-10-02International Business Machines CorporationDynamically enhancing user interface
US8863124B1 (en)2011-08-102014-10-14Nutanix, Inc.Architecture for managing I/O and storage for a virtualization environment
US20140310710A1 (en)2011-02-222014-10-16Virtustream, Inc.Systems and methods of host-aware resource management involving cluster-based resource pools
US20140359612A1 (en)2013-06-032014-12-04Microsoft CorporationSharing a Virtual Hard Disk Across Multiple Virtual Machines
US20140365549A1 (en)2013-06-102014-12-11Amazon Technologies, Inc.Distributed lock management in a cloud computing environment
US8914429B2 (en)2002-02-082014-12-16Willaim PittsMethod for creating global distributed namespace
US20150006788A1 (en)2013-06-282015-01-01Vmware, Inc.Techniques for Implementing Hybrid Flash/HDD-based Virtual Disk Files
US20150007180A1 (en)2010-10-122015-01-01Citrix Systems, Inc.Allocating virtual machines according to user-specific virtual machine metrics
US8935563B1 (en)2012-06-152015-01-13Symantec CorporationSystems and methods for facilitating substantially continuous availability of multi-tier applications within computer clusters
US20150026682A1 (en)2010-05-102015-01-22Citrix Systems, Inc.Redirection of information from secure virtual machines to unsecure virtual machines
US8943203B1 (en)2009-07-102015-01-27Netapp, Inc.System and method for storage and deployment of virtual machines in a virtual server environment
US20150032690A1 (en)2013-07-252015-01-29Microsoft CorporationVirtual synchronization with on-demand data delivery
US8949557B2 (en)2008-10-152015-02-03Hitachi, Ltd.File management method and hierarchy management file system
US20150039735A1 (en)2012-02-072015-02-05Cloudera, Inc.Centralized configuration of a distributed computing cluster
US20150039837A1 (en)2013-03-062015-02-05Condusiv Technologies CorporationSystem and method for tiered caching and storage allocation
US8966188B1 (en)2010-12-152015-02-24Symantec CorporationRAM utilization in a virtual environment
US20150058475A1 (en)2013-08-262015-02-26Vmware, Inc.Distributed policy-based provisioning and enforcement for quality of service
US20150074536A1 (en)2013-09-122015-03-12Commvault Systems, Inc.File manager integration with virtualization in an information management system, including user control and storage management of virtual machines
US20150074659A1 (en)2013-09-062015-03-12Vmware, Inc.Methods and Apparatus to Perform Web-Based Installations and/or Upgrade Architectures for Enterprise Software
US8983952B1 (en)2010-07-292015-03-17Symantec CorporationSystem and method for partitioning backup data streams in a deduplication based storage system
US20150081644A1 (en)2013-07-162015-03-19Openpeak Inc.Method and system for backing up and restoring a virtual file system
US8996783B2 (en)2012-04-292015-03-31Hewlett-Packard Development Company, L.P.Managing nodes in a storage system
US20150095597A1 (en)2013-09-302015-04-02American Megatrends, Inc.High performance intelligent virtual desktop infrastructure using volatile memory arrays
US20150095788A1 (en)2013-09-272015-04-02Fisher-Rosemount Systems, Inc.Systems and methods for automated commissioning of virtualized distributed control systems
US9009106B1 (en)2011-08-102015-04-14Nutanix, Inc.Method and system for implementing writable snapshots in a virtualized storage environment
US20150106802A1 (en)2013-10-142015-04-16Vmware, Inc.Replicating virtual machines across different virtualization platforms
US20150120925A1 (en)2013-10-302015-04-30Futurewei Technologies, Inc.Lock elevation in a distributed file storage system
US20150143164A1 (en)2013-11-202015-05-21Lsi CorporationI/o request mirroring in a clustered storage system
US20150142747A1 (en)2013-11-202015-05-21Huawei Technologies Co., Ltd.Snapshot Generating Method, System, and Apparatus
US20150142745A1 (en)2013-11-182015-05-21Actifio, Inc.Computerized methods and apparatus for incremental database backup using change tracking
US9043567B1 (en)2012-03-282015-05-26Netapp, Inc.Methods and systems for replicating an expandable storage volume
US9060014B2 (en)2012-05-232015-06-16Observable Networks, Inc.System and method for continuous device profiling
US20150172412A1 (en)2012-07-062015-06-18Cornell UniversityManaging dependencies between operations in a distributed system
US20150178019A1 (en)2013-12-232015-06-25Vmware, Inc.Ensuring storage availability for virtual machines
US20150186635A1 (en)2014-01-022015-07-02Madjid F. NakhjiriGranular Redaction of Resources
US20150193144A1 (en)2012-07-242015-07-09Intel CorporationSystem and Method for Implementing SSD-Based I/O Caches
US20150205639A1 (en)2013-04-122015-07-23Hitachi, Ltd.Management system and management method of computer system
US20150213032A1 (en)2013-07-022015-07-30Hitachi Data Systems Engineering UK LimitedMethod and apparatus for migration of a virtualized file system, data storage system for migration of a virtualized file system, and file server for use in a data storage system
US20150220324A1 (en)2014-02-032015-08-06International Business Machines CorporationUpdating software products on virtual machines with software images of new levels
US20150242291A1 (en)2014-02-272015-08-27International Business Machines CorporationStorage system and a method used by the storage system
US20150248402A1 (en)2013-11-072015-09-03Datrium, Inc.Data storage with a distributed virtual array
US20150256617A1 (en)2014-03-052015-09-10Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US20150278046A1 (en)2014-03-312015-10-01Vmware, Inc.Methods and systems to hot-swap a virtual machine
US9154535B1 (en)2013-03-082015-10-06Scott C. HarrisContent delivery system with customizable content
US9152628B1 (en)2008-09-232015-10-06Emc CorporationCreating copies of space-reduced files in a file server having a redundant data elimination store
US20150293896A1 (en)2014-04-092015-10-15Bitspray CorporationSecure storage and accelerated transmission of information over communication networks
US20150293830A1 (en)2014-04-152015-10-15Splunk Inc.Displaying storage performance information
US9165003B1 (en)2004-11-292015-10-20Netapp, Inc.Technique for permitting multiple virtual file systems having the same identifier to be served by a single storage system
US20150301903A1 (en)2014-04-162015-10-22Commvault Systems, Inc.Cross-system, user-level management of data objects stored in a plurality of information management systems
US9171019B1 (en)2013-02-192015-10-27Amazon Technologies, Inc.Distributed lock service with external lock information database
US20150309825A1 (en)2014-04-292015-10-29Vmware, Inc.Method and system for supporting a change in state within a cluster of host computers that run virtual machines
US20150326531A1 (en)2014-05-092015-11-12Nutanix, Inc.Mechanism for providing external access to a secured networked virtualization environment
US20150324217A1 (en)2014-05-122015-11-12Netapp, Inc.Techniques for virtual machine shifting
US20150331757A1 (en)2014-05-192015-11-19Sachin Baban DurgeOne-click backup in a cloud-based disaster recovery system
CN105100210A (en)2015-06-242015-11-25深圳市美贝壳科技有限公司File cache method and device applied to client
US9201704B2 (en)2012-04-052015-12-01Cisco Technology, Inc.System and method for migrating application virtual machines in a network environment
US9201887B1 (en)2012-03-302015-12-01Emc CorporationCluster file server proxy server for backup and recovery
US9201698B2 (en)2012-01-232015-12-01International Business Machines CorporationSystem and method to reduce memory usage by optimally placing VMS in a virtualized data center
US20150355862A1 (en)2014-06-042015-12-10Pure Storage, Inc.Transparent array migration
US20150356125A1 (en)2014-06-062015-12-10Plexistor Ltd.Method for data placement based on a file level operation
US9213513B2 (en)2006-06-232015-12-15Microsoft Technology Licensing, LlcMaintaining synchronization of virtual machine image differences across server and host computers
US20150378853A1 (en)2014-06-272015-12-31Vmware, Inc.Orchestrating High Availability Failover for Virtual Machines Stored on Distributed Object-Based Storage
US20150378761A1 (en)2014-06-272015-12-31Vmware, Inc.Maintaining High Availability During Network Partitions for Virtual Machines Stored on Distributed Object-Based Storage
US9229850B1 (en)2009-06-302016-01-05Emc CorporationMapping data storage and virtual machines
US20160011898A1 (en)2010-04-272016-01-14Tintri Inc.Virtual machine storage
US9244969B1 (en)2010-06-302016-01-26Emc CorporationVirtual disk recovery
US9250823B1 (en)2014-05-202016-02-02Emc CorporationOnline replacement of physical storage in a virtual storage system
WO2016018446A1 (en)2014-07-292016-02-04Hewlett-Packard Development Company, L.P.Virtual file server
US9256612B1 (en)2013-06-112016-02-09Symantec CorporationSystems and methods for managing references in deduplicating data systems
US9268586B2 (en)2011-03-082016-02-23Rackspace Us, Inc.Wake-on-LAN and instantiate-on-LAN in a cloud computing system
US9268947B1 (en)2012-03-152016-02-23Dataguise Inc.Method and system for managing information associated with sensitive information in an enterprise
US9274817B1 (en)2012-12-312016-03-01Emc CorporationStorage quality-of-service control in distributed virtual infrastructure
US20160070492A1 (en)2014-08-282016-03-10International Business Machines CorporationStorage system
US9286298B1 (en)2010-10-142016-03-15F5 Networks, Inc.Methods for enhancing management of backup data sets and devices thereof
US20160078068A1 (en)2014-09-162016-03-17Commvault Systems, Inc.Fast deduplication data verification
US20160077988A1 (en)2014-09-152016-03-17Microsoft CorporationEfficient data movement within file system volumes
US9292327B1 (en)2014-05-292016-03-22Emc CorporationOptimization for incremental backup of VMS
US20160087861A1 (en)2014-09-232016-03-24Chia-Chee KuanInfrastructure performance monitoring
US20160085480A1 (en)2014-09-242016-03-24International Business Machines CorporationProviding access information to a storage controller to determine a storage tier for storing data
US20160085574A1 (en)2014-09-222016-03-24Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US20160100016A1 (en)2009-02-172016-04-07Netapp, Inc.Servicing of storage device software components of nodes of a cluster storage system
US20160110214A1 (en)2011-03-302016-04-21Amazon Technologies, Inc.Frameworks and interfaces for offload device-based packet processing
US20160124665A1 (en)2014-11-042016-05-05Rubrik, Inc.Management of virtual machine snapshots
US20160124663A1 (en)2014-10-292016-05-05Commvault Systems, Inc.Accessing a file system using tiered deduplication
US9336132B1 (en)2012-02-062016-05-10Nutanix, Inc.Method and system for implementing a distributed operations log
US9348702B2 (en)2012-03-302016-05-24Emc CorporationSystem and method for incremental virtual machine backup using storage system functionality
US20160162371A1 (en)2011-01-052016-06-09Netapp, Inc.Supporting multi-tenancy through service catalog
US20160171241A1 (en)2014-12-112016-06-16Naver Business Platform CorporationApparatuses, systems, methods, and computer readable media for providing secure file-deletion functionality
US20160180107A1 (en)*2014-12-172016-06-23Anoosmar Technologies Private LimitedMethod and system for policy based data access control
US20160179416A1 (en)2014-12-232016-06-23Commvault Systems, Inc.Secondary storage operation instruction tags in information management systems
US20160179419A1 (en)2014-12-172016-06-23Fujitsu LimitedStorage system, storage management apparatus, and storage management method
US20160188232A1 (en)2013-09-052016-06-30Nutanix, Inc.Systems and methods for implementing stretch clusters in a virtualization environment
US20160188407A1 (en)2014-12-302016-06-30Nutanix, Inc.Architecture for implementing erasure coding
US20160202916A1 (en)2014-03-122016-07-14Nutanix, Inc.Method and system for implementing virtual machine images
US20160203008A1 (en)2014-05-152016-07-14Nutanix, Inc.Mechanism for performing rolling updates with data unavailability check in a networked virtualization environment for storage management
US20160216993A1 (en)2015-01-252016-07-28Objective Interface Systems, Inc.Multi-session Zero Client Device and Network for Transporting Separated Flows to Device Sessions via Virtual Nodes
US9405566B2 (en)2013-05-242016-08-02Dell Products L.P.Access to storage resources using a virtual storage appliance
US20160224363A1 (en)2015-01-302016-08-04Bladelogic, IncDynamic virtual port provisioning
US9411628B2 (en)2014-11-132016-08-09Microsoft Technology Licensing, LlcVirtual machine cluster backup in a multi-node environment
US9430646B1 (en)2013-03-142016-08-30Fireeye, Inc.Distributed systems and methods for automatically detecting unknown bots and botnets
US9448887B1 (en)2015-08-222016-09-20Weka.IO Ltd.Distributed erasure coded virtual file system
US20160274926A1 (en)2015-03-162016-09-22Oracle International CorporationVirtual machine (vm) migration from switched fabric based computing system to external systems
US9465953B2 (en)2012-01-062016-10-11Mobile Iron, Inc.Secure virtual file management system
US20160301766A1 (en)2015-04-102016-10-13Open Text S.A.SYSTEMS AND METHODS FOR CACHING OF MANAGED CONTENT IN A DISTRIBUTED ENVIRONMENT USING A MUL Tl-TIERED ARCHITECTURE
US20160306751A1 (en)2014-09-172016-10-20Commvault Systems, Inc.Data storage systems and methods
US20160314046A1 (en)2015-04-212016-10-27Commvault Systems, Inc.Content-independent and database management system-independent synthetic full backup of a database based on snapshot technology
US20160316003A1 (en)2015-04-272016-10-27Microsoft Technology Licensing LlcBalancing resources in distributed computing environments
US20160328007A1 (en)2015-05-062016-11-10Vmware, Inc.Centralized power management with partial suspend mode for distributed storage systems
US20160328226A1 (en)2015-05-082016-11-10Desktop 365, LLCMethod and system for managing the end to end lifecycle of the virtualization environment for an appliance
US9497257B1 (en)2010-06-302016-11-15EMC IP Holding Company LLCFile level referrals
US20160335134A1 (en)2015-03-312016-11-17International Business Machines CorporationDetermining storage tiers for placement of data sets during execution of tasks in a workflow
US20160359697A1 (en)2015-06-052016-12-08Cisco Technology, Inc.Mdl-based clustering for application dependency mapping
US9519596B2 (en)2014-03-062016-12-13Stmicroelectronics (Grenoble 2) SasResource access control in a system-on-chip
US20160371020A1 (en)2015-06-162016-12-22Vmware, Inc.Virtual machine data placement in a virtualized computing environment
US20160378528A1 (en)2015-06-262016-12-29Vmware, Inc.Propagating changes from a virtual machine clone to a physical host device
US20160378616A1 (en)2015-06-292016-12-29Emc CorporationBackup performance using data allocation optimization
US9535907B1 (en)2010-01-222017-01-03Veritas Technologies LlcSystem and method for managing backup operations of virtual machines
US20170004131A1 (en)2015-07-012017-01-05Weka.IO LTDVirtual File System Supporting Multi-Tiered Storage
US20170005990A1 (en)2015-07-012017-01-05Ari BirgerSystems, Methods and Computer Readable Medium To Implement Secured Computational Infrastructure for Cloud and Data Center Environments
US20170012904A1 (en)2015-07-102017-01-12International Business Machines CorporationLoad balancing in a virtualized computing environment based on a fabric limit
CN106357744A (en)2016-08-292017-01-25浪潮(北京)电子信息产业有限公司Cluster reconnection method and system for SMB (server message block) client and SMB client
US20170024152A1 (en)2015-07-222017-01-26Commvault Systems, Inc.Browse and restore for block-level backups
US20170024224A1 (en)2015-07-222017-01-26Cisco Technology, Inc.Dynamic snapshots for sharing network boot volumes
US9563555B2 (en)2011-03-182017-02-07Sandisk Technologies LlcSystems and methods for storage allocation
US20170039078A1 (en)2015-08-042017-02-09International Business Machines CorporationApplication configuration in a virtual environment
US20170039082A1 (en)2015-08-052017-02-09Vmware, Inc.Self triggered maintenance of state information of virtual machines for high availablity operations
US20170039218A1 (en)2009-06-302017-02-09Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US20170041296A1 (en)2015-08-052017-02-09Intralinks, Inc.Systems and methods of secure data exchange
US9571561B2 (en)2012-12-282017-02-14Samsung Sds Co., Ltd.System and method for dynamically expanding virtual cluster and recording medium on which program for executing the method is recorded
US20170048223A1 (en)2015-08-152017-02-16Microsoft Technology Licensing, LlcDomain joined virtual names on domainless servers
US9590843B2 (en)2014-03-122017-03-07Nutanix, Inc.Method and system for providing distributed management in a networked virtualization environment
US20170068469A1 (en)2015-09-032017-03-09Microsoft Technology Licensing, LlcRemote Shared Virtual Disk Snapshot Creation
US20170075921A1 (en)2015-09-142017-03-16Microsoft Technology Licensing, LlcHosted file sync with direct access to hosted files
US9602341B1 (en)2013-06-192017-03-21EMC IP Holding Company LLCSecure multi-tenant virtual control server operation in a cloud environment using API provider
US9600307B1 (en)2012-09-112017-03-21EMC IP Holding Company LLCDynamic policy based placement of virtual machines within and across multiple data centers
US20170091262A1 (en)2015-09-252017-03-30Netapp, Inc.Object storage backed file system cache
US20170090776A1 (en)2015-09-252017-03-30Seagate Technology LlcCompression sampling in tiered storage
US20170091047A1 (en)2015-09-302017-03-30Commvault Systems, Inc.Dynamic triggering of block-level backups based on block change thresholds and corresponding file identities in a data storage management system
US9613064B1 (en)2010-05-032017-04-04Panzura, Inc.Facilitating the recovery of a virtual machine using a distributed filesystem
US20170109184A1 (en)2015-10-152017-04-20Netapp Inc.Storage virtual machine relocation
US9634990B2 (en)2013-02-262017-04-25Zentera Systems, Inc.Distributed firewall security system for cloud computing environments
US9632892B1 (en)2015-03-302017-04-25EMC IP Holding Company LLCNFS cluster failover
US9639428B1 (en)2014-03-282017-05-02EMC IP Holding Company LLCOptimized backup of clusters with multiple proxy servers
US20170123890A1 (en)2015-10-292017-05-04Commvault Systems, Inc.Monitoring, diagnosing, and repairing a management database in a data storage management system
US9652265B1 (en)2011-08-102017-05-16Nutanix, Inc.Architecture for managing I/O and storage for a virtualization environment with multiple hypervisor types
US20170155691A1 (en)2015-12-012017-06-01Vmware, Inc.Exclusive session mode resilient to failure
US20170160983A1 (en)2015-12-042017-06-08International Business Machines CorporationAllocation of resources with tiered storage
US20170177638A1 (en)2015-12-172017-06-22International Business Machines CorporationPredictive object tiering based on object metadata
US9690670B1 (en)2014-06-302017-06-27Veritas Technologies LlcSystems and methods for doing agentless backup in scale-out fashion
US20170193021A1 (en)2015-12-312017-07-06International Business Machines CorporationIdentifying patterns of a set of software applications
US20170220661A1 (en)2016-02-012017-08-03Vmware, Inc.On-demand subscribed content library
US20170228300A1 (en)2015-02-122017-08-10Netapp Inc.Faster reconstruction of segments using a dedicated spare memory unit
US20170235761A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server deployment
US9740436B2 (en)2014-11-142017-08-22International Business Machines CorporationElastic file system management in storage cloud environments
US9740472B1 (en)2014-05-152017-08-22Nutanix, Inc.Mechanism for performing rolling upgrades in a networked virtualization environment
US20170242871A1 (en)2016-02-182017-08-24Commvault Systems, Inc.Data restoration operations based on network path information
US20170242599A1 (en)2016-02-222017-08-24Netapp Inc.Enabling data integrity checking and faster application recovery in synchronous replicated datasets
US9747287B1 (en)2011-08-102017-08-29Nutanix, Inc.Method and system for managing metadata for a virtualization environment
US20170262346A1 (en)2016-03-092017-09-14Commvault Systems, Inc.Data management and backup of distributed storage environment
US20170264684A1 (en)2016-03-102017-09-14Vmware, Inc.Container runtime image management across the cloud
US9772866B1 (en)2012-07-172017-09-26Nutanix, Inc.Architecture for implementing a virtualization environment and appliance
US20170277556A1 (en)2014-10-302017-09-28Hitachi, Ltd.Distribution system, computer, and arrangement method for virtual machine
US20170279674A1 (en)2016-03-252017-09-28Alibaba Group Holding LimitedMethod and apparatus for expanding high-availability server cluster
US20170277903A1 (en)2016-03-222017-09-28Qualcomm IncorporatedData Protection Using Virtual Resource Views
US20170286228A1 (en)2016-03-302017-10-05Acronis International GmbhSystem and method for data protection during full data backup
US20170302731A1 (en)2014-05-132017-10-19Nutanix, Inc.Mechanism for providing load balancing to an external node utilizing a clustered environment for storage management
US20170302589A1 (en)2011-03-082017-10-19Rackspace Us, Inc.Pluggable allocation in a cloud computing system
US9798486B1 (en)2013-12-182017-10-24EMC IP Holding Company LLCMethod and system for file system based replication of a deduplicated storage system
US20170329554A1 (en)2015-03-272017-11-16Hewlett Packard Enterprise Development LpFile migration to persistent memory
US9832136B1 (en)2013-01-232017-11-28Liberty Mutual Insurance CompanyStreaming software to multiple virtual machines in different subnets
US9846706B1 (en)2012-12-282017-12-19EMC IP Holding Company LLCManaging mounting of file systems
US9853978B2 (en)2014-11-072017-12-26Amazon Technologies, Inc.Domain join and managed directory support for virtual computing environments
US20180004766A1 (en)2015-01-292018-01-04Longsand LimitedRegenerated container file storing
WO2018014650A1 (en)2016-07-202018-01-25华为技术有限公司Distributed database data synchronisation method, related apparatus and system
US9893988B2 (en)2014-03-272018-02-13Nicira, Inc.Address resolution using multiple designated instances of a logical router
US20180062993A1 (en)2016-08-292018-03-01Vmware, Inc.Stateful connection optimization over stretched networks using specific prefix routes
US9922201B2 (en)*2015-04-012018-03-20Dropbox, Inc.Nested namespaces for selective content sharing
US9940460B1 (en)2015-12-182018-04-10EMC IP Holding Company LLCCleaning malware from backup data
US9946573B2 (en)2015-05-202018-04-17Oracle International CorporationOptimizing virtual machine memory sizing for cloud-scale application deployments
US20180107838A1 (en)2016-10-132018-04-19Commvault Systems, Inc.Data protection within an unsecured storage environment
US9961145B1 (en)2015-12-172018-05-01EMC IP Holding Company LLCMulti-tier storage system having front-end storage tier implemented utilizing software-defined storage functionality
US9965357B1 (en)2013-03-132018-05-08EMC IP Holding Company LLCVirtual backup and restore of virtual machines
US20180129426A1 (en)2015-04-132018-05-10Cohesity, Inc.Tier-optimized write scheme
US20180145960A1 (en)2016-11-222018-05-24Vmware, Inc.Cached credentials for offline domain join and login without local access to the domain controller
US20180143880A1 (en)2016-11-212018-05-24Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and resumption
US20180157752A1 (en)2016-12-022018-06-07Nutanix, Inc.Transparent referrals for distributed file servers
US20180157677A1 (en)2016-12-062018-06-07Nutanix, Inc.Cloning virtualized file servers
US20180159826A1 (en)2016-12-022018-06-07Vmware, Inc.Application based network traffic management
US20180157521A1 (en)2016-12-022018-06-07Nutanix, Inc.Virtualized server systems and methods including load balancing for virtualized file servers
US20180157522A1 (en)2016-12-062018-06-07Nutanix, Inc.Virtualized server systems and methods including scaling of file system virtual machines
US20180157561A1 (en)2016-12-052018-06-07Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US20180157860A1 (en)2016-12-022018-06-07Nutanix, Inc.Handling permissions for virtualized file servers
US20180159729A1 (en)2016-12-022018-06-07Nutanix, Inc.Configuring network segmentation for a virtualization environment
US20180173731A1 (en)2016-12-212018-06-21Hewlett Packard Enterprise Development LpStorage system deduplication
US10009215B1 (en)2012-11-302018-06-26EMC IP Holding Company LLCActive/passive mode enabler for active/active block IO distributed disk(s)
US20180181723A1 (en)2016-12-272018-06-28Dropbox, Inc.Kernel event triggers for content item security
US20180196719A1 (en)2015-02-042018-07-12Tintri Inc.Optimized remote cloning
US20180205787A1 (en)2015-11-112018-07-19Weka.IO LTDLoad Balanced Network File Accesses
US20180225204A1 (en)2016-05-312018-08-09Brocade Communications Systems LLCBuffer manager
US10050862B2 (en)2015-02-092018-08-14Cisco Technology, Inc.Distributed application framework that uses network and application awareness for placing data
US10069909B1 (en)2015-12-182018-09-04EMC IP Holding Company LLCDynamic parallel save streams for block level backups
US10078583B1 (en)2016-03-312018-09-18EMC IP Holding Company LLCMethod and system for reducing memory used in embedded DDRs by using spare drives for OOC GC
US10084873B2 (en)2015-06-192018-09-25Commvault Systems, Inc.Assignment of data agent proxies for executing virtual-machine secondary copy operations including streaming backup jobs
US10083022B2 (en)2014-10-282018-09-25International Business Machines CorporationApplying update to snapshots of virtual machine
US20180278602A1 (en)2014-11-102018-09-27Amazon Technologies, Inc.Desktop application fulfillment platform with multiple authentication mechanisms
US10108502B1 (en)2015-06-262018-10-23EMC IP Holding Company LLCData protection using checkpoint restart for cluster shared resources
US10114706B1 (en)2015-09-222018-10-30EMC IP Holding Company LLCBackup and recovery of raw disks [RDM] in virtual environment using snapshot technology
US20180332105A1 (en)2015-12-302018-11-15Huawei Technologies Co.,Ltd.Load balancing computer device, system, and method
US10152233B2 (en)2014-08-122018-12-11Huawei Technologies Co., Ltd.File management method, distributed storage system, and management node
US20180357251A1 (en)2014-07-292018-12-13Commvault Systems, Inc.Volume-level replication of data via snapshots and using a volume-replicating server in an information management system
US20190034240A1 (en)2016-01-292019-01-31Telefonaktiebolaget Lm Ericsson (Publ)Rolling upgrade with dynamic batch size
US10210048B2 (en)2016-10-252019-02-19Commvault Systems, Inc.Selective snapshot and backup copy operations for individual virtual machines in a shared storage
US20190087280A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed framework for task splitting and task assignments in a content indexing system
US20190087285A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed content indexing architecture with combined backup and content indices
US20190087281A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed architecture for tracking content indexing
US20190087279A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed framework for data proximity-based task splitting in a content indexing system
US20190087282A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed content indexing architecture with separately stored file previews
US20190087286A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed architecture for content indexing using restored secondary copies
US10262023B1 (en)2014-09-302019-04-16EMC IP Holding Company LLCManaging data inconsistencies in file systems
US20190129808A1 (en)2014-12-232019-05-02EMC IP Holding Company LLCVirtual proxy based backup
US10311153B2 (en)2014-11-282019-06-04Nasuni CorporationVersioned file system with global lock
US10333901B1 (en)2014-09-102019-06-25Amazon Technologies, Inc.Policy based data aggregation
US20190196718A1 (en)2017-12-212019-06-27Apple Inc.Techniques for facilitating processing checkpoints between computing devices
US10362092B1 (en)2016-10-142019-07-23Nutanix, Inc.Entity management in distributed systems
US10367753B2 (en)2011-11-182019-07-30Amazon Technologies, Inc.Virtual network interface records
US10382963B2 (en)2011-11-292019-08-13Egnyte, Inc.Flexible permission management framework for cloud attached file systems
US10379759B2 (en)2013-03-152019-08-13Nutanix, Inc.Method and system for maintaining consistency for I/O operations on metadata distributed amongst nodes in a ring structure
US10394412B2 (en)2014-10-092019-08-27Salesforce.Com, Inc.User-customizable permissions in a computing environment
US20190332683A1 (en)2018-04-302019-10-31Nutanix, Inc.Virtualized server systems and methods including domain joining techniques
CN110519112A (en)2018-05-222019-11-29山东数盾信息科技有限公司A kind of method for realizing the continuous High Availabitity of dynamic in cluster storage system
CN110516005A (en)2019-07-302019-11-29南京信安融慧网络技术有限公司A kind of distributed data base Fast synchronization system and method
CN110569269A (en)2019-11-062019-12-13成都四方伟业软件股份有限公司data synchronization method and system
US10523592B2 (en)2016-10-102019-12-31Cisco Technology, Inc.Orchestration system for migrating user data and services based on user information
US20200007530A1 (en)2018-06-282020-01-02Oracle International CorporationSession Synchronization Across Multiple Devices in an Identity Cloud Service
US10530742B2 (en)2013-11-112020-01-07Amazon Technologies Inc.Managed directory service
US20200034069A1 (en)2015-02-032020-01-30Netapp Inc.Monitoring storage cluster elements
US20200036647A1 (en)2016-05-202020-01-30Nutanix, Inc.Scalable leadership election in a multi-processing computing environment
US10552266B1 (en)2014-09-302020-02-04Acronis International GmbhBacking up virtual disk changes
US20200042537A1 (en)2018-08-022020-02-06Netapp Inc.File system operation handling during cutover and steady state
US20200050522A1 (en)2018-08-132020-02-13Remote DBA Experts, LLCHighly available cloud-based database services
US20200081733A1 (en)2014-06-252020-03-12Cloudjumper CorporationMethods and systems for provisioning a virtual resource in a mixed-use server
US10594730B1 (en)2015-12-082020-03-17Amazon Technologies, Inc.Policy tag management
US20200106669A1 (en)2018-09-272020-04-02Nutanix, Inc.Computing node clusters supporting network segmentation
US20200125580A1 (en)2016-01-182020-04-23Alibaba Group Holding LimitedData synchronization method, apparatus, and system
US10635544B1 (en)2014-03-132020-04-28EMC IP Holding Company LLCAssigning VMware local proxy host-datastore groups for consistently optimized access
US20200137157A1 (en)2018-10-312020-04-30Nutanix, Inc.Managing high-availability file servers
US10642800B2 (en)2013-10-252020-05-05Vmware, Inc.Multi-tenant distributed computing and database
US10642507B2 (en)2015-01-302020-05-05Nutanix, Inc.Pulsed leader consensus management
CN111259376A (en)2020-01-172020-06-09中国平安人寿保险股份有限公司Authority configuration method, device, server and storage medium
US10678651B1 (en)2014-12-302020-06-09Acronis International GmbhBacking up a virtual machine using a snapshot with memory
US20200274869A1 (en)2017-10-092020-08-27Hewlett-Packard Development Company, L.P.Domain join
CN109076126B (en)2017-03-212020-09-18华为技术有限公司Permission updating method and terminal equipment
US10789138B2 (en)2016-11-252020-09-29Huawei Technologies Co., Ltd.SMB service fault processing method and storage device
US20200387575A1 (en)2013-02-152020-12-10Emc CorporationMigrating virtual machines using asynchronous transfer and synchronous acceleration
US20210049240A1 (en)2013-03-132021-02-18Emc CorporationHighly available policy agent for backup and restore operations
US10949387B1 (en)2016-09-292021-03-16Triad National Security, LlcScalable filesystem enumeration and metadata operations
US20210081358A1 (en)2019-09-182021-03-18Okera, Inc.Background dataset maintenance
US11025626B1 (en)2017-07-262021-06-01EMC IP Holding Company LLCDecentralized identities for access to multiple computing resource systems
US20210165759A1 (en)2019-12-022021-06-03Dropbox, Inc.Technologies for migrating content items from a server on a network to an online content management system
US20210200641A1 (en)2019-12-312021-07-01Nutanix, Inc.Parallel change file tracking in a distributed file server virtual machine (fsvm) architecture
US20210224233A1 (en)2020-01-212021-07-22Nutanix, Inc.Method using access information in a distributed file server virtual machine (fsvm) architecture, including web access
US11074138B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Multi-streaming backup operations for mailboxes
US11106442B1 (en)2017-09-232021-08-31Splunk Inc.Information technology networked entity monitoring with metric selection prior to deployment
US11144407B1 (en)2019-09-302021-10-12Amazon Technologies, Inc.Synchronous database geo-mirroring using delayed visibility write operations
US20210334178A1 (en)2020-04-272021-10-28Vmware, Inc.File service auto-remediation in storage systems
US20210344772A1 (en)2020-04-302021-11-04Nutanix, Inc.Distributed database systems including callback techniques for cache of same
US11194680B2 (en)2018-07-202021-12-07Nutanix, Inc.Two node clusters recovery on a failure
US20210382636A1 (en)2020-06-082021-12-09Amazon Technologies, Inc.Customizable lock management for distributed resources
US20210390080A1 (en)2020-06-152021-12-16Nutanix, Inc.Actions based on file tagging in a distributed file server virtual machine (fsvm) environment
US20220229687A1 (en)2021-01-212022-07-21Vmware, Inc.Non-disruptive container runtime changes
US20220300335A1 (en)2021-03-182022-09-22Nutanix, Inc.Scope-based distributed lock infrastructure for virtualized file server
US11474796B1 (en)2019-07-092022-10-18Elements Dev CorporationBuild system for distributed applications
US11489839B2 (en)2019-01-312022-11-01Salesforce, Inc.Automatic user permission refinement through cluster-based learning
US11546337B2 (en)2009-02-172023-01-03Netapp, Inc.Servicing of network software components of nodes of a cluster storage system
US11563800B1 (en)2022-01-212023-01-24Vmware, Inc.Distributed semantic network for concurrent access to interconnected objects
US20250097231A1 (en)2023-09-152025-03-20Nutanix, Inc.File server managers including api-level permissions examination

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8140712B2 (en)2009-07-172012-03-20Sandforce, Inc.System, method, and computer program product for inserting a gap in information sent from a drive to a host device
CN103841781A (en)2012-11-262014-06-04鸿富锦精密工业(深圳)有限公司Electronic device
US9543270B1 (en)2015-07-312017-01-10Inotera Memories, Inc.Multi-device package and manufacturing method thereof

Patent Citations (675)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5533036A (en)1989-03-101996-07-02International Business Machines CorporationFault tolerant computer memory systems and components employing dual level error correction and detection with disablement feature
US5095421A (en)1989-08-171992-03-10International Business Machines CorporationTransaction processing facility within an operating system environment
US5276867A (en)1989-12-191994-01-04Epoch Systems, Inc.Digital data storage system with improved data migration
US5317728A (en)1990-09-071994-05-31International Business Machines CorporationStorage management of a first file system using a second file system containing surrogate files and catalog management information
US5664144A (en)1990-09-241997-09-02Emc CorporationSystem and method for FBA formatted disk mapping and variable-length CKD formatted data record retrieval
US5596754A (en)1992-10-291997-01-21Digital Equipment CorporationMethod for performing private lock management
US6289356B1 (en)1993-06-032001-09-11Network Appliance, Inc.Write anywhere file-system layout
US6085234A (en)1994-11-282000-07-04Inca Technology, Inc.Remote file services network-infrastructure cache
US5873085A (en)1995-11-201999-02-16Matsushita Electric Industrial Co. Ltd.Virtual file management system
US5870555A (en)1996-05-231999-02-09Electronic Data Systems CorporationLan resource manager
US5920872A (en)1996-06-251999-07-06Oracle CorporationResource management using resource domains
US6098066A (en)1997-06-132000-08-01Sun Microsystems, Inc.Method and apparatus for searching for documents stored within a document directory hierarchy
US6101508A (en)1997-08-012000-08-08Hewlett-Packard CompanyClustered file management for network resources
US5924096A (en)1997-10-151999-07-13Novell, Inc.Distributed database using indexed into tags to tracks events according to type, update cache, create virtual update log on demand
US6108654A (en)1997-10-312000-08-22Oracle CorporationMethod and system for locking resources in a computer system
US6055543A (en)1997-11-212000-04-25VeranoFile wrapper containing cataloging information for content searching across multiple platforms
US6212531B1 (en)1998-01-132001-04-03International Business Machines CorporationMethod for implementing point-in-time copy using a snapshot function
EP1062581B1 (en)1998-03-102003-10-08Network Appliance, Inc.Highly available file servers
US20110125835A1 (en)1998-03-202011-05-26Dataplow, Inc.Shared file system
US6144983A (en)1998-06-092000-11-07Oracle CorporationMethod and apparatus for dynamic lock granularity escalation and de-escalation in a computer system
US6963914B1 (en)1998-09-012005-11-08Lucent Technologies Inc.Method and apparatus for retrieving a network file using a logical reference
US6341340B1 (en)1998-12-282002-01-22Oracle CorporationTransitioning ownership of data items between ownership groups
US6412034B1 (en)1999-04-162002-06-25Oracle CorporationTransaction-based locking approach
US6539381B1 (en)1999-04-212003-03-25Novell, Inc.System and method for synchronizing database information
US6539446B1 (en)1999-05-072003-03-25Oracle CorporationResource locking approach
US6442602B1 (en)1999-06-142002-08-27Web And Net ComputingSystem and method for dynamic creation and management of virtual subdomain addresses
EP1214663B1 (en)1999-08-242006-06-14Network Appliance, Inc.Scalable file server with highly available pairs
US6473849B1 (en)1999-09-172002-10-29Advanced Micro Devices, Inc.Implementing locks in a distributed processing system
US20010047400A1 (en)2000-03-032001-11-29Coates Joshua L.Methods and apparatus for off loading content servers through direct file transfer from a storage center to an end-user
US20050120180A1 (en)2000-03-302005-06-02Stephan SchornbachCache time determination
US20020069196A1 (en)2000-12-052002-06-06International Business Machines CorporationMethod, system and program product for enabling authorized access and request-initiated translation of data files.
US20020120763A1 (en)2001-01-112002-08-29Z-Force Communications, Inc.File switch and switched file system
US7162467B2 (en)2001-02-222007-01-09Greenplum, Inc.Systems and methods for managing distributed database resources
US7877463B2 (en)2001-04-102011-01-25Citrix Systems, Inc.Method and systems for providing access to dynamic content via static pages
US20030163597A1 (en)2001-05-252003-08-28Hellman Ziv ZalmanMethod and system for collaborative ontology modeling
US20030014442A1 (en)2001-07-162003-01-16Shiigi Clyde K.Web site application development method using object model for managing web-based content
US6944785B2 (en)2001-07-232005-09-13Network Appliance, Inc.High-availability cluster virtual server system
US7366738B2 (en)2001-08-012008-04-29Oracle International CorporationMethod and system for object cache synchronization
US20030033308A1 (en)2001-08-032003-02-13Patel Sujal M.System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US7159056B2 (en)2001-11-132007-01-02Microsoft CorporationMethod and system for locking multiple resources in a distributed environment
US20030115218A1 (en)2001-12-192003-06-19Bobbitt Jared E.Virtual file system
US7120631B1 (en)2001-12-212006-10-10Emc CorporationFile server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
US20030195942A1 (en)2001-12-282003-10-16Mark MuhlesteinMethod and apparatus for encapsulating a virtual filer on a filer
US20060080445A1 (en)2002-01-092006-04-13Chang David YSystem and method for concurrent security connections
US8914429B2 (en)2002-02-082014-12-16Willaim PittsMethod for creating global distributed namespace
US6968345B1 (en)2002-02-272005-11-22Network Appliance, Inc.Technique to enable support for symbolic link access by windows clients
US20040210591A1 (en)2002-03-182004-10-21Surgient, Inc.Server file management
US20040054777A1 (en)2002-09-162004-03-18Emmanuel AckaouyApparatus and method for a proxy cache
US20040111608A1 (en)2002-12-052004-06-10Microsoft CorporationSecure recovery in a serverless distributed file system
US7337290B2 (en)2003-04-032008-02-26Oracle International CorporationDeadlock resolution through lock requeing
US20040199734A1 (en)2003-04-032004-10-07Oracle International CorporationDeadlock resolution through lock requeuing
US7356679B1 (en)2003-04-112008-04-08Vmware, Inc.Computer image capture, customization and deployment
US20040267832A1 (en)2003-04-242004-12-30Wong Thomas K.Extended storage capacity for a network file server
US7890529B1 (en)2003-04-282011-02-15Hewlett-Packard Development Company, L.P.Delegations and caching in a distributed segmented file system
US20040225742A1 (en)2003-05-092004-11-11Oracle International CorporationUsing local locks for global synchronization in multi-node systems
US7571290B1 (en)2003-06-092009-08-04Veritas Operating CorporationReplica synchronization using copy-on-read technique
US20080270677A1 (en)2003-06-302008-10-30Mikolaj KolakowskiSafe software revision for embedded systems
US20070041556A1 (en)2003-07-142007-02-22Hemendra RanaSearching multiple directories and generating a sorted integrated directory
US20050120160A1 (en)2003-08-202005-06-02Jerry PlouffeSystem and method for managing virtual servers
US20050125503A1 (en)2003-09-152005-06-09Anand IyengarEnabling proxy services using referral mechanisms
US7840533B2 (en)2003-11-132010-11-23Commvault Systems, Inc.System and method for performing an image level snapshot and for restoring partial volume data
US7383463B2 (en)2004-02-042008-06-03Emc CorporationInternet protocol based disaster recovery of a server
US20050193245A1 (en)2004-02-042005-09-01Hayden John M.Internet protocol based disaster recovery of a server
US20050226059A1 (en)2004-02-112005-10-13Storage Technology CorporationClustered hierarchical file services
US20050193221A1 (en)2004-02-132005-09-01Miki YoneyamaInformation processing apparatus, information processing method, computer-readable medium having information processing program embodied therein, and resource management apparatus
US20050228798A1 (en)2004-03-122005-10-13Microsoft CorporationTag-based schema for distributing update metadata in an update distribution system
US8539076B2 (en)2004-03-192013-09-17Hitachi, Ltd.Inter-server dynamic transfer method for virtual file servers
US20080040483A1 (en)2004-03-192008-02-14Hitachi, Ltd.Inter-server dynamic transfer method for virtual file servers
US7409511B2 (en)2004-04-302008-08-05Network Appliance, Inc.Cloning technique for efficiently creating a copy of a volume in a storage system
US7526622B1 (en)2004-05-262009-04-28Sun Microsystems, Inc.Method and system for detecting and correcting data errors using checksums and replication
US7707618B1 (en)2004-05-282010-04-27Netapp, Inc.System and method for implementing access controls using file protocol rule sets
US20060010227A1 (en)2004-06-012006-01-12Rajeev AtluriMethods and apparatus for accessing data from a primary data storage system for secondary storage
US20060047685A1 (en)2004-09-012006-03-02Dearing Gerard MApparatus, system, and method for file system serialization reinitialization
US20060112222A1 (en)2004-11-052006-05-25Barrall Geoffrey SDynamically expandable and contractible fault-tolerant storage system permitting variously sized storage devices and method
US20060167921A1 (en)2004-11-292006-07-27Grebus Gary LSystem and method using a distributed lock manager for notification of status changes in cluster processes
US9165003B1 (en)2004-11-292015-10-20Netapp, Inc.Technique for permitting multiple virtual file systems having the same identifier to be served by a single storage system
US20110251992A1 (en)2004-12-022011-10-13Desktopsites Inc.System and method for launching a resource in a network
US20120310892A1 (en)2004-12-212012-12-06Dam Tru QSystem and method for virtual cluster file server
US7805469B1 (en)2004-12-282010-09-28Symantec Operating CorporationMethod and apparatus for splitting and merging file systems
US20060206901A1 (en)2005-03-082006-09-14Oracle International CorporationMethod and system for deadlock detection in a distributed environment
US20060224918A1 (en)2005-03-312006-10-05Oki Electric Industry Co., Ltd.Redundancy system having synchronization function and synchronization method for redundancy system
US20060225065A1 (en)2005-04-012006-10-05Microsoft CorporationUsing a data protection server to backup and restore data on virtual servers
US20060253856A1 (en)2005-04-132006-11-09Carl HuFault tolerant distributed lock management
US20060271510A1 (en)2005-05-252006-11-30Terracotta, Inc.Database Caching and Invalidation using Database Provided Facilities for Query Dependency Analysis
US20060271931A1 (en)2005-05-252006-11-30Harris Steven TDistributed signaling in a virtual machine cluster
US20120166866A1 (en)2005-06-292012-06-28International Business Machines CorporationFault-Tolerance And Fault-Containment Models For Zoning Clustered Application Silos Into Continuous Availability And High Availability Zones In Clustered Systems During Recovery And Maintenance
US20070022129A1 (en)2005-07-252007-01-25Parascale, Inc.Rule driven automation of file placement, replication, and migration
US20070038913A1 (en)2005-07-262007-02-15International Business Machines CorporationMethod and apparatus for the reliability of host data stored on fibre channel attached storage subsystems
US20070055703A1 (en)2005-09-072007-03-08Eyal ZimranNamespace server using referral protocols
US20100082774A1 (en)2005-09-092010-04-01Pitts William MDistributed File System Consistency Mechanism Extension for Enabling Internet Video Broadcasting
US20070100905A1 (en)2005-11-032007-05-03St. Bernard Software, Inc.Malware and spyware attack recovery system and method
US7725671B2 (en)2005-11-282010-05-25Comm Vault Systems, Inc.System and method for providing redundant access to metadata over a network
US20070179995A1 (en)2005-11-282007-08-02Anand PrahladMetabase for facilitating data classification
US20080059474A1 (en)2005-12-292008-03-06Blue JungleDetecting Behavioral Patterns and Anomalies Using Activity Profiles
US20070171921A1 (en)2006-01-242007-07-26Citrix Systems, Inc.Methods and systems for interacting, via a hypermedium page, with a virtual machine executing in a terminal services session
EP1979814A2 (en)2006-02-032008-10-15Oracle International CorporationAdaptive region locking
US20090100248A1 (en)2006-03-142009-04-16Nec CorporationHierarchical System, and its Management Method and Program
US7774391B1 (en)2006-03-302010-08-10Vmware, Inc.Method of universal file access for a heterogeneous computing environment
US7606868B1 (en)2006-03-302009-10-20Wmware, Inc.Universal file access architecture for a heterogeneous computing environment
US7702843B1 (en)2006-04-272010-04-20Vmware, Inc.Determining memory conditions in a virtual machine
US20100241785A1 (en)2006-04-272010-09-23Vmware, Inc.Management of host physical memory allocation to virtual machines with a balloon application
US8543790B2 (en)2006-04-272013-09-24Vmware, Inc.System and method for cooperative virtual machine memory scheduling
US8095931B1 (en)2006-04-272012-01-10Vmware, Inc.Controlling memory conditions in a virtual machine
US9213513B2 (en)2006-06-232015-12-15Microsoft Technology Licensing, LlcMaintaining synchronization of virtual machine image differences across server and host computers
US20070300220A1 (en)2006-06-232007-12-27Sentillion, Inc.Remote Network Access Via Virtual Machine
US20080071804A1 (en)2006-09-152008-03-20International Business Machines CorporationFile system access control between multiple clusters
US20080071997A1 (en)2006-09-152008-03-20Juan LoaizaTechniques for improved read-write concurrency
US8145947B1 (en)2006-09-292012-03-27Emc CorporationUser customizable CVFS namespace
US8447728B2 (en)2006-10-172013-05-21Commvault Systems, Inc.System and method for storage operation access security
US20080133486A1 (en)2006-10-172008-06-05Manageiq, Inc.Methods and apparatus for using tags to control and manage assets
US8762335B2 (en)2006-10-172014-06-24Commvault Systems, Inc.System and method for storage operation access security
US20080134178A1 (en)2006-10-172008-06-05Manageiq, Inc.Control and management of virtual systems
US20080098194A1 (en)2006-10-182008-04-24Akiyoshi HashimotoComputer system, storage system and method for controlling power supply based on logical partition
US20080104349A1 (en)2006-10-252008-05-01Tetsuya MaruyamaComputer system, data migration method and storage management server
US20080104589A1 (en)2006-11-012008-05-01Mccrory Dave DennisAdaptive, Scalable I/O Request Handling Architecture in Virtualized Computer Systems and Networks
US20090254572A1 (en)2007-01-052009-10-08Redlich Ron MDigital information infrastructure and method
US20080168154A1 (en)2007-01-052008-07-10Yahoo! Inc.Simultaneous sharing communication interface
US20080189468A1 (en)2007-02-022008-08-07Vmware, Inc.High Availability Virtual Machine Cluster
US20080195827A1 (en)2007-02-082008-08-14Hitachi, Ltd.Storage control device for storage virtualization system
US20080201414A1 (en)2007-02-152008-08-21Amir Husain Syed MTransferring a Virtual Machine from a Remote Server Computer for Local Execution by a Client Computer
US20080201457A1 (en)2007-02-162008-08-21Kevin Scott LondonMSI enhancement to update RDP files
US20080263113A1 (en)2007-04-092008-10-23Hewlett -Packard Development Company, L.P.Storage System and Method
US20080271017A1 (en)2007-04-302008-10-30Dan HeringtonManaging Virtual Machines Using Shared Image
US7752492B1 (en)2007-05-252010-07-06Emc CorporationResponding to a failure of a storage system
US20080320499A1 (en)2007-06-222008-12-25Suit John MMethod and System for Direct Insertion of a Virtual Machine Driver
US20080320583A1 (en)2007-06-222008-12-25Vipul SharmaMethod for Managing a Virtual Machine
US20090006801A1 (en)2007-06-272009-01-01International Business Machines CorporationSystem, method and program to manage memory of a virtual machine
US20090150885A1 (en)2007-10-192009-06-11Kubisys Inc.Appliances in virtual computing environments
US20090158082A1 (en)2007-12-182009-06-18Vinit JainFailover in a host concurrently supporting multiple virtual ip addresses across multiple adapters
US20090171971A1 (en)2007-12-262009-07-02Oracle International Corp.Server-centric versioning virtual file system
US20090182860A1 (en)2008-01-152009-07-16Samsung Electronics Co., Ltd.Method and system for securely sharing content
US20090193272A1 (en)2008-01-242009-07-30Hitachi, Ltd.Storage system and power consumption reduction method for the same
US8095810B2 (en)2008-01-242012-01-10Hitachi, Ltd.Storage system and power consumption reduction method for the same
US20110307729A1 (en)2008-01-242011-12-15Hitachi, Ltd.Storage system and power consumption reduction method for the same
US20090216975A1 (en)2008-02-262009-08-27Vmware, Inc.Extending server-based desktop virtual machine architecture to client machines
US20090248870A1 (en)2008-03-262009-10-01Hitoshi KameiServer system and control method for same
US20090248847A1 (en)2008-03-262009-10-01Atsushi SutohStorage system and volume managing method for storage system
US20090249470A1 (en)2008-03-272009-10-01Moshe LitvinCombined firewalls
US8725679B2 (en)2008-04-072014-05-13International Business Machines CorporationClient side caching of synchronized data
US8365167B2 (en)2008-04-152013-01-29International Business Machines CorporationProvisioning storage-optimized virtual machines within a virtual desktop environment
US20090271412A1 (en)2008-04-292009-10-29Maxiscale, Inc.Peer-to-Peer Redundant File Server System and Methods
US7805511B1 (en)2008-04-302010-09-28Netapp, Inc.Automated monitoring and reporting of health issues for a virtual server
US8635351B2 (en)2008-05-022014-01-21SkytapMultitenant hosted virtual machine infrastructure
US10127059B2 (en)2008-05-022018-11-13SkytapMultitenant hosted virtual machine infrastructure
US20090288084A1 (en)2008-05-022009-11-19SkytapMultitenant hosted virtual machine infrastructure
US8407448B1 (en)2008-05-062013-03-26Emc CorporationShared storage I/O elimination through mapping client integration into a hypervisor
US20090287887A1 (en)2008-05-142009-11-19Hitachi, Ltd.Storage system and method of managing a storage system using a management apparatus
US20130232491A1 (en)2008-06-132013-09-05Netapp Inc.Virtual machine communication
US8838923B2 (en)2008-07-032014-09-16Commvault Systems, Inc.Continuous data protection over intermittent connections, such as continuous data backup for laptops or wireless devices
US20100023521A1 (en)2008-07-282010-01-28International Business Machines CorporationSystem and method for managing locks across distributed computing nodes
US9740723B2 (en)2008-09-052017-08-22Commvault Systems, Inc.Systems and methods for management of virtualization data
US20100070725A1 (en)2008-09-052010-03-18Anand PrahladSystems and methods for management of virtualization data
US20120185437A1 (en)2008-09-162012-07-19Elan PavlovMethods and Apparatus for Distributed Data Storage
US9152628B1 (en)2008-09-232015-10-06Emc CorporationCreating copies of space-reduced files in a file server having a redundant data elimination store
US8352608B1 (en)2008-09-232013-01-08Gogrid, LLCSystem and method for automated configuration of hosting resources
US7937453B1 (en)2008-09-242011-05-03Emc CorporationScalable global namespace through referral redirection at the mapping layer
US20100082716A1 (en)2008-09-252010-04-01Hitachi, Ltd.Method, system, and apparatus for file server resource division
US20100095289A1 (en)2008-10-132010-04-15Oracle International CorporationPatching of multi-level data containers storing portions of pre-installed software
US8949557B2 (en)2008-10-152015-02-03Hitachi, Ltd.File management method and hierarchy management file system
WO2010050944A1 (en)2008-10-302010-05-06Hewlett-Packard Development Company, L.P.Online checking of data structures of a file system
US20100138921A1 (en)2008-12-022010-06-03Cdnetworks Co., Ltd.Countering Against Distributed Denial-Of-Service (DDOS) Attack Using Content Delivery Network
US20100174745A1 (en)2009-01-062010-07-08Michael RyanConsumer Share Quota Feature
US11546337B2 (en)2009-02-172023-01-03Netapp, Inc.Servicing of network software components of nodes of a cluster storage system
US20160100016A1 (en)2009-02-172016-04-07Netapp, Inc.Servicing of storage device software components of nodes of a cluster storage system
US20100214908A1 (en)2009-02-252010-08-26Vladimir Angelov RalevMechanism for Transparent Real-Time Media Server Fail-Over with Idle-State Nodes
US20110320690A1 (en)2009-03-232011-12-29Ocz Technology Group Inc.Mass storage system and method using hard disk and solid-state media
US20100250824A1 (en)2009-03-252010-09-30Vmware, Inc.Migrating Virtual Machines Configured With Pass-Through Devices
US20120023495A1 (en)2009-04-232012-01-26Nec CorporationRejuvenation processing device, rejuvenation processing system, computer program, and data processing method
US20100275205A1 (en)2009-04-282010-10-28Hiroshi NakajimaComputer machine and access control method
US20110022812A1 (en)2009-05-012011-01-27Van Der Linden RobSystems and methods for establishing a cloud bridge between virtual storage resources
US20100299377A1 (en)2009-05-222010-11-25Microsoft CorporationSelection and sorting protocol extensions to the ws-enumeration protocol
US20140250300A1 (en)2009-05-292014-09-04Bitspray CorporationSecure storage and accelerated transmission of information over communication networks
US20100306256A1 (en)2009-06-022010-12-02Sun Microsystems, Inc.Distributed Database Write Caching With Limited Durability
US20110078318A1 (en)2009-06-302011-03-31Nitin DesaiMethods and systems for load balancing using forecasting and overbooking techniques
US10248657B2 (en)2009-06-302019-04-02Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US8359594B1 (en)2009-06-302013-01-22Sychron Advanced Technologies, Inc.Automated rapid virtual machine provisioning system
US20170039218A1 (en)2009-06-302017-02-09Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US9229850B1 (en)2009-06-302016-01-05Emc CorporationMapping data storage and virtual machines
US8943203B1 (en)2009-07-102015-01-27Netapp, Inc.System and method for storage and deployment of virtual machines in a virtual server environment
US20110022883A1 (en)2009-07-212011-01-27Vmware, Inc.Method for Voting with Secret Shares in a Distributed System
US8352482B2 (en)2009-07-212013-01-08Vmware, Inc.System and method for replicating disk images in a cloud computing based virtual machine file system
US20110022694A1 (en)2009-07-272011-01-27Vmware, Inc.Automated Network Configuration of Virtual Machines in a Virtual Lab Environment
US20110022695A1 (en)2009-07-272011-01-27Vmware, Inc.Management and Implementation of Enclosed Local Networks in a Virtual Lab
US20110047340A1 (en)2009-08-212011-02-24James Robert OlsonProxy Backup of Virtual Disk Image Files on NAS Devices
US20110119763A1 (en)2009-11-162011-05-19Wade Gregory LData identification system
US20110119668A1 (en)2009-11-162011-05-19Microsoft CorporationManaging virtual hard drives as blobs
US20110137879A1 (en)2009-12-072011-06-09Saurabh DubeyDistributed lock administration
US20110153561A1 (en)2009-12-212011-06-23International Business Machines CorporationMulti-phase file system restore with selective on-demand data availability
US20110161299A1 (en)2009-12-312011-06-30Anand PrahladSystems and methods for performing data management operations using snapshots
US20110179414A1 (en)2010-01-182011-07-21Vmware, Inc.Configuring vm and io storage adapter vf for virtual target addressing during direct data access
US9535907B1 (en)2010-01-222017-01-03Veritas Technologies LlcSystem and method for managing backup operations of virtual machines
US20180143845A1 (en)2010-01-272018-05-24Vmware, Inc.Independent access to virtual machine desktop content
US20110185292A1 (en)2010-01-272011-07-28Vmware, Inc.Accessing Virtual Disk Content of a Virtual Machine Using a Control Virtual Machine
US20110184993A1 (en)2010-01-272011-07-28Vmware, Inc.Independent Access to Virtual Machine Desktop Content
US20110225574A1 (en)2010-03-152011-09-15Microsoft CorporationVirtual Machine Image Update Service
US20110239213A1 (en)2010-03-252011-09-29Vmware, Inc.Virtualization intermediary/virtual machine guest operating system collaborative scsi path management
US20110239039A1 (en)2010-03-262011-09-29Dieffenbach Devon CCloud computing enabled robust initialization and recovery of it services
US20110238949A1 (en)2010-03-292011-09-29International Business Machines CorporationDistributed Administration Of A Lock For An Operational Group Of Compute Nodes In A Hierarchical Tree Structured Network
US20110252208A1 (en)2010-04-122011-10-13Microsoft CorporationExpress-full backup of a cluster shared virtual machine
US20110255538A1 (en)2010-04-162011-10-20Udayakumar SrinivasanMethod of identifying destination in a virtual environment
US20110265076A1 (en)2010-04-212011-10-27Computer Associates Think, Inc.System and Method for Updating an Offline Virtual Machine
US20160011898A1 (en)2010-04-272016-01-14Tintri Inc.Virtual machine storage
US20110271279A1 (en)2010-04-292011-11-03High Cloud Security, Inc.Secure Virtual Machine
US9613064B1 (en)2010-05-032017-04-04Panzura, Inc.Facilitating the recovery of a virtual machine using a distributed filesystem
US20110276963A1 (en)2010-05-042011-11-10Riverbed Technology, Inc.Virtual Data Storage Devices and Applications Over Wide Area Networks
US20120030456A1 (en)2010-05-042012-02-02Riverbed Technology, Inc.Booting Devices Using Virtual Storage Arrays Over Wide-Area Networks
US20110276578A1 (en)2010-05-052011-11-10International Business Machines CorporationObtaining file system view in block-level data storage systems
US20150026682A1 (en)2010-05-102015-01-22Citrix Systems, Inc.Redirection of information from secure virtual machines to unsecure virtual machines
US20110283277A1 (en)2010-05-112011-11-17International Business Machines CorporationVirtualization and dynamic resource allocation aware storage level reordering
US20110289561A1 (en)2010-05-212011-11-24IVANOV AndreiSystem and Method for Information Handling System Multi-Level Authentication for Backup Services
US20110296069A1 (en)2010-05-272011-12-01Microsoft CorporationFabric Based Lock Manager Service
US9497257B1 (en)2010-06-302016-11-15EMC IP Holding Company LLCFile level referrals
US9244969B1 (en)2010-06-302016-01-26Emc CorporationVirtual disk recovery
US20120017114A1 (en)2010-07-192012-01-19Veeam Software International Ltd.Systems, Methods, and Computer Program Products for Instant Recovery of Image Level Backups
US8983952B1 (en)2010-07-292015-03-17Symantec CorporationSystem and method for partitioning backup data streams in a deduplication based storage system
US20120054736A1 (en)2010-08-272012-03-01International Business Machines CorporationAutomatic upgrade of virtual appliances
US8688660B1 (en)2010-09-282014-04-01Amazon Technologies, Inc.System and method for providing enhancements of block-level storage
US20120081395A1 (en)2010-09-302012-04-05International Business Machines CorporationDesigning and building virtual images using semantically rich composable software image bundles
US8620870B2 (en)2010-09-302013-12-31Commvault Systems, Inc.Efficient data management improvements, such as docking limited-feature data management modules to a full-featured data management system
US20120084381A1 (en)2010-09-302012-04-05Microsoft CorporationVirtual Desktop Configuration And Operation Techniques
US20150007180A1 (en)2010-10-122015-01-01Citrix Systems, Inc.Allocating virtual machines according to user-specific virtual machine metrics
US9286298B1 (en)2010-10-142016-03-15F5 Networks, Inc.Methods for enhancing management of backup data sets and devices thereof
US20120151249A1 (en)2010-12-102012-06-14Microsoft CorporationProviding transparent failover in a file system
US8966188B1 (en)2010-12-152015-02-24Symantec CorporationRAM utilization in a virtual environment
US8484163B1 (en)2010-12-162013-07-09Netapp, Inc.Cluster configuration backup and recovery
US8595595B1 (en)2010-12-272013-11-26Netapp, Inc.Identifying lost write errors in a raid array
US20160162371A1 (en)2011-01-052016-06-09Netapp, Inc.Supporting multi-tenancy through service catalog
US8805951B1 (en)2011-02-082014-08-12Emc CorporationVirtual machines and cloud storage caching for cloud computing applications
US20120209983A1 (en)2011-02-102012-08-16Architecture Technology CorporationConfigurable forensic investigative tool
US20120210066A1 (en)2011-02-152012-08-16Fusion-Io, Inc.Systems and methods for a file-level cache
US20140310710A1 (en)2011-02-222014-10-16Virtustream, Inc.Systems and methods of host-aware resource management involving cluster-based resource pools
US9268586B2 (en)2011-03-082016-02-23Rackspace Us, Inc.Wake-on-LAN and instantiate-on-LAN in a cloud computing system
US20170302589A1 (en)2011-03-082017-10-19Rackspace Us, Inc.Pluggable allocation in a cloud computing system
US20120233463A1 (en)2011-03-082012-09-13Rackspace Us, Inc.Cluster Federation and Trust
US9563555B2 (en)2011-03-182017-02-07Sandisk Technologies LlcSystems and methods for storage allocation
WO2012126177A2 (en)2011-03-222012-09-27青岛海信传媒网络技术有限公司Method and apparatus for reading data from database
US20120254567A1 (en)2011-03-292012-10-04Os Nexus, Inc.Dynamic provisioning of a virtual storage appliance
US20160110214A1 (en)2011-03-302016-04-21Amazon Technologies, Inc.Frameworks and interfaces for offload device-based packet processing
US20120254445A1 (en)2011-04-042012-10-04Hitachi, Ltd.Control method for virtual machine and management computer
US20120266162A1 (en)2011-04-122012-10-18Red Hat Israel, Inc.Mechanism for Storing a Virtual Machine on a File System in a Distributed Environment
US20120272237A1 (en)2011-04-202012-10-25Ayal BaronMechanism for managing quotas in a distributed virtualziation environment
US8473462B1 (en)2011-04-212013-06-25Symantec CorporationChange tracking for shared disks
US8812566B2 (en)2011-05-132014-08-19Nexenta Systems, Inc.Scalable storage for virtual machines
US20120290630A1 (en)2011-05-132012-11-15Nexenta Systems, Inc.Scalable storage for virtual machines
US20120304247A1 (en)2011-05-252012-11-29John BadgerSystem and process for hierarchical tagging with permissions
US20120310881A1 (en)2011-05-312012-12-06Ori Software Development LtdEfficient distributed lock manager
US8484356B1 (en)2011-06-082013-07-09Emc CorporationSystem and method for allocating a storage unit for backup in a storage system with load balancing
US20120324183A1 (en)2011-06-202012-12-20Microsoft CorporationManaging replicated virtual storage at recovery sites
US20120331119A1 (en)2011-06-212012-12-27Sriranjan BoseRack server management
US8850130B1 (en)2011-08-102014-09-30Nutanix, Inc.Metadata for managing I/O and storage for a virtualization
US9619257B1 (en)2011-08-102017-04-11Nutanix, Inc.System and method for implementing storage for a virtualization environment
US9652265B1 (en)2011-08-102017-05-16Nutanix, Inc.Architecture for managing I/O and storage for a virtualization environment with multiple hypervisor types
US8863124B1 (en)2011-08-102014-10-14Nutanix, Inc.Architecture for managing I/O and storage for a virtualization environment
US9009106B1 (en)2011-08-102015-04-14Nutanix, Inc.Method and system for implementing writable snapshots in a virtualized storage environment
US9747287B1 (en)2011-08-102017-08-29Nutanix, Inc.Method and system for managing metadata for a virtualization environment
US8549518B1 (en)2011-08-102013-10-01Nutanix, Inc.Method and system for implementing a maintenanece service for managing I/O and storage for virtualization environment
US9256475B1 (en)2011-08-102016-02-09Nutanix, Inc.Method and system for handling ownership transfer in a virtualization environment
US8601473B1 (en)2011-08-102013-12-03Nutanix, Inc.Architecture for managing I/O and storage for a virtualization environment
US20190339883A1 (en)2011-08-102019-11-07Nutanix, Inc.Method and system for implementing writable snapshots in a virtualized storage environment
US20130046740A1 (en)2011-08-172013-02-21Vmware, Inc.Performing online in-place upgrade of cluster file system
US20130047160A1 (en)2011-08-182013-02-21Matthew ConoverSystems and methods for modifying an operating system for a virtual machine
US20130054979A1 (en)2011-08-302013-02-28Microsoft CorporationSector map-based rapid data encryption policy compliance
US20130055018A1 (en)2011-08-312013-02-28Oracle International CorporationDetection of logical corruption in persistent storage and automatic recovery therefrom
US20130061110A1 (en)2011-09-012013-03-07International Business Machines CorporationData verification using checksum sidefile
US20130061167A1 (en)2011-09-072013-03-07Microsoft CorporationProcess Management Views
US20130066930A1 (en)2011-09-142013-03-14Hitachi, Ltd.Method for creating clone file, and file system adopting the same
US20140181116A1 (en)2011-10-112014-06-26Tianjin Sursen Investment Co., Ltd.Method and device of cloud storage
US8646089B2 (en)2011-10-182014-02-04Mcafee, Inc.System and method for transitioning to a whitelist mode during a malware attack in a network environment
US20130117744A1 (en)2011-11-032013-05-09Ocz Technology Group, Inc.Methods and apparatus for providing hypervisor-level acceleration and virtualization services
US20140006465A1 (en)2011-11-142014-01-02Panzura, Inc.Managing a global namespace for a distributed filesystem
US10367753B2 (en)2011-11-182019-07-30Amazon Technologies, Inc.Virtual network interface records
US20130132674A1 (en)2011-11-212013-05-23Lsi CorporationMethod and system for distributing tiered cache processing across multiple processors
US10382963B2 (en)2011-11-292019-08-13Egnyte, Inc.Flexible permission management framework for cloud attached file systems
US20140149794A1 (en)2011-12-072014-05-29Sachin ShettySystem and method of implementing an object storage infrastructure for cloud-based services
US20130151888A1 (en)2011-12-122013-06-13International Business Machines CorporationAvoiding A Ping-Pong Effect On Active-Passive Storage
US20130152085A1 (en)*2011-12-132013-06-13International Business Machines CorporationOptimizing Storage Allocation in a Virtual Desktop Environment
US20130174165A1 (en)2011-12-292013-07-04Rajat ChopraFault tolerant distributed lock manager
US9465953B2 (en)2012-01-062016-10-11Mobile Iron, Inc.Secure virtual file management system
US20130185716A1 (en)2012-01-132013-07-18Computer Associates Think, Inc.System and method for providing a virtualized replication and high availability environment
US9201698B2 (en)2012-01-232015-12-01International Business Machines CorporationSystem and method to reduce memory usage by optimally placing VMS in a virtualized data center
US20130198738A1 (en)2012-01-302013-08-01Timothy ReddinInput/output operations at a virtual block device of a storage server
US9336132B1 (en)2012-02-062016-05-10Nutanix, Inc.Method and system for implementing a distributed operations log
US20150039735A1 (en)2012-02-072015-02-05Cloudera, Inc.Centralized configuration of a distributed computing cluster
US20130212345A1 (en)2012-02-102013-08-15Hitachi, Ltd.Storage system with virtual volume having data arranged astride storage devices, and volume management method
US20130227379A1 (en)2012-02-232013-08-29International Business Machines CorporationEfficient checksums for shared nothing clustered filesystems
US20130227566A1 (en)2012-02-272013-08-29Fujitsu LimitedData collection method and information processing system
US20130227552A1 (en)2012-02-282013-08-29Timothy ReddinPersistent volume at an offset of a virtual block device of a storage server
US20130247036A1 (en)2012-03-132013-09-19Yuji FujiwaraInformation processing apparatus, virtual image file creation system, and virtual image file creation method
US10019159B2 (en)2012-03-142018-07-10Open Invention Network LlcSystems, methods and devices for management of virtual memory systems
US20130282994A1 (en)2012-03-142013-10-24Convergent.Io Technologies Inc.Systems, methods and devices for management of virtual memory systems
US20130246705A1 (en)2012-03-152013-09-19Aboubacar DiareBalancing logical units in storage systems
US9268947B1 (en)2012-03-152016-02-23Dataguise Inc.Method and system for managing information associated with sensitive information in an enterprise
US9043567B1 (en)2012-03-282015-05-26Netapp, Inc.Methods and systems for replicating an expandable storage volume
US9201887B1 (en)2012-03-302015-12-01Emc CorporationCluster file server proxy server for backup and recovery
US20160110267A1 (en)2012-03-302016-04-21Emc CorporationCluster file server proxy server for backup and recovery
US8751515B1 (en)2012-03-302014-06-10Emc CorporationSystem and method for file-based virtual machine incremental backup
US20130262396A1 (en)2012-03-302013-10-03Commvault Systems, Inc.Data storage recovery automation
US9348702B2 (en)2012-03-302016-05-24Emc CorporationSystem and method for incremental virtual machine backup using storage system functionality
US9201704B2 (en)2012-04-052015-12-01Cisco Technology, Inc.System and method for migrating application virtual machines in a network environment
US20130283267A1 (en)2012-04-232013-10-24Hewlett-Packard Development Company LpVirtual machine construction
US8996783B2 (en)2012-04-292015-03-31Hewlett-Packard Development Company, L.P.Managing nodes in a storage system
US20130297869A1 (en)2012-05-012013-11-07Enmotus Inc.Storage system with load balancing mechanism and method of operation thereof
US9060014B2 (en)2012-05-232015-06-16Observable Networks, Inc.System and method for continuous device profiling
US8935563B1 (en)2012-06-152015-01-13Symantec CorporationSystems and methods for facilitating substantially continuous availability of multi-tier applications within computer clusters
US20140006708A1 (en)2012-06-282014-01-02International Business Machines CorporationSecure access to shared storage resources
US20150172412A1 (en)2012-07-062015-06-18Cornell UniversityManaging dependencies between operations in a distributed system
US9772866B1 (en)2012-07-172017-09-26Nutanix, Inc.Architecture for implementing a virtualization environment and appliance
US20140025796A1 (en)2012-07-192014-01-23Commvault Systems, Inc.Automated grouping of computing devices in a networked data storage system
US20150193144A1 (en)2012-07-242015-07-09Intel CorporationSystem and Method for Implementing SSD-Based I/O Caches
US20140059392A1 (en)2012-08-242014-02-27Vmware, Inc.Protecting virtual machines against storage connectivity failures
US20140075029A1 (en)2012-09-112014-03-13Maor LipchukVirtual resource allocation and resource and consumption management
US9600307B1 (en)2012-09-112017-03-21EMC IP Holding Company LLCDynamic policy based placement of virtual machines within and across multiple data centers
US20140095555A1 (en)2012-09-282014-04-03Samsung Electronics Co., Ltd.File management device and method for storage system
US20140095544A1 (en)2012-09-282014-04-03International Business Machines CorporationCoordinated access to a clustered file system's shared storage using shared-lock architecture
US20140095816A1 (en)2012-09-282014-04-03Windsor W. HsuSystem and method for full virtual machine backup using storage system functionality
US20140108587A1 (en)2012-10-122014-04-17A9.Com, Inc.Dynamic search partitioning
US20140115182A1 (en)2012-10-242014-04-24Brocade Communications Systems, Inc.Fibre Channel Storage Area Network to Cloud Storage Gateway
US20140123138A1 (en)2012-10-312014-05-01Samsung Sds Co., Ltd.Hypervisor-based server duplication system and method and storage medium storing server duplication computer program
US20140146055A1 (en)2012-11-292014-05-29International Business Machines CorporationUse of snapshots to reduce risk in migration to a standard virtualized environment
US20140149983A1 (en)2012-11-292014-05-29International Business Machines CorporationReplacing virtual machine disks
US10009215B1 (en)2012-11-302018-06-26EMC IP Holding Company LLCActive/passive mode enabler for active/active block IO distributed disk(s)
US20140164449A1 (en)2012-12-102014-06-12Postech Academy - Industry FoundationVirtual file system integrating multiple cloud storage services and operating method of the same
US20140173199A1 (en)2012-12-142014-06-19International Business Machines CorporationEnhancing Analytics Performance Using Distributed Multi-Tiering
US20190286330A1 (en)2012-12-212019-09-19Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US20220155964A1 (en)2012-12-212022-05-19Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US20160306558A1 (en)2012-12-212016-10-20Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US9405482B2 (en)2012-12-212016-08-02Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US10496321B2 (en)2012-12-212019-12-03Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US20140181438A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US11204710B2 (en)2012-12-212021-12-21Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US20140181048A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US20140189429A1 (en)2012-12-272014-07-03Nutanix, Inc.Method and system for implementing consistency groups with virtual machines
US9069708B2 (en)2012-12-272015-06-30Nutanix, Inc.Method and system for implementing consistency groups with virtual machines
US9846706B1 (en)2012-12-282017-12-19EMC IP Holding Company LLCManaging mounting of file systems
US9571561B2 (en)2012-12-282017-02-14Samsung Sds Co., Ltd.System and method for dynamically expanding virtual cluster and recording medium on which program for executing the method is recorded
US20140189685A1 (en)2012-12-282014-07-03Commvault Systems, Inc.Systems and methods for repurposing virtual machines
US9274817B1 (en)2012-12-312016-03-01Emc CorporationStorage quality-of-service control in distributed virtual infrastructure
US20140188808A1 (en)2012-12-312014-07-03Apple Inc.Backup user interface
US20140189686A1 (en)2012-12-312014-07-03F5 Networks, Inc.Elastic offload of prebuilt traffic management system component virtual machines
US20140189677A1 (en)2013-01-022014-07-03International Business Machines CorporationEffective Migration and Upgrade of Virtual Machines in Cloud Environments
US20140196038A1 (en)2013-01-082014-07-10Commvault Systems, Inc.Virtual machine management in a data storage system
US20140201725A1 (en)2013-01-142014-07-17Vmware, Inc.Techniques for performing virtual machine software upgrades using virtual disk swapping
US20140207824A1 (en)2013-01-222014-07-24Amazon Technologies, Inc.Access controls on the use of freeform metadata
US9832136B1 (en)2013-01-232017-11-28Liberty Mutual Insurance CompanyStreaming software to multiple virtual machines in different subnets
US20140230024A1 (en)2013-02-132014-08-14Hitachi, Ltd.Computer system and virtual computer management method
US20200387575A1 (en)2013-02-152020-12-10Emc CorporationMigrating virtual machines using asynchronous transfer and synchronous acceleration
US20140237464A1 (en)2013-02-152014-08-21Zynstra LimitedComputer system supporting remotely managed it services
US9244674B2 (en)2013-02-152016-01-26Zynstra LimitedComputer system supporting remotely managed IT services
US9171019B1 (en)2013-02-192015-10-27Amazon Technologies, Inc.Distributed lock service with external lock information database
US9634990B2 (en)2013-02-262017-04-25Zentera Systems, Inc.Distributed firewall security system for cloud computing environments
US20150039837A1 (en)2013-03-062015-02-05Condusiv Technologies CorporationSystem and method for tiered caching and storage allocation
US9154535B1 (en)2013-03-082015-10-06Scott C. HarrisContent delivery system with customizable content
US20140279909A1 (en)2013-03-122014-09-18Tintri Inc.Efficient data synchronization for storage containers
US20210049240A1 (en)2013-03-132021-02-18Emc CorporationHighly available policy agent for backup and restore operations
US9965357B1 (en)2013-03-132018-05-08EMC IP Holding Company LLCVirtual backup and restore of virtual machines
US9430646B1 (en)2013-03-142016-08-30Fireeye, Inc.Distributed systems and methods for automatically detecting unknown bots and botnets
US10379759B2 (en)2013-03-152019-08-13Nutanix, Inc.Method and system for maintaining consistency for I/O operations on metadata distributed amongst nodes in a ring structure
US20140298185A1 (en)2013-03-282014-10-02International Business Machines CorporationDynamically enhancing user interface
US20150205639A1 (en)2013-04-122015-07-23Hitachi, Ltd.Management system and management method of computer system
US9405566B2 (en)2013-05-242016-08-02Dell Products L.P.Access to storage resources using a virtual storage appliance
US20140359612A1 (en)2013-06-032014-12-04Microsoft CorporationSharing a Virtual Hard Disk Across Multiple Virtual Machines
US9658899B2 (en)2013-06-102017-05-23Amazon Technologies, Inc.Distributed lock management in a cloud computing environment
US20140365549A1 (en)2013-06-102014-12-11Amazon Technologies, Inc.Distributed lock management in a cloud computing environment
US9256612B1 (en)2013-06-112016-02-09Symantec CorporationSystems and methods for managing references in deduplicating data systems
US9602341B1 (en)2013-06-192017-03-21EMC IP Holding Company LLCSecure multi-tenant virtual control server operation in a cloud environment using API provider
US20150006788A1 (en)2013-06-282015-01-01Vmware, Inc.Techniques for Implementing Hybrid Flash/HDD-based Virtual Disk Files
US20150213032A1 (en)2013-07-022015-07-30Hitachi Data Systems Engineering UK LimitedMethod and apparatus for migration of a virtualized file system, data storage system for migration of a virtualized file system, and file server for use in a data storage system
US20150081644A1 (en)2013-07-162015-03-19Openpeak Inc.Method and system for backing up and restoring a virtual file system
US20150032690A1 (en)2013-07-252015-01-29Microsoft CorporationVirtual synchronization with on-demand data delivery
US20150058475A1 (en)2013-08-262015-02-26Vmware, Inc.Distributed policy-based provisioning and enforcement for quality of service
US20160188232A1 (en)2013-09-052016-06-30Nutanix, Inc.Systems and methods for implementing stretch clusters in a virtualization environment
US20150074659A1 (en)2013-09-062015-03-12Vmware, Inc.Methods and Apparatus to Perform Web-Based Installations and/or Upgrade Architectures for Enterprise Software
US20150074536A1 (en)2013-09-122015-03-12Commvault Systems, Inc.File manager integration with virtualization in an information management system, including user control and storage management of virtual machines
US11010011B2 (en)2013-09-122021-05-18Commvault Systems, Inc.File manager integration with virtualization in an information management system with an enhanced storage manager, including user control and storage management of virtual machines
US20150095788A1 (en)2013-09-272015-04-02Fisher-Rosemount Systems, Inc.Systems and methods for automated commissioning of virtualized distributed control systems
US20150095597A1 (en)2013-09-302015-04-02American Megatrends, Inc.High performance intelligent virtual desktop infrastructure using volatile memory arrays
US20150106802A1 (en)2013-10-142015-04-16Vmware, Inc.Replicating virtual machines across different virtualization platforms
US10642800B2 (en)2013-10-252020-05-05Vmware, Inc.Multi-tenant distributed computing and database
US20150120925A1 (en)2013-10-302015-04-30Futurewei Technologies, Inc.Lock elevation in a distributed file storage system
US20150248402A1 (en)2013-11-072015-09-03Datrium, Inc.Data storage with a distributed virtual array
US10530742B2 (en)2013-11-112020-01-07Amazon Technologies Inc.Managed directory service
US20150142745A1 (en)2013-11-182015-05-21Actifio, Inc.Computerized methods and apparatus for incremental database backup using change tracking
US20150143164A1 (en)2013-11-202015-05-21Lsi CorporationI/o request mirroring in a clustered storage system
US20150142747A1 (en)2013-11-202015-05-21Huawei Technologies Co., Ltd.Snapshot Generating Method, System, and Apparatus
US9798486B1 (en)2013-12-182017-10-24EMC IP Holding Company LLCMethod and system for file system based replication of a deduplicated storage system
US20150178019A1 (en)2013-12-232015-06-25Vmware, Inc.Ensuring storage availability for virtual machines
US20150186635A1 (en)2014-01-022015-07-02Madjid F. NakhjiriGranular Redaction of Resources
CN103746997A (en)2014-01-102014-04-23浪潮电子信息产业股份有限公司Network security solution for cloud computing center
US20170206074A1 (en)2014-02-032017-07-20International Business Machines CorporationUpdating software products on virtual machines with software images of new levels
US20150220324A1 (en)2014-02-032015-08-06International Business Machines CorporationUpdating software products on virtual machines with software images of new levels
US20150242291A1 (en)2014-02-272015-08-27International Business Machines CorporationStorage system and a method used by the storage system
US20150256617A1 (en)2014-03-052015-09-10Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US9519596B2 (en)2014-03-062016-12-13Stmicroelectronics (Grenoble 2) SasResource access control in a system-on-chip
US9590843B2 (en)2014-03-122017-03-07Nutanix, Inc.Method and system for providing distributed management in a networked virtualization environment
US20160202916A1 (en)2014-03-122016-07-14Nutanix, Inc.Method and system for implementing virtual machine images
US10635544B1 (en)2014-03-132020-04-28EMC IP Holding Company LLCAssigning VMware local proxy host-datastore groups for consistently optimized access
US9893988B2 (en)2014-03-272018-02-13Nicira, Inc.Address resolution using multiple designated instances of a logical router
US9639428B1 (en)2014-03-282017-05-02EMC IP Holding Company LLCOptimized backup of clusters with multiple proxy servers
US20150278046A1 (en)2014-03-312015-10-01Vmware, Inc.Methods and systems to hot-swap a virtual machine
US20150293896A1 (en)2014-04-092015-10-15Bitspray CorporationSecure storage and accelerated transmission of information over communication networks
US20150293830A1 (en)2014-04-152015-10-15Splunk Inc.Displaying storage performance information
US20150301903A1 (en)2014-04-162015-10-22Commvault Systems, Inc.Cross-system, user-level management of data objects stored in a plurality of information management systems
US20150309825A1 (en)2014-04-292015-10-29Vmware, Inc.Method and system for supporting a change in state within a cluster of host computers that run virtual machines
US20150326531A1 (en)2014-05-092015-11-12Nutanix, Inc.Mechanism for providing external access to a secured networked virtualization environment
US11310286B2 (en)2014-05-092022-04-19Nutanix, Inc.Mechanism for providing external access to a secured networked virtualization environment
US10542049B2 (en)2014-05-092020-01-21Nutanix, Inc.Mechanism for providing external access to a secured networked virtualization environment
US20150324217A1 (en)2014-05-122015-11-12Netapp, Inc.Techniques for virtual machine shifting
US20170302731A1 (en)2014-05-132017-10-19Nutanix, Inc.Mechanism for providing load balancing to an external node utilizing a clustered environment for storage management
US9740472B1 (en)2014-05-152017-08-22Nutanix, Inc.Mechanism for performing rolling upgrades in a networked virtualization environment
US20160203008A1 (en)2014-05-152016-07-14Nutanix, Inc.Mechanism for performing rolling updates with data unavailability check in a networked virtualization environment for storage management
US9733958B2 (en)2014-05-152017-08-15Nutanix, Inc.Mechanism for performing rolling updates with data unavailability check in a networked virtualization environment for storage management
US9760447B2 (en)2014-05-192017-09-12Sachin Baban DurgeOne-click backup in a cloud-based disaster recovery system
US20150331757A1 (en)2014-05-192015-11-19Sachin Baban DurgeOne-click backup in a cloud-based disaster recovery system
US9250823B1 (en)2014-05-202016-02-02Emc CorporationOnline replacement of physical storage in a virtual storage system
US9292327B1 (en)2014-05-292016-03-22Emc CorporationOptimization for incremental backup of VMS
US20150355862A1 (en)2014-06-042015-12-10Pure Storage, Inc.Transparent array migration
US20150356125A1 (en)2014-06-062015-12-10Plexistor Ltd.Method for data placement based on a file level operation
US20200081733A1 (en)2014-06-252020-03-12Cloudjumper CorporationMethods and systems for provisioning a virtual resource in a mixed-use server
US20150378761A1 (en)2014-06-272015-12-31Vmware, Inc.Maintaining High Availability During Network Partitions for Virtual Machines Stored on Distributed Object-Based Storage
US20150378853A1 (en)2014-06-272015-12-31Vmware, Inc.Orchestrating High Availability Failover for Virtual Machines Stored on Distributed Object-Based Storage
US9513946B2 (en)2014-06-272016-12-06Vmware, Inc.Maintaining high availability during network partitions for virtual machines stored on distributed object-based storage
US9690670B1 (en)2014-06-302017-06-27Veritas Technologies LlcSystems and methods for doing agentless backup in scale-out fashion
US20180357251A1 (en)2014-07-292018-12-13Commvault Systems, Inc.Volume-level replication of data via snapshots and using a volume-replicating server in an information management system
WO2016018446A1 (en)2014-07-292016-02-04Hewlett-Packard Development Company, L.P.Virtual file server
US20170206207A1 (en)2014-07-292017-07-20Hewlett Packard Enterprise Development LpVirtual file server
US10152233B2 (en)2014-08-122018-12-11Huawei Technologies Co., Ltd.File management method, distributed storage system, and management node
US20160070492A1 (en)2014-08-282016-03-10International Business Machines CorporationStorage system
US10333901B1 (en)2014-09-102019-06-25Amazon Technologies, Inc.Policy based data aggregation
US20160077988A1 (en)2014-09-152016-03-17Microsoft CorporationEfficient data movement within file system volumes
US20160078068A1 (en)2014-09-162016-03-17Commvault Systems, Inc.Fast deduplication data verification
US20160306751A1 (en)2014-09-172016-10-20Commvault Systems, Inc.Data storage systems and methods
US20160085574A1 (en)2014-09-222016-03-24Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US20160087861A1 (en)2014-09-232016-03-24Chia-Chee KuanInfrastructure performance monitoring
US20160085480A1 (en)2014-09-242016-03-24International Business Machines CorporationProviding access information to a storage controller to determine a storage tier for storing data
US10262023B1 (en)2014-09-302019-04-16EMC IP Holding Company LLCManaging data inconsistencies in file systems
US10552266B1 (en)2014-09-302020-02-04Acronis International GmbhBacking up virtual disk changes
US10394412B2 (en)2014-10-092019-08-27Salesforce.Com, Inc.User-customizable permissions in a computing environment
US10083022B2 (en)2014-10-282018-09-25International Business Machines CorporationApplying update to snapshots of virtual machine
US10140115B2 (en)2014-10-282018-11-27International Business Machines CorporationApplying update to snapshots of virtual machine
US10394547B2 (en)2014-10-282019-08-27International Business Machines CorporationApplying update to snapshots of virtual machine
US20160124663A1 (en)2014-10-292016-05-05Commvault Systems, Inc.Accessing a file system using tiered deduplication
US20170277556A1 (en)2014-10-302017-09-28Hitachi, Ltd.Distribution system, computer, and arrangement method for virtual machine
US20160124665A1 (en)2014-11-042016-05-05Rubrik, Inc.Management of virtual machine snapshots
US9853978B2 (en)2014-11-072017-12-26Amazon Technologies, Inc.Domain join and managed directory support for virtual computing environments
US20180278602A1 (en)2014-11-102018-09-27Amazon Technologies, Inc.Desktop application fulfillment platform with multiple authentication mechanisms
US9411628B2 (en)2014-11-132016-08-09Microsoft Technology Licensing, LlcVirtual machine cluster backup in a multi-node environment
US9870291B2 (en)2014-11-132018-01-16Microsoft Technology Licensing, LlcSnapshotting shared disk resources for checkpointing a virtual machine cluster
US9740436B2 (en)2014-11-142017-08-22International Business Machines CorporationElastic file system management in storage cloud environments
US10311153B2 (en)2014-11-282019-06-04Nasuni CorporationVersioned file system with global lock
US20160171241A1 (en)2014-12-112016-06-16Naver Business Platform CorporationApparatuses, systems, methods, and computer readable media for providing secure file-deletion functionality
US20160180107A1 (en)*2014-12-172016-06-23Anoosmar Technologies Private LimitedMethod and system for policy based data access control
US20160179419A1 (en)2014-12-172016-06-23Fujitsu LimitedStorage system, storage management apparatus, and storage management method
US20160179416A1 (en)2014-12-232016-06-23Commvault Systems, Inc.Secondary storage operation instruction tags in information management systems
US20190129808A1 (en)2014-12-232019-05-02EMC IP Holding Company LLCVirtual proxy based backup
US20160188407A1 (en)2014-12-302016-06-30Nutanix, Inc.Architecture for implementing erasure coding
US10678651B1 (en)2014-12-302020-06-09Acronis International GmbhBacking up a virtual machine using a snapshot with memory
US20160216993A1 (en)2015-01-252016-07-28Objective Interface Systems, Inc.Multi-session Zero Client Device and Network for Transporting Separated Flows to Device Sessions via Virtual Nodes
US20180004766A1 (en)2015-01-292018-01-04Longsand LimitedRegenerated container file storing
US20160224363A1 (en)2015-01-302016-08-04Bladelogic, IncDynamic virtual port provisioning
US10642507B2 (en)2015-01-302020-05-05Nutanix, Inc.Pulsed leader consensus management
US20200034069A1 (en)2015-02-032020-01-30Netapp Inc.Monitoring storage cluster elements
US20180196719A1 (en)2015-02-042018-07-12Tintri Inc.Optimized remote cloning
US10050862B2 (en)2015-02-092018-08-14Cisco Technology, Inc.Distributed application framework that uses network and application awareness for placing data
US20170228300A1 (en)2015-02-122017-08-10Netapp Inc.Faster reconstruction of segments using a dedicated spare memory unit
US20160274926A1 (en)2015-03-162016-09-22Oracle International CorporationVirtual machine (vm) migration from switched fabric based computing system to external systems
US20170329554A1 (en)2015-03-272017-11-16Hewlett Packard Enterprise Development LpFile migration to persistent memory
US9632892B1 (en)2015-03-302017-04-25EMC IP Holding Company LLCNFS cluster failover
US20160335134A1 (en)2015-03-312016-11-17International Business Machines CorporationDetermining storage tiers for placement of data sets during execution of tasks in a workflow
US9922201B2 (en)*2015-04-012018-03-20Dropbox, Inc.Nested namespaces for selective content sharing
US20160301766A1 (en)2015-04-102016-10-13Open Text S.A.SYSTEMS AND METHODS FOR CACHING OF MANAGED CONTENT IN A DISTRIBUTED ENVIRONMENT USING A MUL Tl-TIERED ARCHITECTURE
US20180129426A1 (en)2015-04-132018-05-10Cohesity, Inc.Tier-optimized write scheme
US20160314046A1 (en)2015-04-212016-10-27Commvault Systems, Inc.Content-independent and database management system-independent synthetic full backup of a database based on snapshot technology
US20160316003A1 (en)2015-04-272016-10-27Microsoft Technology Licensing LlcBalancing resources in distributed computing environments
US20160328007A1 (en)2015-05-062016-11-10Vmware, Inc.Centralized power management with partial suspend mode for distributed storage systems
US20160328226A1 (en)2015-05-082016-11-10Desktop 365, LLCMethod and system for managing the end to end lifecycle of the virtualization environment for an appliance
US9946573B2 (en)2015-05-202018-04-17Oracle International CorporationOptimizing virtual machine memory sizing for cloud-scale application deployments
US20160359697A1 (en)2015-06-052016-12-08Cisco Technology, Inc.Mdl-based clustering for application dependency mapping
US20160371020A1 (en)2015-06-162016-12-22Vmware, Inc.Virtual machine data placement in a virtualized computing environment
US10084873B2 (en)2015-06-192018-09-25Commvault Systems, Inc.Assignment of data agent proxies for executing virtual-machine secondary copy operations including streaming backup jobs
CN105100210A (en)2015-06-242015-11-25深圳市美贝壳科技有限公司File cache method and device applied to client
US20160378528A1 (en)2015-06-262016-12-29Vmware, Inc.Propagating changes from a virtual machine clone to a physical host device
US10108502B1 (en)2015-06-262018-10-23EMC IP Holding Company LLCData protection using checkpoint restart for cluster shared resources
US20160378616A1 (en)2015-06-292016-12-29Emc CorporationBackup performance using data allocation optimization
US20170004131A1 (en)2015-07-012017-01-05Weka.IO LTDVirtual File System Supporting Multi-Tiered Storage
US20170005990A1 (en)2015-07-012017-01-05Ari BirgerSystems, Methods and Computer Readable Medium To Implement Secured Computational Infrastructure for Cloud and Data Center Environments
US20170012904A1 (en)2015-07-102017-01-12International Business Machines CorporationLoad balancing in a virtualized computing environment based on a fabric limit
US20170024224A1 (en)2015-07-222017-01-26Cisco Technology, Inc.Dynamic snapshots for sharing network boot volumes
US20170024152A1 (en)2015-07-222017-01-26Commvault Systems, Inc.Browse and restore for block-level backups
US20170039078A1 (en)2015-08-042017-02-09International Business Machines CorporationApplication configuration in a virtual environment
US20170039082A1 (en)2015-08-052017-02-09Vmware, Inc.Self triggered maintenance of state information of virtual machines for high availablity operations
US20170041296A1 (en)2015-08-052017-02-09Intralinks, Inc.Systems and methods of secure data exchange
US20190207925A1 (en)2015-08-152019-07-04Microsoft Technology Licensing, LlcDomain joined virtual names on domainless servers
US20170048223A1 (en)2015-08-152017-02-16Microsoft Technology Licensing, LlcDomain joined virtual names on domainless servers
US9448887B1 (en)2015-08-222016-09-20Weka.IO Ltd.Distributed erasure coded virtual file system
US20170068469A1 (en)2015-09-032017-03-09Microsoft Technology Licensing, LlcRemote Shared Virtual Disk Snapshot Creation
US20170075921A1 (en)2015-09-142017-03-16Microsoft Technology Licensing, LlcHosted file sync with direct access to hosted files
US10114706B1 (en)2015-09-222018-10-30EMC IP Holding Company LLCBackup and recovery of raw disks [RDM] in virtual environment using snapshot technology
US20170090776A1 (en)2015-09-252017-03-30Seagate Technology LlcCompression sampling in tiered storage
US20170091262A1 (en)2015-09-252017-03-30Netapp, Inc.Object storage backed file system cache
US20170091047A1 (en)2015-09-302017-03-30Commvault Systems, Inc.Dynamic triggering of block-level backups based on block change thresholds and corresponding file identities in a data storage management system
US9940154B2 (en)2015-10-152018-04-10Netapp, Inc.Storage virtual machine relocation
US20170109184A1 (en)2015-10-152017-04-20Netapp Inc.Storage virtual machine relocation
US20170123890A1 (en)2015-10-292017-05-04Commvault Systems, Inc.Monitoring, diagnosing, and repairing a management database in a data storage management system
US20180205787A1 (en)2015-11-112018-07-19Weka.IO LTDLoad Balanced Network File Accesses
US20170155691A1 (en)2015-12-012017-06-01Vmware, Inc.Exclusive session mode resilient to failure
US20170160983A1 (en)2015-12-042017-06-08International Business Machines CorporationAllocation of resources with tiered storage
US10594730B1 (en)2015-12-082020-03-17Amazon Technologies, Inc.Policy tag management
US9961145B1 (en)2015-12-172018-05-01EMC IP Holding Company LLCMulti-tier storage system having front-end storage tier implemented utilizing software-defined storage functionality
US20170177638A1 (en)2015-12-172017-06-22International Business Machines CorporationPredictive object tiering based on object metadata
US9940460B1 (en)2015-12-182018-04-10EMC IP Holding Company LLCCleaning malware from backup data
US10069909B1 (en)2015-12-182018-09-04EMC IP Holding Company LLCDynamic parallel save streams for block level backups
US20180332105A1 (en)2015-12-302018-11-15Huawei Technologies Co.,Ltd.Load balancing computer device, system, and method
US20170193021A1 (en)2015-12-312017-07-06International Business Machines CorporationIdentifying patterns of a set of software applications
US20200125580A1 (en)2016-01-182020-04-23Alibaba Group Holding LimitedData synchronization method, apparatus, and system
US20190034240A1 (en)2016-01-292019-01-31Telefonaktiebolaget Lm Ericsson (Publ)Rolling upgrade with dynamic batch size
US20170220661A1 (en)2016-02-012017-08-03Vmware, Inc.On-demand subscribed content library
US20170235761A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server deployment
US10838708B2 (en)2016-02-122020-11-17Nutanix, Inc.Virtualized file server backup to cloud
US20170235764A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server distribution across clusters
US20170235654A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server resilience
US20170235563A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized File Server Rolling Upgrade
US10095506B2 (en)2016-02-122018-10-09Nutanix, Inc.Virtualized file server data sharing
US10101989B2 (en)2016-02-122018-10-16Nutanix, Inc.Virtualized file server backup to cloud
US11550559B2 (en)2016-02-122023-01-10Nutanix, Inc.Virtualized file server rolling upgrade
US20170235762A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server smart data ingestion
US20170235653A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server high availability
US12217039B2 (en)2016-02-122025-02-04Nutanix, Inc.Virtualized file server data sharing
US12153913B2 (en)2016-02-122024-11-26Nutanix, Inc.Virtualized file server deployment
US12135963B2 (en)2016-02-122024-11-05Nutanix, Inc.Virtualized file server distribution across clusters
US12014166B2 (en)2016-02-122024-06-18Nutanix, Inc.Virtualized file server user views
US20190026101A1 (en)2016-02-122019-01-24Nutanix, Inc.Virtualized file server data sharing
US11966730B2 (en)2016-02-122024-04-23Nutanix, Inc.Virtualized file server smart data ingestion
US11106447B2 (en)2016-02-122021-08-31Nutanix, Inc.Virtualized file server user views
US20190079747A1 (en)2016-02-122019-03-14Nutanix, Inc.Virtualized file server backup to cloud
US11966729B2 (en)2016-02-122024-04-23Nutanix, Inc.Virtualized file server
US20220004377A1 (en)2016-02-122022-01-06Nutanix, Inc.Virtualized file server
US11947952B2 (en)2016-02-122024-04-02Nutanix, Inc.Virtualized file server disaster recovery
US20210247973A1 (en)2016-02-122021-08-12Nutanix, Inc.Virtualized file server user views
US11922157B2 (en)2016-02-122024-03-05Nutanix, Inc.Virtualized file server
US20220147342A1 (en)2016-02-122022-05-12Nutanix, Inc.Virtualized file server smart data ingestion
US20170235950A1 (en)2016-02-122017-08-17Nutanix, Inc.Self-healing virtualized file server
US20220147495A1 (en)2016-02-122022-05-12Nutanix, Inc.Virtualized file server
US11550557B2 (en)2016-02-122023-01-10Nutanix, Inc.Virtualized file server
US20210141630A1 (en)2016-02-122021-05-13Nutanix, Inc.Virtualized file server distribution across clusters
US10949192B2 (en)2016-02-122021-03-16Nutanix, Inc.Virtualized file server data sharing
US20230325173A1 (en)2016-02-122023-10-12Nutanix, Inc.Virtualized file server user views
US11550558B2 (en)2016-02-122023-01-10Nutanix, Inc.Virtualized file server deployment
US20170235763A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server splitting and merging
US20200081704A1 (en)2016-02-122020-03-12Nutanix, Inc.Virtualized file server rolling upgrade
US10831465B2 (en)2016-02-122020-11-10Nutanix, Inc.Virtualized file server distribution across clusters
US10809998B2 (en)2016-02-122020-10-20Nutanix, Inc.Virtualized file server splitting and merging
US20210365257A1 (en)2016-02-122021-11-25Nutanix, Inc.Virtualized file server data sharing
US20220350591A1 (en)2016-02-122022-11-03Nutanix, Inc.Virtualized file server deployment
US10719305B2 (en)2016-02-122020-07-21Nutanix, Inc.Virtualized file server tiers
US10719306B2 (en)2016-02-122020-07-21Nutanix, Inc.Virtualized file server resilience
US10719307B2 (en)2016-02-122020-07-21Nutanix, Inc.Virtualized file server block awareness
US20220350592A1 (en)2016-02-122022-11-03Nutanix, Inc.Virtualized file server disaster recovery
US20230289170A1 (en)2016-02-122023-09-14Nutanix, Inc.Virtualized file server distribution across clusters
US20170235590A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server tiers
US20170235507A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server backup to cloud
US11669320B2 (en)2016-02-122023-06-06Nutanix, Inc.Self-healing virtualized file server
US20170235751A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server user views
US11645065B2 (en)2016-02-122023-05-09Nutanix, Inc.Virtualized file server user views
US11537384B2 (en)2016-02-122022-12-27Nutanix, Inc.Virtualized file server distribution across clusters
US11579861B2 (en)2016-02-122023-02-14Nutanix, Inc.Virtualized file server smart data ingestion
US20170235591A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server block awareness
US10540165B2 (en)2016-02-122020-01-21Nutanix, Inc.Virtualized file server rolling upgrade
US10540164B2 (en)2016-02-122020-01-21Nutanix, Inc.Virtualized file server upgrade
US10540166B2 (en)2016-02-122020-01-21Nutanix, Inc.Virtualized file server high availability
US20170235562A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server upgrade
US20170235589A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server data sharing
US20170235758A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server disaster recovery
US20170235760A1 (en)2016-02-122017-08-17Nutanix, Inc.Virtualized file server
US11544049B2 (en)2016-02-122023-01-03Nutanix, Inc.Virtualized file server disaster recovery
US20170242871A1 (en)2016-02-182017-08-24Commvault Systems, Inc.Data restoration operations based on network path information
US20170242599A1 (en)2016-02-222017-08-24Netapp Inc.Enabling data integrity checking and faster application recovery in synchronous replicated datasets
US20170262346A1 (en)2016-03-092017-09-14Commvault Systems, Inc.Data management and backup of distributed storage environment
US20170264684A1 (en)2016-03-102017-09-14Vmware, Inc.Container runtime image management across the cloud
US20170277903A1 (en)2016-03-222017-09-28Qualcomm IncorporatedData Protection Using Virtual Resource Views
US20170279674A1 (en)2016-03-252017-09-28Alibaba Group Holding LimitedMethod and apparatus for expanding high-availability server cluster
US20170286228A1 (en)2016-03-302017-10-05Acronis International GmbhSystem and method for data protection during full data backup
US10078583B1 (en)2016-03-312018-09-18EMC IP Holding Company LLCMethod and system for reducing memory used in embedded DDRs by using spare drives for OOC GC
US11218418B2 (en)2016-05-202022-01-04Nutanix, Inc.Scalable leadership election in a multi-processing computing environment
US20200036647A1 (en)2016-05-202020-01-30Nutanix, Inc.Scalable leadership election in a multi-processing computing environment
US20180225204A1 (en)2016-05-312018-08-09Brocade Communications Systems LLCBuffer manager
WO2018014650A1 (en)2016-07-202018-01-25华为技术有限公司Distributed database data synchronisation method, related apparatus and system
US20180062993A1 (en)2016-08-292018-03-01Vmware, Inc.Stateful connection optimization over stretched networks using specific prefix routes
CN106357744A (en)2016-08-292017-01-25浪潮(北京)电子信息产业有限公司Cluster reconnection method and system for SMB (server message block) client and SMB client
US10949387B1 (en)2016-09-292021-03-16Triad National Security, LlcScalable filesystem enumeration and metadata operations
US10523592B2 (en)2016-10-102019-12-31Cisco Technology, Inc.Orchestration system for migrating user data and services based on user information
US20180107838A1 (en)2016-10-132018-04-19Commvault Systems, Inc.Data protection within an unsecured storage environment
US10362092B1 (en)2016-10-142019-07-23Nutanix, Inc.Entity management in distributed systems
US10210048B2 (en)2016-10-252019-02-19Commvault Systems, Inc.Selective snapshot and backup copy operations for individual virtual machines in a shared storage
US20180143880A1 (en)2016-11-212018-05-24Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and resumption
US20180145960A1 (en)2016-11-222018-05-24Vmware, Inc.Cached credentials for offline domain join and login without local access to the domain controller
US10419426B2 (en)2016-11-222019-09-17Vmware, Inc.Cached credentials for offline domain join and login without local access to the domain controller
US10789138B2 (en)2016-11-252020-09-29Huawei Technologies Co., Ltd.SMB service fault processing method and storage device
US20180159826A1 (en)2016-12-022018-06-07Vmware, Inc.Application based network traffic management
US10728090B2 (en)2016-12-022020-07-28Nutanix, Inc.Configuring network segmentation for a virtualization environment
US11562034B2 (en)2016-12-022023-01-24Nutanix, Inc.Transparent referrals for distributed file servers
US20180157521A1 (en)2016-12-022018-06-07Nutanix, Inc.Virtualized server systems and methods including load balancing for virtualized file servers
US20180157752A1 (en)2016-12-022018-06-07Nutanix, Inc.Transparent referrals for distributed file servers
US20230237102A1 (en)2016-12-022023-07-27Nutanix, Inc.Transparent referrals for distributed file servers
US20180159729A1 (en)2016-12-022018-06-07Nutanix, Inc.Configuring network segmentation for a virtualization environment
US10824455B2 (en)2016-12-022020-11-03Nutanix, Inc.Virtualized server systems and methods including load balancing for virtualized file servers
US11568073B2 (en)2016-12-022023-01-31Nutanix, Inc.Handling permissions for virtualized file servers
US20180157860A1 (en)2016-12-022018-06-07Nutanix, Inc.Handling permissions for virtualized file servers
US20180157561A1 (en)2016-12-052018-06-07Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US20210406136A1 (en)2016-12-052021-12-30Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US20240103985A1 (en)2016-12-052024-03-28Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US11775397B2 (en)2016-12-052023-10-03Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US11294777B2 (en)2016-12-052022-04-05Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US11281484B2 (en)2016-12-062022-03-22Nutanix, Inc.Virtualized server systems and methods including scaling of file system virtual machines
US11288239B2 (en)2016-12-062022-03-29Nutanix, Inc.Cloning virtualized file servers
US11922203B2 (en)2016-12-062024-03-05Nutanix, Inc.Virtualized server systems and methods including scaling of file system virtual machines
US11954078B2 (en)2016-12-062024-04-09Nutanix, Inc.Cloning virtualized file servers
US20220156107A1 (en)2016-12-062022-05-19Nutanix, Inc.Virtualized server systems and methods including scaling of file system virtual machines
US20180157522A1 (en)2016-12-062018-06-07Nutanix, Inc.Virtualized server systems and methods including scaling of file system virtual machines
US20180157677A1 (en)2016-12-062018-06-07Nutanix, Inc.Cloning virtualized file servers
US20210349859A1 (en)2016-12-062021-11-11Nutanix, Inc.Cloning virtualized file servers
US20180173731A1 (en)2016-12-212018-06-21Hewlett Packard Enterprise Development LpStorage system deduplication
US10452456B2 (en)2016-12-272019-10-22Dropbox, Inc.Kernel event triggers
US10409653B2 (en)2016-12-272019-09-10Dropbox, Inc.Kernel event triggers
US20180181449A1 (en)2016-12-272018-06-28Dropbox, Inc.Kernel event triggers
US20180181448A1 (en)2016-12-272018-06-28Dropbox, Inc.Kernel event triggers
US20180181266A1 (en)2016-12-272018-06-28Dropbox, Inc.Kernel event triggers
US20180181587A1 (en)2016-12-272018-06-28Dropbox, Inc.Collaboration enhanced with kernel event triggers
US20180181723A1 (en)2016-12-272018-06-28Dropbox, Inc.Kernel event triggers for content item security
US10705889B2 (en)2016-12-272020-07-07Dropbox, Inc.Kernel event triggers
US20200125426A1 (en)2016-12-272020-04-23Dropbox, Inc.Kernel event triggers for content item security
US10572317B2 (en)2016-12-272020-02-25Dropbox, Inc.Collaboration enhanced with kernel event triggers
US10579443B2 (en)2016-12-272020-03-03Dropbox, Inc.Kernel event triggers for content item security
CN109076126B (en)2017-03-212020-09-18华为技术有限公司Permission updating method and terminal equipment
US11074138B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Multi-streaming backup operations for mailboxes
US11609826B2 (en)2017-03-292023-03-21Commvault Systems, Inc.Multi-streaming backup operations for mailboxes
US11025626B1 (en)2017-07-262021-06-01EMC IP Holding Company LLCDecentralized identities for access to multiple computing resource systems
US20190087286A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed architecture for content indexing using restored secondary copies
US20190087279A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed framework for data proximity-based task splitting in a content indexing system
US20190087280A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed framework for task splitting and task assignments in a content indexing system
US20190087282A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed content indexing architecture with separately stored file previews
US20190087285A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed content indexing architecture with combined backup and content indices
US20190087281A1 (en)2017-09-142019-03-21Commvault Systems, Inc.Distributed architecture for tracking content indexing
US11106442B1 (en)2017-09-232021-08-31Splunk Inc.Information technology networked entity monitoring with metric selection prior to deployment
US20200274869A1 (en)2017-10-092020-08-27Hewlett-Packard Development Company, L.P.Domain join
US20190196718A1 (en)2017-12-212019-06-27Apple Inc.Techniques for facilitating processing checkpoints between computing devices
US11086826B2 (en)2018-04-302021-08-10Nutanix, Inc.Virtualized server systems and methods including domain joining techniques
US11675746B2 (en)2018-04-302023-06-13Nutanix, Inc.Virtualized server systems and methods including domain joining techniques
US20210397587A1 (en)2018-04-302021-12-23Nutanix, Inc.Virtualized server systems and methods including domain joining techniques
US20190332683A1 (en)2018-04-302019-10-31Nutanix, Inc.Virtualized server systems and methods including domain joining techniques
CN110519112A (en)2018-05-222019-11-29山东数盾信息科技有限公司A kind of method for realizing the continuous High Availabitity of dynamic in cluster storage system
US20200007530A1 (en)2018-06-282020-01-02Oracle International CorporationSession Synchronization Across Multiple Devices in an Identity Cloud Service
US11194680B2 (en)2018-07-202021-12-07Nutanix, Inc.Two node clusters recovery on a failure
US20200042537A1 (en)2018-08-022020-02-06Netapp Inc.File system operation handling during cutover and steady state
US20200050522A1 (en)2018-08-132020-02-13Remote DBA Experts, LLCHighly available cloud-based database services
US20200106669A1 (en)2018-09-272020-04-02Nutanix, Inc.Computing node clusters supporting network segmentation
US20200137157A1 (en)2018-10-312020-04-30Nutanix, Inc.Managing high-availability file servers
US11489839B2 (en)2019-01-312022-11-01Salesforce, Inc.Automatic user permission refinement through cluster-based learning
US11474796B1 (en)2019-07-092022-10-18Elements Dev CorporationBuild system for distributed applications
CN110516005A (en)2019-07-302019-11-29南京信安融慧网络技术有限公司A kind of distributed data base Fast synchronization system and method
US20210081358A1 (en)2019-09-182021-03-18Okera, Inc.Background dataset maintenance
US11144407B1 (en)2019-09-302021-10-12Amazon Technologies, Inc.Synchronous database geo-mirroring using delayed visibility write operations
CN110569269A (en)2019-11-062019-12-13成都四方伟业软件股份有限公司data synchronization method and system
US20210165759A1 (en)2019-12-022021-06-03Dropbox, Inc.Technologies for migrating content items from a server on a network to an online content management system
US20210200641A1 (en)2019-12-312021-07-01Nutanix, Inc.Parallel change file tracking in a distributed file server virtual machine (fsvm) architecture
CN111259376A (en)2020-01-172020-06-09中国平安人寿保险股份有限公司Authority configuration method, device, server and storage medium
US20210224233A1 (en)2020-01-212021-07-22Nutanix, Inc.Method using access information in a distributed file server virtual machine (fsvm) architecture, including web access
US20210334178A1 (en)2020-04-272021-10-28Vmware, Inc.File service auto-remediation in storage systems
US20210344772A1 (en)2020-04-302021-11-04Nutanix, Inc.Distributed database systems including callback techniques for cache of same
US20210382636A1 (en)2020-06-082021-12-09Amazon Technologies, Inc.Customizable lock management for distributed resources
US20210390080A1 (en)2020-06-152021-12-16Nutanix, Inc.Actions based on file tagging in a distributed file server virtual machine (fsvm) environment
US20220229687A1 (en)2021-01-212022-07-21Vmware, Inc.Non-disruptive container runtime changes
US20220300335A1 (en)2021-03-182022-09-22Nutanix, Inc.Scope-based distributed lock infrastructure for virtualized file server
US12131192B2 (en)2021-03-182024-10-29Nutanix, Inc.Scope-based distributed lock infrastructure for virtualized file server
US11563800B1 (en)2022-01-212023-01-24Vmware, Inc.Distributed semantic network for concurrent access to interconnected objects
US20250097231A1 (en)2023-09-152025-03-20Nutanix, Inc.File server managers including api-level permissions examination

Non-Patent Citations (59)

* Cited by examiner, † Cited by third party
Title
"Administering VMware vSAN—Update 1 VMware vSphere 8.0 VMware vSAN 8.0", https://docs.vmware.com/en/VMware-vSphere/8.0/vsan-801-administration-guide.pdf, 2015, pp. 1-151.
"Administering VMware vSAN—VMware vSphere 7.0", Update 1, 2015-2020, pp. 1-114.
"Changing the ESXi Host Name using vSphere Web Client", Pavanas Blog; retrieved from: https://pchawda.wordpress.com/category/esxi/page/3/, May 11, 2016.
"Citrix XenDesktop 7.1 on Microsoft Hyper-V Server 2012 R2 on Nutanix Virtual Computing Platform", Citrix APAC Solutions, Jun. 25, 2014, pp. 1-94.
"Clustered Data Ontap 8.2 File Access Management Guide for CIFS", NetApp; (year 2014), Feb. 2014, pp. all.
"Designing and Sizing Virtual SAN Fault Domains", Administering VMware Virtual SAN; VMware vSphere 6.5; vSAN 6.6; https://docs.vmware.com/en/VMware-vSphere/6.5/virtual-san-66-administration-guide.pdf, captured Aug. 20, 2021, 2017, pp. 34.
"How NFS Referrals Work", From: Managing Network File Systems in Oracle® Solaris 11.2; Oracle.com; retrieved from: https://docs.oracle.com/cd/E36784_01/html/E36825/gjuaj.html#scrolltoc, Jul. 2014.
"How to Efficiently Deploy Virtual Machines from VMware vSphere Content Library", VMware VROOM! Performance Blog; retrieved from: https://blogs.vmware.com/performance/2015/07/efficiently-deploy-vms-vmware-vsphere-content-library.html, Jul. 9, 2015.
"Hybrid Cloud Storage with Cloudian HyperStore and Amazon S3", Cloudian Inc.; www.cloudian.com, 2014, pp. all.
"New VMware Icons Visio Stencil Download", VM Today; obtained from: https://web.archive.org/web/20230130190532/https://vmtoday.com/2012/09/new-vmware-icons-visio-stencil-download/, Sep. 16, 2012.
"Open Virtualization Format White Paper", DMTF Informational, Version 2.0.0; Distributed Management Task Force, Inc. (DMTF); obtained from https://www.dmtf.org/sites/default/files/standards/documents/DSP2017_2.0.0.pdf, Apr. 14, 2014.
"Preparing Storage Systems for Snapmirror Replication", NetApp ; NetApp, Apr. 2005, pp. all.
"Setting up and Using Acropolis File Services (AFS) on Nutanix AOS 5.0", Virtual Dennis—Sharing Technical Tips Learned the Hard Way, Dec. 30, 2016, pp. all.
"Tech TopX: AHV One Click Upgrade", Screen captures from YouTube video clip, 13 pages, uploaded on Dec. 8, 2015 by user "Nutanix University". Retrieved from Internet: https://www.youtube.com/watch?v=3dALdzw6qZM, Dec. 8, 2015, pp. all.
"Technical Overview and Best Practices", VMware vSphere VMFS ; a VMware Technical White Paper updated for VMware vSphere 5.1, Version 3.0, Nov. 27, 2012, pp. all.
"The Architecture of VMware ESXi", VMWare White Paper; retrieved from: https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/ESXi_architecture.pdf, Oct. 24, 2008.
"The Open Virtual Machine Format Whitepaper for OVF Specification", VMWare; retrieved from https://www.vmware.com/pdf/ovf_whitepaper_specification.pdf, Sep. 9, 2007.
"Virtual Disk Manager User's Guide: Virtual Disk Development Kit", vmware.com, 2008, 1-12.
"Virtual Machine Backup Guide", ESX Server 3.0 and VirtualCenter 2.0; VMware; https://www.vmware.com/pdf/vi3_30_20_vm_backup.pdf, 2006.
"VMWare High Availability & Data Recovery Configuration Guide v1", IBM; https://www.ibm.com/support/pages/vmware-high-availability-data recovery-configuration-guide-v1, Nov. 2015.
"VMware vCenter Server: Centrally Mananged Virtual Infrastructure Delivered with Confidence", VMWare DATASHEET; https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/products/vCenter/vmware-vcenter-server-datasheet.pdf, captured Aug. 20, 2021, 2015, 2015, pp. 1-2.
"VSan Specialist: Stretched Clusters & Two-Node Clusters—Part 1", vCallaway; http://vcallaway.com/vsan-specialist-stretched-clusters-two-node-clusters/, Sep. 26, 2017.
"VSphere Replication Target Storage Consumption", VMware vSphere Blog; https://blogs.vmware.com/vsphere/2015/04/vsphere-replication-target-storage-consumption.html, Apr. 17, 2015.
Adam, Michael , "Samba's Way Toward SMB 3.0", vol. 38, No. 1 | https://www.usenix.org/system/files/login/articles/03adam_016-025_online.pdf, Feb. 2013, pp. 16-25.
Bergamasco, Davide , "Content Library Performance Tuning", VMware VROOM! Performance Blog; received from: https://blogs.vmware.com/performance/2015/09/content-library-performance-tuning.html, Sep. 15, 2015.
Bergamasco, Davide , "How to Efficiently Synchronize, Import and Export Content in VMware vSphere Content Library", VMware VROOM! Performance Blog; retrieved from: https://blogs.vmware.com/performance/2015/09/efficiently-synchronize-import-export-content-vmware-vsphere-content-library.html, Sep. 3, 2015.
Bhardwaj, Rishi , "The Wonderful World of Distributed Systems and the Art of Metadata Management", Nutanix, Inc., https://www.nutanix.com/blog/the-wonderful-world-of-distributed-systems-and-metadata-management; captured Aug. 19, 2021, Sep. 24, 2015, pp. 1-8.
Bounds, Jay , "High-Availability (HA) Pair Controller Configuration Overview and Best Practices", NetApp, Feb. 2016, pp. all.
Cano, Ignacio et al., "Curator: Self-Managing Storage for Enterprise Clusters", University of Washington, Mar. 2017, pp. all.
Costa, Jorge , "High Availability Setup Using Veritas Cluster Server and NetApp Synchronous SnapMirror—One button Failover/Failback with SnapMirror Sync and Veritas Cluster Server", NetApp Community, Nov. 18, 2010, pp. all.
Hogan, Cormac , "New updates from Nutanix—NOS 3.0 and NX-3000", https://cormachogan.com/2012/12/20/new-from-nutanix-nos-3-0-nx-3000/, Dec. 20, 2012, pp. 1-7.
Isilon OneFS, Version 8.0.1; Web Administration Guide, Oct. 2016.
Jeffrey, Hemmes et al., "Cacheable Decentralized Groups for Grid Resource Access Control", 2006 7th IEEE/ACM International Conference on Grid Computing Department of Computer Science and Engineering, University of Notre Dame, doi: 10.1109/ICGRID.2006.311015, Sep. 2006, pp. 192-199.
Jung, Young-Woo et al., "Standard-Based Vitrual Infrastructure Resource Management for Distributed and Heterogeneous Servers", ICACT, Feb. 15, 2009, pp. all.
Kaam, Bas V. , "New in AOS 5.0: Nutanix Acropolis File Services", basvankaam.com, Jan. 5, 2017, pp. all.
Kemp, Erik , "NetApp SolidFire SnapMirror Architecture and Configuration", Technical Report, NetApp, Dec. 2017, pp. all.
Kleyman, Bill , "How Cloud Computing Changes Storage Tiering", https://www.datacenterknowledge.com ; captured Jun. 4, 2019, Nov. 12, 2015, pp. all.
Koehler , "Options in scalability with vSAN", VMWare; Virtual Blocks Blog; retrieved from: https://blogs.vmware.com/virtualblocks/2016/09/15/options-scalability-virtual-san/, Sep. 15, 2016.
Leibovici, Andre , "Nutanix One-Click Upgrade now takes care of Firmware and Hypervisor too!", myvirtualcloud.net https://myvirtualcloud.net/nutanix-one-click-upgrade-now-takes-care-of-firmware-and-hypervisor-too/, Jul. 31, 2014, pp. 1-4.
Lye, Ben , "Implementing Windows Server 2008 FileSystem Quotas", Nov. 19, 2009, pp. 1-17.
Poitras, Steven , "The Nutanix Bible", http://stevenpoitras.com/the-nutanix-bible/ (Publication date based on indicated capture date by Archive.org; first publication date unknown), Jan. 11, 2014, pp. all.
Poitras, Steven , "The Nutanix Bible", http://stevenpoitras.com/the-nutanix-bible/ (Publication date based on indicated capture date by Archive.org; first publication date unknown), Jan. 7, 2015, pp. all.
Poitras, Steven , "The Nutanix Bible", http://stevenpoitras.com/the-nutanix-bible/ (Publication date based on indicated capture date by Archive.org; first publication date unknown), Jun. 20, 2014, pp. all.
Poitras, Steven , "The Nutanix Bible", http://stevenpoitras.com/the-nutanix-bible/ (Publication date based on indicated capture date by Archive.org; first publication date unknown), Jun. 9, 2015, pp. all.
Poitras, Steven , "The Nutanix Bible", http://stevenpoitras.com/the-nutanix-bible/ (Publication date based on indicated capture date by Archive.org; first publication date unknown), Oct. 15, 2013, pp. all.
Poitras, Steven , "The Nutanix Bible", https://nutanixbible.com/, Jan. 12, 2016, pp. all.
Poitras, Steven , "The Nutanix Bible", https://nutanixbible.com/, Jan. 3, 2017, pp. all.
Poitras, Steven , "The Nutanix Bible", https://nutanixbible.com/, Jun. 8, 2017, pp. all.
Poitras, Steven , "The Nutanix Bible", https://nutanixbible.com/, Jun. 9, 2016, pp. all.
Poitras, Steven , "The Nutanix Bible", https://nutanixbible.com/, Sep. 4, 2015, pp. all.
Ruth, Paul , "Autonomic Live Adaption of Virtual Computational Environments in a Multi-Domain Infrastructure", 2006 IEEE International Conference on Autonomic Computing, 2006, pp. 5-14.
U.S. Appl. No. 18/054,490 titled "Virtualized File Server Distribution Across Clusters", filed Nov. 10, 2022.
U.S. Appl. No. 18/069,920 titled "Transparent Referrals for Distributed File Servers", filed Dec. 21, 2022.
U.S. Appl. No. 18/183,142 titled "Virtualized File Server User Views", filed Mar. 13, 2023.
U.S. Appl. No. 18/306,595 titled Self-Healing Virtualized File Server, filed Apr. 25, 2023.
U.S. Appl. No. 18/450,319 titled "Disaster Recovery for Distributed File Servers, Including Metadata Fixers", filed Aug. 15, 2023.
U.S. Appl. No. 18/497,919 titled "Virtualized Server Systems and Methods Including Scaling of File System Virtual Machines", filed Oct. 30, 2023.
US 11,048,595 B2, 06/2021, Venkatesh et al. (withdrawn)
US Patent Application for U.S. Appl. No. 18/393,105 titled "Virtualized File Server Smart Data Ingestion", filed Dec. 21, 2023.

Also Published As

Publication numberPublication date
US20180157860A1 (en)2018-06-07
US20230185944A1 (en)2023-06-15
US11568073B2 (en)2023-01-31

Similar Documents

PublicationPublication DateTitle
US12400015B2 (en)Handling permissions for virtualized file servers
US20230237102A1 (en)Transparent referrals for distributed file servers
US11775397B2 (en)Disaster recovery for distributed file servers, including metadata fixers
US11954078B2 (en)Cloning virtualized file servers
US12307238B2 (en)Self-healing virtualized file server
US10728090B2 (en)Configuring network segmentation for a virtualization environment

Legal Events

DateCodeTitleDescription
FEPPFee payment procedure

Free format text:ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

ASAssignment

Owner name:NUTANIX, INC., CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NAIR, SAJI KUMAR VIJAYA KUMARI RAJENDRAN;THUMMALA, HEMANTH KUMAR;TAMMINEEDI, VEERRAJU;AND OTHERS;SIGNING DATES FROM 20171208 TO 20171209;REEL/FRAME:062880/0951

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

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

STPPInformation on status: patent application and granting procedure in general

Free format text:FINAL REJECTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:ADVISORY ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

ZAABNotice of allowance mailed

Free format text:ORIGINAL CODE: MN/=.

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

ASAssignment

Owner name:BANK OF AMERICA, N.A., AS COLLATERAL AGENT, TEXAS

Free format text:SECURITY INTEREST;ASSIGNOR:NUTANIX, INC.;REEL/FRAME:070206/0463

Effective date:20250212

STPPInformation on status: patent application and granting procedure in general

Free format text:PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCFInformation on status: patent grant

Free format text:PATENTED CASE


[8]ページ先頭

©2009-2025 Movatter.jp