Bug 505594
| Summary: | semaphore leak during cluster startup/shutdown cycle | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Nate Straz <nstraz> | ||||
| Component: | cman | Assignee: | Steven Dake <sdake> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.4 | CC: | ccaulfie, cfeist, cluster-maint, edamato, larry.arnaud, sghosh | ||||
| Target Milestone: | rc | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openais-0.80.6-6 and cman-2.0.108-1.el5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 506778 (view as bug list) | Environment: | |||||
| Last Closed: | 2009-09-02 11:10:35 UTC | Type: | --- | ||||
| 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: | 506778 | ||||||
| Attachments: |
|
||||||
|
Description
Nate Straz
2009-06-12 14:38:21 UTC
I was able to reproduce this on the first try. It took 43 `service cman starts` to get to this point. [root@z3 ~]# ipcs -s -u ------ Semaphore Status -------- used arrays = 128 allocated semaphores = 384 [root@z3 ~]# ipcs -s -l ------ Semaphore Limits -------- max number of arrays = 128 max semaphores per array = 250 max semaphores system wide = 32000 max ops per semop call = 32 semaphore max value = 32767 patch looks good chrissie. I'll give it a go with latest openais. changed to 5.4, this bug doesn't exist in 5.3, only 5.3.z. Created attachment 348375 [details]
patch to resolve problem
cman patch:
commit 36ac90224ae2668723df9679d1faecfebd3975c6
Author: Christine Caulfield <ccaulfie>
Date: Thu Jun 18 08:04:50 2009 +0100
cman: Use the new openais exit APIs
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2009-1341.html |