Quoting S.Çağlar Onur (cag...@10ur.org):
> Hey Dwight,
> 
> I'm observing following behavior with staging tree and just wanted to make
> sure that what I'm seeing is the expected;
> 
> * Initially nothing runs
> 
> [caglar@qgq:~/Projects/lxc/examples] sudo ./list
> bankai (STOPPED)
> bleach (STOPPED)
> zangetsu (STOPPED)
> 
> * I start one container using the API
> 
> [caglar@qgq:~/Projects/lxc/examples] sudo ./start -name zangetsu
> Starting the container...
> 
> [caglar@qgq:~/Projects/lxc/examples] sudo ./list
> bankai (STOPPED)
> bleach (STOPPED)
> zangetsu (RUNNING)
> 
> * monitord starts as expected but exits after 30 seconds later (although
> container is still running);
> 
> [caglar@qgq:~/Projects/lxc-upstream(staging)] tail -f
> /var/lib/lxc/lxc-monitord.log
>    lxc-monitord 1367004858.616 NOTICE   lxc_monitord - monitoring lxcpath
> /var/lib/lxc
>    lxc-monitord 1367004888.677 NOTICE   lxc_monitord - no clients for 30
> seconds, exiting
>    lxc-monitord 1367004888.677 NOTICE   lxc_monitord - monitor exiting
> 
> [caglar@qgq:~/Projects/lxc/examples] sudo ./list
> bankai (STOPPED)
> bleach (STOPPED)
> zangetsu (RUNNING)
> 
> [caglar@qgq:~/Projects/lxc/examples] ps aux | grep monitord
> caglar   28404  0.0  0.0   7240   624 pts/54   S+   15:34   0:00 tail -f
> /var/lib/lxc/lxc-monitord.log
> caglar   29037  0.0  0.0   9436   948 pts/0    S+   15:38   0:00 grep
> --color=auto monitord
> [caglar@qgq:~/Projects/lxc/examples]
> 
> I'm asking cause I was under the impression that lxc-monitord will keep
> running as long as there is a container. Am I wrong?

That was our original design, yes.  If you want to be watching container
state changes, then you should simply run lxc-monitor.

Does that complicate something for you?

-serge

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to