Difference between revisions of "Microceph remove"
Jump to navigation
Jump to search
(Created page with "``` ceph osd status sudo microceph.ceph osd destroy 2 ceph osd purge osd.2 --yes-i-really-mean-it ``` # Removing node WIP ``` ceph osd dump ceph osd out osd.2 ceph osd crush...") |
|||
Line 1: | Line 1: | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
# Removing node WIP | # Removing node WIP | ||
Line 14: | Line 10: | ||
microceph disk remove 2 | microceph disk remove 2 | ||
+ | |||
+ | # microceph enable mon --target <server you want to enable it on> # if removing monitor mode and under 3 # https://canonical-microceph.readthedocs-hosted.com/en/reef-stable/reference/commands/enable/ | ||
microceph cluster remove microceph3 | microceph cluster remove microceph3 | ||
+ | ceph osd status | ||
+ | ceph osd dump | ||
+ | ceph health | ||
+ | ``` | ||
− | + | # Misc | |
+ | ``` | ||
ceph osd status | ceph osd status | ||
− | ceph | + | sudo microceph.ceph osd destroy 2 |
+ | ceph osd purge osd.2 --yes-i-really-mean-it | ||
``` | ``` |
Revision as of 20:25, 24 March 2024
Removing node WIP
ceph osd dump ceph osd out osd.2 ceph osd crush remove osd.2 ceph osd rm 2 # ceph osd purge 2 --yes-i-really-mean-it # only use if you need it microceph disk remove 2 # microceph enable mon --target <server you want to enable it on> # if removing monitor mode and under 3 # https://canonical-microceph.readthedocs-hosted.com/en/reef-stable/reference/commands/enable/ microceph cluster remove microceph3 ceph osd status ceph osd dump ceph health
Misc
ceph osd status sudo microceph.ceph osd destroy 2 ceph osd purge osd.2 --yes-i-really-mean-it