FIX(longhorn): longhorn node scheduling

- 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
This commit is contained in:
2025-12-31 21:22:40 +09:00
parent 5461c606b4
commit 5c0e67713c
3 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ metadata:
name: mayne-vcn
namespace: longhorn
spec:
allowScheduling: true
disks:
new-disk:
allowScheduling: true

View File

@@ -4,6 +4,7 @@ metadata:
name: mayne-worker-1
namespace: longhorn
spec:
allowScheduling: false
disks:
new-disk:
allowScheduling: false

View File

@@ -4,6 +4,7 @@ metadata:
name: mayne-worker-2
namespace: longhorn
spec:
allowScheduling: true
disks:
new-disk:
allowScheduling: true