Skip to content

Instantly share code, notes, and snippets.

@miladjahandideh
Last active December 12, 2023 11:31
Show Gist options
  • Save miladjahandideh/de9ba3c4e1147da19a65146cdde08777 to your computer and use it in GitHub Desktop.
Save miladjahandideh/de9ba3c4e1147da19a65146cdde08777 to your computer and use it in GitHub Desktop.
Ceph HOST MAINTENANCE

Ceph host maintenance enable/disable with cephadm

ceph orch host ls

ceph orch host ok-to-stop

ceph mgr fail my-ceph-host-1-xyz # If mgr is on this node/host

ceph orch host maintenance enter my-ceph-host-1

ceph -s

After your host maintenance finished

ceph orch host maintenance exit my-ceph-host-1

ceph -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment