Actually, all the disks are 2 TB, not the same manufacturer, but seem to be the same in capacity.
Here is the detailed info :
Code:
ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada3: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada5: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada6: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada7: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
And recovering this info, i have a doubt : i created the zpool with "force 4K sectors" option.
Looking at the above info and this :
Code:
Sector Sizes: 512 bytes logical, 4096 bytes physical
, it seems the drives are formatted in 512b sectors.
What the..?
Is there any way to check if creation in 4K is in place or not?
Edit : here is some more info if it can help :
Code:
[root@nas] /mnt/zepool/apps# zpool history zepool
History for 'zepool':
2011-10-15.20:32:31 zpool create -o cachefile=/data/zfs/zpool.cache -O aclmode=passthrough -O aclinherit=passthrough -f -m /mnt/zepool -o altroot=/mnt zepool raidz2 /dev/ada0p2.nop /dev/ada1p2.nop /dev/ada2p2.nop /dev/ada3p2.nop /dev/ada4p2.nop /dev/ada5p2.nop /dev/ada6p2.nop /dev/ada7p2.nop
2011-10-15.20:32:33 zfs inherit mountpoint zepool
2011-10-15.20:32:33 zpool export zepool
2011-10-15.20:32:36 zpool import -R /mnt zepool
2011-10-15.20:32:36 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-15.20:57:12 zpool import -o cachefile=none -R /mnt -f zepool
2011-10-15.20:57:12 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-15.21:45:20 zpool import -o cachefile=none -R /mnt -f zepool
2011-10-15.21:45:20 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-15.21:52:20 zpool import -o cachefile=none -R /mnt -f zepool
2011-10-15.21:52:21 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-15.21:59:21 zpool import -o cachefile=none -R /mnt -f zepool
2011-10-15.21:59:22 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-15.22:28:38 zpool import -o cachefile=none -R /mnt -f zepool
2011-10-15.22:28:38 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-16.00:26:09 zpool import -o cachefile=none -R /mnt -f zepool
2011-10-16.00:26:10 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-16.11:07:44 zpool import -o cachefile=none -R /mnt -f zepool
2011-10-16.11:07:45 zpool set cachefile=/data/zfs/zpool.cache zepool
2011-10-16.11:09:12 zpool clear zepool
And before the creation, in the messages logs, there was something like "gnop create -S 4096 /dev/ada*"
(i made the creation with the web ui)
By the way, is there any way not to loose the messages logs after reboot?