Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1723648

Summary: Changing the IPMI password causes STONITH to stop working
Product: Red Hat OpenStack Reporter: chrisbro <chrisbro>
Component: puppet-pacemakerAssignee: RHOS Maint <rhos-maint>
Status: CLOSED DUPLICATE QA Contact: nlevinki <nlevinki>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: jjoyce, jschluet, lmiccini, slinaber, tvignaud
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-26 06:33:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description chrisbro@redhat.com 2019-06-25 04:58:55 UTC
Description of problem:
Changing the IPMI password causes STONITH to stop working.

Version-Release number of selected component (if applicable):
13.0

How reproducible:


Steps to Reproduce:
1. Change the IPMI password
2. Run `openstack overcloud deploy` with updated IPMI passwords in fencing.yaml
3. Check  `pcs stonith show --full`  on controllers

Password was not updated.

Doing a restart of the controller has not work as the password was not updated .


Actual results:


Expected results:

Changing the password in fencing.yaml then doing an `openstack overcloud deploy` with updated fencing.yaml should update the password for STONITH.

Additional info:

The fix was to manually update the password for STONITH on every controller and compute.

`pcs stonith update STONITH_RESOURCE passwd=PASSWORD`

Comment 1 Luca Miccini 2019-06-26 06:33:56 UTC
Hi Chris, we are already tracking this in bz#1647478, I am marking this as duplicate.

Thanks
Luca

*** This bug has been marked as a duplicate of bug 1647478 ***

Comment 2 chrisbro@redhat.com 2019-06-26 08:41:30 UTC
Thanks for the update.