Hello!
the company where i work is adding 2 new Dell R740 servers with proxmox, to replace some old servers with Hyper-v. The servers have dual Xeon Silver CPUs, 256 GB RAM, PERC H740 raid controller, 3 SSD 120 GB and 4 HDD 4TB.
I have set them up in a cluster, with 2 SDD configured as physical raid 1 for the system (with lvm), the 4 HDD as ZFS with 2 way mirror, and the remaining SSD as ZIF and LARC. All the ZFS disks have every cache disabled at the controller.
If i run pveperf i get this:
Any advice is welcome!
Thank you very much.
Juan.
the company where i work is adding 2 new Dell R740 servers with proxmox, to replace some old servers with Hyper-v. The servers have dual Xeon Silver CPUs, 256 GB RAM, PERC H740 raid controller, 3 SSD 120 GB and 4 HDD 4TB.
I have set them up in a cluster, with 2 SDD configured as physical raid 1 for the system (with lvm), the 4 HDD as ZFS with 2 way mirror, and the remaining SSD as ZIF and LARC. All the ZFS disks have every cache disabled at the controller.
If i run pveperf i get this:
CPU BOGOMIPS: 134426.40
REGEX/SECOND: 2956506
HD SIZE: 106.98 GB (/dev/mapper/pve-root)
BUFFERED READS: 1358.36 MB/sec
AVERAGE SEEK TIME: 0.10 ms
FSYNCS/SECOND: 4840.09
DNS EXT: 56.17 ms
DNS INT: 51.92 ms
And i run these commands to setup the ZFS pool and units:REGEX/SECOND: 2956506
HD SIZE: 106.98 GB (/dev/mapper/pve-root)
BUFFERED READS: 1358.36 MB/sec
AVERAGE SEEK TIME: 0.10 ms
FSYNCS/SECOND: 4840.09
DNS EXT: 56.17 ms
DNS INT: 51.92 ms
zpool create -f -o ashift=12 storage-pool mirror /dev/sdb /dev/sdc mirror /dev/sdd /dev/sde cache /dev/sdf2 log /dev/sdf1
zfs create storage-pool/vm-disks
zfs set compression=on storage-pool/vm-disks
Do you think this is a good setup? Are better alternatives with this hardware? zfs create storage-pool/vm-disks
zfs set compression=on storage-pool/vm-disks
Any advice is welcome!
Thank you very much.
Juan.