]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: fix migrations logging 65551/head
authorAdam King <adking@redhat.com>
Tue, 16 Sep 2025 20:40:23 +0000 (16:40 -0400)
committerAdam King <adking@redhat.com>
Tue, 16 Sep 2025 20:40:23 +0000 (16:40 -0400)
commite28a774721179f558ddd47b013a1acc56a74c106
treef80b61c22eb29b57085243552a68690353eac53d
parent5917c0610636d57894e7cb5f41611c528f3115f9
mgr/cephadm: fix migrations logging

This was logging "running migration" every
single iteration of the serve loop previously
as we always call migrate even if there are
no migrations to do. This commit moves that
logging to log only when doing a migration and
includes which numeric migration is happening

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/migrations.py