mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-11-01 00:24:26 +03:00
qemu: support named nbd exports
These are supported by nbd-server and by the NBD server that QEMU embeds for live image access. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
committed by
Eric Blake
parent
db95213e59
commit
0aa9f522c4
@@ -1441,9 +1441,9 @@
|
||||
are "nbd", "rbd", "sheepdog" or "gluster". If the
|
||||
<code>protocol</code> attribute is "rbd", "sheepdog" or "gluster", an
|
||||
additional attribute <code>name</code> is mandatory to specify which
|
||||
volume/image will be used. When the disk <code>type</code> is
|
||||
"network", the <code>source</code> may have zero or
|
||||
more <code>host</code> sub-elements used to specify the hosts
|
||||
volume/image will be used; for "nbd" it is optional. When the disk
|
||||
<code>type</code> is "network", the <code>source</code> may have zero
|
||||
or more <code>host</code> sub-elements used to specify the hosts
|
||||
to connect.
|
||||
<span class="since">Since 0.0.3; <code>type='dir'</code> since
|
||||
0.7.5; <code>type='network'</code> since 0.8.7</span><br/>
|
||||
|
||||
Reference in New Issue
Block a user