Hello,
i have a ZFS pool with:
6x 4TB SSD
Logical Sector size: 512 bytes [ Supported: 512 ]
Physical Sector size: 4096 bytes
For now, everything works like a charm.
I want to add special mirror for metadata storage to speedup the pool ( i have ~50M of files ),
so, i want to re-use 500GB SSD disk i have.
Logical Sector size: 512 bytes [ Supported: 512 ]
Physical Sector size: 4096 bytes
However, i have
[08:36:58] [root@server ~]# zpool add backups special mirror /dev/sdb4 /dev/sde4
cannot add to 'backups': adding devices with different physical sector sizes is not allowed
My current pool
[08:37:16] [root@server ~]# zdb -C backups | grep -E 'ashift|vdev_type|path'
ashift: 9
Do you have an idea ?
I tried with ashift=9 and ashift=12, but i hve the same error.
Thanks !