-
Notifications
You must be signed in to change notification settings - Fork 247
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
Support sfdisk backend for partitioning #1926
Labels
Comments
With sfdisk we can skip running partx here:
|
This was referenced Aug 26, 2024
We'll have to update things downstream as well. Filed: coreos/fedora-coreos-tracker#1787 |
travier
added a commit
to travier/fedora-coreos-config
that referenced
this issue
Aug 28, 2024
Look for sgdisk in the alternative libexec path on EL systems as a temporary workaround until we complete the migration from gdisk to fdisk in Ignition. See: coreos/ignition#1926 See: https://issues.redhat.com/browse/RHEL-56080
This was referenced Aug 28, 2024
travier
added a commit
to travier/fedora-coreos-config
that referenced
this issue
Aug 28, 2024
Look for sgdisk in the alternative libexec path on EL systems as a temporary workaround until we complete the migration from gdisk to fdisk in Ignition. See: coreos/ignition#1926 See: https://issues.redhat.com/browse/RHEL-56080
Found some examples on how to pass commands to sfdisks: |
travier
added a commit
to travier/os
that referenced
this issue
Sep 13, 2024
travier
added a commit
to travier/os
that referenced
this issue
Sep 18, 2024
travier
added a commit
to travier/os
that referenced
this issue
Sep 30, 2024
travier
added a commit
to travier/os
that referenced
this issue
Sep 30, 2024
travier
added a commit
to travier/os
that referenced
this issue
Oct 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sfdisk is part of util-linux and has supported GPT partitioning for a while now. It'd be desirable to support using sfdisk instead of sgdisk for partitioning for OSes that want to shed that dependency.
Proposal:
ignition.partition-backend=(sfdisk|sgdisk)
) to override compile-time defaultsOn the FCOS side, we can start using the sfdisk backend in some of the non-production streams to get some early testing, and if deemed necessary, bake it in the
next
stream as well.The text was updated successfully, but these errors were encountered: