[PATCH 2/2] schemas: Allow 'manual' snapshot mode in domain definition

Peter Krempa pkrempa at redhat.com
Mon May 23 11:56:04 UTC 2022


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 at redhat.com>
---
 src/conf/schemas/domaincommon.rng | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng
index 7bef4910e1..cc598212a8 100644
--- a/src/conf/schemas/domaincommon.rng
+++ b/src/conf/schemas/domaincommon.rng
@@ -1544,6 +1544,7 @@
         <value>no</value>
         <value>internal</value>
         <value>external</value>
+        <value>manual</value>
       </choice>
     </attribute>
   </define>
-- 
2.35.3



More information about the libvir-list mailing list