changeset 14045:17d182b692ec

Merged illumos/illumos-gate into default
author enricop <enricop@computer.org>
date Wed, 29 May 2013 08:30:04 +0200
parents 641b50cd6051 (current diff) c8e20d5fdb9d (diff)
children 1d129c71b628
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/stmfproxy/aluaadm/aluaadm.c	Wed May 29 08:25:52 2013 +0200
+++ b/usr/src/cmd/stmfproxy/aluaadm/aluaadm.c	Wed May 29 08:30:04 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));
--- a/usr/src/man/man1m/stmfadm.1m	Wed May 29 08:25:52 2013 +0200
+++ b/usr/src/man/man1m/stmfadm.1m	Wed May 29 08:30:04 2013 +0200
@@ -926,7 +926,7 @@
 .ad
 .sp .6
 .RS 4n
-Online the specified target.
+Offline the specified target.
 .RE
 
 .sp