Re: set mesos docker volume driver location

2019-02-18 Thread Stéphane Cottin
Hi Marc, Mesos does not know about this socket, or anything about the docker volume plugins, it only invokes dvdcli. You should check the code/documentation at https://github.com/rexray/dvdcli Stéphane On 18 Feb 2019, at 22:06, Marc Roos wrote: Nobody having this issue in the default

RE: set mesos docker volume driver location

2019-02-18 Thread Marc Roos
Nobody having this issue in the default setup of rexray? -Original Message- Sent: 16 February 2019 12:36 To: user Subject: set mesos docker volume driver location I am using rexray for external volumes which creates a socker under unix:///run/docker/plugins/rexray.sock. I guess

RE: Browser ssl client issues

2019-02-18 Thread Marc Roos
Anyone? The custom-ca used here is the same for the master - slaves/agents communication, that seems to be going fine. Is there a alternate custom configurable ca path for https clients on port 5050? -Original Message- Sent: 16 February 2019 16:25 To: user Subject: RE: Browser

RE: ssl mesos-executor not using /etc/default/mesos

2019-02-18 Thread Marc Roos
I noticed other errors so I put all LIBPROCESS_SSL_ also in the /etc/default/marathon/ and after putting back executor_environment_variables, I still have this, task goes immediately to delayed. I0218 21:35:13.301903 5296 slave.cpp:2035] Got assigned task

Re: ssl mesos-executor not using /etc/default/mesos

2019-02-18 Thread James Peach
> On Feb 16, 2019, at 9:46 AM, Marc Roos wrote: > > > > Looks like the mesos-executor is not using /etc/default/mesos > environment variables Depending on your configuration, the executor runs inside the container, which means that /etc/default/mesos is probably not available. > > If