diff --git a/scst/README b/scst/README index 8ce9a4b40..aa74d4534 100644 --- a/scst/README +++ b/scst/README @@ -1256,7 +1256,7 @@ echo ${other_tgt_id} >dgroup1/target_groups/tgroup2/group_id echo add ib_srpt_0-other >dgroup1/target_groups/tgroup2/mgmt echo ${other_tgt_id} >dgroup1/target_groups/tgroup2/ib_srpt_0-other/rel_tgt_id if [ ${other_tgt_id} = 1 ]; then - echo 1 >dgroup1/target_groups/tgroup1/preferred + echo 1 >dgroup1/target_groups/tgroup2/preferred fi echo create dgroup2 >mgmt echo add disk02 >dgroup2/devices/mgmt @@ -1272,7 +1272,7 @@ echo ${other_tgt_id} >dgroup2/target_groups/tgroup2/group_id echo add ib_srpt_0-other >dgroup2/target_groups/tgroup2/mgmt echo ${other_tgt_id} >dgroup2/target_groups/tgroup2/ib_srpt_0-other/rel_tgt_id if [ ${other_tgt_id} = 2 ]; then - echo 1 >dgroup2/target_groups/tgroup1/preferred + echo 1 >dgroup2/target_groups/tgroup2/preferred fi The second system in the same H.A. setup can be configured with the same