diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-14 15:08:14 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-14 15:08:14 +0000 |
commit | 87f286558de1f5790b0b1742f10548387b5d147a (patch) | |
tree | c483d5f3542094d2123c8116ffee22430d9ad9c9 /lib/system_check | |
parent | 674e7e2c3d295704bdf504dd0caa2e5a2d9b5cd2 (diff) | |
download | gitlab-ce-87f286558de1f5790b0b1742f10548387b5d147a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/system_check')
-rw-r--r-- | lib/system_check/app/hashed_storage_all_projects_check.rb | 2 |
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') |