From 6fa61e81de183f0bcac79c57fa96865ff6a9347c Mon Sep 17 00:00:00 2001 From: Felipe Vicens Date: Sat, 13 Jun 2020 11:01:51 +0200 Subject: [PATCH] Changing lxd storage backend to btrfs Bug #1096 Changing the juju version to 2.7.6 Change-Id: I8b90bc69d7ef830767acce9d6c778a92fe9f73a6 Signed-off-by: Felipe Vicens --- installers/lxd-preseed.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/lxd-preseed.conf b/installers/lxd-preseed.conf index 21851d58..15a9594d 100644 --- a/installers/lxd-preseed.conf +++ b/installers/lxd-preseed.conf @@ -23,10 +23,10 @@ networks: type: "" storage_pools: - config: - size: 15GB + size: 100GB description: "" name: default - driver: zfs + driver: btrfs profiles: - config: {} description: "" -- 2.25.1