- enable master and worker-2 - Add allowScheduling: true to mayne-vcn (master) - Add allowScheduling: true to mayne-worker-2 - Add allowScheduling: false to mayne-worker-1 (excluded) - Fixes degraded volumes with only 1 replica
16 lines
320 B
YAML
16 lines
320 B
YAML
apiVersion: longhorn.io/v1beta2
|
|
kind: Node
|
|
metadata:
|
|
name: mayne-worker-2
|
|
namespace: longhorn
|
|
spec:
|
|
allowScheduling: true
|
|
disks:
|
|
new-disk:
|
|
allowScheduling: true
|
|
diskType: filesystem
|
|
evictionRequested: false
|
|
path: /mnt/longhorn-storage
|
|
storageReserved: 5368709120
|
|
tags: []
|