ceph/PendingReleaseNotes
Joao Eduardo Luis b2112d5087 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>
2014-04-18 19:15:52 +01:00

13 lines
500 B
Plaintext

v0.80
-----
* OSDMap's json-formatted dump changed for keys 'full' and 'nearfull'.
What was previously being outputted as 'true' or 'false' strings are
now being outputted 'true' and 'false' booleans according to json syntax.
* 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.