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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-14 18:08:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-14 18:08:14 +0300
commit87f286558de1f5790b0b1742f10548387b5d147a (patch)
treec483d5f3542094d2123c8116ffee22430d9ad9c9 /lib/system_check/app
parent674e7e2c3d295704bdf504dd0caa2e5a2d9b5cd2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/system_check/app')
-rw-r--r--lib/system_check/app/hashed_storage_all_projects_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/app/hashed_storage_all_projects_check.rb b/lib/system_check/app/hashed_storage_all_projects_check.rb
index f67f7828cf5..7539309fbf4 100644
--- a/lib/system_check/app/hashed_storage_all_projects_check.rb
+++ b/lib/system_check/app/hashed_storage_all_projects_check.rb
@@ -12,7 +12,7 @@ module SystemCheck
def show_error
try_fixing_it(
"Please migrate all projects to hashed storage#{' on the primary' if Gitlab.ee? && Gitlab::Geo.secondary?}",
- "as legacy storage is deprecated in 13.0 and support will be removed in 13.4."
+ "as legacy storage is deprecated in 13.0 and support will be removed in 14.0."
)
for_more_information('doc/administration/repository_storage_types.md')