summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-08-13 17:58:46 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-08-13 17:58:46 +0000
commitbd759eebcd3d824bc95b08d91dcaf705b05769bb (patch)
treec4a11ceea97d490b38bf85a82a2352a6257ea1c9
parent76b345105a252a507c7993c95ab5f71316a89108 (diff)
parent5f9de1f63c57d70f707df0ec5891c72a56215920 (diff)
downloadgitlab-ce-bd759eebcd3d824bc95b08d91dcaf705b05769bb.tar.gz
Merge branch 'ce-docker_image_replication-ui-3-3' into 'master'
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14599 See merge request gitlab-org/gitlab-ce!31573
-rw-r--r--doc/api/geo_nodes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/geo_nodes.md b/doc/api/geo_nodes.md
index e3af5d60533..1c702b59a08 100644
--- a/doc/api/geo_nodes.md
+++ b/doc/api/geo_nodes.md
@@ -27,6 +27,7 @@ Example response:
"current": true,
"files_max_capacity": 10,
"repos_max_capacity": 25,
+ "container_repositories_max_capacity": 10,
"verification_max_capacity": 100,
"clone_protocol": "http"
},
@@ -40,6 +41,7 @@ Example response:
"current": false,
"files_max_capacity": 10,
"repos_max_capacity": 25,
+ "container_repositories_max_capacity": 10,
"verification_max_capacity": 100,
"clone_protocol": "http"
}
@@ -69,6 +71,7 @@ Example response:
"current": true,
"files_max_capacity": 10,
"repos_max_capacity": 25,
+ "container_repositories_max_capacity": 10,
"verification_max_capacity": 100,
"clone_protocol": "http"
}
@@ -94,6 +97,7 @@ PUT /geo_nodes/:id
| `files_max_capacity` | integer | no | Control the maximum concurrency of LFS/attachment backfill for this secondary node. |
| `repos_max_capacity` | integer | no | Control the maximum concurrency of repository backfill for this secondary node. |
| `verification_max_capacity` | integer | no | Control the maximum concurrency of verification for this node. |
+| `container_repositories_max_capacity` | integer | no | Control the maximum concurrency of container repository sync for this node. |
Example response:
@@ -108,6 +112,7 @@ Example response:
"current": true,
"files_max_capacity": 10,
"repos_max_capacity": 25,
+ "container_repositories_max_capacity": 10,
"verification_max_capacity": 100,
"clone_protocol": "http"
}
@@ -151,6 +156,7 @@ Example response:
"current": true,
"files_max_capacity": 10,
"repos_max_capacity": 25,
+ "container_repositories_max_capacity": 10,
"verification_max_capacity": 100,
"clone_protocol": "http"
}