]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd: support osd_request_timeout in rbd map command
authorDongsheng Yang <dongsheng.yang@easystack.cn>
Thu, 8 Mar 2018 07:35:38 +0000 (02:35 -0500)
committerDongsheng Yang <dongsheng.yang@easystack.cn>
Thu, 8 Mar 2018 09:12:41 +0000 (04:12 -0500)
commitf37ae96fa7ea316a2578c81355be7e7f87b87e57
treea8871a118578f3320ccba6f09c531df90f19b51c
parent9ffbac6fc5c7ac23d4a6096c7a9636b9df8efc00
rbd: support osd_request_timeout in rbd map command

Default of osd_request_timeout in krbd is 0 means no timeout,
but we sometimes need to set this value by rbd command. then
pass osd_request_timeout to kernel rbd in rbd mapping.

Fixes: http://tracker.ceph.com/issues/23073
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
src/tools/rbd/action/Kernel.cc