Bug 472595
| Summary: | Extreme kickstart performance problem | |||
|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Mike McCune <mmccune> | |
| Component: | Server | Assignee: | Mike McCune <mmccune> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jesus M. Rodriguez <jesusr> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 0.6 | CC: | bperkins, jesusr, johnh, liko, mmraka, mzazrivec | |
| Target Milestone: | --- | Keywords: | Reopened | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 525339 (view as bug list) | Environment: | ||
| Last Closed: | 2009-09-17 07:08:39 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: | 491978 | |||
| Bug Blocks: | 456552, 480094, 525339 | |||
|
Description
Mike McCune
2008-11-21 22:06:36 UTC
I think this may have just been a temporary problem, as the issue has gone away. Moving to modified just to be tested. Customers are still reporting this in 0.4. Re-opening. Short term workaround for this bug:
* Edit: /etc/httpd/conf.d/zz-spacewalk-server.conf
Add: EnableMMAP off, EnableSendfile off to the Directory stanza:
<Directory "/var/www/html">
AllowOverride all
EnableMMAP off
EnableSendfile off
</Directory>
* Add this index to your database:
# sqlplus spacewalk/spacewalk@xe
SQL> CREATE INDEX rhn_package_path_idx
ON rhnPackage(id, path);
*** This bug has been marked as a duplicate of bug 470234 *** *** Bug 470234 has been marked as a duplicate of this bug. *** i have the java port of the kickstart file downloader 90% complete but it is failing a few of my testcases. Might not make 0.5 but I may release packages right after 0.5 goes out. ON_QA Greetings Mike, I think you forgot to create rhn_package_path_idx index in the schema itself; right now the index is present in the sql upgrade script (153-rhnPackage-pathidx.sql) only. FAILS_QA, see comment #8 will fix! schema fix: 7b974a41d4ec7f7ea0bc02257ee5d90941b71ccb This actually should still be in FAILS_QA. Discovered some fatal errors while kickstarting systems so it should not be tested. Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago. |