Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
VIRTUAL MACHINE MESSAGING
Document Type and Number:
WIPO Patent Application WO/2017/119918
Kind Code:
A1
Abstract:
Techniques for enabling communication between a virtual machine and the host of the virtual machine are disclosed. An example computing device includes a host operating system and a virtual machine running on the host operating system. The storage device also includes a split driver. The split driver includes a frontend driver residing on the virtual machine and a backend driver residing on the host. The split driver processes messages received from the virtual machine and passes the messages from the frontend driver to the backend driver.

Inventors:
KURICHIYATH SUDHEER (IN)
LILIENKAMP JOEL E (US)
Application Number:
PCT/US2016/024712
Publication Date:
July 13, 2017
Filing Date:
March 29, 2016
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
HEWLETT PACKARD ENTPR DEV LP (US)
International Classes:
G06F9/44; G06F15/16; G06F17/40
Foreign References:
US8938571B12015-01-20
US20050246453A12005-11-03
US9069591B12015-06-30
US20120216191A12012-08-23
Other References:
MANOLIS MARAZAKIS: "I/O in Linux Hypervisors and Virtual Machines", WWW.CSD.UOC.GR, 8 May 2014 (2014-05-08), pages 1 - 78, XP055396408, Retrieved from the Internet
See also references of EP 3347813A4
Attorney, Agent or Firm:
ORTEGA, Arthur, S. et al. (US)
Download PDF:
Claims:
CLAIMS

What is claimed is:

1 . A computing device, comprising

a host operating system;

a virtual machine running on the host operating system; and a split driver comprising a frontend driver residing on the virtual machine and a backend driver residing on the host, the split driver to process messages received from the virtual machine, wherein the messages are passed from the frontend driver to the backend driver;

wherein the backend driver establishes a context with the virtual machine to translate addresses of the virtual machine to addresses of the host for processing the messages.

2. The computing device of claim 1 , wherein, to create the opaque value, the backend driver combines a virtual volume identifier and a unique key used to retrieve a memory context that enables the translation of virtual machine addresses to addresses of the host operating system.

3. The computing device of claim 1 , comprising a shared message ring that is shared between the frontend driver and the backend driver and used to provide zero-copy communication between the frontend driver and the backend driver.

4. The computing device of claim 1 , wherein the context comprises an opaque value that is saved in a virtual volume by the host operating system.

5. The computing device of claim 1 , wherein the virtual machine runs a volume discovery process to obtain the context.

6. The computing device of claim 1 , wherein the host operating system saves a unique opaque value to the virtual volume for each volume to be exposed to the virtual machine for use by the virtual machine.

7. The computing device of claim 1 , wherein the computing device is a storage appliance and the virtual machine running on the host operating system is to provide file-level storage and block-level storage to a network.

8. The computing device of claim 1 , wherein the messages are

Input/Output (IO) requests.

9. A method comprising:

receiving a message from a virtual machine at a frontend driver residing in the virtual machine, the message to be sent to a host of the virtual machine;

queuing, by the frontend driver, the message in a shared message ring;

retrieving, by a backend driver residing in the host, the message from the shared message ring; and

processing the message in the host.

10. The method of claim 9, comprising storing, by the host operating system, a context in a virtual volume, the context to be used for translating addresses of the virtual machine to addresses of the host.

1 1 . The method of claim 9, wherein the message is an Input/Output (IO) request.

12. The method of claim 9, wherein processing the message comprises translating, by the host, a storage address contained in the IO request and retrieving data from a storage location identified by the storage address.

13. A tangible, non-transitory, computer-readable medium comprising code to direct a processor to:

receive a message from a virtual machine at a frontend driver residing in the virtual machine, the message to be sent to a host of the virtual machine;

queue, by the frontend driver, the message in a shared message ring;

retrieve, by a backend driver residing in the host, the message from the shared message ring; and

process the message in the host.

14. The computer-readable medium of claim 13, comprising code to direct a processor to:

store, by the host operating system, a context in a virtual volume; and run, by the virtual machine, a volume discovery process to obtain the context; wherein the context is to be used for translating addresses of the virtual machine to addresses of the host.

15. The computer-readable medium of claim 13, wherein the code to direct the processor to process the message translates a storage address contained in an IO request and retrieves data from a storage location identified by the storage address.

