mirror of
https://github.com/ceph/ceph
synced 2025-02-25 03:52:04 +00:00
qemu-utils is usually pre-installed but, due to what appears to be a Ubuntu packaging bug, it's not upgraded when qemu-block-extra is installed: The following NEW packages will be installed: qemu-block-extra The following packages will be upgraded: qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 However, the version of the block driver must match exactly the version of the qemu-img tool, so the above leads to: $ qemu-img convert -f qcow2 -O raw /home/ubuntu/cephtest/qemu/base.client.0.0.qcow2 rbd:rbd/client.0.0 Failed to initialize module: /usr/lib/x86_64-linux-gnu/qemu/block-rbd.so Note: only modules from the same build can be loaded. qemu: module block-block-rbd not found, do you want to install qemu-block-extra package? qemu-img: Unknown protocol 'rbd' Fixes: https://tracker.ceph.com/issues/59431 Signed-off-by: Ilya Dryomov <idryomov@gmail.com> |
||
---|---|---|
.. | ||
basic | ||
cli | ||
cli_v1 | ||
encryption | ||
immutable-object-cache | ||
iscsi | ||
librbd | ||
maintenance | ||
migration | ||
mirror | ||
mirror-thrash | ||
nbd | ||
pwl-cache | ||
qemu | ||
singleton | ||
singleton-bluestore | ||
thrash | ||
valgrind | ||
.qa |