From cfa0b1e594def49eab5ab8f4c93f2bd57612741b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 6 Jan 2013 17:48:36 +0000 Subject: [PATCH] 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 --- scst/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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