Description:
VIRTUAL MACHINE MESSAGING

BACKGROUND

[0001] Two common types of storage are Storage Area Network (SAN) and Network Attached Storage (NAS). A SAN enables computers access to a pool of block storage in which any computer can potentially access any storage unit with the block storage. Such storage devices may be referred to as block-level storage. A NAS is a file level type of storage that operates a server and shares files over a network. A NAS may be referred to as a file-level storage device.

BRIEF DESCRIPTION OF THE DRAWINGS

[0002] Certain exemplary examples are described in the following detailed description and in reference to the figures, in which:

[0003] Fig. 1 is block diagram of an example storage network that includes a unified storage device in accordance with the present techniques;

[0004] Fig. 2 is an example of a driver stack operating on the storage controller of the unified storage device;

[0005] Fig. 3 is a process flow diagram showing a method of processing storage instructions in the unified storage device;

[0006] Fig. 4 is a process flow diagram summarizing a method of passing messages between a virtual machine and a host operating system; and

[0007] Fig. 5 is a block diagram of a tangible, non-transitory, computer-readable medium that includes code to direct a processor to enable message passing between a virtual machine and a host operating system.

DETAILED DESCRIPTION OF SPECIFIC EXAMPLES

[0008] In one example, the present disclosure provides techniques for helping to increase the speed at which a virtual machine is able to process Input/Output (IO) transactions. A virtual machine can include one or more interfaces by which the virtual machine communicates with computing resources such as computer memory, data storage, networks, user input devices, and others. Communication by the virtual machine with computing resources often relies on a stack of several such interfaces. The present disclosure provides a general-purpose low-overhead messaging mechanism for enabling a virtual machine to communicate with computing resources. The messaging mechanism described herein is not dependent on the standard block layers and interfaces of the host operating system and is therefore able to bypass the overheads and complexities of these standard operating system interfaces.

[0009] In some examples, the techniques described herein are implemented in a storage device that uses a virtual machine to provide to provide storage services. As the information technology (IT) field is faced with challenges associated with data growth, the ability to merge block-level storage and file-level storage to provide a stream-lined management system may become increasingly important. A unified storage appliance is a storage device that includes both file-level storage and block- level storage. The unified storage device described herein uses a virtual machine to provide the file-level storage services. As used herein, the term "host" refers to the computing device that runs the hypervisor, which creates and runs the virtual machine. The unified file services may be run as a virtual machine hosted on the operating system of the storage appliance. One or more virtual volumes abstracted under block drivers may be exposed to a virtual filer running inside the virtual machine. However, the performance of the virtualized I/O path of the virtual machine may be significantly lower than the native performance of the block drivers themselves.

[0010] In examples of the techniques described herein, the performance of a unified storage appliance is increased such that it can operate at or near the native, i.e. bare metal, performance of the storage including block, file, and others. This is accomplished through the use of a split driver architecture wherein the frontend of the driver resides in the virtual machine and the backend of the driver resides in the host. In this way, the virtual machine hypervisor can be bypassed for most storage operations.

[0011] Fig. 1 is block diagram of an example storage network that includes a unified storage device in accordance with the present techniques. The computer system 1 00 may be used to provide storage services for clients. The computer system 1 00 may include one or more client computers 102 that communicate with the unified storage device 1 06. The client computers 102 may be user workstations, servers, and other computing devices. The client computers 1 02 are coupled to the unified storage device 106 through a network fabric 108. The network fabric can use any suitable interconnection technology, such as SCSI switches. In operation, applications running on the client computers 102 may access the unified storage device 1 06 to store and retrieve data. The unified storage device 106 includes a storage controller 1 10 coupled to an array of storage media 1 12. The storage media 1 12 can include hard drives, tape libraries, and, more commonly, disk-based devices, for example, RAID hardware.

