none created MESOS-10027:
----------------------------
Summary: multiple networks are not shown in /etc/hosts only one
Key: MESOS-10027
URL: https://issues.apache.org/jira/browse/MESOS-10027
Project: Mesos
Issue Type: Bug
Reporter: none
Task is launched with these networks:
"networks": [
\{ "mode": "container", "name": "cni-apps", "labels": {"CNI_ARGS":
"IP=192.168.122.2"} },
\{ "mode": "container", "name": "cni-apps-public", "labels": {"vendorid":
"ext-router"} }
],
This is the container netns
[@ cni]# ls -arlt 9bff44a9-0862-4f3b-a6d5-d4894bd45a16
total 12
-r--r--r-- 1 root root 0 Nov 3 11:34 ns
drwxr-xr-x 3 root root 80 Nov 3 11:34 cni-apps-public
drwxr-xr-x 7 root root 140 Nov 3 11:34 ..
drwxr-xr-x 3 root root 80 Nov 3 11:34 cni-apps
-rw-r--r-- 1 root root 77 Nov 3 11:34 resolv.conf
-rw-r--r-- 1 root root 70 Nov 3 11:34 hosts
-rw-r--r-- 1 root root 36 Nov 3 11:34 hostname
drwxr-xr-x 4 root root 160 Nov 3 11:34 .
Only 2nd network is listed????
[@ cni]# cat 9bff44a9-0862-4f3b-a6d5-d4894bd45a16/hosts
127.0.0.1 localhost
212.26.193.3 9bff44a9-0862-4f3b-a6d5-d4894bd45a16
mesos-1.9.0-2.0.1.el7.x86_64
PS. I cannot copy / paste text!!!!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)