debian8 qemu中KVM对rbd的支持

升级qemu到2.4之后发现默认rbd支持关闭了,经过如下方法开启对rbd的支持ssh

qemu-system-x86_64 -drive format=?
Supported formats: qcow vdi vmdk host_cdrom host_floppy vhdx nbd host_device parallels cloop blkdebug null-aio null-co qcow2 qed sheepdog raw vvfat file vpc quorum bochs blkverify

qemu-system-x86_64 --version
QEMU emulator version 2.4.0 (Debian 1:2.4+dfsg-2), Copyright (c) 2003-2008 Fabrice Bellard

apt-get update&&apt-get install qemu-block-extra

qemu-system-x86_64 -drive format=?
Supported formats: qcow vdi iscsi vmdk host_cdrom host_floppy vhdx nbd host_device dmg parallels cloop blkdebug null-aio null-co qcow2 qed sheepdog tftp ftp raw ftps https rbd http ssh vvfat file vpc quorum bochs blkverify
相关文章
相关标签/搜索