-
Notifications
You must be signed in to change notification settings - Fork 28
Replace git_data_dirs #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1edd95f to
73e9ad5
Compare
|
@Normo Could you please review this one? |
|
@tobiashuste Thanks, that looks reasonable to me. One thing we definitely need to consider: gitlab_additional_configurations:
- gitaly:
- key: ‘configuration’
type: ‘plain’
value: ‘{{ gitaly_configuration }}’We need to make sure that it is merged and not overwritten. |
That's a good point. I'll have a look how this could be done. |
fdebc31 to
7b621d1
Compare
7b621d1 to
b4f3654
Compare
Starting with GitLab 18.0 git_data_dirs will be removed. They need to be replaced according to: https://docs.gitlab.com/omnibus/settings/configuration/#migrating-from-git_data_dirs
This can happen if it is already present in gitlab_additional_configurations. In this case send a warning that users have to add the gitaly storage path themselves.
b4f3654 to
c721b78
Compare
Starting with GitLab 18.0 git_data_dirs will be removed. They need to be replaced according to: https://docs.gitlab.com/omnibus/settings/configuration/#migrating-from-git_data_dirs
@Normo Do we want to provide a fallback for older GitLab versions? In principle the new method is now supported for quite a couple of releases.
Related to #366