Bug 1179811
Summary: | pulp-admin tasks details --task-id=$ID reports no operation and no resources for certains sync tasks | |||
---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Jindrich Novy <jindrich.novy> | |
Component: | Pulp | Assignee: | satellite6-bugs <satellite6-bugs> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.0.6 | CC: | bkearney, chrobert, jindrich.novy, jsherril, mhrivnak | |
Target Milestone: | Unspecified | |||
Target Release: | Unused | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1180677 (view as bug list) | Environment: | ||
Last Closed: | 2015-12-11 16:54:55 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: | ||||
Bug Depends On: | 1120671, 1180677 | |||
Bug Blocks: |
Description
Jindrich Novy
2015-01-07 15:26:11 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. Cloned to pulp community, and moved the release to 6.2. Are you able to reproduce this behavior only when the sync has been scheduled as part of a sync plan, or does it also happen when you induce a manual one-time sync? I'm able to always reproduce it if I trigger sync manually on freshly installed Satellite (no previous syncs were made). I trigger the first sync explicitly via: for REPOID in $(hammer --csv repository list --organization=$ORG | awk -F, {'print $1'} | grep -vi '^ID'); do hammer repository synchronize --id $REPOID --organization=$ORG --async done and then I'm having a look at the tasks being executed. Jindrich, Testing this out myself with Satellite 6, I am not able to reproduce with a single repo sync. I've tried a few different ones and have not been able to see this behavior. In all cases the operation and resource are filed in. Couple of questions: 1. Is the satellite running on el6 or el7? 2. Is it happening for all repositories? or just some? 3. Can you determine which repo or repos are having this problem if it is not all of them? If you could provide the name and label of: * the organization * the product * the repo for one of the repos you are seeing this occur on, it would help greatly. -Justin Important note - we are using "stateless build" of Satellite so we rebuild the box and install the new Satellite from scratch and the auto-configure it via hammer. The symptoms of unknown Operation and Resources shows up only when doing the first synchronization. Subsequent syncs don't show this. It seems to happen for all repositories. We are running EL6 Satellite. *** Bug 1180259 has been marked as a duplicate of this bug. *** We believe this is fixed in Satellite 6.1. I am closing this out as current release. If you are still seeing issue, please feel free to re-open and provide the symptoms you are seeing. |