From 4ab1e3bce75b71587d6d6e5ec79a4c4acedcc33d Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 15 Dec 2020 16:27:47 +0100 Subject: [PATCH] schema: Allow lxc:namepsace children to appear individually Since its introduction in v1.2.19-rc1~8 our schema mandates that LXC domain namespace child elements appear either all three at once or not at all: This is not mandated by our parser though. Neither by code that later uses it (virLXCProcessSetupNamespaces()). Relax the schema. Signed-off-by: Michal Privoznik Reviewed-by: Laine Stump --- docs/schemas/domaincommon.rng | 66 +++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 795b654feb..17e25f14f2 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -6821,36 +6821,42 @@ --> - - - - - netns - name - pid - - - - - - - - name - pid - - - - - - - - name - pid - - - - - + + + + + + netns + name + pid + + + + + + + + + + name + pid + + + + + + + + + + name + pid + + + + + + -- 2.47.2