From b4e292ca9a3e1866426754e124f4d851bd7c7714 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 21 Dec 2018 18:29:40 -0600 Subject: [PATCH] doc/start/ceph.conf: trim the sample ceph.conf file Signed-off-by: Sage Weil --- doc/start/ceph.conf | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/doc/start/ceph.conf b/doc/start/ceph.conf index e2057caddd739..f3d558eb0d098 100644 --- a/doc/start/ceph.conf +++ b/doc/start/ceph.conf @@ -1,41 +1,3 @@ [global] - - # For version 0.55 and beyond, you must explicitly enable - # or disable authentication with "auth" entries in [global]. - - auth cluster required = cephx - auth service required = cephx - auth client required = cephx - -[osd] - osd journal size = 1000 - - # For ceph-deploy, you can control what type of file system - # is created via these options. - - #osd mkfs type = {fs-type} - #osd mkfs options {fs-type} = {mkfs options} # default for xfs is "-f" - #osd mount options {fs-type} = {mount options} # default mount option is "rw,noatime" - - # For example, for xfs, the mount option might look like this: - - #osd mkfs options xfs = inode64,rw,noatime - - # Execute $ hostname to retrieve the name of your host, - # and replace {hostname} with the name of your host. - # For the monitor, replace {ip-address} with the IP - # address of your host. - -[mon.a] - - host = {hostname} - mon addr = {ip-address}:6789 - -[osd.0] - host = {hostname} - -[osd.1] - host = {hostname} - -[mds.a] - host = {hostname} + # list your monitors here + mon host = {mon-host-1}, {mon-host-2} -- 2.39.5