Bug 1564647
| Summary: | VMDB backup is failing perhaps due to uninitialized constant MiqServer::WorkerManagement::Monitor::Dalli | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Tuan <tuado> | |
| Component: | Appliance | Assignee: | Joe Rafaniello <jrafanie> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tasos Papaioannou <tpapaioa> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.9.0 | CC: | abellott, brant.evans, cpelland, hkataria, jrafanie, kmorey, lavenel, mpovolny, obarenbo, simaishi, tpapaioa, tuado | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.10.0 | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1578126 (view as bug list) | Environment: | ||
| Last Closed: | 2019-02-11 14:02:05 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1578126 | |||
|
Comment 3
Joe Rafaniello
2018-04-09 21:27:37 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/52e525d35f771aaac6fa4b77e7b24a7abc4dee7e commit 52e525d35f771aaac6fa4b77e7b24a7abc4dee7e Author: Joe Rafaniello <jrafanie> AuthorDate: Mon Apr 9 17:31:25 2018 -0400 Commit: Joe Rafaniello <jrafanie> CommitDate: Mon Apr 9 17:31:25 2018 -0400 Require dalli before using it https://bugzilla.redhat.com/show_bug.cgi?id=1564647 Note, we require dalli in the session_store.rb only if you're configured for session_store: cache. If you specify, 'sql', dalli doesn't get required, and these two code paths could hit a NameError. app/models/miq_server/worker_management/monitor.rb | 1 + app/models/miq_worker/runner.rb | 1 + 2 files changed, 2 insertions(+) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/52e525d35f771aaac6fa4b77e7b24a7abc4dee7e commit 52e525d35f771aaac6fa4b77e7b24a7abc4dee7e Author: Joe Rafaniello <jrafanie> AuthorDate: Mon Apr 9 17:31:25 2018 -0400 Commit: Joe Rafaniello <jrafanie> CommitDate: Mon Apr 9 17:31:25 2018 -0400 Require dalli before using it https://bugzilla.redhat.com/show_bug.cgi?id=1564647 Note, we require dalli in the session_store.rb only if you're configured for session_store: cache. If you specify, 'sql', dalli doesn't get required, and these two code paths could hit a NameError. app/models/miq_server/worker_management/monitor.rb | 1 + app/models/miq_worker/runner.rb | 1 + 2 files changed, 2 insertions(+) Hi Tuan, I'm going to rename this BZ based on the "uninitialized constant MiqServer::WorkerManagement::Monitor::Dalli" error and put it in POST so we can ship that fix. I don't know if it will fix the schedule not running problem. Please see comment 3 and open a new BZ if this is still a problem after "working around" the Dalli error as described in that comment. Hello Joe,
Changing the UI appliance to session_store: cache seemed to work. Their backups have been going through as scheduled.
Verified on 5.10.0.4. |