Skip to content

Commit

Permalink
Use scsi instead of ata
Browse files Browse the repository at this point in the history
  • Loading branch information
studioph committed Dec 18, 2024
1 parent 944e95e commit a86e584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 18-c0-4d-e0-80-28/ignition.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"storage": {
"disks": [
{
"device": "/dev/disk/by-id/ata-35002538d401140b0",
"device": "/dev/disk/by-id/scsi-35002538d401140b0",
"partitions": [
{
"label": "docker"
Expand All @@ -27,7 +27,7 @@
"wipeTable": true
},
{
"device": "/dev/disk/by-id/ata-35002538d4200cf5c",
"device": "/dev/disk/by-id/scsi-35002538d4200cf5c",
"partitions": [
{
"label": "docker"
Expand Down Expand Up @@ -102,8 +102,8 @@
"raid": [
{
"devices": [
"/dev/disk/by-id/ata-35002538d401140b0-part1",
"/dev/disk/by-id/ata-35002538d4200cf5c-part1"
"/dev/disk/by-id/scsi-35002538d401140b0-part1",
"/dev/disk/by-id/scsi-35002538d4200cf5c-part1"
],
"level": "mirror",
"name": "docker"
Expand Down
4 changes: 2 additions & 2 deletions 18-c0-4d-e0-80-28/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ systemd:
storage:
label: &docker-label docker
disks:
- device: &docker1 ata-35002538d401140b0
- device: &docker1 scsi-35002538d401140b0
partitions:
- label: *docker-label
- device: &docker2 ata-35002538d4200cf5c
- device: &docker2 scsi-35002538d4200cf5c
partitions:
- label: *docker-label
raid:
Expand Down

0 comments on commit a86e584

Please sign in to comment.