Re: Path vs Mount disk resources

2016-11-20 Thread Jie Yu
> > The documentation states "non performance-critical applications" and > "should only be done in a testing or staging environment" about Path type > resources. Is there any particular reason for that? I think the documentation is not very precise. Path disk resource is the default disk resource

Re: Running mesos-slave in the docker that leave many zombie process

2016-11-20 Thread X Brick
Thanks @haosdent, let me try it. 2016-11-21 14:33 GMT+08:00 haosdent : > Pass the `--pid=host` flag when starting the docker container may resolve > this. > >start the mesos_slave container with "--pid=host" so that it uses the > process namespace of the host. > > On Mon, Nov 21, 2016 at 2:30 PM

Re: Running mesos-slave in the docker that leave many zombie process

2016-11-20 Thread haosdent
Pass the `--pid=host` flag when starting the docker container may resolve this. >start the mesos_slave container with "--pid=host" so that it uses the process namespace of the host. On Mon, Nov 21, 2016 at 2:30 PM, haosdent wrote: > No sure if it related to this issue https://github.com/ > meso

Re: Running mesos-slave in the docker that leave many zombie process

2016-11-20 Thread haosdent
No sure if it related to this issue https://github.com/mesosphere/docker-containers/issues/9 On Mon, Nov 21, 2016 at 12:27 PM, X Brick wrote: > Hi, > > I meet a problem when running mesos-slave in the docker. Here are some > zombie process in this way. > > ``` > root 10547 19464 0 Oct25 ?

Running mesos-slave in the docker that leave many zombie process

2016-11-20 Thread X Brick
Hi, I meet a problem when running mesos-slave in the docker. Here are some zombie process in this way. ``` root 10547 19464 0 Oct25 ?00:00:00 [docker] root 14505 19464 0 Oct25 ?00:00:00 [docker] root 16069 19464 0 Oct25 ?00:00:00 [docker] root 19962 1

Path vs Mount disk resources

2016-11-20 Thread Tobias Pfeiffer
Hi, I have a Mesos cluster where each node has both SSD and HDD disks, so I want to offer them separately as described in http://mesos.apache.org/documentation/latest/multiple-disk/ I am not sure yet where the OS will be installed, but I guess on the disk that holds the OS I cannot use a Mount ty