From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A395A92904 for ; Fri, 30 Dec 2022 10:58:37 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8E615FF69 for ; Fri, 30 Dec 2022 10:58:37 +0100 (CET) Received: from mxb.4t2.com (mxb.4t2.com [178.63.148.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Fri, 30 Dec 2022 10:58:36 +0100 (CET) X-Spam-Status: No X-4t2Systems-MailScanner-Watermark: 1672998742.49679@2loiER4UzgL6GdG2wazg5g X-4t2Systems-MailScanner-From: pve@junkyard.4t2.com X-4t2Systems-MailScanner: Found to be clean X-4t2Systems-MailScanner-ID: 812F44495.ACFCE X-4t2Systems-MailScanner-Information: processed at mxb.4t2.com Received: from mailrelay.abyss.4t2.com (unknown [192.168.1.11]) by mxb.4t2.com (Postfix) with ESMTP id 812F44495 for ; Fri, 30 Dec 2022 10:52:21 +0100 (CET) Received: from mailserv.abyss.4t2.com (mailserv.abyss.4t2.com [192.168.1.12]) by mailrelay.abyss.4t2.com (Postfix) with ESMTP id 6541A92E for ; Fri, 30 Dec 2022 10:52:21 +0100 (CET) Received: from [192.168.1.20] (utumno.abyss.4t2.com [192.168.1.20]) (Authenticated sender: x) by mailserv.abyss.4t2.com (Postfix) with ESMTPSA id 5339F3EE16 for ; Fri, 30 Dec 2022 10:52:21 +0100 (CET) Message-ID: <213da705-7804-c562-f21c-d6122bf88b85@junkyard.4t2.com> Date: Fri, 30 Dec 2022 10:52:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Content-Language: de-DE To: pve-user@lists.proxmox.com References: <64119642-e2a3-428a-a053-371f9fc6bda0@app.fastmail.com> From: Tom Weber In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.911 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -1.149 Looks like a legit reply (A) SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [PVE-User] Thin LVM showing more used space than expected X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2022 09:58:37 -0000 Am 29.12.22 um 17:58 schrieb Óscar de Arriba: > Update: I have enabled `Discard` option in all disks of the VMs on that server and then `fstim` did the work and freed some space. > > However, even removing all VMs except one (which is hard to remove without disruption) I can see that: > > root@venom:~# lvs > LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert > data pve twi-aotz-- 377.55g 60.65 0.67 > root pve -wi-ao---- 60.00g > swap pve -wi-ao---- 4.00g > vm-201-disk-0 pve Vwi-aotz-- 4.00m data 14.06 > vm-201-disk-1 pve Vwi-aotz-- 40.00g data 56.58 > > Which means that I have about 200 GB used out of nowhere :( At least it is no longer under pressure of being almost 100% full. > you might want to try lvs -a Tom