Skip to content

Commit c55cef7

Browse files
author
Charlie Voiselle
committed
Fix DOC-695 - force-replace command typo
`riak-admin force-replace` should be `riak-admin cluster force-replace`
1 parent ec3ea8e commit c55cef7

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

content/riak/kv/2.0.0/using/admin/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Reassigns all [data partitions][concept clusters] owned by one node to
186186
another node _without_ first handing off data.
187187

188188
```bash
189-
riak-admin force-replace <node_being_replaced> <replacement_node>
189+
riak-admin cluster force-replace <node_being_replaced> <replacement_node>
190190
```
191191

192192
Once the data partitions have been reassigned, the node that is being

content/riak/kv/2.0.0/using/cluster-operations/changing-cluster-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Reconfigure `node1.localdomain` to listen on the new private IP address *192.168
303303
11. Clean up by deleting the renamed `ring` directory once all previous steps have been successfully completed.
304304
305305
<div class="note"><div class="title">Note</div>
306-
When using the `riak-admin force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
306+
When using the `riak-admin cluster force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
307307
</div>
308308

309309
<a id="repeat"></a>

content/riak/kv/2.0.1/using/admin/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Reassigns all [data partitions][concept clusters] owned by one node to
186186
another node _without_ first handing off data.
187187

188188
```bash
189-
riak-admin force-replace <node_being_replaced> <replacement_node>
189+
riak-admin cluster force-replace <node_being_replaced> <replacement_node>
190190
```
191191

192192
Once the data partitions have been reassigned, the node that is being

content/riak/kv/2.0.1/using/cluster-operations/changing-cluster-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Reconfigure `node1.localdomain` to listen on the new private IP address *192.168
303303
11. Clean up by deleting the renamed `ring` directory once all previous steps have been successfully completed.
304304
305305
<div class="note"><div class="title">Note</div>
306-
When using the `riak-admin force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
306+
When using the `riak-admin cluster force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
307307
</div>
308308

309309
<a id="repeat"></a>

content/riak/kv/2.0.2/using/admin/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Reassigns all [data partitions][concept clusters] owned by one node to
185185
another node _without_ first handing off data.
186186

187187
```bash
188-
riak-admin force-replace <node_being_replaced> <replacement_node>
188+
riak-admin cluster force-replace <node_being_replaced> <replacement_node>
189189
```
190190

191191
Once the data partitions have been reassigned, the node that is being

content/riak/kv/2.0.2/using/cluster-operations/changing-cluster-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Reconfigure `node1.localdomain` to listen on the new private IP address *192.168
303303
11. Clean up by deleting the renamed `ring` directory once all previous steps have been successfully completed.
304304
305305
<div class="note"><div class="title">Note</div>
306-
When using the `riak-admin force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
306+
When using the `riak-admin cluster force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
307307
</div>
308308

309309
<a id="repeat"></a>

content/riak/kv/2.0.4/using/admin/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Reassigns all [data partitions][concept clusters] owned by one node to
186186
another node _without_ first handing off data.
187187

188188
```bash
189-
riak-admin force-replace <node_being_replaced> <replacement_node>
189+
riak-admin cluster force-replace <node_being_replaced> <replacement_node>
190190
```
191191

192192
Once the data partitions have been reassigned, the node that is being

content/riak/kv/2.0.4/using/cluster-operations/changing-cluster-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Reconfigure `node1.localdomain` to listen on the new private IP address *192.168
303303
11. Clean up by deleting the renamed `ring` directory once all previous steps have been successfully completed.
304304
305305
<div class="note"><div class="title">Note</div>
306-
When using the `riak-admin force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
306+
When using the `riak-admin cluster force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
307307
</div>
308308

309309
<a id="repeat"></a>

content/riak/kv/2.0.5/using/admin/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Reassigns all [data partitions][concept clusters] owned by one node to
186186
another node _without_ first handing off data.
187187

188188
```bash
189-
riak-admin force-replace <node_being_replaced> <replacement_node>
189+
riak-admin cluster force-replace <node_being_replaced> <replacement_node>
190190
```
191191

192192
Once the data partitions have been reassigned, the node that is being

content/riak/kv/2.0.5/using/cluster-operations/changing-cluster-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Reconfigure `node1.localdomain` to listen on the new private IP address *192.168
303303
11. Clean up by deleting the renamed `ring` directory once all previous steps have been successfully completed.
304304
305305
<div class="note"><div class="title">Note</div>
306-
When using the `riak-admin force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
306+
When using the `riak-admin cluster force-replace` command, you will always get a warning message like: `WARNING: All of '[email protected]' replicas will be lost`. Since we didn't delete any data files and we are replacing the node with itself under a new name, we will not lose any replicas.
307307
</div>
308308

309309
<a id="repeat"></a>

0 commit comments

Comments
 (0)