提交 3913abd4 编写于 作者: J Ján Tomko

schema: wrap fsDriver in a choice group

Allow adding new groups without changing indentation.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NPeter Krempa <pkrempa@redhat.com>
Acked-by: NStefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
Tested-by: NAndrea Bolognani <abologna@redhat.com>
上级 ecf3439f
...@@ -2620,29 +2620,33 @@ ...@@ -2620,29 +2620,33 @@
for this kind of info, and 'type' for the for this kind of info, and 'type' for the
storage format. We need the latter too, so storage format. We need the latter too, so
had to invent a new attribute name --> had to invent a new attribute name -->
<optional> <choice>
<attribute name="type"> <group>
<choice> <optional>
<value>path</value> <attribute name="type">
<value>handle</value> <choice>
<value>loop</value> <value>path</value>
<value>nbd</value> <value>handle</value>
<value>ploop</value> <value>loop</value>
</choice> <value>nbd</value>
</attribute> <value>ploop</value>
</optional> </choice>
<optional> </attribute>
<attribute name="format"> </optional>
<ref name="storageFormat"/> <optional>
</attribute> <attribute name="format">
</optional> <ref name="storageFormat"/>
<optional> </attribute>
<attribute name="wrpolicy"> </optional>
<value>immediate</value> <optional>
</attribute> <attribute name="wrpolicy">
</optional> <value>immediate</value>
<ref name='virtioOptions'/> </attribute>
<empty/> </optional>
<ref name='virtioOptions'/>
</group>
<empty/>
</choice>
</element> </element>
</define> </define>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册