Hello,
i have a zfs pool (ashift=9) and two different disks, one Seagate 4K (512e) and a Toshiba 4K (512e)
My zfs setup was running about 5 months with 6.3 and after the latest proxmox update yesterday my check_mk put a warning about my zfs pool.
So i looked into pve and zfs status says:
then i looked at:
SDD is the Seagate disk, with a pysical block size of 4096...
What can i do to get rid of this error/warning? And what does "Expect reduced performance." mean? I did only the proxmox update, nothing related to the zfs....
i have a zfs pool (ashift=9) and two different disks, one Seagate 4K (512e) and a Toshiba 4K (512e)
My zfs setup was running about 5 months with 6.3 and after the latest proxmox update yesterday my check_mk put a warning about my zfs pool.
So i looked into pve and zfs status says:
Bash:
root@pve01:~# zpool status
pool: tank
state: ONLINE
status: One or more devices are configured to use a non-native block size.
Expect reduced performance.
action: Replace affected devices with devices that support the
configured block size, or migrate data to a properly configured
pool.
scan: scrub repaired 0B in 04:05:23 with 0 errors on Sun Mar 14 04:29:24 2021
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sda ONLINE 0 0 0
ata-ST4000DM006-2G5107_ZC17WAL3 ONLINE 0 0 0 block size: 512B configured, 4096B native
errors: No known data errors
then i looked at:
Bash:
root@pve01:~# cat /sys/class/block/sdd/queue/physical_block_size
4096
root@pve01:~# cat /sys/class/block/sdd/queue/logical_block_size
512
root@pve01:~# cat /sys/class/block/sdc/queue/physical_block_size
512
root@pve01:~# cat /sys/class/block/sdc/queue/logical_block_size
512
SDD is the Seagate disk, with a pysical block size of 4096...
What can i do to get rid of this error/warning? And what does "Expect reduced performance." mean? I did only the proxmox update, nothing related to the zfs....
Last edited: