mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 15:05:17 +00:00
schema: support 'default' cache mode
The docs claims the cache attribute of the disk <driver> element supports 'default' as one of its permissible values, but such configuration fails virt-xml-validate. Add 'default' as one of the cache attribute choices in domaincommon.rng.
This commit is contained in:
parent
8e3ac3ed73
commit
885e34c916
@ -1606,6 +1606,7 @@
|
|||||||
<define name="driverCache">
|
<define name="driverCache">
|
||||||
<attribute name="cache">
|
<attribute name="cache">
|
||||||
<choice>
|
<choice>
|
||||||
|
<value>default</value>
|
||||||
<value>none</value>
|
<value>none</value>
|
||||||
<value>writeback</value>
|
<value>writeback</value>
|
||||||
<value>writethrough</value>
|
<value>writethrough</value>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user