From 7bfb102ce4105e46809a8ebbc8cd9a109065dd4b Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 16 Sep 2021 13:21:33 +0200 Subject: [PATCH] schemas: Allow to be zero MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The value of zero is valid (see virNodeDeviceGetSCSIHostCaps()) but our RNG does not think so. Switching the type to 'unsignedInt' does allow value of zero. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- docs/schemas/nodedev.rng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng index 4ad6708b70..e089e66858 100644 --- a/docs/schemas/nodedev.rng +++ b/docs/schemas/nodedev.rng @@ -443,7 +443,7 @@ - +