A Archebo Member Dec 27, 2019 10 0 6 54 Feb 17, 2020 #1 Hi! How to change ZFS cache writeback/writethrough for PVE "on the go", to compare disk perfomance? Thank you.
Hi! How to change ZFS cache writeback/writethrough for PVE "on the go", to compare disk perfomance? Thank you.
t.lamprecht Proxmox Staff Member Staff member Jul 28, 2015 6,720 4,569 315 South Tyrol/Italy shop.proxmox.com Feb 17, 2020 #2 What do you mean with setting the ZFS cache to writeback? You can set that cache modes for VM disks https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_hard_disk_cache Or add a cache for writes (ZIL) or reads (ARC (default exist) and L2ARC): https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#_zfs_administration https://linuxhint.com/configuring-zfs-cache/ There's no "writeback/writethrough" mode for a whole dataset, one can set "sync" but I wouldn't touch that..
What do you mean with setting the ZFS cache to writeback? You can set that cache modes for VM disks https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_hard_disk_cache Or add a cache for writes (ZIL) or reads (ARC (default exist) and L2ARC): https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#_zfs_administration https://linuxhint.com/configuring-zfs-cache/ There's no "writeback/writethrough" mode for a whole dataset, one can set "sync" but I wouldn't touch that..