The move from the affinity to psutil package affects the installation procedure, and this patch modifies the INSTALL document accordingly.
Signed-off-by: Hrvoje Ribicic <[email protected]> --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 912e268..3213ef1 100644 --- a/INSTALL +++ b/INSTALL @@ -41,7 +41,7 @@ Before installing, please verify that you have the following programs: <socat-note>` below - `Paramiko <http://www.lag.net/paramiko/>`_, if you want to use ``ganeti-listrunner`` -- `affinity Python module <http://pypi.python.org/pypi/affinity/0.1.0>`_, +- `psutil Python module <https://github.com/giampaolo/psutil>`_, optional python package for supporting CPU pinning under KVM - `fdsend Python module <https://gitorious.org/python-fdsend>`_, optional Python package for supporting NIC hotplugging under KVM @@ -67,7 +67,7 @@ packages, except for RBD, DRBD and Xen:: Note that the previous instructions don't install optional packages. To install the optional package, run the following line.:: - $ apt-get install python-paramiko python-affinity qemu-utils + $ apt-get install python-paramiko python-psutil qemu-utils If some of the python packages are not available in your system, you can try installing them using ``easy_install`` command. @@ -75,7 +75,7 @@ For example:: $ apt-get install python-setuptools python-dev $ cd / && easy_install \ - affinity \ + psutil \ bitarray \ ipaddr @@ -88,7 +88,7 @@ On Fedora to install all required packages except RBD, DRBD and Xen:: For optional packages use the command:: - $ yum install python-paramiko python-affinity qemu-img + $ yum install python-paramiko python-psutil qemu-img If you want to build from source, please see doc/devnotes.rst for more dependencies. -- 2.0.0.526.g5318336
