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=e2057caddd739fdee9515d847bcd00ebf31bb59b;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/doc/start/ceph.conf b/src/ceph/doc/start/ceph.conf new file mode 100644 index 0000000..e2057ca --- /dev/null +++ b/src/ceph/doc/start/ceph.conf @@ -0,0 +1,41 @@ +[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}