Skip to content
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

Fixing the issue that mkfs.xfs was not added to the base image #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VladyslavTkachenkoDesy
Copy link

Description

Added mkfs.xfs support to the base image

Why is this needed

To be able to create xfs partition
#131

Fixes: #
copy to the image the mkfs.xfs command with all libs

How Has This Been Tested?

  1. created partition with format of xfs
  2. set action as rootio and run the installation
  3. checked that new partition was created with format of xfs

How are existing users impacted? What migration steps/scripts do we need?

Fixes a bug

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

@jacobweinstock
Copy link
Member

Hey @VladyslavTkachenkoDesy . Thanks for this contribution. Looks like you need to sign the DCO.

The XFS binaries here are different from the others included as they aren't statically built. Can these binaries be statically built like the others?

I also found that /sbin/fsck.xfs doesn't seem to be available.

❯ docker run -it --rm --entrypoint /sbin/fsck.xfs rootio               
exec /sbin/fsck.xfs: no such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants