Hi Nick, Thanks for looking into this, let me explain this in more details.
This is an issue reported by one of our customers, in their environment when they first boot the live-server ISO, they do not run DHCP, instead, they pass network info via the kernel cmdline. So the system is able to get further build/deployment instructions from network. They follow the cloud-init docs to check the exit code and decide if everything is correct (exit code: 0) and then continue their process, this is where they hit this issue. Currently they workaround it by adding a handle for "exit code 2" from cloud-init to let it continue, so the network is also working properly even though cloud-init returns 2. But we should follow the cloud-init doc to return the correct exit code, in case anyone else also checks the return status in the future in their process. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan config gateway4 and gateway6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
