diff options
author | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
commit | f13e0cac13f90f7f57bce3b26b2e6383de6e4ad2 (patch) | |
tree | 31fe2a493efcc3ec8721b8ae9943a0f938cd3f4d /repo/ceph/ceph.confd | |
parent | e4a392b4e1e547c9569abdd1f08ec51da3dc4562 (diff) |
added qemu
Diffstat (limited to 'repo/ceph/ceph.confd')
-rw-r--r-- | repo/ceph/ceph.confd | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/ceph/ceph.confd b/repo/ceph/ceph.confd deleted file mode 100644 index 32737b1..0000000 --- a/repo/ceph/ceph.confd +++ /dev/null @@ -1,17 +0,0 @@ -# Original source: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-cluster/ceph/files/ceph.confd-r5 - -# Example - -# default ceph conf file -#ceph_conf="/etc/ceph/ceph.conf" - -# Set RADOSGW_WANT_NAME_PARAM=y in order to make the init script add -# a --name=client.${RC_SVCNAME} parameter to command_args for radosgw.* -# service instances. This will make the service use a key by the name -# of client.${RC_SVCNAME} instead of the default client.admin key. -# A setting like this in the ceph config file can be used to customize -# the rgw_data and keyring paths used by radosgw instances: -# [client] -# rgw_data = /var/lib/ceph/radosgw/$cluster-$id -# keyring = /var/lib/ceph/radosgw/$cluster-$id/keyring -RADOSGW_WANT_NAME_PARAM=n |