1) Установить плагин
2) Настроить GERRIT-САЙТ / etc / lfs.config
[storage]
backend = fs
directory = xxxxx <= Default: $GERRIT_SITE/data/lfs
3) Настроить GERRIT-САЙТ / etc / gerrit.config
[LFS]
плагин = lfs
4) Настройка всех проектов
git clone https://USER@GERRIT-SERVER/a/All-Projects
git fetch origin refs/meta/config
git checkout FETCH_HEAD
vi lfs.config
[lfs "^.*"]
enabled = true
maxObjectSize = 50m
git commit -a
git push origin HEAD:refs/meta/config