Open
Description
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.