Actions
Bug #14563
open'zpool online' usage message doesn't know -e
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
root@unknown:~# zpool online -e rpool missing device name usage: online <pool> <device> ... root@unknown:~# zpool online -e rpool c1t0d0 root@unknown:~#
It's definitely not private
root@unknown:~# man zpool | grep -e -e zpool online [-e] pool device... which has not been brought online (e.g, using zpool online -e). zpool online [-e] pool device... -e Expand the device to use all available space. If the
Updated by Carlos Neira about 1 year ago
Just tried this today on omnios-bloody
neirac@litre:~/illumos$ zpool online test
missing device name
usage:
online <pool> <device> ...
After the fix
neirac@omnios:...sr/src/test/zfs-tests/runfiles$ zpool online
missing pool name
usage:
online [-e] <pool> <device> ...
Actions