Commit 4da0bf7d authored by Łukasz Nowak's avatar Łukasz Nowak

Fix "slapos/collect: Enable disk usage by default"

[collect] section was put in the middle of [networkcache] section resulting
with badly working fresh slapos-node installations using the example as a
configuration template.

This fixes commit 2da17657
parent bf53a921
......@@ -66,12 +66,6 @@ download-binary-dir-url = http://shadir.nxdcdn.com
#shadir-cert-file = /etc/opt/slapos/shacache/shacache.cert
#shadir-key-file = /etc/opt/slapos/shacache/shacache.key
[collect]
enable = True
time_cycle = 86400
pid_folder = /srv/slapgrid/var/run
use_quota = False
# List of signatures of uploaders we trust:
# Sebastien Robin
# Kazuhiko Shiozaki
......@@ -173,3 +167,10 @@ upload-to-binary-cache-url-blacklist =
#download-from-binary-cache-force-url-list =
# https://lab.nexedi.com/nexedi/slapos/raw/1.0.
# https://lab.node.vifib.com/nexedi/slapos/raw/1.0.
[collect]
enable = True
time_cycle = 86400
pid_folder = /srv/slapgrid/var/run
use_quota = False
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment