| Summary: | packagegroup export causes an error msg to output in RHEL5.5 | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | dgao |
| Component: | z_other | Assignee: | dgao |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | tsanders |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 21 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 12:07:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 647488 | ||
Also note that the result is empty if you don't give the --out [root@dell-per805-01 ~]# pulp-admin -u admin -p admin packagegroup export --repoid=pulp-repo [root@dell-per805-01 ~]# commit 20e008c77984b3d97bfbb0c6695420f3148f36f9 Author: David Gao <dgao> AuthorDate: Fri Mar 4 17:11:52 2011 -0500 [root@pulp-qe-rhel5 tmp]# pulp-admin packagegroup export --repoid=foo --out=test.xml Successfully exported the comps data to [test.xml] Build: 0.145 verified [root@nec-em8 ~]# rpm -q pulp pulp-0.0.145-1 [root@nec-em8 ~]# pulp-admin -u admin -p admin packagegroup export --repoid=f14 --out=test.xml Successfully exported the comps data to [test.xml] Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |
[root@pulp-qe-rhel5 pulp]# pulp-admin packagegroup export --repoid=foo --out=test.xml Successfully exported the comps data to [test.xml] Error occurred while storing the comps data 0 The problematic area is client/core/packagegroup.py:443 system_exit(os.EX_OK, _("Successfully exported the comps data to [%s]" % self.opts.out)) Something must of happened on the way out for it to cause an exception to be thrown.