mirror_zfs/man/man8
Cyril Plisko df83110856 Add "-o ashift" to zpool add and zpool attach
When adding devices to an existing pool "ashift" property is
auto-detected.  However, if this property was overridden at
the pool creation time (i.e. zpool create -o ashift=12 tank ...)
this may not be what the user wants.  This commit lets the user
specify the value of "ashift" property to be used with newly
added drives. For example,

    zpool add -o ashift=12 tank disk1
    zpool attach -o ashift=12 tank disk1 disk2

Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #566
2012-11-15 11:06:14 -08:00
..
Makefile.am Add zstreamdump(8) command to examine ZFS send streams. 2012-09-02 14:54:27 -07:00
vdev_id.8 Add vdev_id for JBOD-friendly udev aliases 2012-06-01 08:55:14 -07:00
zdb.8 Illumos #2088 zdb could use a reasonable manual page 2012-09-18 09:09:13 -07:00
zfs.8 zfs.8: add missing info about dedup, mlslabel 2012-10-09 09:54:16 -07:00
zpool.8 Add "-o ashift" to zpool add and zpool attach 2012-11-15 11:06:14 -08:00
zstreamdump.8 Add zstreamdump(8) command to examine ZFS send streams. 2012-09-02 14:54:27 -07:00