changeset 4295:d89dbfe19f87

6560645 fix msg in zpool_add(): "root pool can not have concatenated devices"
author lling
date Tue, 22 May 2007 14:36:20 -0700
parents c6dec793768d
children 29d5c1292251
files usr/src/lib/libzfs/common/libzfs_pool.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/libzfs/common/libzfs_pool.c	Tue May 22 11:48:16 2007 -0700
+++ b/usr/src/lib/libzfs/common/libzfs_pool.c	Tue May 22 14:36:20 2007 -0700
@@ -587,7 +587,7 @@
 
 		case EDOM:
 			zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
-			    "root pool can not have concatenated devices"));
+			    "root pool can not have multiple vdevs"));
 			(void) zfs_error(hdl, EZFS_POOL_NOTSUP, msg);
 			break;