Skip to content

Commit 63c8a05

Browse files
committed
Merge branch 'clarify_lfs' into 'master'
Clarify LFS configuration A user on Twitter was confused (rightfully so) because LFS admin docs suggest you must set a storage path. In fact, Omnibus defaults to a very sane location. Add a comment to the snippet outlining the default. See merge request !3388
2 parents 28c94ee + 2da8204 commit 63c8a05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/workflow/lfs/lfs_administration.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ In `/etc/gitlab/gitlab.rb`:
2323

2424
```ruby
2525
gitlab_rails['lfs_enabled'] = false
26+
27+
# Optionally, change the storage path location. Defaults to
28+
# `#{gitlab_rails['shared_path']}/lfs-objects`. Which evaluates to
29+
# `/var/opt/gitlab/gitlab-rails/shared/lfs-objects` by default.
2630
gitlab_rails['lfs_storage_path'] = "/mnt/storage/lfs-objects"
2731
```
2832

0 commit comments

Comments
 (0)