From 1bc397f2da746397f4fc3ce56b6dc9c33a2f3d75 Mon Sep 17 00:00:00 2001 From: Marco Milano Date: Sun, 26 Jan 2025 16:23:11 +0100 Subject: [PATCH] replaced faulty disk on node-esp-1 - subiquity bug ubuntu 22.04 https://bugs.launchpad.net/subiquity/+bug/2064742 --- ansible/host_vars/node-esp-1.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/host_vars/node-esp-1.yml b/ansible/host_vars/node-esp-1.yml index 71a4f32a..168198a0 100644 --- a/ansible/host_vars/node-esp-1.yml +++ b/ansible/host_vars/node-esp-1.yml @@ -21,7 +21,7 @@ autoinstall: number: 1 preserve: false grub_device: true - path: /dev/sda1 + #path: /dev/sda1 type: partition id: partition-0 - fstype: fat32 @@ -35,7 +35,7 @@ autoinstall: number: 2 preserve: false grub_device: false - path: /dev/sda2 + #path: /dev/sda2 type: partition id: partition-1 - fstype: ext4 @@ -49,7 +49,7 @@ autoinstall: number: 3 preserve: false grub_device: false - path: /dev/sda3 + #path: /dev/sda3 type: partition id: partition-2 - name: ubuntu-vg