R rickv55 Renowned Member Proxmox Subscriber May 11, 2016 9 1 68 69 Yesterday at 12:46 #1 My datastore is full. How can I reclaim some space. I have deleted some backups from the GUI and ran prune. I can't run garbage collection because the storage is full. It is a ZFS file system.
My datastore is full. How can I reclaim some space. I have deleted some backups from the GUI and ran prune. I can't run garbage collection because the storage is full. It is a ZFS file system.
Chris Proxmox Staff Member Staff member Jan 2, 2019 3,906 868 188 Yesterday at 13:08 #2 Hi, you can temporarily adapt the zpool spa_slop_shift parameter to a higher value to have enough space to successfully run garbage collection https://openzfs.github.io/openzfs-docs/Performance and Tuning/Module Parameters.html#spa-slop-shift See also https://forum.proxmox.com/threads/p...at-it-does-not-become-completely-full.166768/
Hi, you can temporarily adapt the zpool spa_slop_shift parameter to a higher value to have enough space to successfully run garbage collection https://openzfs.github.io/openzfs-docs/Performance and Tuning/Module Parameters.html#spa-slop-shift See also https://forum.proxmox.com/threads/p...at-it-does-not-become-completely-full.166768/
R rickv55 Renowned Member Proxmox Subscriber May 11, 2016 9 1 68 69 Yesterday at 16:03 #3 Thank you! That allowed me to run the garbage collection and I am ok now.