From: Michal Privoznik Date: Thu, 16 Sep 2021 08:29:21 +0000 (+0200) Subject: schemas: Make for capscsi type optional X-Git-Tag: v7.8.0-rc1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313455595529d8098f4616cc65a27121566c6c01;p=thirdparty%2Flibvirt.git schemas: Make for capscsi type optional 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 --- 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 @@ - - - + + + + +