Skip to content

flux-fsck: add --lost-and-found option #6953

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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: 5 additions & 0 deletions doc/man1/flux-fsck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ OPTIONS
checkpoint. This option directs flux-fsck to start at an arbitrary
point. BLOBREF must refer to an RFC 11 tree object of type "dir".

.. option:: -l, --lost-and-found

Repair corrupted KVS entries and copy them into the `lost+found` directory.
Will update the primary KVS checkpoint after `fsck` is complete.


EXIT STATUS
===========
Expand Down
Loading
Loading