From 19d019bbad8909f89cf1017b84c78e7fd9c27d6a Mon Sep 17 00:00:00 2001 From: David Garcia Date: Thu, 20 Aug 2020 12:14:18 +0200 Subject: [PATCH] Remove unneeded dependency - The lxd-preseed.conf uses btrfs, so zfs is not needed anymore. Change-Id: Ife9aa65e2746bf2f35f3c96ab05430dcf46acc0b Signed-off-by: David Garcia --- installers/charmed_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/charmed_install.sh b/installers/charmed_install.sh index 3895ce8d..228a0e05 100755 --- a/installers/charmed_install.sh +++ b/installers/charmed_install.sh @@ -78,7 +78,6 @@ function bootstrap_k8s_lxd(){ # Install LXD snap sudo apt-get remove --purge -y liblxc1 lxc-common lxcfs lxd lxd-client sudo snap install lxd - sudo apt-get install zfsutils-linux -y # Configure LXD sudo usermod -a -G lxd `whoami` cat /usr/share/osm-devops/installers/lxd-preseed.conf | sed 's/^config: {}/config:\n core.https_address: '$LXDENDPOINT':8443/' | sg lxd -c "lxd init --preseed" -- 2.25.1