Export the full report from DRBD data collector
[ganeti-local] / INSTALL
diff --git a/INSTALL b/INSTALL
index 22f16b2..5f72d1b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -57,7 +57,8 @@ packages, except for RBD, DRBD and Xen::
   $ apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
                     ndisc6 python python-pyopenssl openssl \
                     python-pyparsing python-simplejson \
-                    python-pyinotify python-pycurl socat fping
+                    python-pyinotify python-pycurl socat fping \
+                    python-ipaddr python-bitarray
 
 Note that this does not install optional packages::
 
@@ -67,16 +68,18 @@ If some of the python packages are not available in your system,
 you can try installing them using ``easy_install`` command.
 For example::
 
-  $ apt-get install python-setuptools
+  $ apt-get install python-setuptools python-dev
   $ cd / && sudo easy_install \
-            affinity
+            affinity \
+            bitarray \
+            ipaddr \
 
 
 On Fedora to install all required packages except RBD, DRBD and Xen::
 
   $ yum install openssh openssh-clients bridge-utils iproute ndisc6 \
                 pyOpenSSL pyparsing python-simplejson python-inotify \
-                python-lxm socat fping
+                python-lxm socat fping python-bitarray python-ipaddr
 
 For optional packages use the command::
 
@@ -188,8 +191,9 @@ the exception of curl), so you can use either apt::
                     libghc-attoparsec-dev libghc-vector-dev \
                     libghc-snap-server-dev
 
-or ``cabal``::
+or ``cabal``, after installing a required non-Haskell dependency::
 
+  $ apt-get install libpcre3-dev
   $ cabal install hslogger Crypto text hinotify regex-pcre \
                   attoparsec vector snap-server