| Summary: | skyring-setup.sh: /opt/influxdb/influx: No such file or directory | ||
|---|---|---|---|
| Product: | Red Hat Storage Console | Reporter: | Daniel Horák <dahorak> |
| Component: | core | Assignee: | Nishanth Thomas <nthomas> |
| core sub component: | configuration | QA Contact: | sds-qe-bugs |
| Status: | CLOSED NOTABUG | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | mbukatov, nthomas, sankarshan |
| Version: | 2 | Keywords: | TestBlocker |
| Target Milestone: | --- | Flags: | mbukatov:
needinfo?
(nthomas) |
| Target Release: | 2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-10 09:27:02 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: | |
Is this setup script in it's current state targeted for a release? Do we plan to improve it or replace it entirely? |
Description of problem: Skyring setup script /usr/bin/skyring-setup.sh uses command influx located in /opt/influxdb/, which does not exist as influxdb is installed from rpm and command influx is located in /usr/bin/. Version-Release number of selected component (if applicable): rhscon-ceph-0.0.6-1.el7.x86_64 rhscon-core-0.0.8-1.el7.x86_64 rhscon-ui-0.0.7-1.el7.noarch How reproducible: 100% Steps to Reproduce: 1. install rhscon-core accordingly to documentation (with all expected requirements) 2. Run skyring-setup.sh script and check its output. Actual results: <<truncated>> Creating time series database /usr/bin/skyring-setup.sh: line 47: /opt/influxdb/influx: No such file or directory /usr/bin/skyring-setup.sh: line 50: /opt/influxdb/influx: No such file or directory /usr/bin/skyring-setup.sh: line 15: /opt/influxdb/influx: No such file or directory /usr/bin/skyring-setup.sh: line 17: /opt/influxdb/influx: No such file or directory <<truncated>> Expected results: No error about missing influx command and influxdb is properly initialized.