mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
README.md: mention that new vmstorage
node must have the same -retentionPeriod
as the previous nodes
This commit is contained in:
parent
c254adba7c
commit
a10d27eccd
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Ports may be altered by setting `-httpListenAddr` on the corresponding nodes.
|
||||||
|
|
||||||
Steps to add `vmstorage` node:
|
Steps to add `vmstorage` node:
|
||||||
|
|
||||||
1. Start new `vmstorage` node.
|
1. Start new `vmstorage` node with the same `-retentionPeriod` as existing nodes in the cluster.
|
||||||
2. Gradually restart all the `vmselect` nodes with new `-storageNode` arg containing `<new_vmstorage_host>:8401`.
|
2. Gradually restart all the `vmselect` nodes with new `-storageNode` arg containing `<new_vmstorage_host>:8401`.
|
||||||
3. Gradually restart all the `vminsert` nodes with new `-storageNode` arg containing `<new_vmstorage_host>:8400`.
|
3. Gradually restart all the `vminsert` nodes with new `-storageNode` arg containing `<new_vmstorage_host>:8400`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue