SCST README: Fix a typo in an example in the ALUA section.

Reported by: Curtis Maloney <curtis@tinbrain.net>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4328 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-05-30 14:37:51 +00:00
parent 0eaf4ae3d9
commit f153190fc3

View File

@@ -1271,7 +1271,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
@@ -1287,7 +1287,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