Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Installation quick guide

...

We'll update this package as long as stretch does not become stable.

Repository activation & package installation Quick Guide

No Format
wget -O - https://deb.clazzes.org/gpg/pba-archiver.clazzes.org.asc |apt-key add -
 
cd /etc/apt/sources.list.d
wget https://deb.clazzes.org/debian/sources.list.d/jessie/jessie-drbdpkg-8.list
 
# evtl. change jessie-drbdpkg-8.list to use https over http, if apt-transport-https is installed
 
apt-get update
 
apt-get install drbd8-dkms drbd-utils
 
# get secondary on all drbd resources
# restart DRBD
/etc/init.d/drbd stop
/etc/init.d/drbd start
# check version:
cat /proc/drbd |head -1

DKMS Problems, Solutions, hints

...