We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b79de + 4ba79fe commit 9bcbccbCopy full SHA for 9bcbccb
1 file changed
add-db-to-osd.sh
@@ -233,12 +233,6 @@ for i in "${!OSD_LIST[@]}"; do
233
CEPH_STATUS=$(ceph health --format json | jq -r '.status')
234
done
235
236
- OK_TO_STOP=$(ceph osd ok-to-stop $OSD_ID)
237
- if [[ $OK_TOP_STOP -ne 0 ]]; then
238
- echo "Error: stopping osd.$OSD_ID would result in data unavailability"
239
- exit 1
240
- fi
241
-
242
echo "Set noout"
243
ceph osd set noout
244
echo "Stop OSD.$OSD_ID"
0 commit comments