disk
¶
Manages disks in MicroCeph.
Usage:
microceph disk [options]
microceph disk [command]
Available commands:
add Add a Ceph disk (OSD)
list List servers in the cluster
remove Remove a Ceph disk (OSD)
Global options:
-d, --debug Show all debug messages
-h, --help Print help
--state-dir Path to store state information
-v, --verbose Show all information messages
--version Print version number
remove
¶
Removes a single disk from the cluster.
Note
The remove
command is currently only supported in channel
latest/edge
of the microceph snap.
Syntax:
microceph disk remove <osd-id> [options]
Options:
--bypass-safety-checks Bypass safety checks
--confirm-failure-domain-downgrade Confirm failure domain downgrade if required
--timeout int Timeout to wait for safe removal (seconds) (default: 300)