]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: additional debug logging for autotuner
authorAdam King <adking@redhat.com>
Tue, 9 Apr 2024 16:10:14 +0000 (12:10 -0400)
committerAdam King <adking@redhat.com>
Wed, 10 Apr 2024 18:01:02 +0000 (14:01 -0400)
commita3f69e45cd802158012693937e65df5936e9f066
tree57cd9d2634c171f76a3d617b2a4481bc0735b387
parent477424997380d37a3afe87f0fdcf56087e0ba41f
mgr/cephadm: additional debug logging for autotuner

This came from trying to debug behavior of the autotuner
in the upstream mailing list. The test case being added
was what that user was seeing. The debug logging being
added was useful in getting a full understanding of how
the autotuner got the result it did. Therefore, why not
add the logging to the actual codebase so we can make use
of it to debug autotuner issues in the future

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