Created attachment 1326361[details]
File contains contents ansible-playbook log and conf files from both containerized and non containerized scenarios
Description of problem:
After cluster creation, conf file in RGW node contains leftover entry of rgw socket file. Though apparently it didn't affect RGW daemon initialization, it would be better if its removed to avoid any confusions.
Version-Release number of selected component (if applicable):
ceph-ansible-3.0.0-0.1.rc7.el7cp.noarch
How reproducible:
Always
Steps to Reproduce:
1. Configure ceph-ansible to set up a cluster having at least one RGW node.
2. Run anible-playbook, observe conf file in rgw node once cluster is up.
Actual results (Please refer attachment for complete file) :
rgw socket path = /tmp/radosgw-<host_name>.sock
Expected results:
Leftover entry must not be there in conf file to avoid confusions
Additional info:
This issue was faced both in containerized and non containerized scenarios.
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/RHBA-2017:3387
Created attachment 1326361 [details] File contains contents ansible-playbook log and conf files from both containerized and non containerized scenarios Description of problem: After cluster creation, conf file in RGW node contains leftover entry of rgw socket file. Though apparently it didn't affect RGW daemon initialization, it would be better if its removed to avoid any confusions. Version-Release number of selected component (if applicable): ceph-ansible-3.0.0-0.1.rc7.el7cp.noarch How reproducible: Always Steps to Reproduce: 1. Configure ceph-ansible to set up a cluster having at least one RGW node. 2. Run anible-playbook, observe conf file in rgw node once cluster is up. Actual results (Please refer attachment for complete file) : rgw socket path = /tmp/radosgw-<host_name>.sock Expected results: Leftover entry must not be there in conf file to avoid confusions Additional info: This issue was faced both in containerized and non containerized scenarios.