mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
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:
parent
0dedea96d0
commit
bba1ec3d37
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user