Bug 886989
Summary: | Deleting relocated resource causes a lot of suspicious error messages in syslog | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jaroslav Kortus <jkortus> | ||||||
Component: | pacemaker | Assignee: | Andrew Beekhof <abeekhof> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 6.4 | CC: | cluster-maint, dvossel, mnovacek, tlavigne, uwe.knop | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | pacemaker-1.1.8-7.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-02-21 09:51:32 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: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 768522 | ||||||||
Attachments: |
|
Description
Jaroslav Kortus
2012-12-13 18:48:05 UTC
Created attachment 663115 [details]
crm_report from the time the resource actions were performed
Created attachment 663661 [details]
crm_report for 1.1.8-5
I updated the cluster to the new 1.1.8-5 build to see if this still occurred. It definitely does. I've uploaded a crm_report for 1.1.8-5.
-- Vossel
It appears that the 'pcs resource delete ClusterIP' performs two operations on the cib using cibadmin back to back. cibadmin -c -R --xml-text "<constraints>" cibadmin -o resources -D --xpath "//primitive[@id='ClusterIP']" If I manually execute those two commands with a 2 second sleep between them instead of doing 'pcs resource delete ClusterIP', I do not see the digest error. That seems to indicate that this is some sort of race condition. -- Vossel This isn't a race condition. Ignore my previous post. We are allowing text nodes into the cib because of how pcs is deleting the constraint. That causes validation problems later on. A patch has been committed upstream for this. https://github.com/ClusterLabs/pacemaker/commit/c2550cbd33a3b2ab7efcd6ef516ba124fbae9a81 The scary logging is gone, everything in the reproducer works as expected, marking as verified with pacemaker-1.1.8-7.el6.x86_64. 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. http://rhn.redhat.com/errata/RHBA-2013-0375.html |