Re: [VOTE] Release Apache Mesos 1.4.3 (rc1)

2019-02-12 Thread Gilbert Song
-1 Sorry, given the fact that this is very likely to be the last point release for Mesos 1.4, there are some security improvement patches that are very useful for users but not included in this RC. I would down vote it for another cut, which could include more improvements from 1.4.x branch. -Gil

RE: Container cannot write to volume? path created as nagios user???

2019-02-12 Thread Marc Roos
Thanks Jie, for looking into this. I just looked at the docker-entrypoint.sh and saw the script is expecting usernames and chown dirs. When I created the postgres user and ran under postgres, it was also resolved here. -Original Message- From: Jie Yu [mailto:yujie@gmail.com] S

Re: Container cannot write to volume? path created as nagios user???

2019-02-12 Thread Jie Yu
Marc, I cannot reproduce the issue using Mesos mini with 1.7.x head docker run --rm --privileged -p 5050:5050 -p 5051:5051 -p 8080:8080 mesos/mesos-mini:1.7.x Go to browser http://localhost:8080/ and paste your marathon json there. - Jie On Tue, Feb 12, 2019 at 11:51 AM Marc Roos wrote: > > H

RE: Container cannot write to volume? path created as nagios user???

2019-02-12 Thread Marc Roos
Hi Jie, I am using root for now, if I get it working correctly I will run it as a different user. Marathon is running under marathon user. { "id": "postgres", "user": "root", "cmd": null, "cpus": 0.5, "mem": 512, "instances": 1, "acceptedResourceRoles": ["*"], "container": {

Re: centos7/el7 newer marathon rpms

2019-02-12 Thread Benjamin Mahler
Hi Marc, You can reach out to the marathon community to get this question answered: https://mesosphere.github.io/marathon/support.html Ben On Fri, Feb 8, 2019 at 6:33 PM Marc Roos wrote: > > Where can I get newer marathon rpms, currently I am getting them from > here > > > > http://repos.mesos

Re: Container cannot write to volume? path created as nagios user???

2019-02-12 Thread Jie Yu
What user do you use to launch containers? We need more information to triage this. - Jie On Tue, Feb 12, 2019 at 11:44 AM Marc Roos wrote: > > > [@m03 foo]# ls -alrt > total 0 > drwxr-xr-x 3 root root 17 Dec 23 2017 .. > drwx-- 2 nagios root 6 Feb 12 20:32 > postgres#data#e703252b-2efc

Container cannot write to volume? path created as nagios user???

2019-02-12 Thread Marc Roos
[@m03 foo]# ls -alrt total 0 drwxr-xr-x 3 root root 17 Dec 23 2017 .. drwx-- 2 nagios root 6 Feb 12 20:32 postgres#data#e703252b-2efc-11e9-b19a-5051143001a1 drwxr-xr-x 3 root root 64 Feb 12 20:32 . Preparing rootfs at /var/lib/mesos/provisioner/containers/1b105f51-f6c1-4aa2-b68f-522

Cool looks like I have this whole mailing list to myself :)

2019-02-12 Thread Marc Roos
]$$$> ]$$$> ]$$$> ]$$$> $$

How to supply parameters for the mesos containerizer

2019-02-12 Thread Marc Roos
How to supply these, when using type: MESOS? "parameters": [ { "key": "hostname", "value": "a.corp.org" }, { "key": "volumes-from", "value": "another-container" }, { "key": "lxc-conf", "value": "..." } https://mesosphere.github.io/marathon/docs/