[Bug 1222202] New: Ignition config always causes initramfs sosreport to be generated.
https://bugzilla.suse.com/show_bug.cgi?id=1222202 Bug ID: 1222202 Summary: Ignition config always causes initramfs sosreport to be generated. Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: MicroOS Assignee: forgotten_u0-bnvADNc@user.net Reporter: william.brown@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Created attachment 873966 --> https://bugzilla.suse.com/attachment.cgi?id=873966&action=edit sosreport The following ignition contents will always crash on first boot: { "ignition": { "version": "3.2.0" }, "passwd": { "users": [ { "name": "root", "sshAuthorizedKeys": [ "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCiRcelfygo9beT4sZS8qXsyZg0zgBl7bBsfk5w3k8RubhkCmC7yCYu+4JPGgyiL5gP3brx6u+veXQtUf62X8wA= william@piv" ] }, { "name": "root" } ] }, "storage": { "files": [ { "path": "/etc/hostname", "mode": 420, "overwrite": true, "contents": { "source": "data:,hostname.domain.local" } } ] } } Install CLI virt-install --connect=qemu:///system -n microtest.suse.firstyear.id.au --import --boot uefi --osinfo opensusetumbleweed --virt-type kvm --hvm --machine q35 --cpu host-passthrough --serial pty --console pty,target_type=virtio --autoconsole text --network=bridge=net_20,model=virtio --rng /dev/urandom --tpm backend.type=emulator,backend.version=2.0,model=tpm-tis --vcpu 2 --memory 2048 --security type=dynamic --sysinfo type=fwcfg,entry0.name=opt/com.coreos/config,entry0.file=/var/lib/libvirt/qemu/ignition/default.ign --disk path=/mnt/libvirt/nvme/microtest.suse.firstyear.id.au.qcow2,bus=virtio,cache=none,sparse=no -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222202 Johannes Kastl <opensuse_buildservice@ojkastl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |opensuse_buildservice@ojkas | |tl.de -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222202 https://bugzilla.suse.com/show_bug.cgi?id=1222202#c1 Ignaz Forster <iforster@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |iforster@suse.com Status|NEW |RESOLVED --- Comment #1 from Ignaz Forster <iforster@suse.com> --- It says
[ 16.252766] localhost ignition[648]: error at $.passwd.users.1, line 14 col 8: duplicate entry defined [ 16.252868] localhost ignition[648]: failed to fetch config: config is not valid [ 16.252911] localhost ignition[648]: failed to acquire config: config is not valid [ 16.252958] localhost ignition[648]: Ignition failed: config is not valid
Please remove the duplicate entry for "root". -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com