]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix warning reported by "build-doc linkcheck"
authorKefu Chai <kchai@redhat.com>
Mon, 23 Oct 2017 11:26:28 +0000 (19:26 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 24 Oct 2017 07:58:48 +0000 (15:58 +0800)
all the HTTP 301 (moved permanently) should be killed.

Signed-off-by: Kefu Chai <kchai@redhat.com>
20 files changed:
doc/architecture.rst
doc/cephfs/hadoop.rst
doc/dev/index.rst
doc/dev/osd-class-path.rst
doc/dev/osd_internals/erasure_coding/developer_notes.rst
doc/glossary.rst
doc/install/build-ceph.rst
doc/install/clone-source.rst
doc/man/8/ceph-deploy.rst
doc/rados/configuration/mon-config-ref.rst
doc/rados/configuration/network-config-ref.rst
doc/rados/operations/add-or-rm-mons.rst
doc/rados/operations/cache-tiering.rst
doc/rados/operations/pools.rst
doc/rados/troubleshooting/troubleshooting-osd.rst
doc/rados/troubleshooting/troubleshooting-pg.rst
doc/radosgw/s3/authentication.rst
doc/radosgw/swift.rst
doc/release-notes.rst
doc/start/get-involved.rst

index b6cc28333484e1125c7ecd4cbaff10406c695cc4..777ca8364910cbd139827a66fdd39429528897af 100644 (file)
@@ -1576,7 +1576,7 @@ instance for high availability.
 
 
 .. _RADOS - A Scalable, Reliable Storage Service for Petabyte-scale Storage Clusters: https://ceph.com/wp-content/uploads/2016/08/weil-rados-pdsw07.pdf
-.. _Paxos: http://en.wikipedia.org/wiki/Paxos_(computer_science)
+.. _Paxos: https://en.wikipedia.org/wiki/Paxos_(computer_science)
 .. _Monitor Config Reference: ../rados/configuration/mon-config-ref
 .. _Monitoring OSDs and PGs: ../rados/operations/monitoring-osd-pg
 .. _Heartbeats: ../rados/configuration/mon-osd-interaction
@@ -1589,14 +1589,14 @@ instance for high availability.
 .. _Hardware Recommendations: ../start/hardware-recommendations
 .. _Network Config Reference: ../rados/configuration/network-config-ref
 .. _Data Scrubbing: ../rados/configuration/osd-config-ref#scrubbing
-.. _striping: http://en.wikipedia.org/wiki/Data_striping
-.. _RAID: http://en.wikipedia.org/wiki/RAID 
-.. _RAID 0: http://en.wikipedia.org/wiki/RAID_0#RAID_0
+.. _striping: https://en.wikipedia.org/wiki/Data_striping
+.. _RAID: https://en.wikipedia.org/wiki/RAID
+.. _RAID 0: https://en.wikipedia.org/wiki/RAID_0#RAID_0
 .. _Ceph Object Storage: ../radosgw/
-.. _RESTful: http://en.wikipedia.org/wiki/RESTful
+.. _RESTful: https://en.wikipedia.org/wiki/RESTful
 .. _Erasure Code Notes: https://github.com/ceph/ceph/blob/40059e12af88267d0da67d8fd8d9cd81244d8f93/doc/dev/osd_internals/erasure_coding/developer_notes.rst
 .. _Cache Tiering: ../rados/operations/cache-tiering
 .. _Set Pool Values: ../rados/operations/pools#set-pool-values
-.. _Kerberos: http://en.wikipedia.org/wiki/Kerberos_(protocol)
+.. _Kerberos: https://en.wikipedia.org/wiki/Kerberos_(protocol)
 .. _Cephx Config Guide: ../rados/configuration/auth-config-ref
 .. _User Management: ../rados/operations/user-management
index 76d26f27d4ba8385334056057f9e2a71775102a3..8ee964ffdc3340155149528092d6a0673b8fd6d0 100644 (file)
@@ -30,7 +30,7 @@ and configure Hadoop to use the Ceph file system.
 CephFS Java Packages
 --------------------
 
-* CephFS Hadoop plugin (`hadoop-cephfs.jar <http://ceph.com/download/hadoop-cephfs.jar>`_)
+* CephFS Hadoop plugin (`hadoop-cephfs.jar <https://download.ceph.com/tarballs/hadoop-cephfs.jar>`_)
 
 Adding these dependencies to a Hadoop installation will depend on your
 particular deployment. In general the dependencies must be present on each
index 77ae952aabd70978430c865aca4d1a1b5145edd3..52b0279156d2d8c29ef5b0c3f99bfeeef58baa79 100644 (file)
@@ -1237,7 +1237,7 @@ you have not installed yet.
 
 Once Docker is up and running, install ``ceph-workbench`` by following the
 `Installation instructions in the ceph-workbench documentation
-<http://ceph-workbench.readthedocs.org/en/latest/#installation>`_.
+<http://ceph-workbench.readthedocs.io/en/latest/#installation>`_.
 
 Linking ceph-workbench with your OpenStack tenant
 -------------------------------------------------
index 6e209bc24111dc4f1fbcc492e0097b4dcb45f572..d0e54acac3bbc75f5c449acde9e1573a23aeb551 100644 (file)
@@ -9,7 +9,7 @@
 
 This usually happens because your OSDs can't find ``cls_rbd.so``. They
 search for it in ``osd_class_dir``, which may not be set correctly by
-default (http://tracker.newdream.net/issues/1722).
+default (http://tracker.ceph.com/issues/1722).
 
 Most likely it's looking in ``/usr/lib/rados-classes`` instead of
 ``/usr/lib64/rados-classes`` - change ``osd_class_dir`` in your
index 770ff4a748d5f452abf1efa98668c911fa02cc5f..fca56ce25368a7b1a58e4669f707cef3716724f9 100644 (file)
@@ -147,7 +147,7 @@ chunks are lost, it is not possible to recover the object.
 Reading the original content of object O can be a simple
 concatenation of O1, O2, ... OM, because the plugins are using
 `systematic codes
-<http://en.wikipedia.org/wiki/Systematic_code>`_. Otherwise the chunks
+<https://en.wikipedia.org/wiki/Systematic_code>`_. Otherwise the chunks
 must be given to the erasure code library *decode* method to retrieve
 the content of the object.
 
index 82546408a6e251b6bf66bff66a68fc0b19accfea..cdb7aae4f6026ca76ae750bac4fd629e84a4127a 100644 (file)
@@ -25,7 +25,7 @@ reflect either technical terms or legacy ways of referring to Ceph systems.
        Ceph
        Ceph Platform
                All Ceph software, which includes any piece of code hosted at
-               `http://github.com/ceph`_.
+               `https://github.com/ceph`_.
 
        Ceph System
        Ceph Stack
@@ -183,5 +183,5 @@ reflect either technical terms or legacy ways of referring to Ceph systems.
                Ceph-specific information about devices and its relationship with
                OSDs.
 
-.. _http://github.com/ceph: http://github.com/ceph
+.. _https://github.com/ceph: https://github.com/ceph
 .. _Cluster Map: ../architecture#cluster-map
index 9c834b987271b3e4cc70d5ce4e11625e6a18ee49..3010909878ebb0d3b17d931e6edb282f3123a22d 100644 (file)
@@ -82,11 +82,11 @@ Once you have installed the tools, setup an RPM compilation environment::
 
 Fetch the source tarball for the RPM compilation environment::
 
-       wget -P ~/rpmbuild/SOURCES/ http://ceph.com/download/ceph-<version>.tar.bz2
+       wget -P ~/rpmbuild/SOURCES/ https://download.ceph.com/tarballs/ceph-<version>.tar.bz2
 
 Or from the EU mirror::
 
-       wget -P ~/rpmbuild/SOURCES/ http://eu.ceph.com/download/ceph-<version>.tar.bz2
+       wget -P ~/rpmbuild/SOURCES/ http://eu.ceph.com/tarballs/ceph-<version>.tar.bz2
 
 Extract the specfile::
 
index 9ed32c027f34599d6ba85f220e38f92d55846f2d..da62ee93fa679c47bb2dca9468b5f418173a5c55 100644 (file)
@@ -30,8 +30,8 @@ You must also have a ``github`` account. If you do not have a
 Follow the directions for setting up git at 
 `Set Up Git`_.
 
-.. _github.com: http://github.com
-.. _Set Up Git: http://help.github.com/linux-set-up-git
+.. _github.com: https://github.com
+.. _Set Up Git: https://help.github.com/linux-set-up-git
 
 
 Add SSH Keys (Optional)
index ff96574dff6b290ba6ee4c3b49486dd82886a396..6654d182f0903e25a8e7fa932a41e0b44be57c5f 100644 (file)
@@ -597,7 +597,7 @@ Availability
 ============
 
 :program:`ceph-deploy` is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
-the documentation at http://ceph.com/ceph-deploy/docs for more information.
+the documentation at https://ceph.com/ceph-deploy/docs for more information.
 
 
 See also
index bc37b131253972ef641a76208191d03db14a77a0..4cdd7889cfff29d05db9adeeef240197d8b083c5 100644 (file)
@@ -1205,12 +1205,12 @@ Miscellaneous
 
 
 
-.. _Paxos: http://en.wikipedia.org/wiki/Paxos_(computer_science)
+.. _Paxos: https://en.wikipedia.org/wiki/Paxos_(computer_science)
 .. _Monitor Keyrings: ../../../dev/mon-bootstrap#secret-keys
 .. _Ceph configuration file: ../ceph-conf/#monitors
 .. _Network Configuration Reference: ../network-config-ref
 .. _Monitor lookup through DNS: ../mon-lookup-dns
-.. _ACID: http://en.wikipedia.org/wiki/ACID
+.. _ACID: https://en.wikipedia.org/wiki/ACID
 .. _Adding/Removing a Monitor: ../../operations/add-or-rm-mons
 .. _Add/Remove a Monitor (ceph-deploy): ../../deployment/ceph-deploy-mon
 .. _Monitoring a Cluster: ../../operations/monitoring
index 97985b3ad8fc05eb44cb966770ff1cd0d0130eed..7f1cea53d683c4edc88ac49315137d60926a4f58 100644 (file)
@@ -490,5 +490,5 @@ Ceph disables TCP buffering by default.
 .. _hardware recommendations: ../../../start/hardware-recommendations
 .. _Monitor / OSD Interaction: ../mon-osd-interaction
 .. _Message Signatures: ../auth-config-ref#signatures
-.. _CIDR: http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
-.. _Nagle's Algorithm: http://en.wikipedia.org/wiki/Nagle's_algorithm
+.. _CIDR: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
+.. _Nagle's Algorithm: https://en.wikipedia.org/wiki/Nagle's_algorithm
index 0cdc4313cc2586c9c14e36151d06523db805ce3d..b1fbccbc114ecdf22ff56effdc5f02bd89f0b563 100644 (file)
@@ -367,4 +367,4 @@ the monitors should operate successfully.
 
 .. _Manual Deployment: ../../../install/manual-deployment
 .. _Monitor Bootstrap: ../../../dev/mon-bootstrap
-.. _Paxos: http://en.wikipedia.org/wiki/Paxos_(computer_science)
+.. _Paxos: https://en.wikipedia.org/wiki/Paxos_(computer_science)
index ab43a4a8a1367cad8cfbf9d5e243c405bdd45b33..a8e64e5dba1ea0d58b29f71fa6f85e7a5f26d516 100644 (file)
@@ -456,6 +456,6 @@ disable and remove it.
 .. _Create a Pool: ../pools#create-a-pool
 .. _Pools - Set Pool Values: ../pools#set-pool-values
 .. _Placing Different Pools on Different OSDs: ../crush-map-edits/#placing-different-pools-on-different-osds
-.. _Bloom Filter: http://en.wikipedia.org/wiki/Bloom_filter
+.. _Bloom Filter: https://en.wikipedia.org/wiki/Bloom_filter
 .. _CRUSH Maps: ../crush-map
 .. _Absolute Sizing: #absolute-sizing
index 7ec38098a12bbf3cb0934d6971b897798729280c..c4e16b5e64eb7547c65b09426c46894d017c956a 100644 (file)
@@ -792,7 +792,7 @@ a size of 3).
 
 
 .. _Pool, PG and CRUSH Config Reference: ../../configuration/pool-pg-config-ref
-.. _Bloom Filter: http://en.wikipedia.org/wiki/Bloom_filter
+.. _Bloom Filter: https://en.wikipedia.org/wiki/Bloom_filter
 .. _setting the number of placement groups: ../placement-groups#set-the-number-of-placement-groups
 .. _Erasure Coding with Overwrites: ../erasure-code#erasure-coding-with-overwrites
 .. _Block Device Commands: ../../../rbd/rados-rbd-cmds/#create-a-block-device-pool
index 88307fe2a9bcf0d0fd95ac781f83fca54e89aba3..2ca5fdbe8b7015f0d1af71cdde21432c244fe6a8 100644 (file)
@@ -521,7 +521,7 @@ from eventually being marked ``out`` (regardless of what the current value for
 
 
 
-.. _iostat: http://en.wikipedia.org/wiki/Iostat
+.. _iostat: https://en.wikipedia.org/wiki/Iostat
 .. _Ceph Logging and Debugging: ../../configuration/ceph-conf#ceph-logging-and-debugging
 .. _Logging and Debugging: ../log-and-debug
 .. _Debugging and Logging: ../debug
index 4241feeb8cd6483e94b6a61a8bccf67d5723f349..39d4db7ffa47847b49cc16c63f8e5d6b0c9bb6bd 100644 (file)
@@ -661,7 +661,7 @@ It took 11 tries to map 42 PGs, 12 tries to map 44 PGs etc. The highest number o
 .. _here: ../../configuration/pool-pg-config-ref
 .. _Placement Groups: ../../operations/placement-groups
 .. _Pool, PG and CRUSH Config Reference: ../../configuration/pool-pg-config-ref
-.. _NTP: http://en.wikipedia.org/wiki/Network_Time_Protocol
+.. _NTP: https://en.wikipedia.org/wiki/Network_Time_Protocol
 .. _The Network Time Protocol: http://www.ntp.org/
 .. _Clock Settings: ../../configuration/mon-config-ref/#clock
 
index b1875385bf933bcce6b6f64ad83d51a60921eedc..7d1f1288c5a5e48ecaa07788e953610a42a67b77 100644 (file)
@@ -72,4 +72,4 @@ an object:
 +------------------+--------------------------------------------------------+----------------------------------------------+
 
 .. _RFC 2104: http://www.ietf.org/rfc/rfc2104.txt
-.. _HMAC: http://en.wikipedia.org/wiki/HMAC
+.. _HMAC: https://en.wikipedia.org/wiki/HMAC
index 42f21ffcfcee3a684f6c8104eb13a75b148ce7e1..89208e32c0fd2420e449f59935874073a478052a 100644 (file)
@@ -72,4 +72,4 @@ The following table describes the support status for current Swift functional fe
 | **CORS**                        | Not Supported   |                                        |
 +---------------------------------+-----------------+----------------------------------------+
 
-.. _Swift API: http://developer.openstack.org/api-ref-objectstorage-v1.html
+.. _Swift API: https://developer.openstack.org/api-ref/object-store/index.html
index 259007c89d497ba45d31149ac850f26aaaad585d..07e801a7bf5464c4116002bb853b813cf58f4e39 100644 (file)
@@ -20058,7 +20058,7 @@ v0.56 "bobtail"
 ===============
 
 Bobtail is the second stable release of Ceph, named in honor of the
-`Bobtail Squid`: http://en.wikipedia.org/wiki/Bobtail_squid.
+`Bobtail Squid`: https://en.wikipedia.org/wiki/Bobtail_squid.
 
 Key features since v0.48 "argonaut"
 -----------------------------------
index 5cbb1d6dea7475b0fc4f39b09a7424c85882f751..425a601d91a0368205afae4e43bc0f4b836efa78 100644 (file)
@@ -65,7 +65,7 @@ These are exciting times in the Ceph community! Get involved!
 +----------------------+-------------------------------------------------+-----------------------------------------------+
 | **Source Code**      | If you would like to participate in             |                                               |
 |                      | development, bug fixing, or if you just want    | - http://github.com/ceph/ceph                 |
-|                      | the very latest code for Ceph, you can get it   | - http://ceph.com/download                    |
+|                      | the very latest code for Ceph, you can get it   | - http://download.ceph.com/tarballs/          |
 |                      | at http://github.com. See `Ceph Source Code`_   |                                               |
 |                      | for details on cloning from github.             |                                               |
 +----------------------+-------------------------------------------------+-----------------------------------------------+