# HG changeset patch # User Paul Griffiths-Todd # Date 1366919794 -7200 # Node ID 10b779d783d1fbf0318c83ab11ee81c4f0f834da # Parent 9992f781c89a8f78decea3d75e9215d586d45a96 3751 ALUA mode: "/usr/demo/comstar/bin/aluaadm enable 1" sets "ALUA Node" = 0 Reviewed by: Hans Rosenfeld Reviewed by: SaÊío Kiselkov Reviewed by: Garrett D'Amore Approved by: Gordon Ross diff -r 9992f781c89a -r 10b779d783d1 usr/src/cmd/stmfproxy/aluaadm/aluaadm.c --- a/usr/src/cmd/stmfproxy/aluaadm/aluaadm.c Fri May 24 12:35:17 2013 -0500 +++ b/usr/src/cmd/stmfproxy/aluaadm/aluaadm.c Thu Apr 25 21:56:34 2013 +0200 @@ -171,7 +171,7 @@ void *args) { uint8_t node_id = 0; - if (operands[0][1] == '1') { + if (operands[0][0] == '1') { node_id = 1; } return (stmfSetAluaState(B_TRUE, node_id)); diff -r 9992f781c89a -r 10b779d783d1 usr/src/man/man1m/stmfadm.1m --- a/usr/src/man/man1m/stmfadm.1m Fri May 24 12:35:17 2013 -0500 +++ b/usr/src/man/man1m/stmfadm.1m Thu Apr 25 21:56:34 2013 +0200 @@ -926,7 +926,7 @@ .ad .sp .6 .RS 4n -Online the specified target. +Offline the specified target. .RE .sp