Re: [ceph-users] mon/osd cannot start with RDMA

2017-06-28 Thread Haomai Wang
you can decrease "ms_async_rdma_send_buffers" and "ms_async_rdma_receive_buffers" to see whether help if the reason is system limitation On Wed, Jun 28, 2017 at 6:09 PM, Haomai Wang wrote: > On Wed, Jun 28, 2017 at 6:02 PM, 한승진 wrote: >> Hello Cephers! >> >> I am testing CEPH over RDMA now. >> >

Re: [ceph-users] mon/osd cannot start with RDMA

2017-06-28 Thread Haomai Wang
On Wed, Jun 28, 2017 at 6:02 PM, 한승진 wrote: > Hello Cephers! > > I am testing CEPH over RDMA now. > > I cloned the latest source code of ceph. > > I added below configs in ceph.conf > > ms_type = async+rdma > ms_cluster_type = async+rdma > ms_async_rdma_device_name = mlx4_0 > > However, I got same

[ceph-users] mon/osd cannot start with RDMA

2017-06-28 Thread 한승진
Hello Cephers! I am testing CEPH over RDMA now. I cloned the latest source code of ceph. I added below configs in ceph.conf ms_type = async+rdma ms_cluster_type = async+rdma ms_async_rdma_device_name = mlx4_0 However, I got same error message when I start ceph-mon and ceph-osd service. The me