提交 a2e9a8dc 编写于 作者: S Satheesh Rajendran 提交者: GitHub

Merge pull request #1096 from YongxueHong/fix-bug-1489761

multi_disk_install: add parameters for system disk
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
- multi_disk_install: - multi_disk_install:
no ide no ide
only unattended_install..cdrom only unattended_install..cdrom
serial_name = SYSTEM_DISK0
blk_extra_params_image1 = "serial=${serial_name}"
cmd_only_use_disk = "ignoredisk --only-use=disk/by-id/*${serial_name}"
images += " stg stg2 stg3 stg4 stg5 stg6 stg7 stg8 stg9 stg10 stg11 stg12 stg13 stg14 stg15 stg16 stg17 stg18 stg19 stg20 stg21 stg22 stg23 stg24" images += " stg stg2 stg3 stg4 stg5 stg6 stg7 stg8 stg9 stg10 stg11 stg12 stg13 stg14 stg15 stg16 stg17 stg18 stg19 stg20 stg21 stg22 stg23 stg24"
image_name_stg = images/storage image_name_stg = images/storage
image_name_stg2 = images/storage2 image_name_stg2 = images/storage2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册