Project

General

Profile

Actions

Bug #5478

closed

rgw: fix init script for rgw daemon name

Added by Tamilarasi muthamizhan almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

after installing and configuring radosgw on centos6, found that the naming convention is bit confusing for rgw daemon name.
It is one of these: ceph-radosgw/radosgw/client.radosgw.gatewa. It would be nice to have it uniform across all places [we could just stick with ceph-radosgw]

[ubuntu@burnupi63 ~]$ sudo /etc/init.d/ceph-radosgw restart
Stopping radosgw...                                        [FAILED]
Starting client.radosgw.gateway...                         [  OK  ]

[ubuntu@burnupi63 ~]$ ps -ef | grep ceph-radosgw
ubuntu   28883 21018  0 13:24 pts/0    00:00:00 grep ceph-radosgw

[ubuntu@burnupi63 ~]$ ps -ef | grep radosgw
apache   28757     1  0 13:24 ?        00:00:00 /usr/bin/radosgw -n client.radosgw.gateway
ubuntu   28885 21018  0 13:24 pts/0    00:00:00 grep radosgw
Actions #2

Updated by Sage Weil almost 11 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF