SCST README: Fix a typo in an example in the ALUA section (merge r4328 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4721 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-01-06 17:48:36 +00:00
parent 8721e53906
commit cfa0b1e594

View File

@@ -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