Skip to content

Commit

Permalink
btrfs-progs: docs: clarify potential problems with convert
Browse files Browse the repository at this point in the history
Add a note summarizing the problems.

[ci skip]

Issue: #257
Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
kdave committed Feb 20, 2024
1 parent 93cdc1c commit f5db48e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/ch-convert-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ have a supported data block size (i.e. the same that would be valid for
:command:`mkfs.btrfs`). This is typically the system page size (4KiB on x86_64
machines).

.. note::

Always consider if a mkfs and file copy would not be a better option than
the in-place conversion given what was said above. The conversion depends on
3rd party libraries and the other filesystems could still evolve and add new
features. Not all combinations are covered or tested.

**BEFORE YOU START**

The source filesystem must be clean, e.g. no journal to replay or no repairs
Expand Down

0 comments on commit f5db48e

Please sign in to comment.