mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user