]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage backend rbd: Do not prefix rbd: on volume names.
authorWido den Hollander <wido@widodh.nl>
Fri, 22 Jun 2012 12:45:59 +0000 (14:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jun 2012 14:43:18 +0000 (16:43 +0200)
commit97485bd0b550cd7ab52d35c23a0d82c8774ae6a4
tree8799ffe4acc77fed9ffcf93a8e18054cf91a1d69
parent968b6c60e9b1889dbaf72cfee1c4fccbd640d69d
storage backend rbd: Do not prefix rbd: on volume names.

We used to prefix 'rbd:' to volume names, this is not necessary.

Qemu takes RBD devices in this way, like: qemu -drive rbd:pool/image

When attaching a network disk like RBD to a guest we however do not use this prefix.

Currently you can't map a RBD volume name directly to a domain without removing the prefix.

Signed-off-by: Wido den Hollander <wido@widodh.nl>
src/storage/storage_backend_rbd.c