]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd: print the return codes on error 62269/head
authorN Balachandran <nithya.balachandran@ibm.com>
Thu, 13 Mar 2025 07:28:09 +0000 (12:58 +0530)
committerN Balachandran <nithya.balachandran@ibm.com>
Mon, 24 Mar 2025 04:31:24 +0000 (10:01 +0530)
commitb7dc6bb1ec5aa855b3fc598292e5b589306c7431
treecc42d4a05f48f1810e88f777c966f35c30c7df2f
parent83a82c51682caafaea5cd9ccf8e77b7250448c81
rbd: print the return codes on error

The calls in the mirror pool cli do not always print the error code.
This is now done in order to make debugging easier.

Fixes: https://tracker.ceph.com/issues/70444
Signed-off-by: N Balachandran <nithya.balachandran@ibm.com>
src/tools/rbd/action/MirrorPool.cc