[CRIU] [PATCH] p.haul: Add pycriu to the pythonpath

Hui Kang hkang.sunysb at gmail.com
Fri May 8 11:42:58 PDT 2015


Some python dist can not find the pycriu in the path.
So we need to explicitly add to the path.
The HOWTO also misses a command about how to compile the criu
RPC bindings

Signed-off-by: Hui Kang hkang.sunysb at gmail.com
---
 test/mtouch/HOWTO | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/mtouch/HOWTO b/test/mtouch/HOWTO
index 482adec..8dcac33 100644
--- a/test/mtouch/HOWTO
+++ b/test/mtouch/HOWTO
@@ -47,6 +47,11 @@ from one node ot another (nodes can be VMs).
        ... stats.proto -> ../criu/protobuf/stats.proto

    * Compile CRIU RPC bindings with 'make'
+
+        # cd criu
+        # make crit install
+        # export PYTHONPATH=/local/lib/python2.7/dist-packages/
+
    * Create _local_ directory for images

        # mkdir -p /var/local/p.haul-fs/
--
1.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20150508/0089fc2c/attachment.html>


More information about the CRIU mailing list