Radosgw in Fuel innstallation of OpenStack

Bug #1276191 reported by Andrey Kirilochkin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Undecided
Fuel Library (Deprecated)

Bug Description

By default initscript of radosgw starting daemon without an option - --config-file

root@node-14:~# /etc/init.d/radosgw restart
Starting client.radosgw.gateway...
root@node-14:~# ps uax | grep rados | grep -v grep
root 16397 0.4 0.0 5196792 6944 ? Ssl 14:47 0:00 /usr/bin/radosgw -n client.radosgw.gateway

Runned like this daemon can't see parameters that defined in config.

Need to be:

/usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway

Tags: ceph
Changed in fuel:
milestone: none → 4.1
assignee: nobody → Fuel Library Team (fuel-library)
tags: added: ceph
Revision history for this message
Dmitry Borodaenko (angdraug) wrote :

According to radosgw man page:
http://ceph.com/docs/dumpling/man/8/radosgw/#options

/etc/ceph/ceph.conf is the default value of this option. If something doesn't work without it explicitly specified, it's a bug in radosgw itself, not its init script.

Please provide more details on how to reproduce this (a specific option that doesn't take a value from /etc/ceph/ceph.conf unless -c option is provided to radosgw on the command line).

Changed in fuel:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.