schemas: Allow 'manual' snapshot mode in domain definition

Commit a1465e661e 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>
This commit is contained in:
Peter Krempa 2022-05-23 13:52:30 +02:00
parent 3299e00298
commit 0c4bdd835c

View File

@ -1544,6 +1544,7 @@
<value>no</value>
<value>internal</value>
<value>external</value>
<value>manual</value>
</choice>
</attribute>
</define>