提交 bba1ec3d 编写于 作者: H Han Han 提交者: Michal Privoznik

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: NHan Han <hhan@redhat.com>
Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
上级 0dedea96
...@@ -6460,7 +6460,7 @@ ...@@ -6460,7 +6460,7 @@
</define> </define>
<define name="driveUnit"> <define name="driveUnit">
<data type="string"> <data type="string">
<param name="pattern">[0-9]{1,2}</param> <param name="pattern">[0-9]{1,5}</param>
</data> </data>
</define> </define>
<define name="driveSCSIUnit"> <define name="driveSCSIUnit">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册