]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Rephrase unclear OSD_FLAGS warning message
Setting maintenance mode show below warning,which appears incorrect
or ambiguous.
[WRN] OSD_FLAGS: 1 OSDs or CRUSH {nodes, device-classes}have
{NOUP,NODOWN,NOIN,NOOUT} flags set
Change warning as shown bellow.
[WRN] OSD_FLAGS: 1 OSDs or CRUSH nodes/device-classes have
one or more of these flags set: NOUP, NODOWN, NOIN, NOOUT
Fixes: https://tracker.ceph.com/issues/71716
Signed-off-by: Vivek Maurya <vivek.maurya@ibm.com>