Bug 2033847
Summary: | Content view export failed with undefined method `first' for nil:NilClass | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Hao Chang Yu <hyu> | ||||
Component: | Pulp | Assignee: | Hao Chang Yu <hyu> | ||||
Status: | CLOSED ERRATA | QA Contact: | Lai <ltran> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.10.0 | CC: | ahumbe, dkliban, ggainey, gscarbor, jalviso, jbhatia, jpasqual, jrichards2, kkinge, mhaverkamp, mshimura, msunil, paji, pcreech, pratshar, rchan, rcoe, rmynar, sadas, saydas, tasander, wclark, william.skupaiii, yoliynyk | ||||
Target Milestone: | 6.11.0 | Keywords: | PrioBumpGSS, Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | tfm-pulpcore-python-pulpcore-3.16.3 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 2043699 (view as bug list) | Environment: | |||||
Last Closed: | 2022-07-05 14:31:10 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Hao Chang Yu
2021-12-18 04:23:44 UTC
Witnessed same behavior when performing a complete export on 6.10.1.0. Openned a support case (03099228) on Dec 8. How did you get Pulp to print the Exception type? Created attachment 1852518 [details]
python3-pulpcore-3.14.9-2.HOTFIXRHBZ2033847.el7pc.noarch.rpm
HOTFIX RPM is available for Satellite 6.10.2
INSTALL INSTRUCTIONS:
1. Take a complete backup or snapshot of Satellite 6.10.1 server
2. Download the hotfix RPM attached to this BZ and copy it to Satellite server
3. # yum install ./python3-pulpcore-3.14.9-2.HOTFIXRHBZ2033847.el7pc.noarch.rpm --disableplugin=foreman-protector
4. # systemctl restart pulpcore-{content,api,worker@*}.service
*** Bug 2048876 has been marked as a duplicate of this bug. *** Steps to test: Prereq: Ensure you have enough disk space. 1. Enable and sync: Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server 2. Create a content view and add the above repo 3. Publish the content view 4. Do a full export the content view 5. Publish a new version of the cv 6. Do an incremental export Expected: Complete and incremental export should finish successfully Actual: Complete and incremental export does finish successfully # hammer content-export complete version --content-view="export-cv" --organization-id=1 --lifecycle-environment Library [................................................................................................................................] [100%] [root@dhcp-3-9 ~]# hammer content-export incremental version --content-view="export-cv" --version=2.0 --organization-id=1 --lifecycle-environment Library --chunk-size-gb 2 [................................................................................................................................] [100%] Verified on 7.0 snap 10 with python38-pulpcore-3.16.3-1.el8pc.noarch. This is tested on both rhel7.9 and rhel8.5 *** Bug 2033731 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Satellite 6.11 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5498 |