Skip to content

Commit 797160c

Browse files
kvapsclaude
andcommitted
test(stand): bump sanity placementCount to 2
placementCount=1 forces autoplace onto a single node, and linstor-csi treats the resulting "publish-node already has the disk" topology as a conflict to resolve by deletion. Two replicas give the reconciler the diskful pair it expects, leaving the publish path with an unambiguous diskless attach. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
1 parent 6e3abc3 commit 797160c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

stand/csi-sanity-job.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,8 @@ metadata:
7777
data:
7878
sc-params.yaml: |
7979
storagePool: stand
80-
placementCount: "1"
80+
# 2 replicas so autoplace lands diskful on two of three workers;
81+
# linstor-csi's reconciler then treats the publishing node's
82+
# missing replica as a diskless attach instead of "no volume here"
83+
# and ControllerPublishVolume succeeds without churn.
84+
placementCount: "2"

0 commit comments

Comments
 (0)