mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
c8fe5614c4
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>
15 lines
401 B
XML
15 lines
401 B
XML
<disk device='disk' type='block'>
|
|
<driver name='qemu' type='raw'/>
|
|
<source dev='/dev/blah'>
|
|
<reservations managed='yes'/>
|
|
<privateData>
|
|
<nodenames>
|
|
<nodename type='storage' name='node-a-st'/>
|
|
<nodename type='format' name='node-a-fo'/>
|
|
</nodenames>
|
|
<reservations mgralias='node-a-st-pr-alias'/>
|
|
</privateData>
|
|
</source>
|
|
<target dev='vda'/>
|
|
</disk>
|