The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/189
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) === This setting should be kept for a bit, to make sure we don't see test regressions. After that we'll make V2 the default in dqlite and this setting can be dropped.
From 4c8412703a867ef291f0cb596aa63983b9511b76 Mon Sep 17 00:00:00 2001 From: Free Ekanayaka <free.ekanay...@canonical.com> Date: Mon, 24 Aug 2020 10:59:42 +0200 Subject: [PATCH] Enable dqlite engine V2 when running Jenkins tests --- bin/build-lxd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/build-lxd b/bin/build-lxd index e33b01e..4968979 100755 --- a/bin/build-lxd +++ b/bin/build-lxd @@ -166,6 +166,9 @@ if [ "$(uname -m)" != "x86_64" ]; then unset LXD_CEPH_CLUSTER fi +# Enable dqlite engine V2 (TODO: drop this once V2 is the default) +export DQLITE_ENGINE_V2=1 + # Run the unit tests if [ "${LXD_BACKEND}" = "dir" ]; then echo "==> UNIT BEGIN: all tests"
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel