X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fdoc%2Fstart%2Fceph.conf;fp=src%2Fceph%2Fdoc%2Fstart%2Fceph.conf;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=e2057caddd739fdee9515d847bcd00ebf31bb59b;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/doc/start/ceph.conf b/src/ceph/doc/start/ceph.conf deleted file mode 100644 index e2057ca..0000000 --- a/src/ceph/doc/start/ceph.conf +++ /dev/null @@ -1,41 +0,0 @@ -[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}