Bug 1032799
Summary: | cpg_dispatch error on gfs2 umount | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jaroslav Kortus <jkortus> |
Component: | dlm | Assignee: | David Teigland <teigland> |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.0 | CC: | ccaulfie, cluster-maint, jbrassow, jfriesse, swhiteho |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | dlm-4.0.2-6.el7 | Doc Type: | Bug Fix |
Doc Text: |
Previously, after unmounting a gfs2 file system, the dlm_controld service logged the following error message:
cpg_dispatch error 9
The message was not related to any negative events, and was thus unnecessary. With this update, dlm_controld no longer logs the message in the described situation.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 12:44:17 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
Jaroslav Kortus
2013-11-20 21:07:29 UTC
This is the method I've always used to leave a cpg: 1. cpg_leave() 2. cpg_dispatch(ALL) 3. within the final confchg callback, call cpg_finalize() cpg_dispatch is now returning an error for this usage. If that's what corosync intends to do now, then I'll remove the error message. Is error 9 now intentionally returned in the example above? Yes, it's a 'normal' return value if cpg_finalize() is called within a callback while cpg_dispatch is active. So it can be safely ignored. This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. So far as I can tell this looks like it is pretty minor - so moving to 7.2. Before w/ dlm-4.0.2-5.el7.x86_64 [root@host-056 ~]# grep -A2 umount /var/log/messages Aug 10 13:45:25 host-056 qarshd[18967]: Running cmdline: umount -a -t gfs2 Aug 10 13:45:25 host-056 dlm_controld[15655]: 643 cpg_dispatch error 9 Aug 10 13:45:25 host-056 dlm_controld[15655]: 643 cpg_dispatch error 9 After w/ dlm-4.0.2-6.el7.x86_64 [root@host-026 lib]# grep cpg_dispatch /var/log/messages [root@host-026 lib]# grep -A2 umount /var/log/messages Aug 10 13:47:57 host-026 qarshd[14664]: Running cmdline: umount -a -t gfs2 Aug 10 13:50:01 host-026 systemd: Started Session 885 of user root. Aug 10 13:50:01 host-026 systemd: Starting Session 885 of user root. 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://rhn.redhat.com/errata/RHBA-2015-2412.html |