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 9D7F71FF143 for ; Mon, 19 Jan 2026 16:01:04 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 06AE921E93; Mon, 19 Jan 2026 16:01:14 +0100 (CET) Message-ID: <8952a6b2-3498-49c1-9483-49cfe74683e3@proxmox.com> Date: Mon, 19 Jan 2026 16:00:41 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Proxmox VE development discussion , Daniel Kral References: <20251215155334.476984-1-d.kral@proxmox.com> <20251215155334.476984-8-d.kral@proxmox.com> Content-Language: en-US From: Fiona Ebner In-Reply-To: <20251215155334.476984-8-d.kral@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1768834787471 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.015 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH ha-manager 7/9] tests: add test cases for migrating resources with node affinity rules X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Am 15.12.25 um 4:54 PM schrieb Daniel Kral: > diff --git a/src/test/test-node-affinity-nonstrict7/README b/src/test/test-node-affinity-nonstrict7/README > new file mode 100644 > index 00000000..35e532cc > --- /dev/null > +++ b/src/test/test-node-affinity-nonstrict7/README > @@ -0,0 +1,9 @@ > +Test whether services in a non-strict node affinity rule handle manual > +migrations to nodes as expected with respect to whether these are part of the > +node affinity rule or not. > + > +The test scenario is: > +- vm:101 should be kept on node1 or node3 (preferred) > +- vm:102 should be kept on node1 or node2 (preferred) > +- vm:101 is running on node3 with failback enabled > +- vm:102 is running on node3 with failback disabled Nit: vm:102 starts out on node2 > diff --git a/src/test/test-node-affinity-strict7/README b/src/test/test-node-affinity-strict7/README > new file mode 100644 > index 00000000..bc0096f5 > --- /dev/null > +++ b/src/test/test-node-affinity-strict7/README > @@ -0,0 +1,9 @@ > +Test whether services in a strict node affinity rule handle manual migrations > +to nodes as expected with respect to whether these are part of the node > +affinity rule or not. > + > +The test scenario is: > +- vm:101 must be kept on node1 or node3 (preferred) > +- vm:102 must be kept on node1 or node2 (preferred) > +- vm:101 is running on node3 with failback enabled > +- vm:102 is running on node3 with failback disabled Nit: vm:102 starts out on node2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel