parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
210 stars 121 forks source link

Data caching DNS Error #446

Open YuZhe-CN opened 7 months ago

YuZhe-CN commented 7 months ago

I have 3 virtual machines (2 servers and 1 client). After downloading docker images, I run the following line $ docker exec -it dc-client /bin/bash /entrypoint.sh --m="S&W" --S=2 --D=4096 --w=2 --T=1. The result I get is DNS Error. IPs:

zjzzzz commented 1 month ago

There appears to be an issue with the latest Docker image for the data cache. When using the following command: docker run -it --privileged=true --name dc-client --net host -v /root/docker_servers/:/usr/src/memcached/memcached_client/docker_servers/ cloudsuite/data-caching:client bash I discovered that the entrypoint.sh script differs from the documentation.