1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-31 17:17:40 +03:00

M #-: Add ERROR attribute to backupjob xml schema (#2869)

This commit is contained in:
Pavel Czerný 2023-12-12 16:27:32 +01:00 committed by GitHub
parent 1e25904148
commit 6e2c4c623f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@
<xs:element name="BACKUP_VMS" type="xs:string"/>
<xs:element name="BACKUP_VOLATILE" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="DATASTORE_ID" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="ERROR" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="EXECUTION" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="FS_FREEZE" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="KEEP_LAST" type="xs:integer" minOccurs="0" maxOccurs="1"/>