]> xenbits.xensource.com Git - libvirt.git/commitdiff
schema: backup: Make 'exportname' and 'exportbitmap' independent
authorPeter Krempa <pkrempa@redhat.com>
Fri, 24 Apr 2020 08:37:54 +0000 (10:37 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 24 Apr 2020 09:02:48 +0000 (11:02 +0200)
Both are optional but don't have to be specified together. Fix the
schema.

https://bugzilla.redhat.com/show_bug.cgi?id=1826746

Suggested-by: Yi Sun <yisun@redhat.com>
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
docs/schemas/domainbackup.rng

index ac5b12c463e2abc264db60bdb64068f484197b35..5165175152caedf09751878d54491e8e836316fa 100644 (file)
               <attribute name='exportname'>
                 <text/>
               </attribute>
+            </optional>
+            <optional>
               <attribute name='exportbitmap'>
                 <text/>
               </attribute>