From 9aee09f002e7cd17f0e0e147a9aacc6d2f4f74c1 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 16 Dec 2020 18:32:32 +0100 Subject: [PATCH] removing zfs install from install_juju Change-Id: I8710829669dd9e27f06df23c0e55d012ad549cfe Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 875ee250..be2aed43 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -288,7 +288,6 @@ function install_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` -- 2.17.1