Mirror disko config test

This commit is contained in:
Raphaël Numbus
2026-01-10 12:10:06 +01:00
parent 90e46d3751
commit b3a8d409df
+3 -5
View File
@@ -1,7 +1,7 @@
# Data mirror disks # Data mirror disks
"content-1" = { "content-1" = {
type = "disk"; type = "disk";
device = "${CONTENT_DISK_ID}"; device = "/dev/disk/by-id/ata-FUJITSU_MHW2120BH_NZ2TT772DCN5";
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {
@@ -22,7 +22,7 @@
}; };
"parity-1" = { "parity-1" = {
type = "disk"; type = "disk";
device = "${PARITY_DISK_ID}"; device = "/dev/disk/by-id/ata-TOSHIBA_MQ04ABF100_X7CXT0D8T";
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {
@@ -53,6 +53,4 @@
format = "xfs"; format = "xfs";
mountpoint = "/mnt/data-storage"; mountpoint = "/mnt/data-storage";
}; };
}; };
};