Skip to content

Running sudo stratis pool create platter /dev/sda results in the mkfs.xfs error "Filesystem must be larger than 300MB" #524

Answered by bmr-cymru
stuartpb asked this question in Q&A
Discussion options

You must be logged in to vote

The XFS project has changed the minimum allowed size of an xfs file system in recent versions of the userspace tools. In older versions of Stratis the default size for the metadata volume (MDV) was 16MiB as you see above - this is no longer permitted by current xfsprogs and results in the error you report.

Stratis was updated to use 512MiB as the initial MDV size in commit stratis-storage/stratisd@6bc8273 - included in stratisd-3.1 onwards.

Looking at the Arch website it seems that they are currently shipping stratisd-2.4.4 which does not include this change.

You would need to update to a more recent version of stratisd either by building from source or by filing a request to update the A…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mulkieran
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #523 on September 30, 2022 12:52.