REFACTOR(longhorn): remove default-disk

- from Longhorn nodes - use onl...
This commit is contained in:
2025-12-30 14:04:43 +09:00
parent 30ce6f96d5
commit acbd999abe
3 changed files with 0 additions and 21 deletions

View File

@@ -5,13 +5,6 @@ metadata:
namespace: longhorn namespace: longhorn
spec: spec:
disks: disks:
default-disk:
allowScheduling: false
diskType: filesystem
evictionRequested: true
path: /var/lib/longhorn
storageReserved: 10737418240
tags: []
new-disk: new-disk:
allowScheduling: true allowScheduling: true
diskType: filesystem diskType: filesystem

View File

@@ -5,13 +5,6 @@ metadata:
namespace: longhorn namespace: longhorn
spec: spec:
disks: disks:
default-disk:
allowScheduling: false
diskType: filesystem
evictionRequested: true
path: /var/lib/longhorn
storageReserved: 10737418240
tags: []
new-disk: new-disk:
allowScheduling: false allowScheduling: false
diskType: filesystem diskType: filesystem

View File

@@ -5,13 +5,6 @@ metadata:
namespace: longhorn namespace: longhorn
spec: spec:
disks: disks:
default-disk:
allowScheduling: false
diskType: filesystem
evictionRequested: true
path: /var/lib/longhorn
storageReserved: 10737418240
tags: []
new-disk: new-disk:
allowScheduling: true allowScheduling: true
diskType: filesystem diskType: filesystem