mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schema: make target mandatory for filesystems
Commit12967c3e13incorrectly made the target optional. The validation was re-introduced by commite8863b91f(which put it into FSDefValidate instead of the parser), but it did not amend the schema to make it mandatory again. https://bugzilla.redhat.com/show_bug.cgi?id=1969232 Fixes:e8863b91fbSigned-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -2859,12 +2859,10 @@
|
||||
</group>
|
||||
</choice>
|
||||
<interleave>
|
||||
<optional>
|
||||
<element name="target">
|
||||
<attribute name="dir"/>
|
||||
<empty/>
|
||||
</element>
|
||||
</optional>
|
||||
<element name="target">
|
||||
<attribute name="dir"/>
|
||||
<empty/>
|
||||
</element>
|
||||
<optional>
|
||||
<attribute name="accessmode">
|
||||
<choice>
|
||||
|
||||
Reference in New Issue
Block a user