Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2021-09-28 22:00:42 +0300
committerStan Hu <stanhu@gmail.com>2021-09-28 22:00:42 +0300
commitf3e07ba5a4b40a7e173495a7b645e4143934e018 (patch)
tree7e4ab80125510a33c9d083e89e0f6340280bf0f8
parente3000f0672e47b05089233c30c8d9a66f2da9c84 (diff)
Rearrange requirement list
-rw-r--r--doc/rfcs/recovery.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rfcs/recovery.md b/doc/rfcs/recovery.md
index f32a2eac6..8b13f558b 100644
--- a/doc/rfcs/recovery.md
+++ b/doc/rfcs/recovery.md
@@ -8,9 +8,6 @@ of out-of-sync nodes.
## Requirements
-1. A new Gitaly node should be able to added and automatically rebuild
-itself with all repositories that should be on that virtual storage.
-
1. Gitaly Cluster should be able to detect and automatically recover
from a single repository going out of sync. Example failure scenarios:
@@ -19,6 +16,9 @@ from a single repository going out of sync. Example failure scenarios:
1. A hardware failure corrupts a repository.
1. An admin attempts to rebuild a node by rsync'ing from existing repositories.
+1. A new Gitaly node should be able to added and automatically rebuild
+itself with all repositories that should be on that virtual storage.
+
## Current status
The [current implementation of virtual storages](virtual_storage.md)