Bug 695481
Summary: | CDS load fails with iniparse exception | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Jeff Ortel <jortel> |
Component: | nodes | Assignee: | Jeff Ortel <jortel> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | kbidarka |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 22 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:01:55 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: | 641987 |
Description
Jeff Ortel
2011-04-11 20:25:39 UTC
On older versions of iniparse (< 0.4) __getitem__() raises KeyError instead of working like __getattr__(). Fixed in gofer 0.30. Note: This only fails on RHEL 5/6 Fixed in build 0.163. [root@rhui-cds1 init.d]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.0 (Santiago) [root@rhui-cds1 init.d]# rpm -qav | grep -e pulp-cds -e gofer python-gofer-0.33-1.el6.noarch gofer-0.33-1.el6.noarch pulp-cds-0.0.171-1.el6.noarch [root@rhui-cds1 init.d]# service goferd restart Stopping goferd [ OK ] Starting goferd [ OK ] [root@rhui-cds1 init.d]# ll /var/log/pulp-cds/gofer.log -rw-r--r--. 1 root root 7761 May 5 07:45 /var/log/pulp-cds/gofer.log Closing with Community Release 15 pulp-0.0.223-4. |