From c168760a0bcdaf8b344477595f750e3375ab58c3 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 26 Sep 2023 10:15:35 -0500 Subject: [PATCH] Rename disk path. --- talos/talconfig.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/talos/talconfig.yaml b/talos/talconfig.yaml index 764e672..cc830ae 100644 --- a/talos/talconfig.yaml +++ b/talos/talconfig.yaml @@ -21,7 +21,7 @@ nodes: ipAddress: 10.2.0.3 controlPlane: true installDiskSelector: - busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145789 + busPath: /dev/sda networkInterfaces: - interface: eth0 dhcp: true @@ -31,7 +31,7 @@ nodes: ipAddress: 10.2.0.5 controlPlane: true installDiskSelector: - busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145792 + busPath: /dev/sda networkInterfaces: - interface: eth0 dhcp: true @@ -41,7 +41,7 @@ nodes: ipAddress: 10.2.0.4 controlPlane: true installDiskSelector: - busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145790 + busPath: /dev/sda networkInterfaces: - interface: eth0 dhcp: true