]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Wed, 18 Feb 2026 08:52:38 +0000 (09:52 +0100)
commitef9405850b96bd45c4dc1de04d9f7e77f642e76d
tree1375381a3af02a2c5ea6b6282fdb1a5a61fd5b05
parentae7624321ac62475859480c0865db27b66fe8050
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