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: []