Hi all, I'm enableing Ceph-RDMA/iWARP function with X722 network interface card. But it always failed with "FAILED ceph_assert(active_port)". Does anyone know how to debug this problem? The RDMA/iWARP has worked with X722 NIC after verifying with below command: Server side: rping -s -a <server_ip> -vVd Client side: rping -c -a <server_ip> -vVd However, it always hit below error when enable Ceph under RDMA. The error log is below: 27 ceph/src/msg/async/rdma/Infiniband.cc: In function 'void Device::binding_port(CephContext*, int)' thread 7f4d55cf6700 time 2019-03-14 16:53:19.913373 28 ceph/src/msg/async/rdma/Infiniband.cc: 151: FAILED ceph_assert(active_port) 29 2019-03-14 16:53:19.912 7f4d55cf6700 -1 Infiniband binding_port port not found 30 ceph version 14.1.0 (adfd524c32325562f61c055a81dba4cb1b117e84) nautilus (dev) 31 1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x152) [0x7f4d5ca23d16] 32 2: (ceph::__ceph_assertf_fail(char const*, char const*, int, char const*, char const*, ...)+0) [0x7f4d5ca23ef1] 33 3: (Device::binding_port(CephContext*, int)+0x61b) [0x7f4d5cd4bcfb] 34 4: (Infiniband::init()+0x170) [0x7f4d5cd4dd70] 35 5: (RDMAWorker::connect(entity_addr_t const&, SocketOptions const&, ConnectedSocket*)+0x3a) [0x7f4d5cd620aa] 36 6: (AsyncConnection::process()+0x317) [0x7f4d5ccecf47] 37 7: (EventCenter::process_events(unsigned int, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> >*)+0xfd7) [0x7f4d5cd3fa97] 38 8: (()+0x588ed8) [0x7f4d5cd43ed8] 39 9: (()+0xbd57f) [0x7f4d5be6f57f] 40 10: (()+0x76db) [0x7f4d6789e6db] 41 11: (clone()+0x3f) [0x7f4d67bd788f] B.R. Changcheng