mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
README: clarify that bees is not to be used on old kernels
Also note that there is currently no released Linux kernel that is free of relevant bugs. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
86afa69cd1
commit
9063c6442f
16
README.md
16
README.md
@ -386,7 +386,7 @@ Dependencies
|
||||
Sorry. I really like closures and shared_ptr, so support
|
||||
for earlier compiler versions is unlikely.
|
||||
|
||||
* btrfs-progs (tested with 4.1..4.7)
|
||||
* btrfs-progs (tested with 4.1..4.14)
|
||||
|
||||
Needed for btrfs.h and ctree.h during compile.
|
||||
Not needed at runtime.
|
||||
@ -396,15 +396,17 @@ Dependencies
|
||||
This library is only required for a feature that was removed after v0.1.
|
||||
The lingering support code can be removed.
|
||||
|
||||
* Minimum Linux kernel version: 4.4.3
|
||||
* Linux kernel version: minimum 4.4.3, 4.11 or later recommended
|
||||
|
||||
Don't bother trying to make Bees work with older kernels. It won't
|
||||
end well: there are too many missing features and bugs to work around.
|
||||
Don't bother trying to make Bees work with kernel versions older
|
||||
than 4.4.3. It may appear to work, but it won't end well: there are
|
||||
too many missing features and bugs to work around.
|
||||
|
||||
* Minimum *recommended* Linux kernel version: 4.11
|
||||
Kernel versions between 4.4.3 and 4.11 are usable with bees, but bees
|
||||
can trigger known performance bugs and hangs in dedup-related functions.
|
||||
|
||||
Earlier kernels are usable with bees, but bees can trigger a few
|
||||
performance bugs and hangs in dedup-related functions.
|
||||
When in doubt, use a newer kernel version. As of kernel 4.15.3 there
|
||||
is no released Linux kernel that has no known bugs.
|
||||
|
||||
* markdown
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user