forked from Deuxfleurs/garage
fix command for adding node
This commit is contained in:
parent
f9d77b6cd9
commit
9589d10165
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ The ID of the lost node should be shown in `garage status` in the section for di
|
|||
Then, replace the broken node by the new one, using:
|
||||
|
||||
```
|
||||
garage node add --replace <old_node_id> -c <capacity> -d <datacenter> -t <node_tag> <new_node_id>
|
||||
garage node configure --replace <old_node_id> \
|
||||
-c <capacity> -d <datacenter> -t <node_tag> <new_node_id>
|
||||
```
|
||||
|
||||
Garage will then start synchronizing all required data on the new node.
|
||||
|
|
Loading…
Reference in a new issue