Merge "Fix ZFSonLinux driver prerequisites setup"

This commit is contained in:
Jenkins 2016-08-04 15:00:06 +00:00 committed by Gerrit Code Review
commit 636a7b37e8

View File

@ -578,7 +578,15 @@ function install_manila {
# NOTE(vponomaryov): following installation is valid for Ubuntu 'trusty'.
sudo apt-get install -y software-properties-common
sudo apt-add-repository --yes ppa:zfs-native/stable
# Workaround for bug #1609696
sudo apt-mark hold grub*
sudo apt-get -y -q update && sudo apt-get -y -q upgrade
# Workaround for bug #1609696
sudo apt-mark unhold grub*
sudo apt-get install -y linux-headers-generic
sudo apt-get install -y build-essential
sudo apt-get install -y ubuntu-zfs