]> git.ipfire.org Git - thirdparty/libvirt.git/commit
schema: allow 'ssh' as a protocol for network disks
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 5 Jul 2022 20:53:57 +0000 (15:53 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:49 +0000 (14:28 -0500)
commit7c5a5366ff7bd0f685666687760fe9fb7a0c208d
treed6620e0bd8d91f6bf3e922cf7e1fb77203cda1dd
parent417197a38feab2bbc1a03395b01fb95be128587e
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>
src/conf/schemas/domaincommon.rng
tests/qemublocktest.c
tests/qemublocktestdata/imagecreate/network-ssh-qcow2.json [moved from tests/qemublocktestdata/imagecreate/network-ssh-qcow2-invalid.json with 100% similarity]
tests/qemublocktestdata/imagecreate/network-ssh-qcow2.xml [moved from tests/qemublocktestdata/imagecreate/network-ssh-qcow2-invalid.xml with 100% similarity]
tests/qemuxml2argvdata/disk-network-ssh.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-network-ssh.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c