Description of problem: In: https://gitlab.cee.redhat.com/jowilkin/red-hat-ceph-storage-object-gateway/blob/master/ceph-object-gateway-installation-guide.adoc The line: sudo chown apache:apache /var/log/radosgw/client.radosgw.gateway.log does not work where it is located. It is trying to change the log file owner before the log file exists. We could either create a file, but a better solution is probably to move this section to immediately after the 'Start radosgw service' section (switch these two sections).
Running RGW as apache isn't working out. We should just make it run as root. See bug 1214823 for that.
Fixed in the following commit: https://gitlab.cee.redhat.com/jowilkin/red-hat-ceph-storage-object-gateway-rhel/commit/818fe74e237c0371f3dba7a19fa84fc5cedefee4 See: https://gitlab.cee.redhat.com/jowilkin/red-hat-ceph-storage-object-gateway-rhel/blob/master/ceph-object-gateway-installation-guide-RHEL-x86_64.adoc
looks good!