Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
VERIFIED.
@satellite-6.4.3-1.el7sat.noarch
tfm-rubygem-katello-3.7.0.55-1.el7sat.noarch
by following manual reproducer:
1) Have a Satellite with external Capsule installed
2) Create LFE "Dev"
3) Assign the Capsule to Dev LFE
4) Activate the new setting in Administer -> Settings -> Content -> Sync Capsules after Content View promotion to "No"
5) Sync some repo, publish "Test View" CV out of it and promote to "Dev" LFE
6) Check capsule file storage for "Test View" CV artifacts:
# find /var/lib/pulp -name *Test_View*
<empty result>
>>> CV is not synced automatically to the capsule
7) Deactivate the new setting "Sync Capsules after Content View promotion" to "Yes" (which is default)
8) Sync some repo, publish "Test View 2" CV out of it and promote to "Dev" LFE
9) Check capsule file storage for "Test View 2" CV artifacts:
# find /var/lib/pulp -name *Test_View_2*
/var/lib/pulp/importers/1-Test_View_2-Dev-664a28a9-9818-4582-ae25-5956890b1da9-yum_importer
>>> CV is now synced automatically to the capsule as it was original behavior before the fix
and after auto sync capsule task is performed all artifacts are there:
# find /var -name *Test_View_2*
/var/lib/pulp/published/yum/http/repos/Default_Organization/Dev/Test_View_2
/var/lib/pulp/published/yum/master/yum_distributor/1-Test_View_2-Dev-664a28a9-9818-4582-ae25-5956890b1da9
/var/lib/pulp/published/yum/https/repos/Default_Organization/Dev/Test_View_2
/var/lib/pulp/importers/1-Test_View_2-Dev-664a28a9-9818-4582-ae25-5956890b1da9-yum_importer
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, 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/RHBA-2019:0903