unable to launch containers, Unexpected Env format for 'ContainerConfig.Env'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-mesos |
Confirmed
|
Critical
|
Unassigned |
Bug Description
I upgraded kolla, built all new containers, and upgraded kolla-mesos. When I run, all container launches in mesos fail:
E0210 15:39:21.319217 25394 slave.cpp:3703] Container '78ecedb1-
W0210 15:39:21.321494 25389 docker.cpp:1050] Ignoring updating unknown container: 78ecedb1-
E0210 15:39:22.365705 25390 slave.cpp:3703] Container '48fd906d-
E0210 15:39:22.366060 25390 slave.cpp:3703] Container '5c65646e-
W0210 15:39:22.379226 25394 docker.cpp:1050] Ignoring updating unknown container: 48fd906d-
W0210 15:39:22.383344 25394 docker.cpp:1050] Ignoring updating unknown container: 5c65646e-
This could be a problem specific to my environment, but I'm not sure how t9o figure out what is going wrong here. Any help is appreciated.
Running docker 1.9.1, docker-py 1.6 mesos 0.27.0
Linux ol7-dev-mesos2 4.1.12-
When I downgraded mesos to 0.25.0, it started working again.