libvirt/tests/qemublocktestdata/imagecreate/network-ssh-qcow2.xml
Jonathon Jongsma 7c5a5366ff schema: allow 'ssh' as a protocol for network disks
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>
2023-09-19 14:28:49 -05:00

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>