-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathceph.conf
More file actions
21 lines (20 loc) · 861 Bytes
/
ceph.conf
File metadata and controls
21 lines (20 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[global]
fsid = {{ getv "/deis/store/fsid" }}
mon initial members = {{ getv "/deis/store/monSetupLock" }}
mon host = {{ join (getvs "/deis/store/hosts/*") "," }}
mon addr = {{ join (ls "/deis/store/hosts/*") ":6789 ," }}:6789
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
osd pool default size = {{ getv "/deis/store/size" }}
osd pool default min_size = {{ getv "/deis/store/minSize" }}
osd pool default pg_num = {{ getv "/deis/store/pgNum" }}
osd pool default pgp_num = {{ getv "/deis/store/pgNum" }}
osd recovery delay start = {{ getv "/deis/store/delayStart" }}
log file = /dev/stdout
rgw_frontends = "civetweb port=8888"
rgw_thread_pool_size = 512
[client.radosgw.gateway]
host = deis-store-gateway
keyring = /etc/ceph/ceph.client.radosgw.keyring
rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock