This commit is contained in:
2023-04-11 12:33:43 +03:00
parent 253e4505f9
commit 47e03b8a81
4 changed files with 5 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
### Trim Proxmox host and all unprivileged LXCs on node ###
for i in $(pct list | awk '/^[0-9]/ {print $1}'); do
echo "Trimming CT $i"
pct fstrim $i --ignore-mountpoints
done