]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/sync/rdma: abort rdma operation when ibv_query_device failed
authorChangcheng Liu <changcheng.liu@intel.com>
Thu, 25 Apr 2019 04:58:30 +0000 (12:58 +0800)
committerChangcheng Liu <changcheng.liu@intel.com>
Thu, 25 Apr 2019 06:07:50 +0000 (14:07 +0800)
commit8328312a0d9e4c1c8f1be75c4c3ba965e6600898
treeb31dfcf16fd4c495518ca1cde8307f7a4eb6ee06
parent49117a0414322556656054f84fe90e868cd782bd
msg/sync/rdma: abort rdma operation when ibv_query_device failed

ibv_query_device return none zero when failing to query rdma
device. run ceph_abort in any case when ibv_query_device return
none zero.

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
src/msg/async/rdma/Infiniband.cc