-
Type: Bug
-
Resolution: Fixed
-
Priority: Blocker
-
Affects Version/s: master, 4.7.4
-
Component/s: Pegasus Lite, Planner: Clustering
-
None
-
Environment:ubuntu 16.04
When i open detail db to look the table result:
sqlite3 /home/wukan/cloudwms/dags/wukan/gtxcloud/Administrator_chuanda-huamu2-1115_test_pipline_1583811265/run0001/Administrator_chuanda-huamu2-1115_test_pipline_1583811265-0.stampede.db
sqlite> select * from host;
1|1|local|unknown|172.25.50.219|linux-4.4.0-105-generic-x86_64|1016020
2|1|condorlocal|unknown|172.25.50.219|linux-4.4.0-105-generic-x86_64|1016020
3|1|condorpool|172-11-0-1.lightspeed.jcvlfl.sbcglobal.net|172.11.0.1|linux-4.4.0-105-generic-x86_64|65973876
I found the condorpool machine ip address is 172.11.0.1,but it's not the real ip of the machine.
I login into the machine and exec ifconfig command,output is below:
wukan@iZbp1f4z2c0jg69j3419w4Z:~$ ifconfig
docker0 Link encap:Ethernet HWaddr 02:42:05:6f:3e:94
inet addr:172.11.0.1 Bcast:172.11.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr 00:16:3e:15:9b:ae
inet addr:172.30.173.107 Bcast:172.30.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:592965 errors:0 dropped:0 overruns:0 frame:0
TX packets:111872 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:851921669 (851.9 MB) TX bytes:14713894 (14.7 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:252554 errors:0 dropped:0 overruns:0 frame:0
TX packets:252554 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:14905945 (14.9 MB) TX bytes:14905945 (14.9 MB)
I found the ip:172.11.0.1 is the ip address of docker.but the real ip 172.30.173.107 is ignored.
How can I enable condor to find the real ip?