From f76a3e169afcea1fa556686d5c9be7c38ae15a64 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 5 Dec 2016 15:55:53 +0000 Subject: testing/lxd: ugprade to 2.6.2, updated initd and confd --- testing/lxd/lxd.confd | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'testing/lxd/lxd.confd') diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd index 086198a55ca..3d553276a5e 100644 --- a/testing/lxd/lxd.confd +++ b/testing/lxd/lxd.confd @@ -1,26 +1,27 @@ -LXD_OPTIONS="" - # Group which owns the shared socket -LXD_OPTIONS="${LXD_OPTIONS} --group lxd" - -# TCP address to listen on in addition to the unix socket (e.g., 127.0.0.1:8443) -#LXD_OPTIONS="${LXD_OPTIONS} --tcp 127.0.0.1:8443" +LXD_OPTIONS+=" --group lxd" # Enable cpu profiling into the specified file -#LXD_OPTIONS="${LXD_OPTIONS} --cpuprofile ''" +#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile" # Enable memory profiling into the specified file -#LXD_OPTIONS="${LXD_OPTIONS} --memprofile ''" +#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile" # Enables debug mode -#LXD_OPTIONS="${LXD_OPTIONS} --debug" +#LXD_OPTIONS+=" --debug" # For debugging, print a complete stack trace every n seconds -#LXD_OPTIONS="${LXD_OPTIONS} --print-goroutines-every 5" +#LXD_OPTIONS+=" --print-goroutines-every 5" # Enables verbose mode -#LXD_OPTIONS="${LXD_OPTIONS} -v" +#LXD_OPTIONS+=" -v" + +# Logfile to log to +#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log" + +# Enables syslog logging +#LXD_OPTIONS+=" --syslog" -- cgit v1.2.3