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
This commit is contained in:
@@ -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: []
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user