From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 028401FF161 for ; Tue, 5 Nov 2024 02:58:14 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 438EF15F5B; Tue, 5 Nov 2024 02:58:21 +0100 (CET) Date: Tue, 05 Nov 2024 14:58:08 +1300 To: MIME-Version: 1.0 Message-ID: List-Id: Proxmox VE development discussion List-Post: From: Severen Redwood via pve-devel Precedence: list Cc: Severen Redwood , Thomas Lamprecht 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 SERIES v3] Add ability to prevent suggesting previously used VM/CT IDs Content-Type: multipart/mixed; boundary="===============2996473336937515639==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============2996473336937515639== 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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 75698CA3FF for ; Tue, 5 Nov 2024 02:58:20 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5BCBA15ED6 for ; Tue, 5 Nov 2024 02:58:20 +0100 (CET) Received: from mx3.ext.sitehost.co.nz (mx3.ext.sitehost.co.nz [120.138.20.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 5 Nov 2024 02:58:17 +0100 (CET) Received: from localhost (extmx1-new.vps.sitehost.co.nz [127.0.0.1]) by mx3.ext.sitehost.co.nz (Postfix) with ESMTP id 4AE47180C79; Tue, 5 Nov 2024 14:58:15 +1300 (NZDT) X-Virus-Scanned: SiteHost Virus/Spam Prevention on mx3.ext.sitehost.co.nz X-Spam-Flag: NO X-Spam-Score: -3.45 X-Spam-Status: No, score=-3.45 tagged_above=-100 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-0.55] autolearn=ham autolearn_force=no Received: from mx3.ext.sitehost.co.nz ([127.0.0.1]) by localhost (mx3.ext.sitehost.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PQh0o1D5q1qp; Tue, 5 Nov 2024 14:58:10 +1300 (NZDT) Received: from localhost (oep.nct.sitehost.co.nz [120.138.23.30]) by mx3.ext.sitehost.co.nz (Postfix) with ESMTPSA id 97CC2180CC3; Tue, 5 Nov 2024 14:58:08 +1300 (NZDT) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 05 Nov 2024 14:58:08 +1300 Message-Id: Cc: "Aaron Lauterer" , "Thomas Lamprecht" Subject: [PATCH SERIES v3] Add ability to prevent suggesting previously used VM/CT IDs From: "Severen Redwood" To: X-Mailer: aerc 0.18.2-0-ge037c095a049 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.088 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_PASS -0.1 DMARC pass policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Hi everyone, This is a small update to my previous patch series [1, 2] adding optional support for preventing PVE from suggesting previously used VM/CT IDs. In particular, missing use statements have been added to the patches for marking VM/CT IDs as used, as noticed by Aaron [3]. Everything else remains the same as in v2. Also note when building this patch series that the pve-cluster patches must be applied and built first to prevent the build of pve-manager from failing. If anyone has any other feedback, please let me know. Thanks, Severen [1]: https://lore.proxmox.com/pve-devel/mailman.177.1728018639.332.pve-deve= l@lists.proxmox.com/ [2]: https://lore.proxmox.com/pve-devel/mailman.624.1730255368.332.pve-deve= l@lists.proxmox.com/T/#t [3]: https://lore.proxmox.com/pve-devel/mailman.624.1730255368.332.pve-deve= l@lists.proxmox.com/T/#m7313a65f5b26f29ff0a2b4005069a7306311ccf6 --===============2996473336937515639== 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 --===============2996473336937515639==--