]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: store device info separately from rest of host cache 46791/head
authorAdam King <adking@redhat.com>
Mon, 23 May 2022 19:57:14 +0000 (15:57 -0400)
committerAdam King <adking@redhat.com>
Wed, 22 Jun 2022 00:07:40 +0000 (20:07 -0400)
commitf9cf5f1316e4ea2e9e86ddd70351b644198a582b
tree7e611fe77d88e14a12024e26af68808948c20284
parent0e0d3425a1484a75b51576288973474c3b766151
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>
(cherry picked from commit e35d4144d380cef190a04517b4d7b30d520d5b4f)
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/tests/test_cephadm.py