Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA status is in FAILOVER when configuring NFS ganesha with pacemaker 2.1 #3002

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

kalebskeithley
Copy link
Contributor

pacemaker-2.1.x changed the --timeout=$timeout-in-millisecs to
--timeout=$timespec and when a bare number is used now, it is
interpretted as a timeout in seconds.

As a result, when waiting for a domain controller to be elected, the
crmadmin waits too long, gluster/glusterd times out and the HA setup is
left in an undefined state.

Fixes: #2997
Change-Id: Ida39a3ee5e6b4b0d3255bfef95601890afd80709
Signed-off-by: Kaleb S. KEITHLEY kkeithle@redhat.com

pacemaker-2.1.x changed the --timeout=$timeout-in-millisecs to
--timeout=$timespec and when a bare number is used now, it is
interpretted as a timeout in seconds.

As a result, when waiting for a domain controller to be elected, the
crmadmin waits too long, gluster/glusterd times out and the HA setup is
left in an undefined state.

Fixes: gluster#2997
Change-Id: Ida39a3ee5e6b4b0d3255bfef95601890afd80709
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
@kalebskeithley
Copy link
Contributor Author

/run regression

@kalebskeithley kalebskeithley merged commit e7bae2f into gluster:devel Dec 3, 2021
mykaul pushed a commit to mykaul/glusterfs that referenced this pull request Dec 3, 2021
…2.1 (gluster#3002)

pacemaker-2.1.x changed the --timeout=$timeout-in-millisecs to
--timeout=$timespec and when a bare number is used now, it is
interpretted as a timeout in seconds.

As a result, when waiting for a domain controller to be elected, the
crmadmin waits too long, gluster/glusterd times out and the HA setup is
left in an undefined state.

Fixes: gluster#2997
Change-Id: Ida39a3ee5e6b4b0d3255bfef95601890afd80709
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HA status is in FAILOVER when configuring NFS ganesha with pacemaker 2.1
2 participants