]> xenbits.xensource.com Git - libvirt.git/commitdiff
schemas: Allow 'manual' snapshot mode in domain definition
authorPeter Krempa <pkrempa@redhat.com>
Mon, 23 May 2022 11:52:30 +0000 (13:52 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:10 +0000 (12:27 +0200)
Commit a1465e661e7 added the 'manual' disk snapshot mode documentation
but didn't allow it in the schema as default snapshot mode for a disk.

Add the needed value into the schema.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/schemas/domaincommon.rng

index 7bef4910e14100e17440ef49c6f9fcc77e27d327..cc598212a8e4762430b91c4730c80cae83185dc9 100644 (file)
         <value>no</value>
         <value>internal</value>
         <value>external</value>
+        <value>manual</value>
       </choice>
     </attribute>
   </define>