-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in udev handling when partitions are created by ignition #1194
Labels
kind/bug
Something isn't working
Comments
github-project-automation
bot
moved this to 📝 Needs Triage
in Flatcar tactical, release planning, and roadmap
Sep 29, 2023
PR in flatcar/scripts#1202 - currently waiting for a new nightly SDK |
dongsupark
moved this from 📝 Needs Triage
to ⚒️ In Progress
in Flatcar tactical, release planning, and roadmap
Oct 2, 2023
dongsupark
moved this from ⚒️ In Progress
to ✅ Testing / in Review
in Flatcar tactical, release planning, and roadmap
Oct 2, 2023
pothos
added a commit
to flatcar/scripts
that referenced
this issue
Oct 2, 2023
This adds coreos/ignition#1717 as downstream patch to fix flatcar/Flatcar#1194
2 tasks
pothos
added a commit
to flatcar/scripts
that referenced
this issue
Oct 2, 2023
This adds coreos/ignition#1717 as downstream patch to fix flatcar/Flatcar#1194
github-project-automation
bot
moved this from ✅ Testing / in Review
to Implemented
in Flatcar tactical, release planning, and roadmap
Oct 2, 2023
pothos
added a commit
to flatcar/scripts
that referenced
this issue
Oct 2, 2023
This adds coreos/ignition#1717 as downstream patch to fix flatcar/Flatcar#1194
pothos
added a commit
to flatcar/scripts
that referenced
this issue
Oct 2, 2023
This adds coreos/ignition#1717 as downstream patch to fix flatcar/Flatcar#1194
Fix will be part of the next releases (down to version 3602.2.x) |
What about LTS-3510? |
It uses an older Ignition version but maybe the patch will still apply - have to check (bootengine also needs a backport). |
pothos
added a commit
to flatcar/scripts
that referenced
this issue
Oct 4, 2023
This adds coreos/ignition#1717 as downstream patch to fix flatcar/Flatcar#1194
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following clc snippet (or the equivalent butane or ignition v3) doesn't work:
Ignition gets stuck waiting for device to appear and eventually times out and drops to an emergency shell.
Impact
Can't create new partitions in ignition (does it work for a secondary disk?)
Environment and steps to reproduce
qemu-img resize <disk.img> 20G
flatcar_production_qemu.sh
with ignitionExpected behavior
Success
Additional information
This works on LTS and stable up to major 3374. 3510 and above fails like this:
3374 works, the output looks like this:
Please add any information here that does not fit the above format.
The text was updated successfully, but these errors were encountered: