]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: add a config file for x86_64 pmem filesystems
authorDarrick J. Wong <djwong@kernel.org>
Tue, 1 Mar 2022 18:45:40 +0000 (13:45 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 1 Mar 2022 18:45:40 +0000 (13:45 -0500)
commita3e224084c7a269f6cc9e5117e0af350987e91b3
tree513a77af833f50ff6d324d1546332fc51acc0206
parentd6febe33bf060d37c37f689c5b7a6c58af6afc97
mkfs: add a config file for x86_64 pmem filesystems

We have a handful of users who continually ping the maintainer with
questions about why pmem and dax don't work quite the way they want
(which is to say 2MB extents and PMD mappings) because they copy-pasted
some garbage from Google that's wrong.  Encode the correct defaults into
a mkfs config file and ship that.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
mkfs/Makefile
mkfs/dax_x86_64.conf [new file with mode: 0644]