openvstorage/ovs-documentation

document support for 16.04

wimpers opened this issue · 3 comments

document support for 16.04

I assume "apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EFFB1E7" is a step to add to add to the documentation?

openvstorage/framework#890 (comment)

Installing the ovs cluster on 16.04:

echo "deb http://apt.openvstorage.com unstable main" > /etc/apt/sources.list.d/ovsaptrepo.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EFFB1E7

cat <<EOF > /etc/apt/preferences
Package: *
Pin: origin apt.openvstorage.com
Pin-Priority: 1000
EOF

apt-get update

apt-get install volumedriver-no-dedup-server -y
apt-get install openvstorage-hc -y
sudo apt-get install qemu -y