mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemustatusxml2xmldata: backup-pull: Add private data for scratch image
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
1e4aff444c
commit
6448470eca
@ -257,7 +257,14 @@
|
||||
<server transport='tcp' tls='yes' name='localhost' port='10809'/>
|
||||
<disks>
|
||||
<disk name='vda' backup='yes' state='running' type='file' index='123'>
|
||||
<scratch file='/path/to/file/'/>
|
||||
<scratch file='/path/to/file/'>
|
||||
<privateData>
|
||||
<nodenames>
|
||||
<nodename type='storage' name='libvirt-1337-storage'/>
|
||||
<nodename type='format' name='libvirt-1337-format'/>
|
||||
</nodenames>
|
||||
</privateData>
|
||||
</scratch>
|
||||
</disk>
|
||||
</disks>
|
||||
<privateData>
|
||||
|
Loading…
Reference in New Issue
Block a user