Re: error when using dockerinfo user network

2016-08-19 Thread Avinash Sridharan
Oliver not sure if the python bindings have been updated. So the Protobufs you might be using might be the old definitions. Probably @kapil or @anand could explain better? On Fri, Aug 19, 2016 at 3:40 AM, Olivier Sallou wrote: > answering to myself ;-) > > I use a virtualenv, and mesos package n

Re: error when using dockerinfo user network

2016-08-19 Thread Olivier Sallou
answering to myself ;-) I use a virtualenv, and mesos package now install python lib on system. I had in my virtualenv the old python libs of mesos - Mail original - > De: "Olivier Sallou" > À: dev@mesos.apache.org > Envoyé: Vendredi 19 Août 2016 09:10:52 > Objet: error when using d

[GitHub] mesos pull request #159: MESOS-6056 add NOOP Container Logger for mesos.

2016-08-19 Thread IvanJobs
GitHub user IvanJobs opened a pull request: https://github.com/apache/mesos/pull/159 MESOS-6056 add NOOP Container Logger for mesos. mesos has two Container Loggers in its source files. One is build into mesos-agent: sandbox Container Logger, it just redirects stderr/stdout to

error when using dockerinfo user network

2016-08-19 Thread Olivier Sallou
HI, I just upgraded to mesos 1.0 (package 1.0.0-2.0.89.ubuntu1510). I tried to setup with Docker containerizer the use of a user defined network (via docker cni plugin), using python binding. I face an error: "Unknown enum value: 4" when setting DockerInfo network value to 4. I was previous