mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
qemublocktestdata: Fix 'block-raw-reservations' case
The 'reservations' element doesn't have an 'enabled' attribute according to our schema, remove it. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
cc2cdb3324
commit
c8fe5614c4
@ -1,7 +1,7 @@
|
||||
<disk device='disk' type='block'>
|
||||
<driver name='qemu' type='raw'/>
|
||||
<source dev='/dev/blah'>
|
||||
<reservations enabled='yes' managed='yes'/>
|
||||
<reservations managed='yes'/>
|
||||
<privateData>
|
||||
<nodenames>
|
||||
<nodename type='storage' name='node-a-st'/>
|
||||
|
Loading…
Reference in New Issue
Block a user