MFC r259131:
Don't panic when we get ZPOOL_STATUS_NON_NATIVE_ASHIFT while listing importable pools.
This commit is contained in:
parent
707365826f
commit
907f6b0d31
@ -1702,6 +1702,12 @@ show_import(nvlist_t *config)
|
||||
"resilvered.\n"));
|
||||
break;
|
||||
|
||||
case ZPOOL_STATUS_NON_NATIVE_ASHIFT:
|
||||
(void) printf(gettext("status: One or more devices were "
|
||||
"configured to use a non-native block size.\n"
|
||||
"\tExpect reduced performance.\n"));
|
||||
break;
|
||||
|
||||
default:
|
||||
/*
|
||||
* No other status can be seen when importing pools.
|
||||
|
Loading…
Reference in New Issue
Block a user