]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix radosgw start-up script. 5325/head
authorVikhyat Umrao <vumrao@redhat.com>
Thu, 23 Jul 2015 12:40:06 +0000 (18:10 +0530)
committerVikhyat Umrao <vumrao@redhat.com>
Thu, 23 Jul 2015 14:53:03 +0000 (20:23 +0530)
commitc83542296aeb8f5dd96f5d9e09327e7a89370742
tree65e94dbb3848abfe00d72a85f5581421ddee9fe8
parent0fa6e5197922dafd3c8736d6c842199051ab9b2b
rgw: fix radosgw start-up script.

radosgw init script is unable to start radosgw daemon.
as it is relies on requiretty being disabled.
once init script start this daemon with sudo it fails
to start the daemon.

changing 'sudo' to 'su', it will fix this issue and
will also help running radosgw daemon with our new
"ceph" UID project.

Fixes: #10927
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
src/init-radosgw