From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id B6DD61FF179 for ; Wed, 29 Oct 2025 14:27:26 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id E6670AAE6; Wed, 29 Oct 2025 14:27:58 +0100 (CET) To: pve-devel@lists.proxmox.com Date: Wed, 29 Oct 2025 14:27:44 +0100 MIME-Version: 1.0 Message-ID: List-Id: Proxmox VE development discussion List-Post: From: Alwin Antreich via pve-devel Precedence: list Cc: Alwin Antreich X-Mailman-Version: 2.1.29 X-BeenThere: pve-devel@lists.proxmox.com List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Proxmox VE development discussion List-Help: Subject: [pve-devel] [PATCH docs 1/2] pve-storage-lvm: add saferemove_throughput limit Content-Type: multipart/mixed; boundary="===============8325916980205260145==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============8325916980205260145== Content-Type: message/rfc822 Content-Disposition: inline Return-Path: X-Original-To: pve-devel@lists.proxmox.com Delivered-To: pve-devel@lists.proxmox.com 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)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 1A97AD6491 for ; Wed, 29 Oct 2025 14:27:57 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EEE9AAACA for ; Wed, 29 Oct 2025 14:27:56 +0100 (CET) Received: from mx.antreich.com (mx.antreich.com [173.249.42.230]) (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 firstgate.proxmox.com (Proxmox) with ESMTPS for ; Wed, 29 Oct 2025 14:27:56 +0100 (CET) Received: from mx.antreich.com (localhost [127.0.0.1]) by mx.antreich.com (Proxmox) with ESMTP id 023AD760C89 for ; Wed, 29 Oct 2025 14:27:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antreich.com; h= cc:content-transfer-encoding:date:from:from:message-id :mime-version:reply-to:subject:subject:to:to; s=2025; bh=+gFlkZF GcMgk5iWg3VAc0kwTAhz8FXwjgCcD+D7zNJQ=; b=wNTPPCvNkuBk3MABMBG8sAc FI/zUqJZvp25BUwPA7cual+PtJFWLCQuGGI0JWpo7THkBtHT1uj6eKnY1k9/QwnP /7Lyrwav6NY7Dgg5bORVMkoGhK8+LSnhjYnhp51rvutQ9Uq3YZAkQtjwZ/bqUYfs X9K3w/YCcbJKH6fsjgaLURhRdFzDHQkQD+IayFcD/ugy1onDs5P9tmfVK2ZGFOsf 4jFe3PeMeyKbOqTNnQ2F44FthFtYF6FuekOxT8OhvIQy/6gc7LYDTR68mUvaSFr+ 8ehafiKOw5OuPJuVQNNAVTwRbCf16VApTbNpOTnMB2zNCKpfKqF5Q8nYYMg/SRw= = From: Alwin Antreich To: pve-devel@lists.proxmox.com Subject: [PATCH docs 1/2] pve-storage-lvm: add saferemove_throughput limit Date: Wed, 29 Oct 2025 14:27:44 +0100 Message-Id: <20251029132745.3127244-1-alwin@antreich.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.073 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_PASS -0.1 DMARC pass policy SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record as users report slow snapshot removal/consolidation and do not know about the default limit. Signed-off-by: Alwin Antreich --- pve-storage-lvm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-storage-lvm.adoc b/pve-storage-lvm.adoc index 121d666..527c732 100644 --- a/pve-storage-lvm.adoc +++ b/pve-storage-lvm.adoc @@ -46,7 +46,7 @@ measure in certain environments. `saferemove_throughput`:: -Wipe throughput (`cstream -t` parameter value). +Wipe throughput (`cstream -t` parameter value), up to 10 MiB/s by default. `snapshot-as-volume-chain`:: -- 2.39.5 --===============8325916980205260145== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel --===============8325916980205260145==--