]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: store device info separately from rest of host cache
authorAdam King <adking@redhat.com>
Mon, 23 May 2022 19:57:14 +0000 (15:57 -0400)
committerAdam King <adking@redhat.com>
Thu, 26 May 2022 17:52:17 +0000 (13:52 -0400)
commite35d4144d380cef190a04517b4d7b30d520d5b4f
tree9c8bd3c17ba95aad5d90f8c2cc9cb1178a4f897a
parent48e9ada562833d5033031fad43c73a3e9b6e4761
mgr/cephadm: store device info separately from rest of host cache

device info tends to take up the most space out of
everything, so the hope is by giving it its own
location in the config key store we can avoid hitting
issues where the host cache value we attempt to
place in the config key store exceeds the size limit

Fixes: https://tracker.ceph.com/issues/54251
Fixes: https://tracker.ceph.com/issues/53624
Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/tests/test_cephadm.py