I have installed proxmox using the GUI Installer and missed what I believe to be an important setting for the sector size of the nvme disks.
When running
it shows a + next to 512, and the open-zfs docs recommend the disks should be formatted with a sector size of 4096 byte sectors in order to be more performant and reduce ware.
As each disk is 3.84TB, am I right in thinking this will make a difference.
As I have 4 x NVME in a RAID 10, would it be worthwhile evicting the disk, formatting it with a 4k sector size and re-presenting the disk back to the zpool. I don't have much data on the disks yet, but do have the boot and root partitions on there so not as straight forward as destroying the pool and re-creating it.
Or is there a way to change on the fly?
When running
Code:
smartctl -a /dev/nvme1n1
As each disk is 3.84TB, am I right in thinking this will make a difference.
As I have 4 x NVME in a RAID 10, would it be worthwhile evicting the disk, formatting it with a 4k sector size and re-presenting the disk back to the zpool. I don't have much data on the disks yet, but do have the boot and root partitions on there so not as straight forward as destroying the pool and re-creating it.
Or is there a way to change on the fly?