diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-21 16:50:26 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-21 16:50:26 +0200 |
commit | b80bf57d378aec82cc933df233a30e0390564419 (patch) | |
tree | b50b4514124e3e15b70019de832b63ce20afdd3b /doc | |
parent | 53534682a30f7eff0f52f5e8f6bbef95e321ec07 (diff) | |
download | gitlab-ce-b80bf57d378aec82cc933df233a30e0390564419.tar.gz |
Disable 'repository check' feature in 8.7.0
It still causes too many false alarms.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/repository_checks.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/repository_checks.md b/doc/administration/repository_checks.md index 61bf8ce6161..3411e4af6a7 100644 --- a/doc/administration/repository_checks.md +++ b/doc/administration/repository_checks.md @@ -1,7 +1,8 @@ # Repository checks >**Note:** -This feature was [introduced][ce-3232] in GitLab 8.7. +This feature was [introduced][ce-3232] in GitLab 8.7. It is OFF by +default because it still causes too many false alarms. Git has a built-in mechanism, [git fsck][git-fsck], to verify the integrity of all data commited to a repository. GitLab administrators |