]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: refine log message
authorSage Weil <sage@redhat.com>
Fri, 13 Mar 2020 20:00:20 +0000 (15:00 -0500)
committerSage Weil <sage@redhat.com>
Fri, 13 Mar 2020 21:33:58 +0000 (16:33 -0500)
commitbbea2f436db9054e0ac189c95ea36686c3e13b4f
tree07dea35bb98e125466c5d2a71964b3835c9b32ab
parentcddff0a39ef8be923c89ef113dbe34391dfe04f5
mgr/cephadm: refine log message

Avoid a lot of these

2020-03-13T14:58:38.785360-0500 mgr.x [INF] No data_devices, skipping DriveGroup: osd.all

every time we consider the OSD spec and find nothing to do.  Instead, log
something like this each time we actually have work to do:

2020-03-13T15:04:22.803356-0500 mgr.x [INF] Applying osd.all on host gnit...
2020-03-13T15:04:33.723731-0500 mgr.x [INF] Deploying daemon osd.5 on gnit

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/module.py