Skip to content

Conversation

@DaanDeMeyer
Copy link
Collaborator

xfsprogs 6.17.0 added support for populating xfs filesystems from directories. As this supports extended attributes unlike our current hack with protofiles. Let's make use of the new feature in mkfs-util.c

As there's no clean way to do feature detection on the mkfs.xfs binary, we drop support for the old hack with protofiles that we had before.

xfsprogs 6.17.0 added support for populating xfs filesystems from
directories. As this supports extended attributes unlike our current
hack with protofiles. Let's make use of the new feature in mkfs-util.c

As there's no clean way to do feature detection on the mkfs.xfs binary,
we drop support for the old hack with protofiles that we had before.
@github-actions github-actions bot added documentation util-lib repart please-review PR is ready for (re-)review by a maintainer labels Dec 27, 2025
Copy link
Member

@yuwata yuwata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it not possible to fallback the old way when the new method fails?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation please-review PR is ready for (re-)review by a maintainer repart util-lib

Development

Successfully merging this pull request may close these issues.

2 participants