diff --git a/longhorn/nodes/mayne-vcn.yaml b/longhorn/nodes/mayne-vcn.yaml index 17051a8..dbacd9e 100644 --- a/longhorn/nodes/mayne-vcn.yaml +++ b/longhorn/nodes/mayne-vcn.yaml @@ -13,9 +13,9 @@ spec: storageReserved: 10737418240 tags: [] new-disk: - allowScheduling: false + allowScheduling: true diskType: filesystem - evictionRequested: true + evictionRequested: false path: /mnt/longhorn-storage storageReserved: 5368709120 tags: [] diff --git a/longhorn/nodes/mayne-worker-1.yaml b/longhorn/nodes/mayne-worker-1.yaml index b5d901d..9739270 100644 --- a/longhorn/nodes/mayne-worker-1.yaml +++ b/longhorn/nodes/mayne-worker-1.yaml @@ -13,9 +13,9 @@ spec: storageReserved: 10737418240 tags: [] new-disk: - allowScheduling: true + allowScheduling: false diskType: filesystem - evictionRequested: false + evictionRequested: true path: /mnt/longhorn-storage storageReserved: 5368709120 tags: []