SIGN IN SIGN UP

crimson/osd/pg_recovery: fix exception handler scope in recover_missing

Member access binds tighter than ?:, so the handler attached only to the
recover_object() branch and exceptions from recover_object_with_throttle()
escaped unhandled. Parenthesize the ternary to cover both branches.

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
S
Sun Yuechi committed
2c736cf70e38aa9c0d3f0b24ccc14a43944450d2
Parent: 5937363