mirror of https://gitee.com/openkylin/libvirt.git
docs: Add readonly to filesystem RNG schema
"<readonly/>" is supported by filesystem XML, and also documented.
This commit is contained in:
parent
bfbbc49638
commit
4447d2cbdf
|
@ -1186,6 +1186,11 @@
|
|||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<element name='readonly'>
|
||||
<empty/>
|
||||
</element>
|
||||
</optional>
|
||||
</element>
|
||||
</define>
|
||||
<define name="filesystemtgt">
|
||||
|
|
Loading…
Reference in New Issue