Hi all,
I'm new to the Proxmox VE system and Forums so if my method of posting is incorrect please let me know!
I have setup a proxmox VE host machine with two ZFS pools:
i've found a way to manualy do a scrub and trim with: 'zpool trim rpool' and: '/usr/lib/zfs-linux/scrub', when i checked the state with: 'zpool status -t' i was seeing indeed that the Scrub and Trim were being excecuted, and the timespamp when done was changed to 'now'.
After some more reading i read in the forms that these two actions are already performed automaticly by timers. when i checked the timer status with: 'systemctl list-timers --all' i saw the timers are enabled, and sceduled in a few days.
When i checked the timer status after the were scheduled a few days later, it said the trim and Scrub timers were run (passed), but the timestamps listed in 'zpool status -t' were still unchanged since the last time that i ran the scrub/trim manually.
Am i missing something or are the scrub and trim on the timers not excecuting correctly?
I'm new to the Proxmox VE system and Forums so if my method of posting is incorrect please let me know!
I have setup a proxmox VE host machine with two ZFS pools:
- rpool: 2 * 500GB SSD ZFS0, this stores the Proxmox OS and the VM's
- StoragePool: 5* 4TB HDD ZFS2, this contains the large data disks of some VM's
i've found a way to manualy do a scrub and trim with: 'zpool trim rpool' and: '/usr/lib/zfs-linux/scrub', when i checked the state with: 'zpool status -t' i was seeing indeed that the Scrub and Trim were being excecuted, and the timespamp when done was changed to 'now'.
After some more reading i read in the forms that these two actions are already performed automaticly by timers. when i checked the timer status with: 'systemctl list-timers --all' i saw the timers are enabled, and sceduled in a few days.
When i checked the timer status after the were scheduled a few days later, it said the trim and Scrub timers were run (passed), but the timestamps listed in 'zpool status -t' were still unchanged since the last time that i ran the scrub/trim manually.
Am i missing something or are the scrub and trim on the timers not excecuting correctly?