[0012] The storage controller 1 10 may be any type of processor and runs the software, e.g. operating system, hypervisor, and virtual machine, that provides both block-level storage and file-level storage for the computer system 100. In some examples, the storage controller uses the Linux Kernel-Based Virtual Machine (KVM), wherein the Linux operating system operates as a hypervisor. The storage controller 1 10 includes a split driver 1 14 that enables communication between the virtual machine and the host operating system in which the virtual machine resides. The split driver 1 14 enables any type of communication between the virtual machine and the host operating system. For example, to improve the performance of the unified storage device 106 when operating as a file-level storage system, the split driver 1 14 of the storage controller 1 10 controls access to the storage media 1 12 by handling IO requests between the virtual machine and the host operating system. Examples of the split driver are described further below in relation to Figs. 2 and 3, which describe techniques for handling IO requests. However, it will be appreciated that the techniques described herein can handle other types of communication between a virtual machine and the host operating system.

[0013] Further, it is to be understood that the illustrations of Fig. 1 is not intended to indicate that the computer systems 1 00 is to include all of the components shown in the figures in every example. Further, any number of additional components can be included within the computer system 100 depending on the details of the specific implementations.

[0014] Fig. 2 is an example of a driver stack operating on the storage controller of the unified storage device. The driver stack 200 includes a virtual machine 202, a frontend driver 204, a backend driver 206, a virtual volume layer 208, and the remainder of the I/O stack 210. The split driver 1 14 referenced in Fig. 1 includes the frontend driver 204 and the backend driver 206. The frontend driver 204 resides in the virtual machine, while the backend driver 206 resides on the host operating system, which may be referred to herein simply as the host. Storage commands from the virtual machine are communicated from the frontend driver 204 to the backend driver 206 without involvement of the hypervisor, except for certain circumstances, which will be explained further below. The backend driver 206 issues block-level storage commands to the virtual volume layer 208. The virtual volume layer 208 communicates with the remainder of the I/O stack 210 to retrieve or store data to the physical storage media.

[0015] To enable communication between the frontend driver 204 residing in the virtual machine and the backend driver 206 residing in the host, a virtual machine context is established to enable the host to translate the addresses of the virtual machine. In examples, the virtual machine context is a combination of task structure and memory management structure. The task structure provides an abstraction of memory that enables the virtual machine to access resources of the host. The memory management structure enables translation between memory addresses used by the virtual machine and physical memory addresses used the host operating system. Once the virtual machine context is created, the host can obtain the Virtual Volume Identifier (VVID) of the virtual volume targeted by a particular storage operation received from the virtual machine. Storage operations can be sent to the identified virtual volume to translate the virtual memory addresses to the host domain. In some examples, the context is passed to the standard Linux Kernel Zero-Copy function get_user_pages to retrieve the pages in the host that correspond to the addresses in the virtual machine.

[0018] The virtual machine context may be stored as an in-memory pseudo block device, referred to herein as the "discover volume." The discovery volume may be exposed to the virtual machine through a virtualized IO driver, such as KVM VIRTIO for example. On the host side, the discovery volume is implemented as an in- memory block device having two or more blocks depending on how many virtual volumes need to be exposed to the virtual machine. The first block of the discovery volume is the driver head, and contains information such as version number of the split driver and number of virtual volumes. The information for each virtual volume is stored to a separate additional block. The information for each virtual volume can include the virtual volume's VVID and name. The hypervisor can open the discovery volume while booting the virtual machine and fill in the details of the discovery volume. The virtual machine can perform a discovery process to read the discovery volume contents and create device names for every virtual volume recorded in the discovery volume. The discovery process may be performed by the virtual machine when the virtual machine is booted or later.

[0017] Fig. 3 is a process flow diagram showing a method of processing storage instructions in the unified storage device. As shown in Fig. 3, the disclosed architecture includes the virtual machine 202 and the frontend driver 204, both of which reside in the virtual machine domain. The architecture also includes the backend driver 206, the block driver 302, and the Hypervisor 304, all of which reside in the host domain. The architecture also includes a shared IO ring 306 and signaling framework 308, which enable the frontend and backend drivers to interact with one another in an IO initiation and completion path. In some examples, the shared IO ring 306 uses zero-copy messaging. The signaling framework 308 may be a low latency signaling framework and enables the frontend and backend drivers to signal one another for initiating and completing lOs.

[0018] The hypervisor 304 plays a very limited role in the IO Path. The hypervisor 304 is used in setting up the shared IO ring 206 and for mapping the virtual machine's address and range pair into the host's kernel virtual address space. The hypervisor 304 is also called to translate the virtual machine's memory segments to memory addressed in the host for issuing storage transactions.

