]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: highlight that "raw" is the only useful RBD format for QEMU 1209/head
authorFlorian Haas <florian@hastexo.com>
Mon, 10 Feb 2014 23:04:06 +0000 (00:04 +0100)
committerFlorian Haas <florian@hastexo.com>
Mon, 10 Feb 2014 23:30:07 +0000 (00:30 +0100)
commit9292cc215af5fc582278b6c8a07d3ee4289f76d3
tree0a7be2a8c57fd8ccc1643b5a56315f036733a6ee
parentaf5d0fcd90625e849c9561e927122013d0fc1c40
doc: highlight that "raw" is the only useful RBD format for QEMU

Explain why people should be using the "raw" image format for RBD
volumes created for use by QEMU: using any other format adds only
overhead, but no extra value (since RBDs are also CoW and
thin-provisioned), plus the Qcow2 storage driver is not migration safe
when caching is enabled, whereas the RBD driver is.

Also, fix a minor glitch in the example qemu-img commands ("-f rbd"
and "-O rbd" should really be "-f raw" and "-O raw").

Finally, drop the "-f" option altogether on qemu-img commands where it
makes no sense (info and resize).

Signed-off-by: Florian Haas <florian@hastexo.com>
doc/rbd/qemu-rbd.rst