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 <pkre...@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