You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider enhancing mfschunktool by adding command line option to recursively check files (in chunkserver directories).
Due to large number of chunk files, running something like mfschunktool -f -x */*.mfs in chunkserver data directory fails with Argument list too long so currently one have to shell-script around this issue in order to check chunk files in all folders.
Thanks.
The text was updated successfully, but these errors were encountered:
It could work per disk in chunkserver, not per whole chunkservers, but that would still help, I think. We could even verify/rebuild .chunkdb if desired. I will add it to the proposed feature list.
Per disk would be perfect, thanks. But I'm not sure if implementation of --one-file-system (like in ncdu utility) is worth the effort. Recursive check from given (or current) directory will suffice. Thanks.
Please consider enhancing
mfschunktool
by adding command line option to recursively check files (in chunkserver directories).Due to large number of chunk files, running something like
mfschunktool -f -x */*.mfs
in chunkserver data directory fails withArgument list too long
so currently one have to shell-script around this issue in order to check chunk files in all folders.Thanks.
The text was updated successfully, but these errors were encountered: