From 253e4505f9b8936aa0bdc7299ab3f6bd5b6be7e2 Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 22 Mar 2023 12:11:07 +0300 Subject: [PATCH] Utils --- Proxmox/Trim LCX/trim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxmox/Trim LCX/trim.sh b/Proxmox/Trim LCX/trim.sh index 5b6f2b4..8117575 100644 --- a/Proxmox/Trim LCX/trim.sh +++ b/Proxmox/Trim LCX/trim.sh @@ -1,5 +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 + pct fstrim $i --ignore-mountpoints done \ No newline at end of file