From f91b58560b983eeac8b8c2aad02516c59f8eb01c Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 29 Mar 2022 04:08:58 +0200 Subject: [PATCH] grafana: relieve influxdb of TimeoutStartSec I hate our ceph setup. it has wasted many hours of my lifetime. --- hosts/containers/grafana/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/containers/grafana/default.nix b/hosts/containers/grafana/default.nix index 7134c6cf..06aa57c9 100644 --- a/hosts/containers/grafana/default.nix +++ b/hosts/containers/grafana/default.nix @@ -73,6 +73,7 @@ in { // { # work around our slow storage that can't keep up influxdb.serviceConfig.LimitNOFILES = 102400; + influxdb.serviceConfig.TimeoutStartSec = "infinity"; }; # This value determines the NixOS release with which your system is to be