You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the docker version is 17.03.1-ce, installed at /usr/bin/docker
criu version is 3.4, installed by make and make install
Following the mtouch HOWTO step 0, protobuf & protobuf-python is installed when following CRIU installation guidance. python-rpyc is installed via pip install rpyc.
Then on both nodes, create CRIU_dir directory and command sudo criu service -o CRIU_dir/log -v4 --daemon
on destination node, start p.haul service ./p.haul-wrap service
Log for CRIU is
(00.000037) Version: 3.4 (gitid 0)
(00.000074) Warn (criu/cr-service.c:1113): Binding to local dir address!
(00.000105) The service socket is bound to ./criu_service.socket
(00.000436) Waiting for connection...
Log for p.haul is
Waiting for connection...
Am I missing something? Appreciate for your help
The text was updated successfully, but these errors were encountered:
This repo is abandoned project, especially the docker integration part. We're (slowly) moving towards a better p.haul code, here it is: https://criu.org/P.Haul
@xemul, , I also have the import error "no mode pycriu" error, pyscriu is a criu.py alias, I can not find this module everywhere, consult, and now the latest container real-time migration program is what?
I'm following the page https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO
the docker version is 17.03.1-ce, installed at /usr/bin/docker
criu version is 3.4, installed by
make
andmake install
Following the mtouch HOWTO step 0, protobuf & protobuf-python is installed when following CRIU installation guidance. python-rpyc is installed via
pip install rpyc
.Then on both nodes, create
CRIU_dir
directory and commandsudo criu service -o CRIU_dir/log -v4 --daemon
on destination node, start p.haul service
./p.haul-wrap service
Log for CRIU is
Log for p.haul is
Am I missing something? Appreciate for your help
The text was updated successfully, but these errors were encountered: