1. 05 6月, 2017 2 次提交
    • K
      Merge branch 'sh-fix-lfs-from-moving-across-filesystems' into 'master' · 761e3764
      Kamil Trzciński 提交于
      Fix LFS timeouts when trying to save large files
      
      Closes #33218
      
      See merge request !11866
      761e3764
    • S
      Fix LFS timeouts when trying to save large files · 37dd0737
      Stan Hu 提交于
      The following was happening:
      
      1. Workhorse stores an LFS file in /var/opt/gitlab/gitlab-rails/shared/lfs-objects
      2. CarrierWave then renames the file to a temporary directory (e.g. /opt/gitlab/embedded/service/gitlab-rails/tmp)
      3. CarrierWave then renames the file to its final location (e.g. /var/opt/gitlab/gitlab-rails/shared/lfs-objects)
      
      When the LFS upload path was on a different filesystem than the Rails
      installation, step 2 could take a longer than 10 seconds, at which point Workhorse
      would time out with "badgateway: failed after 10s: context canceled".
      
      This change makes the work path in the same root as the LFS storage path, preventing moves
      across filesystems.
      
      Closes #33218
      37dd0737
  2. 04 6月, 2017 4 次提交
  3. 03 6月, 2017 23 次提交
  4. 02 6月, 2017 11 次提交