Expose new node drive to longhorn
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user