]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
init-radosgw: run RGW as root 4439/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 22 Apr 2015 22:36:42 +0000 (16:36 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 23 Apr 2015 21:29:38 +0000 (15:29 -0600)
commit47339c5ac352d305e68a58f3d744c3ce0fd3a2ac
treeb5b8b61685dacf643c25c60a89f615b98ddf0e02
parent89262abc53e324f3ef4d504473a4f1d6eb337c20
init-radosgw: run RGW as root

The ceph-radosgw service fails to start if the httpd package is not
installed. This is because the init.d file attempts to start the RGW
process with the "apache" UID. If a user is running civetweb, there is
no reason for the httpd or apache2 package to be present on the system.

Switch the init scripts to use "root" as is done on Ubuntu.

http://tracker.ceph.com/issues/11453 Refs: #11453

Reported-by: Vickey Singh <vickey.singh22693@gmail.com>
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
src/init-radosgw
src/init-radosgw.sysv