Project

General

Profile

Bug #24857 » ceph.conf

Alexander Haemmerle, 07/10/2018 03:04 PM

 
[global]
fsid = 638e4815-74c3-11e8-8da4-00074340fef0
public network = 192.168.56.0/24
cluster network = 192.168.3.0/24
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
cephx cluster require signatures = true
cephx service require signatures = false

osd pool default size = 2
osd pool default min size = 1

rbd default features = 5


[mon]
mon initial members = ceph01,ceph02,ceph03
mon host = 192.168.56.20,192.168.56.21,192.168.56.22

[mon.ceph01]
host = ceph01
mon addr = 192.168.56.20:6789

[mon.ceph02]
host = ceph02
mon addr = 192.168.56.21:6789

[mon.ceph03]
host = ceph03
mon addr = 192.168.56.22:6789


[mds.ceph01]
host = ceph01


[osd]
journal dio = false

osd max object name len = 256
osd max object namespace len = 64

[osd.0]
host = ceph01

[osd.1]
host = ceph02

[client.libvirt]
log file = /var/log/ceph/qemu-guest-$pid.log
admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok

[client]
rbd cache = true
rgw frontends = civetweb port=8080
host = ceph01
rgw dns name = gate01.epiontis.com

(2-2/2)