]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: narrow build_data exception handling and re-raise
authorGuillaume Abrioux <gabrioux@ibm.com>
Thu, 29 Jan 2026 10:38:45 +0000 (11:38 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 5 Feb 2026 16:27:06 +0000 (17:27 +0100)
commit894d04ef46ea4866435d661a84c159af273dab83
tree3cc1935597be566af6e7840a449b3d22d6d917fd
parent5713ff537a78432b586f3924626cef4db285b592
node-proxy: narrow build_data exception handling and re-raise

With this commit, it catches only KeyError, TypeError, and
AttributeError in build_data() instead of Exception, and
re-raise after logging so callers get the actual error.

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