following ZFS layout:
Code: Select all
nas4free: # zpool status
pool: tank1
state: ONLINE
status: The pool is formatted using a legacy on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on software that does not support feature
flags.
scan: resilvered 21.5K in 0h0m with 0 errors on Sun May 4 16:09:01 2014
config:
NAME STATE READ WRITE CKSUM
tank1 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
gpt/ad6 ONLINE 0 0 0
gpt/ad8 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
ada0 ONLINE 0 0 0
ada1 ONLINE 0 0 0
errors: No known data errors
nas4free: #
Code: Select all
History for 'tank1':
2011-03-30.21:53:27 zpool create tank1 mirror /dev/gpt/ad6 /dev/gpt/ad8
2011-03-30.21:58:03 zfs create -o compress=off -o exec=off tank1/users
2012-09-15.14:13:14 zpool import -d /dev -a
2012-09-16.06:31:58 zpool import -d /dev -a
2012-09-16.06:34:26 zpool upgrade tank1
2012-09-16.08:12:06 zpool add tank1 mirror ada0 ada1
2014-05-02.19:36:17 zpool import -d /dev -f -a

