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 [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
