Skip to content

Commit

Permalink
PendingReleaseNotes: warning about 'osd rm ...' and ceph#19119
Browse files Browse the repository at this point in the history
See http://tracker.ceph.com/issues/19119

Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Mar 1, 2017
1 parent 7884fbf commit be96003
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PendingReleaseNotes
Expand Up @@ -69,3 +69,16 @@
* The rados copy-get-classic operation has been removed since it has not been
used by the OSD since before hammer. It is unlikely any librados user is
using this operation explicitly since there is also the more modern copy-get.

* There was a bug introduced in Jewel (#19119) that broke the mapping behavior
when an "out" OSD that still existed in the CRUSH map was removed with 'osd rm'.
This could result in 'misdirected op' and other errors. The bug is now fixed,
but the fix itself introduces the same risk because the behavior may vary between
clients and OSDs. To avoid problems, please ensure that all OSDs are removed
from the CRUSH map before deleting them. That is, be sure to do::

ceph osd crush rm osd.123

before::

ceph osd rm osd.123

0 comments on commit be96003

Please sign in to comment.