[ 
https://issues.apache.org/jira/browse/MESOS-7813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

y123456yz updated MESOS-7813:
-----------------------------
    Comment: was deleted

(was: [~jvanremoortere]

thanks very much.

1. 
my lxc-start is started by my Executor, lxc-start running 
with"/usr/bin/lxc-start -f /xxx/config -n xxx",  Executor running with 
"/usr/bin/Executor  xxxx", they started by command lines, not through systemd 
service.

whther I should start my Executor and lxc by systemd service(add 
delegate=true)? now, I start them by command lines, not by systemd service, as 
following:
/usr/bin/my-Executor -f xxx -d &
/usr/bin/lxc-start -f config -n xxx &

if must add "delegate=true", how to add "delegate=true" when I start my 
Executor  and lxc-start by command lines.


2.
there have another problem, sometimes, when I restart mesos service, the lxc 
container stoped automaticly, I don't known what happen.

when I run "systemctl restart mesos-slave", mesos-slave send KILL signal to 
my-Executor, then all the lxc-start process also receive KILL signal. 
my-Executor run lxc-start by " CmdUtil.exec("lxc-start -f config -n xxx -d ")

thanks again, Joris Van Remoortere
)

> when lxc run after a period of time, the file(/proc/pid/cgroup) is modified, 
> devices,blkio,memory,cpuacct is changed. why?
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MESOS-7813
>                 URL: https://issues.apache.org/jira/browse/MESOS-7813
>             Project: Mesos
>          Issue Type: Bug
>          Components: agent, cgroups, executor, framework
>         Environment: 1 SMP Wed Apr 12 15:04:24 UTC 2017 x86_64 x86_64 x86_64 
> GNU/Linux
>            Reporter: y123456yz
>
> when lxc run after a period of time, the file(/proc/pid/cgroup) is modified, 
> devices,blkio,memory,cpuacct is changed. why?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to