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 <hhan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Han Han 2019-12-04 17:35:39 +08:00 committed by Michal Privoznik
parent 0dedea96d0
commit bba1ec3d37

View File

@ -6460,7 +6460,7 @@
</define>
<define name="driveUnit">
<data type="string">
<param name="pattern">[0-9]{1,2}</param>
<param name="pattern">[0-9]{1,5}</param>
</data>
</define>
<define name="driveSCSIUnit">