]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Make zpool attach -o ashift=... actually work
authorCyril Plisko <cyril.plisko@mountall.com>
Fri, 30 Nov 2012 21:13:28 +0000 (23:13 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Nov 2012 21:50:26 +0000 (13:50 -0800)
commit4588bf57017f5d2693cd7b3f763640fe8cfe5909
treec1d40dc88f61ee271900958fec0999068ab575f9
parentc3275b56a1470ed255441df6ff105d0c3c095d8b
Make zpool attach -o ashift=... actually work

Commit df83110856950c8e7b16a7e94cdf42b8531b9cc8 missed update to
getopt() call, while delivering all the rest. This commit adds
"o" to getopt().

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #566
cmd/zpool/zpool_main.c