mirror of
https://github.com/schoebel/mars
synced 2025-01-27 09:44:41 +00:00
test_suite: adjust to new physical volumes
This commit is contained in:
parent
579ae50abf
commit
22b00073ff
@ -51,8 +51,8 @@ lv_config_lv_name_list=(lv-1-2 lv-2-2 lv-3-2 lv-4-2 lv-5-25 lv-6-100)
|
||||
## host indexed list of partitions to be used for the logical volumes
|
||||
declare -g -A lv_config_partition_list
|
||||
lv_config_partition_list=(\
|
||||
[istore-test-bs7]="/dev/cciss/c1d0 /dev/cciss/c1d1 /dev/cciss/c1d2 /dev/cciss/c1d3" \
|
||||
[istore-test-bap7]="/dev/cciss/c1d0 /dev/cciss/c1d1 /dev/cciss/c1d2 /dev/cciss/c1d3" \
|
||||
[istore-test-bs7]="/dev/sdb /dev/sdc /dev/sdd /dev/sde" \
|
||||
[istore-test-bap7]="/dev/sdb /dev/sdc /dev/sdd /dev/sde" \
|
||||
[istore-test-bs4]="/dev/sdb" \
|
||||
[istore-test-bap4]="/dev/sdb" \
|
||||
[istore-test-bs2]="/dev/sdb" \
|
||||
|
Loading…
Reference in New Issue
Block a user