Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: mention defrag broken in new versions #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,11 @@ Btrfs defragmentation has to be explicitly requested (or background
defragmentation enabled), so this generally shouldn't be a problem for
users who were unaware of the feature.

Users of Linux 3.9 or newer can safely pass the `--defrag` option to
Users of Linux 3.9 to 3.14 can safely pass the `--defrag` option to
`bedup dedup`, which will defragment files before deduplicating them.
See `btrfs_filesystem(8)
<https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-filesystem>_.
for a range of safe versions.

Reporting bugs
==============
Expand Down