From 43648eb772981e824b2cd1c0a3506a4ed8517803 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 1 Jan 2026 08:55:20 +0900 Subject: [PATCH] REFACTOR(longhorn): swap longhorn storage - from master to worker-1 - mayne-vcn: disable scheduling, request eviction - mayne-worker-1: enable scheduling - Moves replicas from master to worker nodes --- longhorn/nodes/mayne-vcn.yaml | 6 +++--- longhorn/nodes/mayne-worker-1.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/longhorn/nodes/mayne-vcn.yaml b/longhorn/nodes/mayne-vcn.yaml index 959f028..ab958a7 100644 --- a/longhorn/nodes/mayne-vcn.yaml +++ b/longhorn/nodes/mayne-vcn.yaml @@ -4,12 +4,12 @@ metadata: name: mayne-vcn namespace: longhorn spec: - allowScheduling: true + allowScheduling: false disks: new-disk: - allowScheduling: true + allowScheduling: false diskType: filesystem - evictionRequested: false + evictionRequested: true path: /mnt/longhorn-storage storageReserved: 5368709120 tags: [] diff --git a/longhorn/nodes/mayne-worker-1.yaml b/longhorn/nodes/mayne-worker-1.yaml index 1d3da4b..5e8556c 100644 --- a/longhorn/nodes/mayne-worker-1.yaml +++ b/longhorn/nodes/mayne-worker-1.yaml @@ -4,12 +4,12 @@ metadata: name: mayne-worker-1 namespace: longhorn spec: - allowScheduling: false + allowScheduling: true disks: new-disk: - allowScheduling: false + allowScheduling: true diskType: filesystem - evictionRequested: true + evictionRequested: false path: /mnt/longhorn-storage storageReserved: 5368709120 tags: []