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.
On a Satellite that has ostree enabled, enable and sync the RH Atomic Tree.
Some customers have reported the following error.
Dec 14 20:25:01 satellite celery: OSTree:ERROR:src/libostree/ostree-repo-static-delta-processing.c:691:dispatch_open: assertion failed: (repo->mode == OSTREE_REPO_MODE_BARE || repo->mode == OSTREE_REPO_MODE_BARE_USER)
Dec 14 20:25:01 satellite pulp: celery.worker.job:ERROR: (1169-66976) Task pulp.server.managers.repo.sync.sync[2eee94d5-994a-48b1-96db-88fd64760d8f] raised unexpected: WorkerLostError('Worker exited prematurely: signal 6 (SIGIOT).',)
Workaround:
Error similar to this have been fixed in the ostree upstream
(https://github.com/ostreedev/ostree/issues/407 and https://github.com/ostreedev/ostree/pull/408)
Work around might be to upgrade their ostree rpm to a later version (ostree-2016.10-1.atomic.el7 and above.)
The PR (commit) referenced in the pulp redmine issue needs to be cherry picked downstream. Also, note there is a foreman issue that also needs to be completed as part of the solution.
Thank you for your interest in Satellite 6. We have evaluated this request, and we do not expect this to be implemented in the product in the foreseeable future. We are therefore closing this out as WONTFIX. If you have any concerns about this, please feel free to contact Rich Jerrido or Bryan Kearney. Thank you.
On a Satellite that has ostree enabled, enable and sync the RH Atomic Tree. Some customers have reported the following error. Dec 14 20:25:01 satellite celery: OSTree:ERROR:src/libostree/ostree-repo-static-delta-processing.c:691:dispatch_open: assertion failed: (repo->mode == OSTREE_REPO_MODE_BARE || repo->mode == OSTREE_REPO_MODE_BARE_USER) Dec 14 20:25:01 satellite pulp: celery.worker.job:ERROR: (1169-66976) Task pulp.server.managers.repo.sync.sync[2eee94d5-994a-48b1-96db-88fd64760d8f] raised unexpected: WorkerLostError('Worker exited prematurely: signal 6 (SIGIOT).',) Workaround: Error similar to this have been fixed in the ostree upstream (https://github.com/ostreedev/ostree/issues/407 and https://github.com/ostreedev/ostree/pull/408) Work around might be to upgrade their ostree rpm to a later version (ostree-2016.10-1.atomic.el7 and above.)