Skip to content

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