From 313455595529d8098f4616cc65a27121566c6c01 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 16 Sep 2021 10:29:21 +0200 Subject: [PATCH] schemas: Make for capscsi type optional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The element for part of nodedev XML is optional (see udevProcessSCSIDevice()) and as such might not be formatted into nodedev XML (see virNodeDeviceCapSCSIDefFormat()). Reflect this in our RNG. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- docs/schemas/nodedev.rng | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng index 777227c38a..789b21b8da 100644 --- a/docs/schemas/nodedev.rng +++ b/docs/schemas/nodedev.rng @@ -496,9 +496,11 @@ - - - + + + + +