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 1535967 - pcs should allow to set the netmtu when configuring the cluster
Summary: pcs should allow to set the netmtu when configuring the cluster
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pcs
Version: 7.4
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Ondrej Mular
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 1520573
TreeView+ depends on / blocked
 
Reported: 2018-01-18 11:03 UTC by Michele Baldessari
Modified: 2018-10-30 08:06 UTC (History)
7 users (show)

Fixed In Version: pcs-0.9.165-1.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-30 08:05:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:3066 0 None None None 2018-10-30 08:06:10 UTC

Description Michele Baldessari 2018-01-18 11:03:37 UTC
Right now it is not possible to set the MTU used by corosync when creating the cluster. Since corosync defaults to 1500, this might be problematic in certain setups (thing CI running a pacemaker-based control plane in VMs where the MTU is a bit lower).

It's be great if we had a --netmtu parameter when calling 'pcs cluster setup', so we could programmatically set the mtu to the right value when creating the cluster.

Comment 3 Ondrej Mular 2018-05-16 12:22:57 UTC
Proposed fix:
https://github.com/ClusterLabs/pcs/commit/6028859eb969645402d5486123c9c4815846

Test:
[root@rhel75-node1 ~]# pcs cluster setup --name cluster1 rhel75-node1 --netmtu 25000 --local
Shutting down pacemaker/corosync services...
Killing any remaining services...
Removing all cluster configuration files...
[root@rhel75-node1 ~]# pcs cluster corosync 
totem {
    version: 2
    cluster_name: cluster1
    secauth: off
    transport: udpu
    netmtu: 25000
}

nodelist {
    node {
        ring0_addr: rhel75-node1
        nodeid: 1
    }
}

quorum {
    provider: corosync_votequorum
}

logging {
    to_logfile: yes
    logfile: /var/log/cluster/corosync.log
    to_syslog: yes
}

Comment 4 Ivan Devat 2018-06-22 12:12:48 UTC
After Fix:

[ant ~] $ rpm -q pcs pcs-snmp
pcs-0.9.165-1.el7.x86_64
pcs-snmp-0.9.165-1.el7.x86_64

[ant ~] $ pcs cluster setup --name=zoo ant bee --netmtu 25000
Destroying cluster on nodes: ant, bee...
ant: Stopping Cluster (pacemaker)...
bee: Stopping Cluster (pacemaker)...
bee: Successfully destroyed cluster
ant: Successfully destroyed cluster

Sending 'pacemaker_remote authkey' to 'ant', 'bee'
ant: successful distribution of the file 'pacemaker_remote authkey'
bee: successful distribution of the file 'pacemaker_remote authkey'
Sending cluster config files to the nodes...
ant: Succeeded
bee: Succeeded

Synchronizing pcsd certificates on nodes ant, bee...
ant: Success
bee: Success
Restarting pcsd on the nodes in order to reload the certificates...
ant: Success
bee: Success
[ant ~] $ pcs cluster corosync|grep -B5 netmtu
totem {
    version: 2
    cluster_name: zoo
    secauth: off
    transport: udpu
    netmtu: 25000

Comment 8 errata-xmlrpc 2018-10-30 08:05:31 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3066


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