A New Disk I/O Model of Virtualized Cloud Environment

Dingding Li,Xiaofei Liao,Hai Jin,Bingbing Zhou,Qi Zhang
DOI: https://doi.org/10.1109/tpds.2012.321
IF: 5.3
2013-01-01
IEEE Transactions on Parallel and Distributed Systems
Abstract:In a traditional virtualized cloud environment, using asynchronous I/O in the guest file system and synchronous I/O in the host file system to handle an asynchronous user disk write exhibits several drawbacks, such as performance disturbance among different guests and consistency maintenance across guest failures. To improve these issues, this paper introduces a novel disk I/O model for virtualized cloud system called HypeGear, where the guest file system uses synchronous operations to deal with the guest write request and the host file system performs asynchronous operations to write the data to the hard disk. A prototype system is implemented on the Xen hypervisor and our experimental results verify that this new model has many advantages over the conventional asynchronous-synchronous model. We also evaluate the overhead of asynchronous I/O at host, which is brought by our new model. The result demonstrates that it enforces little cost on host layer.
What problem does this paper attempt to address?