From cc8b827b44e94668559180d217c8575bbbe64e54 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 13 Oct 2022 16:38:23 +0200 Subject: [PATCH] schema: domain: Allow interleaving of subelements of disk's 'mirror' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit While for now the 'mirror' element is output only, the idea was to allow it to be used for input too to restore the mirror job if that becomes the necessity. Allowing interleaving of the subelements can be done regardless. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/conf/schemas/domaincommon.rng | 79 ++++++++++++++++--------------- 1 file changed, 41 insertions(+), 38 deletions(-) diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index 99a705aa3c..a1b004921b 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -7141,57 +7141,60 @@ - - - - - - - - + + + + + - - + + + + + + + + copy + + + + + + + + + + + + - copy + + copy + active-commit + - - - + - - - - + + + + - copy - active-commit + yes + abort + pivot - - - - - - - - - - - - yes - abort - pivot - - - - + + + + -- 2.47.2