From: garciadeblas Date: Wed, 16 Dec 2020 17:32:32 +0000 (+0100) Subject: removing zfs install from install_juju X-Git-Tag: release-v9.0-start~8 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=9aee09f002e7cd17f0e0e147a9aacc6d2f4f74c1 removing zfs install from install_juju Change-Id: I8710829669dd9e27f06df23c0e55d012ad549cfe Signed-off-by: garciadeblas --- 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`