Lot of work done around the disk selection logic. Efficiency and reliability improved. Have to finish poslishing details.

This commit is contained in:
Raphaël Billet
2025-12-18 21:23:41 +01:00
parent 8a62db65c8
commit fb751ca89b
6 changed files with 157 additions and 195 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
disk = {
"content-1" = {
type = "disk";
device = "${CONTENT_DISK_1_ID}";
device = "${CONTENT_DISK_ID}";
content = {
type = "gpt";
partitions = {
@@ -20,7 +20,7 @@
};
"parity-1" = {
type = "disk";
device = "${PARITY_DISK_1_ID}";
device = "${PARITY_DISK_ID}";
content = {
type = "gpt";
partitions = {