Project

General

Profile

Feature #24056

Updated by Patrick Seidensal almost 6 years ago


ceph osd set noup # prevent OSDs from getting marked up
ceph osd set nodown # prevent OSDs from getting marked down
ceph osd set noin # prevent OSDs from getting marked in
ceph osd set noout # prevent OSDs from getting marked out

ceph osd unset noout

ceph osd pause
ceph osd unpause

This is a different issue than managing the Clusters configuration, the OSD flags are partly meant to be used temporarily.

Back