Bug 1583233
| Summary: | mongo client not installed by satellite installer | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Roman Plevka <rplevka> |
| Component: | Installation | Assignee: | Chris Roberts <chrobert> |
| Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | chrobert, ehelms, pcreech |
| Target Milestone: | 6.4.0 | Keywords: | Regression, Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://projects.theforeman.org/issues/24241 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-16 19:25:35 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: | |||
|
Description
Roman Plevka
2018-05-28 14:05:51 UTC
Got the same error mentioned above. Ran the following commands on a Satellite 6.4 machine: # foreman-debug # tar xf /var/tmp/foreman-debug-qqurl.tar.xz # cat foreman-debug-qqurl/pulp-running_tasks OMMAND> mongo pulp_database /var/tmp/foreman-debug-auxtmp-n2Kbn/tmp.gxjuzj8dnm/pulp_running_tasks.js /usr/sbin/foreman-debug: line 79: mongo: command not found FAILED QA for 6.4.0-11 # rpm -q foreman-debug foreman-debug-1.18.0-0.6.RC2.el7sat.noarch still the same issue. With https://github.com/Katello/katello-installer/pull/658 I am able to see that MongoDB can be called: [root@sat-6-4-qa-rhel7 foreman-debug-G90DT]# cat pulp-running_tasks COMMAND> mongo pulp_database /var/tmp/foreman-debug-auxtmp-gIYdP/tmp.sIlz2MoP4J/pulp_running_tasks.js MongoDB shell version v3.4.9 connecting to: mongodb://127.0.0.1:27017/pulp_database MongoDB server version: 3.4.9 VERIFIED
on sat6.4.0-12
the mongo command cna now be successfully called again:
<pre>
$ cat ~/work/analysis/6.4.0-12/t3/foreman-debug/pulp-running_tasks
COMMAND> mongo pulp_database /var/tmp/foreman-debug-auxtmp-010bE/tmp.A1dKYv1eFR/pulp_running_tasks.js
MongoDB shell version v3.4.9
connecting to: mongodb://127.0.0.1:27017/pulp_database
MongoDB server version: 3.4.9
{
...
</pre>
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/RHSA-2018:2927 |