mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-13 01:46:14 +00:00
btrfs-progs: docs: clarify how btrfs check works with replicas
- btrfs-check does device assembly automatically Thus no difference when specifying different devices of the same filesystem - btrfs-check automatically chooses good metadata Thus as long as there is any good mirror for metadata, it will not report error for that repariable metadata. Signed-off-by: Colin Snover <csnover@users.noreply.github.com> [ Add an SoB line, remove the scrub recommendation as btrfs-check is supposed to choose the good mirror ] Signed-off-by: Qu Wenruo <wqu@suse.com>
This commit is contained in:
parent
763866b746
commit
9c532d3c4e
@ -19,6 +19,13 @@ by the option *--readonly*.
|
||||
|
||||
:command:`btrfsck` is an alias of :command:`btrfs check` command and is now deprecated.
|
||||
|
||||
.. note::
|
||||
Even though the filesystem checker requires a device argument, it scans for all
|
||||
devices belonging to the same filesystem, thus it should not cause a difference
|
||||
using different devices of the same filesystem.
|
||||
Furthermore :doc:`btrfs-check` will automatically choose the good mirror, thus as long
|
||||
as there is a good copy for metadata, it will not report such case as an error.
|
||||
|
||||
.. warning::
|
||||
Do not use *--repair* unless you are advised to do so by a developer
|
||||
or an experienced user, and then only after having accepted that no *fsck*
|
||||
|
Loading…
Reference in New Issue
Block a user