Skip to content

Commit f6c0935

Browse files
YDBOPS-9806: add note about host restart delay in docs (#7985)
1 parent bbf4a41 commit f6c0935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/docs/en/core/devops/manual/state-storage-move.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ To move State Storage from the `node_id:1` host to the `node_id:10` host:
4242
```
4343

4444
1. Update the `config.yaml` configuration files for all the cluster nodes, including dynamic nodes.
45-
1. Use the [rolling-restart](../../maintenance/manual/node_restarting.md) procedure to restart all the cluster nodes (including dynamic nodes but excluding static nodes on the hosts with `node_id:1` and `node_id:10`).
45+
1. Use the [rolling-restart](../../maintenance/manual/node_restarting.md) procedure to restart all the cluster nodes (including dynamic nodes but excluding static nodes on the hosts with `node_id:1` and `node_id:10`). Please note that there must be at least a 15 second delay between host restarts.
4646
1. Stop static cluster nodes on the hosts with `node_id:1` and `node_id:10`.

ydb/docs/ru/core/devops/manual/state-storage-move.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ domains_config:
4242
```
4343

4444
1. Обновите конфигурационные файлы `config.yaml` для всех узлов кластера, в том числе и динамических.
45-
1. С помощью процедуры [rolling-restart](../../maintenance/manual/node_restarting.md) перезапустите все узлы кластера, включая динамические, кроме статических узлов на хостах с `node_id:1` и `node_id:10`.
45+
1. С помощью процедуры [rolling-restart](../../maintenance/manual/node_restarting.md) перезапустите все узлы кластера, включая динамические, кроме статических узлов на хостах с `node_id:1` и `node_id:10`. Обратите внимание, что между рестартом хостов необходима задержка как минимум в 15 секунд.
4646
1. Запустите статические узлы кластера на хостах `node_id:1` и `node_id:10`.

0 commit comments

Comments
 (0)