RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1102057 - If rdma transport is used in cluster.conf, cman is unable to start after shutdown.
Summary: If rdma transport is used in cluster.conf, cman is unable to start after shut...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: corosync
Version: 6.7
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Jan Friesse
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-28 12:23 UTC by Jan Friesse
Modified: 2015-08-11 13:49 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1001210
Environment:
Last Closed: 2015-08-11 13:49:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 Jan Friesse 2014-06-02 09:12:46 UTC
(In reply to Yevheniy Demchenko from comment #47)
> (In reply to Jan Friesse from comment #44)
> 
> > > I could do some real-life tests for you, but i'm almost sure, that corosync
> > > won't work in IB if it hits the message larger than the active port mtu.
> > 
> > I'm not sure that I understand you at this point. Corosync internally
> > fragments (and assembles if needed) packets. So it should be able to
> > send/receive packet of arbitrary length. Problem is, if configured_mtu >
> > port_mtu.
>  
> Sorry, i didn't express myself clear, corosync does fragment _messages_ in
> upper layers so that _pakets_ won't exceed configured net mtu, problems will
> occur if the paket (not message) size is larger then the active port mtu.
> 

exactly.

> > Anyway. To have something into release. I will change constant in
> > "instance->totem_config->net_mtu + 160" to 98 as you proposed. We cannot
> > change structures of sent packets in flatiron anyway, so this will be just
> > MAGIC constant (and hopefully makes iba work almost correcly).
> > 
> 
> I'm not a C guru, so i wonder, maybe it makes sense to determine precisely
> the size of (struct mcast) at configure time and pass it to totemiba.c as
> -Dconstant? 

That would be possible (even little hacky), but it doesn't solve problems with > 2 rings. These are not supported (for now) but we may want to support them later and then this solution would completely fail.

> 
> > I will open new BZ for 6.7 as a next step and I will try to solve that
> > problem somehow systematically.
> 
> We have some ideas about better mtu handling, but they require changes in
> other parts of corosync code.

Cool. Can you please share them?

Regards,
  Honza



> 
> > 
> > Thanks again,
> >   Honza

Comment 2 Jan Friesse 2014-11-18 09:22:34 UTC
Yevheniy,
as 6.6 is out with all patches from https://bugzilla.redhat.com/show_bug.cgi?id=1001210, do you plan/want to make additional changes into RDMA transport in corosync?

Comment 3 Jan Friesse 2014-12-08 15:33:18 UTC
Yevheniy,
any news/opinions for this BZ?

Kind regards,
  Honza

Comment 5 Yevheniy Demchenko 2015-01-26 18:20:01 UTC
Jan,
for now we are delaying our work on IB in corosync. The reason is, that despite reasonably good IB support in corosync itself, dlm still uses ipoib communication layer. While it is not a problem in single channel configurations, any redundant network configuration in corosync switches dlm to SCTP instead of TCP. SCTP drastically slows down clustered FS, making them unusable for our projects. As we cannot rely on single network channel in our clusters, the only solution for us is to use iboib bonding instead of native RDMA and corosync network redundance. On the other hand, patched RDMA in corosync seems to work flawlessly on our test systems, and if no one comes with some another bug, i see no reason to make any additional changes to IB code right now.
Regards,
Yevheniy.
P.S. Sorry for delayed reaction

Comment 6 Jan Friesse 2015-02-27 15:50:49 UTC
RHEL 6.7 capacity constrained. Moving to 6.8.

Comment 7 Jan Friesse 2015-08-11 13:49:10 UTC
IB support in corosync seems to be good enough for reporter, so closing this bug.


Note You need to log in before you can comment on or make changes to this bug.