[lxc-devel] [lxc-ci/master] Enable dqlite engine V2 when running Jenkins tests

freeekanayaka on Github lxc-bot at linuxcontainers.org
Mon Aug 24 09:03:25 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 465 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200824/84ec365c/attachment.bin>
-------------- next part --------------
From 4c8412703a867ef291f0cb596aa63983b9511b76 Mon Sep 17 00:00:00 2001
From: Free Ekanayaka <free.ekanayaka at 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"


More information about the lxc-devel mailing list