changeset 14042:c8e20d5fdb9d

Merged illumos/illumos-gate into default
author enricop <enrico.papi@studenti.unimi.it>
date Tue, 28 May 2013 15:00:10 +0200
parents b49db56f0d47 (current diff) 10b779d783d1 (diff)
children 17d182b692ec
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/stmfproxy/aluaadm/aluaadm.c	Tue May 28 10:51:43 2013 +0200
+++ b/usr/src/cmd/stmfproxy/aluaadm/aluaadm.c	Tue May 28 15:00:10 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	Tue May 28 10:51:43 2013 +0200
+++ b/usr/src/man/man1m/stmfadm.1m	Tue May 28 15:00:10 2013 +0200
@@ -926,7 +926,7 @@
 .ad
 .sp .6
 .RS 4n
-Online the specified target.
+Offline the specified target.
 .RE
 
 .sp