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:
authorSami Hiltunen <shiltunen@gitlab.com>2020-08-06 13:31:16 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2020-08-07 13:41:17 +0300
commit9d0937cc128d601681a8d5a1effb20a4c3813a76 (patch)
tree71bfa9c54c74c772ffa9e517d8009bf04a8073b5 /changelogs
parent9e5dfd987388c905b584f58b48afede245721ec7 (diff)
report only read-only repositories by default in dataloss
`dataloss` command currenly display every outdated repository on a virtual storage by default. While outdated secondaries should also be fixed, they do not require immediate administrator action as they do not affect the writability of the repository. Secondaries might also be outdated only temporarily until a replication job brings them up to date. Outdated primary requires administrator action to enable the repository for writes again. This is currently a permanent state until administrator takes action. To reduce the noise from the tool, this commit only displays read-only repositories by default. Listing outdated writable repositories is still supported via the `-partially-replicated` flag.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/smh-dataloss-filter-read-only.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/smh-dataloss-filter-read-only.yml b/changelogs/unreleased/smh-dataloss-filter-read-only.yml
new file mode 100644
index 000000000..bc4b0b8f9
--- /dev/null
+++ b/changelogs/unreleased/smh-dataloss-filter-read-only.yml
@@ -0,0 +1,5 @@
+---
+title: Report only read-only repositories by default in dataloss
+merge_request: 2449
+author:
+type: changed