Hello,
I am exploring ceph and installed a mini cluster with 1 mon, 3 osd node(3 osd daemon each node). For that I wrote a ceph.conf file with only needed configuration options(see below)
fsid = <fsid>
mon initial members = host
mon host = ip
public network = <net-addr>
cluster network = <net-addr>
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
filestore xattr use omap = true
osd pool default size = 3 # Write an object n times.
osd pool default min size = 1 # Allow writing n copy in a degraded state.
osd pool default pg num = 512
osd pool default pgp num = 512
osd crush chooseleaf type = 1
rbd_default_features = 4
[osd]
osd journal size = 5000
filestore xattr use omap = true
[osd.0]
host = ip
osd data = "">
osd journal = /dev/vdb1
I am searching for all possible configuration options available for ceph.conf. docs.ceph.com is unavailable right now, so I can't access configuration options provided in documentation.
provided in github src is also seems only sample not the whole configuration options.
provided in github src is also seems only sample not the whole configuration options.
Thanks in advance.
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
- Follow-Ups:
- Re: Ceph all-possible configuration options
- From: Wido den Hollander
- Re: Ceph all-possible configuration options
- Prev by Date: Re: rsync mirror download.ceph.com - broken file on rsync server
- Next by Date: Re: Ceph all-possible configuration options
- Previous by thread: ceph performance question
- Next by thread: Re: Ceph all-possible configuration options
- Index(es):