ceph-mirror/PendingReleaseNotes
Joao Eduardo Luis fb0944e22a mon: OSDMonitor: HEALTH_WARN on 'mon osd down out interval == 0'
A 'status' or 'health' request will return a HEALTH_WARN whenever the
monitor handling the request has the option set to zero.

Fixes: 7784

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
(cherry picked from commit b2112d5087)
2014-04-30 17:13:30 +01:00

14 lines
585 B
Plaintext

v0.67.8
=======
- 'rbd ls' on a pool which never held rbd images now exits with code
0. It outputs nothing in plain format, or an empty list in
non-plain format. This is consistent with the behavior for a pool
which used to hold images, but contains none. Scripts relying on
this behavior should be updated.
- HEALTH_WARN on 'mon osd down out interval == 0'. Having this option set
to zero on the leader acts much like having the 'noout' flag set. This
warning will only be reported if the monitor getting the 'health' or
'status' request has this option set to zero.