mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
7c5a5366ff
There was support in the code for parsing protocol='ssh' on network disk sources, but it was not present in the xml schema. Add this to the schema. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
13 lines
391 B
XML
13 lines
391 B
XML
<disk device='disk' type='network'>
|
|
<driver type='qcow2'/>
|
|
<source protocol='ssh' name='asdf/i.qcow2'>
|
|
<host name='example.com' port='1234'/>
|
|
<privateData>
|
|
<nodenames>
|
|
<nodename type='storage' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
<nodename type='format' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
</nodenames>
|
|
</privateData>
|
|
</source>
|
|
</disk>
|