[0019] To initiate a storage transaction, the virtual machine issues an IO request to the frontend driver 204 at block 310. In an example that uses the Linux kernel, the IO initiation is done in the block storage via the kernel function

generic_make_request, which in turn calls the make_request interface 312 on the block driver underneath. The make_request interface 312 of the block driver receives a task data structure containing the task information. The task information can include information identifying the source or destination of the data and the type of operation, such as whether the task is a read operation or write operation. For a read operation, the task information can include a starting block number and a number of bytes to read. For a write operation, the task information can include the payload data, and a destination block number.

[0020] The make_request interface 31 2 of the frontend driver 204 sends the request to a queue 314 for sorting and aggregation. The sorter/aggregation component 316 creates a pipeline stage and collects as many requests as possible in the shared IO ring 306 before the backend driver 206 is signaled to process them. In some examples, the sorter/aggregation component 316 collects and sorts the requests using the Linux IO Scheduler.

[0021] At block 318, once the sort/aggregation pipeline is completed, a slot in the shared IO ring 306 is allocated. If all slots are taken, then the IO request will be put to wait until there is a free slot. Also at block 318, after the successful allocation of a slot in the shared IO ring 306, the frontend driver 204 enters the details of the IO request in the slot. The details of the IO request may include a Virtual Volume identifier (VVID), whether the IO is a read or write, Sector number, Number of bytes to be read or written, and the physical addresses for every page/segment in the task data structure.

[0022] At block 320, once the entry is made in the shared IO ring, the frontend driver 204 presses the doorbell of the backend driver 206, which results in a callback on the host side to proceed with the IO processing. The number of host doorbell presses by the frontend driver 204 is reduced by merging several requests into fewer ones, as described above. This saves CPU cycles both on the virtual machine and the host.

[0023] At block 322, the backend driver 206 in the host wakes up for processing the IO requests when it receives the doorbell from the frontend driver 204. At block 324, the backend driver 206 picks up the next IO request from the corresponding slot in the shared IO Ring 306 and finds one or more memory pages for every address filled by the frontend driver 204 in the shared IO Ring slot. In some examples, the host uses the Linux zero copy function called get_user_pages to generate "struct pages" corresponding to the addresses filled by the frontend driver 204. [0024] At block 326, the backend driver 206 obtains the virtual machine context corresponding to the VVID identified in the 10 request. The discovery volume described above is used to enable the host to retrieve the task structure and the memory management structure for each 10 issued by the frontend driver 204. The frontend driver 204 fills a VVID field for every entry in the shared 10 ring 306. The VVID that the frontend driver 204 fills while making entry into the shared 10 Ring 306 is a combination of virtual machine context and the VVID of the device targeted by the 10. Once the host receives the VVID, the host extracts the task ID and retrieves task structure and memory management structure by calling a hypervisor functions that returns the task and memory management structures.

[0025] The hypervisor function 328 returns the pre-established hypervisor context for the identified VVID. At block 330, the hypervisor function 332 returns the virtual machine physical address for the corresponding hypervisor context. Hypervisor functions, such as translating virtual machine addresses and creating and generating contexts, may be performed by cleanly abstracted Application Programming

Interfaces (APIs) without any layering conflicts.

[0026] At block 334, once the memory pages are retrieved, the backend driver 206 fills the allocated task data structure with sector, bytes, and adds pages of user buffers. The backend driver 206 then submits the 10 request to the block driver 302 with a custom 10 completion callback.

[0027] At block 336, the 10 request is queued in the block driver 302. In some examples, the 10 request is in the form of a BIO containing block number, one or more pages to read data from or write data to for processing. The queued 10 request also contains a callback function which marks the completion of the 10 request whether the 10 request is successful or failed. When the 10 request is completed, the process flow advances to block 338.

[0028] At block 338, the block driver 302 invokes the callback function mentioned in relation to block 336 to update the 10 completion status of the shared 10 ring 306.

[0029] At block 340, upon 10 completion of the 10 request by the block driver 302, the custom 10 completion callback gets called with the status of the 10 request, the status indicating that the 10 request was successful or indicating a type of error, for example. The completion callback inserts this status to a field in the corresponding the slot in the shared 10 Ring 306. The backend driver then presses the virtual machine's doorbell at block 342 to trigger the final completion of the 10 request in the virtual machine 202. Like in host doorbells, a number of completions are grouped to save CPU cycles on the host and virtual machine sides.

