]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
node-proxy: log actual data delta in reporter
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 4 Feb 2026 14:46:29 +0000 (15:46 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 18 Feb 2026 08:52:38 +0000 (09:52 +0100)
commit97d2d0fe756a1fa43253199d8ca30f6ffa4a39cd
treeebd60bc22d092d222b226579d1111ad044f3a581
parent6bc55026b5554c33b57f727d79caabc0246ccd5e
node-proxy: log actual data delta in reporter

this adds a _dict_diff() function that computes recursive dict diff
and uses it in reporter to log the delta (truncated at 2048 chars)

Fixes: https://tracker.ceph.com/issues/74749
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-node-proxy/ceph_node_proxy/reporter.py
src/ceph-node-proxy/ceph_node_proxy/util.py