]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
nodatacow: warn about CoW being disabled on btrfs
authorEric Wong <e@80x24.org>
Thu, 7 Aug 2025 00:50:05 +0000 (00:50 +0000)
committerEric Wong <e@80x24.org>
Sat, 9 Aug 2025 07:39:20 +0000 (07:39 +0000)
commit74d4ffbba09aab2f73538a37b05ee3abcc921374
treed8f2cda35ee10c9d4f4fa67dc2f55e8baa19d96c
parentfa9c112306844defa83042808a72c68be9813916
nodatacow: warn about CoW being disabled on btrfs

While Xapian and SQLite performance is untenable with CoW on
btrfs, disabling CoW is not without caveats on btrfs.  So warn
users about the possibility of data corruption.
lib/PublicInbox/Syscall.pm
t/nodatacow.t