Expose new node drive to longhorn

This commit is contained in:
Greg Hellings
2025-12-28 23:40:19 -06:00
parent 1ddd5faece
commit 8e602da466
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -35,7 +35,12 @@ metadata:
[
{
"path": "/var/lib/longhorn",
"allowScheduling" : trues,
"allowScheduling" : true,
"tags": ["ssd", "fast"]
},
{
"path": "/mnt/disk1",
"allowScheduling": true,
"tags": ["hdd", "large"]
}
]