What is the recommended "Block Size" for ZFS utilizing Windows Server 2019/2022 Clients (KVM)??
The standard for NTFS Blocksize is 4K, Guidance for Exchange and SQl-Server is 64K. I don't know what the Guidance for File-Servers is. This is 2019 and maybe 2022 servers.
I have 8 NVME's running in ZFS based Raid10.
The NVME's Sector size is 4K
1. Question: If i set NTFS Blocksize to 64K, should i set ZFS Blocksize to
2. Is there any guidance for Windows File-Servers (think couple megs per excel file and the odd iso) and logservers like e.g. grafana ?
The standard for NTFS Blocksize is 4K, Guidance for Exchange and SQl-Server is 64K. I don't know what the Guidance for File-Servers is. This is 2019 and maybe 2022 servers.
I have 8 NVME's running in ZFS based Raid10.
Bash:
zpool status
pool: PRX01-ZFSRaid10
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
PRX01-ZFSRaid10 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A05746A1 ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A05746C9 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A067AA2C ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A057469C ONLINE 0 0 0
mirror-2 ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A05746C7 ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A0557E82 ONLINE 0 0 0
mirror-3 ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A05746B0 ONLINE 0 0 0
nvme-WUS4BB038D7P3E3_A05746D6 ONLINE 0 0 0
errors: No known data errors
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-INTEL_SSDSC2KG240G8_BTYG026209JP240AGN-part3 ONLINE 0 0 0
ata-INTEL_SSDSC2KG240G8_PHYG0064006A240AGN-part3 ONLINE 0 0 0
The NVME's Sector size is 4K
1. Question: If i set NTFS Blocksize to 64K, should i set ZFS Blocksize to
- 16K ? (4K Sector Size * 4 Raid-0 Mirrors )
- 64K ? (same as NTFS Blocksize, which gets written as 4x 16K chunks to the NVME's and and split into 4 sectors on the NVME)
2. Is there any guidance for Windows File-Servers (think couple megs per excel file and the odd iso) and logservers like e.g. grafana ?