Mirror disko config test
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user