Skip to content

New option for manual LFS storage area creation

Clément Moyroud requested to merge (removed):lfs_storage_manual_creation into master

This is a fix for #999 (closed). A new option gitlab_rails['manage_lfs_storage_path'] is available. Default is set to true to reproduce previous behaviour. When set to false, the dir specified to by gitlab_rails['lfs_storage_path'] is expected to be created, and writable by the user account running Gitlab.

Merge request reports