All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua West <josh@cayk.ca>
To: ceph-users <ceph-users@ceph.io>, linux-rdma@vger.kernel.org
Subject: RDMA Bridging? ("You don't know that you don't know")
Date: Wed, 12 Jan 2022 08:32:17 -0700	[thread overview]
Message-ID: <CAMCTd2kE7M3-ECU1oyz1ZHgiK1fmfkdvJsFssLV0h=bzexiRZQ@mail.gmail.com> (raw)

Hey Folks,
 - For background, I am working with a small (home-lab) ceph cluster
on a proxmox cluster.
 - Proxmox uses a shared cluster storage to pass configuration files
around, including ceph.conf
 - All nodes are connected with Mellanox connectx-3 (mlx4_core) 56GbE
cards connected via qsfp switch.
 - I am experimenting with Mellanox connectx-4 (mlx5_core) 100GbE
cards between two nodes, primarily for fun and to learn, as I can't
afford a 100GbE switch for a hobby.
    -- (The two 100GbE cards are direct attached to one another)
 - Lastly, ceph is using the (unsupported?) rdma config
(`ms_async_transport_type = rdma`, `ms_bind_ipv4 = true`,
`ms_cluster_type = async+rdma`)

My question:
As each ceph osd is communicating with each other by specifically
naming the rdma device it should be reached at, for example:
```[osd.0]
ms_async_rdma_device_name = rocep8s0```

I am having trouble rationalizing how to allow the two nodes with
multiple RDMA devices to communicate with one another, without
disrupting the ability for the rest of the cluster to still
communicate with the lower throughput rdam device.

For example:
rdam dev
`0: rocep68s0: node_type ca fw 12.16.1020 node_guid
7cfe:9003:0026:88ac sys_image_guid 7cfe:9003:0026:88ac`
`1: rocep65s0: node_type ca fw 2.42.5000 node_guid 0002:c903:0042:dff0
sys_image_guid 0002:c903:0042:dff3`

If ms_async_rdma_device_name is set to either device, then
communication only partial connectivity can occur.

What is the correct method for "routing" rdma / RoCE ?



Josh

             reply	other threads:[~2022-01-12 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 15:32 Joshua West [this message]
2022-01-16  8:33 ` RDMA Bridging? ("You don't know that you don't know") Leon Romanovsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMCTd2kE7M3-ECU1oyz1ZHgiK1fmfkdvJsFssLV0h=bzexiRZQ@mail.gmail.com' \
    --to=josh@cayk.ca \
    --cc=ceph-users@ceph.io \
    --cc=linux-rdma@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.