summaryrefslogtreecommitdiff
path: root/tests/data/cli/virtclone/clone-net-rbd.xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-11-10 16:10:35 -0500
committerCole Robinson <crobinso@redhat.com>2020-11-11 19:06:32 -0500
commit4cfb3aeff1bcdae049a23e5a8643af827880519c (patch)
tree37a1206e73ae73b63d8128adeaeadd3feaf7fa08 /tests/data/cli/virtclone/clone-net-rbd.xml
parent6a6c1c13d74cc31e9d581b74bd7101c141a94a02 (diff)
downloadvirt-manager-4cfb3aeff1bcdae049a23e5a8643af827880519c.tar.gz
cloner: more detailed error messages about supported network vols
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/data/cli/virtclone/clone-net-rbd.xml')
-rw-r--r--tests/data/cli/virtclone/clone-net-rbd.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/data/cli/virtclone/clone-net-rbd.xml b/tests/data/cli/virtclone/clone-net-rbd.xml
new file mode 100644
index 00000000..048f59b3
--- /dev/null
+++ b/tests/data/cli/virtclone/clone-net-rbd.xml
@@ -0,0 +1,28 @@
+<domain type='test' id='1'>
+ <name>origtest</name>
+ <uuid>db69fa1f-eef0-e567-3c20-3ef16f10376b</uuid>
+ <memory>8388608</memory>
+ <currentMemory>2097152</currentMemory>
+ <vcpu>2</vcpu>
+ <os>
+ <type arch='i686'>hvm</type>
+ <boot dev='hd'/>
+ </os>
+ <clock offset='utc'/>
+ <on_poweroff>destroy</on_poweroff>
+ <on_reboot>restart</on_reboot>
+ <on_crash>destroy</on_crash>
+ <devices>
+ <disk type="network" device="disk">
+ <auth username="admin">
+ <secret type="ceph" uuid="f65cc5a8-b77b-4254-9030-d50a528fb456"/>
+ </auth>
+ <source protocol="rbd" name="rbd-sourcename/some-rbd-vol">
+ <host name="ceph-mon-1.example.com" port="6789"/>
+ <host name="ceph-mon-2.example.com" port="6789"/>
+ <host name="ceph-mon-3.example.com" port="6789"/>
+ </source>
+ <target dev='vda' bus='virtio'/>
+ </disk>
+ </devices>
+</domain>