This document discusses integrating QEMU with GlusterFS to provide native storage access for virtual machines. Key points include:
- A new QEMU block driver allows specifying Gluster volumes directly without using FUSE, avoiding overhead.
- Benchmarks show the native integration outperforms FUSE mounting. Further improvements are planned through optimizations like zero-copy I/O.
- The libgfapi library provides direct I/O to Gluster volumes.
- Support is being added to libvirt and VDSM to specify Gluster volumes through standardized interfaces.