[0030] At block 344, the virtual machine doorbell press by the backend driver 206 invokes the 10 completion callback in the virtual machine frontend driver 204. The frontend driver 204 reads the status of the 10 request in the status field of the shared 10 ring entry.

[0031] At block 346, the frontend driver 204 marks the previously initiated IO as completed and indicates whether the IO was successfully completed or failed. For example, in Linux, the frontend driver 204 calls the Linux kernel function bio_endio with appropriate error value (0 for success and others for failure) to mark the end of the IO transaction. The process flow then advances to block 348.

[0032] At block 348, the result of the IO is returned to the host. In the case of a read request, the requested data is sent to the host. In the case of a write request, the status will be sent to the host indicating whether the data was successfully stored.

[0033] It is to be understood that the process flow diagram of Fig. 3 is not intended to indicate that the method is to include all of the blocks shown in Fig. 3 in every case. Further, any number of additional blocks can be included within the method, depending on the details of the specific implementation. In addition, it is to be understood that the process flow diagram of Fig. 3 is not intended to indicate that the method is only to proceed in the order indicated by the blocks shown in Fig. 3 in every case.

[0034] Fig. 4 is a process flow diagram summarizing a method of passing messages between a virtual machine and a host operating system. In some examples, the message is a storage IO instruction and the virtual machine is running in a storage appliance such as the unified storage device described above.

However, the message may be other types of messages including other types of IO such as IO from a network interface device, for example. [0035] At block 402, a message is received from a virtual machine at a frontend driver residing in the virtual machine. As described above, the frontend driver is the part of the split driver that resides in the virtual machine.

[0038] At block 404, the message is queued by the frontend driver in a shared message ring. In some examples, several messages can be queued before the process flow advances to block 406.

[0037] At block 406, the message is retrieved from the shared message ring by a backend driver residing in the host. As described above, the backend driver is the part of the split driver that resides in the host operating system.

[0038] At block 408, the message is processed in the host. In some examples, processing the message includes translating a storage address contained in the 10 request, retrieving the data from the corresponding storage location identified by the storage address, and returning the data to the virtual machine via the split driver. Processing the message may also include translating addresses of the virtual machine to addresses of the host operating system. The translation may be enabled by a context stored to a virtual volume by the host and obtained by the virtual machine by a volume discovery process.

[0039] It is to be understood that the process flow diagram of Fig. 4 is not intended to indicate that the method is to include all of the blocks shown in Fig. 4 in every case. Further, any number of additional blocks can be included within the method, depending on the details of the specific implementation. In addition, it is to be understood that the process flow diagram of Fig. 4 is not intended to indicate that the method is only to proceed in the order indicated by the blocks shown in Fig. 4 in every case.

[0040] Fig. 5 is a block diagram of a tangible, non-transitory, computer-readable medium that includes code to direct a processor to enable message passing between a virtual machine and a host operating system. The computer-readable medium 500 can be accessed by a processor 502 over a system bus 504. In some examples, the code may direct the processor 502 to perform the techniques as described with respect to Figs. 1 to 4. In examples, the storage device may implement a virtualized management system to provide block-level storage services and file-level storage services, where the file-level storage services operate in an isolated environment separate from the block-level services.

[0041] The computer-readable medium 500 may include a host operating system 506. The host operating system 506 resides on a host computing device and runs a hypervisor, which creates and runs one or more virtual machines. The computer- readable medium 500 also includes a split driver used for messaging between the virtual machine domain and the host domain. The split driver includes the frontend driver 508, which resides in the virtual machine domain, and the backend driver 510 which resides in the host domain. In some examples, the messages are storage transactions or other types of IO.

[0042] The block diagram of FIG. 5 is not intended to indicate that the computer- readable medium 500 is to include all of the components or modules shown in FIG. 5. Further, any number of additional components may be included within the computer-readable medium 500, depending on the details of the specific

implementations as described herein.

[0043] While the present techniques may be susceptible to various modifications and alternative forms, the examples discussed above have been shown only by way of example. However, it should again be understood that the techniques are not intended to be limited to the particular examples disclosed herein. Indeed, the present techniques include all alternatives, modifications, and equivalents falling within the scope of the appended claims.