Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "doctor", Short: "Check the raid configuration and report any issues", Args: cobra.NoArgs, RunE: runDoctor, }
Command is the doctor subcommand that checks the raid configuration for issues. JSON output is controlled by the persistent --json flag on rootCmd.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.