]> 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, 5 Feb 2026 09:09:20 +0000 (10:09 +0100)
commit8ea50c62a4b8ebfd359f3599597aa9cf780e9b1e
treeba93a349e933ba1acd21c5efdc4f1602978ce5c2
parent34bbea559b32acf82b5a4b2c3b6b612756bf1082
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