]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.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>
Thu, 19 Feb 2026 12:54:55 +0000 (12:54 +0000)
commite6ef62b6d30b0192761f13a6bfb7c67d8ca00aef
tree361aa06e55560b5e9c64759bde5b9d728b834dda
parent4f76539dd2a889f29b714f7ca53793a245aa4369
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>
(cherry picked from commit 97d2d0fe756a1fa43253199d8ca30f6ffa4a39cd)
src/ceph-node-proxy/ceph_node_proxy/reporter.py
src/ceph-node-proxy/ceph_node_proxy/util.py