From 5fd2593a4936400995a1284d908b2d08db6099f0 Mon Sep 17 00:00:00 2001 From: Saumay Agrawal Date: Fri, 3 Mar 2017 01:04:19 +0530 Subject: [PATCH] Update sample.ceph.conf I have fixed the cleanup issue #19090: Wrong hard-coded URLs Please add these changes to your documentation. --- src/sample.ceph.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/sample.ceph.conf b/src/sample.ceph.conf index 3af355cb48e6e..c8affbad704c3 100644 --- a/src/sample.ceph.conf +++ b/src/sample.ceph.conf @@ -31,7 +31,7 @@ # ; Example: /var/run/ceph/$cluster-$name.asok [global] -### http://ceph.com/docs/master/rados/configuration/general-config-ref/ +### http://docs.ceph.com/docs/master/rados/configuration/general-config-ref/ ;fsid = {UUID} # use `uuidgen` to generate your own UUID ;public network = 192.168.0.0/24 @@ -51,8 +51,8 @@ ;max open files = 131072 -### http://ceph.com/docs/master/rados/operations/authentication -### http://ceph.com/docs/master/rados/configuration/auth-config-ref/ +### http://docs.ceph.com/docs/master/rados/operations/ +### http://docs.ceph.com/docs/master/rados/configuration/auth-config-ref/ # If enabled, the Ceph Storage Cluster daemons (i.e., ceph-mon, ceph-osd, # and ceph-mds) must authenticate with each other. @@ -90,7 +90,7 @@ ;keyring = /etc/ceph/$cluster.$name.keyring -### http://ceph.com/docs/master/rados/configuration/pool-pg-config-ref/ +### http://docs.ceph.com/docs/master/rados/configuration/pool-pg-config-ref/ ## Replication level, number of data copies. @@ -139,7 +139,7 @@ ;osd crush chooseleaf type = 1 -### http://ceph.com/docs/master/rados/troubleshooting/log-and-debug/ +### http://docs.ceph.com/docs/master/rados/troubleshooting/log-and-debug/ # The location of the logging file for your cluster. # Type: String @@ -154,7 +154,7 @@ ;log to syslog = true -### http://ceph.com/docs/master/rados/configuration/ms-ref/ +### http://docs.ceph.com/docs/master/rados/configuration/ms-ref/ # Enable if you want your daemons to bind to IPv6 address instead of # IPv4 ones. (Not required if you specify a daemon or cluster IP.) @@ -167,8 +167,8 @@ ## You need at least one. You need at least three if you want to ## tolerate any node failures. Always create an odd number. [mon] -### http://ceph.com/docs/master/rados/configuration/mon-config-ref/ -### http://ceph.com/docs/master/rados/configuration/mon-osd-interaction/ +### http://docs.ceph.com/docs/master/rados/configuration/mon-config-ref/ +### http://docs.ceph.com/docs/master/rados/configuration/mon-osd-interaction/ # The IDs of initial monitors in a cluster during startup. # If specified, Ceph requires an odd number of monitors to form an @@ -216,7 +216,7 @@ # (Default: 900) ;mon osd report timeout = 300 -### http://ceph.com/docs/master/rados/troubleshooting/log-and-debug/ +### http://docs.ceph.com/docs/master/rados/troubleshooting/log-and-debug/ # logging, for debugging monitor crashes, in order of # their likelihood of being helpful :) @@ -245,7 +245,7 @@ # experimental support for running multiple metadata servers. Do not run # multiple metadata servers in production. [mds] -### http://ceph.com/docs/master/cephfs/mds-config-ref/ +### http://docs.ceph.com/docs/master/cephfs/mds-config-ref/ # where the mds keeps it's secret encryption keys ;keyring = /var/lib/ceph/mds/$name/keyring @@ -277,7 +277,7 @@ # You need at least one. Two or more if you want data to be replicated. # Define as many as you like. [osd] -### http://ceph.com/docs/master/rados/configuration/osd-config-ref/ +### http://docs.ceph.com/docs/master/rados/configuration/osd-config-ref/ # The path to the OSDs data. # You must create the directory when deploying Ceph. @@ -337,7 +337,7 @@ # (Default: false) ;osd check for log corruption = true -### http://ceph.com/docs/master/rados/configuration/journal-ref/ +### http://docs.ceph.com/docs/master/rados/configuration/journal-ref/ # The size of the journal in megabytes. If this is 0, # and the journal is a block device, the entire block device is used. @@ -363,7 +363,7 @@ ;debug filestore = 20 ;debug journal = 20 -### http://ceph.com/docs/master/rados/configuration/filestore-config-ref/ +### http://docs.ceph.com/docs/master/rados/configuration/filestore-config-ref/ # The maximum interval in seconds for synchronizing the filestore. # Type: Double (optional) @@ -391,7 +391,7 @@ ## Filestore and OSD settings can be tweak to achieve better performance -### http://ceph.com/docs/master/rados/configuration/filestore-config-ref/#misc +### http://docs.ceph.com/docs/master/rados/configuration/filestore-config-ref/#misc # Min number of files in a subdir before merging into parent NOTE: A negative value means to disable subdir merging # Type: Integer @@ -441,7 +441,7 @@ ## client settings [client] -### http://ceph.com/docs/master/rbd/rbd-config-ref/ +### http://docs.ceph.com/docs/master/rbd/rbd-config-ref/ # Enable caching for RADOS Block Device (RBD). # Type: Boolean @@ -497,7 +497,7 @@ ## radosgw client settings [client.radosgw.gateway] -### http://ceph.com/docs/master/radosgw/config-ref/ +### http://docs.ceph.com/docs/master/radosgw/config-ref/ # Sets the location of the data files for Ceph Object Gateway. # You must create the directory when deploying Ceph. -- 2.39.5