Closed dabiged closed 2 years ago
Did you try the option --capture-index
on the command ltfs
? I believe The description of #330 is not correct.
- Change --capture-index option in ltfs and ltfsck to have a destination directory
It shall be
--capture-index
option in ltfsck
and -o capture_index option
in ltfs
to have a destination directoryIn the ltfs
command, options to control behavior of filesystem starts from -o
. -o capture_index option
is one of them.
I currently have ltfs running on multiple machine using ae184803c56f50. This week I deployed a new machine and used the latest code including the breaking change introduced by #330. I was unable to get the new version to work due to ambiguities in the documentation around #330 .
For example:
--capture-index=dir
.-o capture_index=<dir>
.This PR was supposed to correct this mismatch in documentation.
It seems from your feedback that it is the man page that is incorrect.
I rebuild ltfs.8
and push it on my bench.
The man pages are NOT generated automatically in the build process because the docbook package is required. But it is not provided into the main target OS, RHEL7.
@dabiged
Thank you for your fix !
Thank you @piste-jp-ibm and the whole LTFS for supporting such a fantastic piece of software!
Summary of changes
The self documentation describing the changes made in #330 are out of date. This PR fixes this issue.
Description
See Commit changes.
Type of change
Please delete items that are not relevant.
Checklist: