Class FsckTool


@Help("Check manifest and object consistency on a BHive instance. Broken objects will be removed.") @ToolCategory("Analysis and maintenance commands") public class FsckTool extends ToolBase.ConfiguredCliTool<FsckTool.FsckConfig>
A tool to check consistency of manifests and objects.

By default prints a report of found defects. Give --repair to remove defects. This will bring the BHive back to a technically consistent state, but removes inconsistent manifests, so they need to be re-pushed if required.