I’m using GitLab 13.6 with CentOS 8.
I have enabled GitLab LFS as follows.
In /etc/gitlab/gitlab.rb
Git LFS
gitlab_rails [‘lfs_enabled’] = true
gitlab_rails [‘lfs_storage_path’] = “/ var / opt / gitlab / gitlab-rails / shared / lfs-objects”
I have a question here. Does GitLab have the ability to increase the data capacity of lfs_storage_path?
(For example, “you can add the path of lfs_storage_path”)
I understand that Repository storage can add storage with “git_data_dirs”, but I would like to know how to add storage when lfs space is exhausted.
Thank you.