mirror of
https://github.com/ceph/ceph
synced 2026-08-02 15:08:20 +00:00
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)
14 lines
585 B
Plaintext
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.
|