From bba1ec3d37a8489cea114dc976b68ace73fa1d1f Mon Sep 17 00:00:00 2001 From: Han Han Date: Wed, 4 Dec 2019 17:35:39 +0800 Subject: [PATCH] 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 --- docs/schemas/domaincommon.rng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}