Read a *ton* of posts and analysis by @Dunuin & others about proxmox wearing out consumer ssd's and the implications of excessive writes due to zfs. I've got 2 initial setup questions based on this.
For a new promox svr setup... 32gb ram, managed to get 2 micron 7450 max 800g (4300 TBW). I’m now paranoid about TWB usage so figured best approach might be to have all the vm’s/ct’s on 1 ssd, and the promox server, iso’s, backups and all syslogging on the other ssd.
PS - yes, I'm also doing the standard commands if I don't have HA clusters since its just 1 server :
and WRITE_TIMEOUT=3600 in /etc/default/rrdcached
For a new promox svr setup... 32gb ram, managed to get 2 micron 7450 max 800g (4300 TBW). I’m now paranoid about TWB usage so figured best approach might be to have all the vm’s/ct’s on 1 ssd, and the promox server, iso’s, backups and all syslogging on the other ssd.
- Would this be a smart approach to balance TBW on the drives?
- Oh yeah, considering keeping it ext4 (as these are enteprise ssds) instead of zfs to keep wear down (dumb idea?). Am I obsessing about TBW too much?
PS - yes, I'm also doing the standard commands if I don't have HA clusters since its just 1 server :
systemctl disable --now pve-ha-crm.service
systemctl disable --now pve-ha-lrm.service
systemctl disable --now corosync.service
systemctl disable --now pvesr.timer
and WRITE_TIMEOUT=3600 in /etc/default/rrdcached