The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/7778
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com>
From 48b627c6aace8f4efb7c0d2fc54957e8f423f0bc Mon Sep 17 00:00:00 2001 From: Free Ekanayaka <free.ekanay...@canonical.com> Date: Sat, 15 Aug 2020 13:55:18 +0200 Subject: [PATCH] enable dqlite v2 Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com> --- test/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/main.sh b/test/main.sh index 420b80ecf3..13a9719328 100755 --- a/test/main.sh +++ b/test/main.sh @@ -1,6 +1,8 @@ #!/bin/sh -eu [ -n "${GOPATH:-}" ] && export "PATH=${GOPATH}/bin:${PATH}" +export DQLITE_ENGINE_V2=1 + # Don't translate lxc output for parsing in it in tests. export LC_ALL="C"
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel