mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
b2112d5087
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>
13 lines
500 B
Plaintext
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.
|