You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/07/23 23:57:49 UTC

[couchdb-documentation] 17/18: lint and ref and multiline labels

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 2.2.0-release-notes
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 3efe7648090f4dde0d73bf6fd0d4e91cc4b50325
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Jul 21 19:57:16 2018 +0200

    lint and ref and multiline labels
---
 src/cluster/sharding.rst | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/src/cluster/sharding.rst b/src/cluster/sharding.rst
index 2a72ef2..862e326 100644
--- a/src/cluster/sharding.rst
+++ b/src/cluster/sharding.rst
@@ -142,21 +142,19 @@ they must be moved manually.
 
 Moving shards between nodes in a cluster involves the following steps:
 
-0. :ref:`Ensure the target node has joined the cluster
-    <cluster/nodes/add>`.
-1. :ref:`Copy the shard(s) and any secondary index shard(s) onto the
-    target node <cluster/sharding/copying>`.
+0. :ref:`Ensure the target node has joined the cluster <cluster/nodes/add>`.
+1. Copy the shard(s) and any secondary
+   :ref:`index shard(s) onto the target node <cluster/sharding/copying>`.
 2. :ref:`Set the target node to maintenance mode <cluster/sharding/mm>`.
-3. :ref:`Update cluster metadata to reflect the new target shard(s)
-    <cluster/sharding/add-shard>`.
-4. :ref:`Monitor internal replication to ensure up-to-date shard(s)
-    <cluster/sharding/verify>`.
-5. :ref:`Clear the target node's maintenance mode
-    <cluster/sharding/mm-2>`.
-6. :ref:`Update cluster metadata again to remove the source shard(s)
-    <cluster/sharding/remove-shard>`
-7. :ref:`Remove the shard file(s) and secondary index file(s) from the
-    source node <cluster/sharding/remove-shard-files>`.
+3. Update cluster metadata
+   :ref:`to reflect the new target shard(s) <cluster/sharding/add-shard>`.
+4. Monitor internal replication
+   :ref:`to ensure up-to-date shard(s) <cluster/sharding/verify>`.
+5. :ref:`Clear the target node's maintenance mode <cluster/sharding/mm-2>`.
+6. Update cluster metadata again
+   :ref:`to remove the source shard(s)<cluster/sharding/remove-shard>`
+7. Remove the shard file(s) and secondary index file(s)
+   :ref:`from the source node <cluster/sharding/remove-shard-files>`.
 
 .. _cluster/sharding/copying: