[CRIU] [PATCHv3 3/8] zdtm: Specify --address for remote_lazy_pages

Radostin Stoyanov rstoyanov1 at gmail.com
Wed Sep 5 00:26:52 MSK 2018


When --remote-lazy-pages is used the address option was not specified.

Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 test/zdtm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm.py b/test/zdtm.py
index c2778752..6a89ee25 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -1157,7 +1157,7 @@ class criu:
 		if self.__lazy_pages or self.__lazy_migrate:
 			lp_opts = []
 			if self.__remote_lazy_pages or self.__lazy_migrate:
-				lp_opts += ['--page-server', "--port", "12345"]
+				lp_opts += ['--page-server', "--port", "12345", "--address", "127.0.0.1"]
 			if self.__remote_lazy_pages:
 				ps_opts = ["--pidfile", "ps.pid",
 					   "--port", "12345", "--lazy-pages"]
-- 
2.17.1



More information about the CRIU mailing list