]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update sample.ceph.conf 13751/head
authorSaumay Agrawal <saumay.agrawal@gmail.com>
Thu, 2 Mar 2017 19:34:19 +0000 (01:04 +0530)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 19:34:19 +0000 (01:04 +0530)
I have fixed the cleanup issue #19090: Wrong hard-coded URLs
Please add these changes to your documentation.

src/sample.ceph.conf

index 3af355cb48e6ea55fd0c56548948b48e7c6f4a04..c8affbad704c3b3cbc819675e418740a8d7b791f 100644 (file)
@@ -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.
     ;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
     ;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.)
 ## 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
     # (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 :)
 # 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
 # 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.
     # (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.
     ;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)
 
     ## 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
 ## 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
 ## 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.