Lines 2-4
Link Here
|
2 |
|
2 |
|
3 |
# default ceph conf file |
3 |
# default ceph conf file |
4 |
#ceph_conf="/etc/ceph/ceph.conf" |
4 |
#ceph_conf="/etc/ceph/ceph.conf" |
|
|
5 |
|
6 |
# Set RADOSGW_WANT_NAME_PARAM=y in order to make the init script add |
7 |
# a --name=client.${RC_SVCNAME} parameter to command_args for radosgw.* |
8 |
# service instances. This will make the service use a key by the name |
9 |
# of client.${RC_SVCNAME} instead of the default client.admin key. |
10 |
# A setting like this in the ceph config file can be used to customize |
11 |
# the rgw_data and keyring paths used by radosgw instances: |
12 |
# [client] |
13 |
# rgw_data = /var/lib/ceph/radosgw/$cluster-$id |
14 |
# keyring = /var/lib/ceph/radosgw/$cluster-$id/keyring |
15 |
RADOSGW_WANT_NAME_PARAM=n |