Bug 1813170
| Summary: | [RHEL-8.1] gdeploy sample conf file mentioned in the gdeploy manual page is not present | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Bala Konda Reddy M <bmekala> |
| Component: | gdeploy | Assignee: | Prajith <pkesavap> |
| Status: | CLOSED ERRATA | QA Contact: | Manisha Saini <msaini> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rhgs-3.5 | CC: | pkesavap, pprakash, puebele, rhs-bugs, sabose, storage-qa-internal |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 3.5.z Batch Update 2 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gdeploy-3.0.0-4.el8rhgs | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-16 05:56:04 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: | |||
This is not a blocker, but acking to fix as we have a rebuild of gdeploy package 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/RHEA-2020:2577 |
Description of problem: gdeploy sample page mentioned in the gdeploy manual is not present. In gdeploy manual page under files section. FILES /usr/share/doc/gdeploy/README.md /usr/share/doc/gdeploy/examples/gluster.conf.sample gluster.conf.sample file is not present Version-Release number of selected component (if applicable): gdeploy-3.0.0-3.noarch How reproducible: always Steps to Reproduce: 1. Install gdeploy and open "man gdeploy" 2. Open the file "vi /usr/share/doc/gdeploy/examples/gluster.conf.sample" Actual results: # ls /usr/share/doc/gdeploy/examples/gluster.conf.sample ls: cannot access '/usr/share/doc/gdeploy/examples/gluster.conf.sample': No such file or directory Expected results: File should be present, with example conf file. Additional info: In gdeploy with below version, the sample conf file is present. [root@dhcp43-25 ~]# rpm -qa | grep gdeploy gdeploy-2.0.2-35.el7rhgs.noarch [root@dhcp43-25 ~]# ls /usr/share/doc/gdeploy/examples/gluster.conf.sample /usr/share/doc/gdeploy/examples/gluster.conf.sample [root@dhcp43-25 ~]#