jafin
Explorer
- Joined
- May 30, 2011
- Messages
- 51
Upgrading from 8.0.1 beta1 to 8.0.1 beta2.
And the cachefile property on my existing pool got removed? Cannot confirm if this was due to upgade or not, mayby wait for another report.
checked using
Also creating a new pool, and the cachefile property was not set for it. This causes zdb to not report info back.
Fixed by running
Here is my history.
From the zpool man page
So mayby the zpool import -R /mnt tank1 is wiping the cachefile setting?
Pool creation was done via GUI.
And the cachefile property on my existing pool got removed? Cannot confirm if this was due to upgade or not, mayby wait for another report.
checked using
Code:
#zpool get cachefile tank1
Also creating a new pool, and the cachefile property was not set for it. This causes zdb to not report info back.
Fixed by running
Code:
#zpool set cachefile=/data/zfs/zpool.cache tank2
Here is my history.
Code:
freenas# zpool history tank1 History for 'tank1': 2011-06-09.23:06:08 zpool create -o cachefile=/data/zfs/zpool.cache -f -o altroot=/mnt tank1 raidz2 /dev/da8p2.nop /dev/da9p2.nop /dev/da10p2.nop /dev/da11p2.nop /dev/da12p2.nop /dev/da13p2.nop 2011-06-09.23:06:08 zfs inherit mountpoint tank1 2011-06-09.23:06:08 zpool export tank1 2011-06-09.23:06:10 zpool import -R /mnt tank1 2011-06-09.23:06:10 zfs set aclmode=passthrough tank1 2011-06-09.23:06:10 zfs set aclinherit=passthrough tank1 2011-06-09.23:10:19 zfs create tank1/users freenas#
From the zpool man page
-R root Equivalent to -o cachefile=none,altroot=root
So mayby the zpool import -R /mnt tank1 is wiping the cachefile setting?
Pool creation was done via GUI.