Bug 736251
| Summary: | Delete provider after manifest import fails | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Ivan Necas <inecas> |
| Component: | API | Assignee: | Tomas Strachota <tstrachota> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Garik Khachikyan <gkhachik> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | gkhachik, lzap, mkoci, tstrachota |
| Target Milestone: | Unspecified | ||
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | katello-0.1.96-1.git.39.b90cc5f | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-22 17:56:03 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: | 747354 | ||
Fix for this particular problem is in commit a003471ad4f4607.
There is a bug in orchestration with CP as well:
RestClient::InternalServerError: Candlepin::Product: 500 Internal Server Error {"displayMessage":"Runtime Error Error while commiting the transaction at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError:2,598"} (DELETE /candlepin/products/37067)
error: operation failed: RestClient::InternalServerError: Candlepin::Product: 500 Internal Server Error {"displayMessage":"Runtime Error Error while commiting the transaction at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError:2,598"} (DELETE /candlepin/products/37067)
The problem is subscriptions for products are not deleted properly - problem with providedProducts.
I temporarily disabled the failing "provider delete" test in 4e91260a. Please switch it back on once the bug is fixed. Thanks. Please note there are more tests to enable after this one is fixed. Please run system tests with -d option and enable all previously disabled. Orchestration issues fixed in
commit b90cc5f0eee06a704560c26e45be2cbac213880d
Author: Tomas Strachota <tstrachota>
Date: Wed Oct 26 14:02:24 2011 +0200
prod orch - fix for deleting subscriptions of provided products
NOTE: We can no longer delete RedHat providers directly. They can be removed only when it's organization is deleted.
# VERIFIED Doing org remove when it already has manifest imported - is fine now. issue is fixed: --- katello-0.1.238-1.git.1.99abb2d.el6.noarch package katello-cli is not installed pulp-0.0.264-1.el6.noarch candlepin-0.5.17-1.el6.noarch subscription-manager-0.99.6-1.el6.x86_64 katello-configure-0.1.64-1.git.0.219edef.el6.noarch |
How reproducible: Steps to Reproduce: 1.import manifest 2.delete provider Actual results: error: operation failed: RestClient::InternalServerError: Pulp::Repository: 500 Internal Server Error "Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/decorators.py", line 48, in report_error return method(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/decorators.py", line 127, in _auth_decorator value = method(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/repositories.py", line 347, in DELETE api.delete(id=id) File "/usr/lib/python2.7/site-packages/pulp/server/api/repo.py", line 470, in delete repo = self._get_existing_repo(id) File "/usr/lib/python2.7/site-packages/pulp/server/api/repo.py", line 116, in _get_existing_repo raise PulpException("No Repo with id: %s found" % id) PulpException: u'No Repo with id: 37067-never-enabled-content-Import_Org_12e624 found' " (DELETE /pulp/api/repositories/37067-never-enabled-content-Import_Org_12e624/) RestClient::InternalServerError: Pulp::Repository: 500 Internal Server Error "Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/decorators.py", line 48, in report_error return method(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/decorators.py", line 127, in _auth_decorator value = method(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/repositories.py", line 347, in DELETE api.delete(id=id) File "/usr/lib/python2.7/site-packages/pulp/server/api/repo.py", line 470, in delete repo = self._get_existing_repo(id) File "/usr/lib/python2.7/site-packages/pulp/server/api/repo.py", line 116, in _get_existing_repo raise PulpException("No Repo with id: %s found" % id) PulpException: u'No Repo with id: 37067-never-enabled-content-Import_Org_12e624 found' " (DELETE /pulp/api/repositories/37067-never-enabled-content-Import_Org_12e624/) Expected results: Provider deleted successfully Additional info: Probably repo-id generating issue while import_manifest. Should be product_id-repo_name-org, is product_id-content_id-org.