From: Han Han Date: Wed, 4 Dec 2019 09:35:39 +0000 (+0800) Subject: rng: Extend the range of driveUnit X-Git-Tag: v6.0.0-rc1~513 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba1ec3d37a8489cea114dc976b68ace73fa1d1f;p=thirdparty%2Flibvirt.git rng: Extend the range of driveUnit Since the max unit of virtio scsi disk is 16383, update the range of driveUnit to it. Signed-off-by: Han Han Reviewed-by: Michal Privoznik --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index d60d94e9ae..1e9a9f295b 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -6460,7 +6460,7 @@ - [0-9]{1,2} + [0-9]{1,5}