Comment 2 for bug 2055787

Revision history for this message
macchese (max-liccardo) wrote : Re: remove-unit doesn't remove monitor from cluster

cat ceph.conf

[global]
auth cluster required = cephx
auth service required = cephx
auth client required = cephx

mon host = 192.168.70.14 192.168.70.28 192.168.70.33
fsid = 7dfd9e3a-a5b6-11ee-9798-619012c1bb3a

log to syslog = false
err to syslog = false
clog to syslog = false
mon cluster log to syslog = false
debug mon = 1/5
debug osd = 1/5

# NOTE(jamespage):
# Disable object skew warnings as these only use
# the number of objects and not their size in the
# skew calculation.
mon pg warn max object skew = -1

public network =
cluster network =
public addr = 192.168.70.14
cluster addr = 192.168.71.13

[mon]
keyring = /var/lib/ceph/mon/$cluster-$id/keyring

mon data avail warn = 30
mon data avail crit = 5

[mds]
keyring = /var/lib/ceph/mds/$cluster-$id/keyring