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
+2 -2
View File
@@ -35,8 +35,8 @@
device = "/dev/nvme0n1p1"; device = "/dev/nvme0n1p1";
fsType = "auto"; fsType = "auto";
}; };
"/mnt/tmp" = { "/mnt/disk1" = {
device = "/dev/disk/by-uuid/f456aeb0-a11a-4b84-86ae-402eff6d98bb"; device = "/dev/disk/by-uuid/0bb64e76-8811-499a-b60e-cc97808f2b0e";
fsType = "btrfs"; fsType = "btrfs";
}; };
}; };
+6 -1
View File
@@ -35,7 +35,12 @@ metadata:
[ [
{ {
"path": "/var/lib/longhorn", "path": "/var/lib/longhorn",
"allowScheduling" : trues, "allowScheduling" : true,
"tags": ["ssd", "fast"] "tags": ["ssd", "fast"]
},
{
"path": "/mnt/disk1",
"allowScheduling": true,
"tags": ["hdd", "large"]
} }
] ]