Utils
This commit is contained in:
@@ -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
|
||||
done
|
||||
Reference in New Issue
Block a user