mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Add information about the -o option to zpool replace
Users need to be aware that when replacing devices in an existing pool they may need to override automatically detected ashift value. This will all depend on the exact hardware they are using. Signed-off-by: Turbo Fredriksson <turbo@bayour.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #2024
This commit is contained in:
committed by
Brian Behlendorf
parent
1567e0758b
commit
628668a39f
@@ -248,8 +248,8 @@ get_usage(zpool_help_t idx) {
|
||||
case HELP_ONLINE:
|
||||
return (gettext("\tonline <pool> <device> ...\n"));
|
||||
case HELP_REPLACE:
|
||||
return (gettext("\treplace [-f] <pool> <device> "
|
||||
"[new-device]\n"));
|
||||
return (gettext("\treplace [-f] [-o property=value] "
|
||||
"<pool> <device> [new-device]\n"));
|
||||
case HELP_REMOVE:
|
||||
return (gettext("\tremove <pool> <device> ...\n"));
|
||||
case HELP_REOPEN:
|
||||
|
||||
Reference in New Issue
Block a user