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 ABB1F1FF15E for ; Mon, 10 Nov 2025 11:04:54 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 28F85117B9; Mon, 10 Nov 2025 11:05:38 +0100 (CET) Date: Mon, 10 Nov 2025 10:05:27 +0000 To: "Proxmox VE development discussion" In-Reply-To: References: 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: Re: [pve-devel] [PATCH docs 1/2] pve-storage-lvm: add saferemove_throughput limit Content-Type: multipart/mixed; boundary="===============1167041043980617147==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============1167041043980617147== 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 26252DBA08 for ; Mon, 10 Nov 2025 11:05:37 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 05DA01179E for ; Mon, 10 Nov 2025 11:05:37 +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 ; Mon, 10 Nov 2025 11:05:35 +0100 (CET) Received: from mx.antreich.com (localhost [127.0.0.1]) by mx.antreich.com (Proxmox) with ESMTP id D0DCD760BC0 for ; Mon, 10 Nov 2025 11:05:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antreich.com; h= cc:content-type:content-type:date:from:from:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to; s=2025; bh=O45ukK57vAF6Ixbm8bZ+jYP7sJNwhS6Zt8HA4oo852M=; b= zDjAVeyn6oc0uj57AQ9hcSULfiAP8ZMqZVDPKwzoVCvKqQO9+JJ3YCod20BzCCd2 6US+9Htu6nBuq8TUMzyS0S1V5wK0W0HnvsKkgh3Ao9LaGFlj+/15wW/djxx94WNh HQCqSg7jGv1zFQrXy+PoOBZSUvl++0joZX0/VHG9r+IUlmBR3Z3GkhxMUaBljNg1 k7kAtsEOtwNFssFpyJO/y77+nejjWyZU9epLr3olhAMX+JfvvnolnYaYWtMrGVTp gOpYxxlbQGu4lRl02UnIG7BfRTblSb8W77Mu5o2kNbHZiLDb9hIzUeeikMe4UjMr UMdBeeip63zurcHIkCYATQ== MIME-Version: 1.0 Date: Mon, 10 Nov 2025 10:05:27 +0000 From: "Alwin Antreich" Message-ID: <5ecba160c509db7ed3bbac8b62cd1f9b8892824b@antreich.com> TLS-Required: No Subject: Re: [pve-devel] [PATCH docs 1/2] pve-storage-lvm: add saferemove_throughput limit To: "Proxmox VE development discussion" In-Reply-To: References: X-SPAM-LEVEL: Spam detection results: 0 AWL 0.070 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 HTML_MESSAGE 0.001 HTML included in message RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Hi, Is mentioning the limit like this ok or is there a better way? Cheers, Alwin October 29, 2025 at 2:27 PM, "Alwin Antreich via pve-devel" wrote: >=20 >=20_______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com mailto:pve-devel@lists.proxmox.com=20 >=20https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > --===============1167041043980617147== 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 --===============1167041043980617147==--