chore: Update manifests after change

This commit is contained in:
2026-01-01 20:08:01 +00:00
parent 287c56df0e
commit 998a1d539b
3 changed files with 11 additions and 2 deletions

View File

@@ -13,6 +13,12 @@ data:
config.json: |- config.json: |-
{ {
"nodePathMap": [ "nodePathMap": [
{
"node": "DEFAULT_PATH_FOR_NON_LISTED_NODES",
"paths": [
"/var/mnt/local-storage"
]
},
{ {
"node": "talos-2di-ktg", "node": "talos-2di-ktg",
"paths": [ "paths": [

View File

@@ -72,3 +72,6 @@ spec:
- talos-2di-ktg - talos-2di-ktg
- talos-9vs-6hh - talos-9vs-6hh
- talos-aoq-hpv - talos-aoq-hpv
- matchExpressions:
- key: node-role.kubernetes.io/local-storage-node
operator: Exists

View File

@@ -155,8 +155,8 @@ spec:
storage: storage:
config: config:
osdsPerDevice: "1" osdsPerDevice: "1"
deviceFilter: sda devicePathFilter: /dev/disk/by-partlabel/r-csi-disk|/dev/sda
useAllDevices: true useAllDevices: false
useAllNodes: true useAllNodes: true
upgradeOSDRequiresHealthyPGs: false upgradeOSDRequiresHealthyPGs: false
waitTimeoutForHealthyOSDInMinutes: 10 waitTimeoutForHealthyOSDInMinutes: 10