[Devel] C/R minisummit notes

2008-07-23 Thread Daniel Lezcano
* What are the problems that the linux community can solve with the checkpoint/restart ? Eric Biederman reminds at the previous OLS nobody complained about the checkpoint/restart Pavel Emylianov : The startup of Oracle takes some minutes, if we checkpoint just after the

[Devel] Re: C/R minisummit notes

2008-07-23 Thread Eric W. Biederman
Daniel Lezcano [EMAIL PROTECTED] writes: * What are the problems that the linux community can solve with the checkpoint/restart ? Eric Biederman reminds at the previous OLS nobody complained about the checkpoint/restart Kernel summit. Not OLS. Which is a room packed full of

[Devel] Re: [PATCH 1/2] signals: kill(-1) should only signal processes in the same namespace

2008-07-23 Thread Oleg Nesterov
On 07/17, Daniel Hokka Zakrisson wrote: +int task_in_pid_ns(struct task_struct *tsk, struct pid_namespace *ns) +{ + struct pid *pid = task_pid(tsk); + + if (!pid) + return 0; + + if (pid-level ns-level) + return 0; + + if

[Devel] Re: [PATCH 1/2] signals: kill(-1) should only signal processes in the same namespace

2008-07-23 Thread Daniel Hokka Zakrisson
Oleg Nesterov wrote: On 07/17, Daniel Hokka Zakrisson wrote: +int task_in_pid_ns(struct task_struct *tsk, struct pid_namespace *ns) +{ +struct pid *pid = task_pid(tsk); + +if (!pid) +return 0; + +if (pid-level ns-level) +return 0; + +if

[Devel] Re: C/R minisummit notes

2008-07-23 Thread Serge E. Hallyn
Quoting Oren Laadan ([EMAIL PROTECTED]): Hi, I've placed a somewhat more detailed summary on the wiki: http://wiki.openvz.org/Containers/Mini-summit_2008_notes (also accessible from: http://wiki.openvz.org/Containers/Mini-summit_2008) To further discuss technical details, let's schedule

Re: [Devel] Re: C/R minisummit notes

2008-07-23 Thread Denis V. Lunev
On Wed, 2008-07-23 at 14:55 -0400, Oren Laadan wrote: Hi, I've placed a somewhat more detailed summary on the wiki: http://wiki.openvz.org/Containers/Mini-summit_2008_notes (also accessible from: http://wiki.openvz.org/Containers/Mini-summit_2008) To further discuss technical details,

[Devel] Re: C/R minisummit notes

2008-07-23 Thread Daniel Lezcano
Oren Laadan wrote: Hi, I've placed a somewhat more detailed summary on the wiki: http://wiki.openvz.org/Containers/Mini-summit_2008_notes (also accessible from: http://wiki.openvz.org/Containers/Mini-summit_2008) To further discuss technical details, let's schedule to meet while we are

[Devel] Re: C/R minisummit notes

2008-07-23 Thread Serge E. Hallyn
Quoting Daniel Lezcano ([EMAIL PROTECTED]): * What are the problems that the linux community can solve with the checkpoint/restart ? Eric Biederman reminds at the previous OLS nobody complained about the checkpoint/restart Pavel Emylianov : The startup of Oracle takes

[Devel] Re: C/R minisummit notes

2008-07-23 Thread Oren Laadan
Serge E. Hallyn wrote: Quoting Daniel Lezcano ([EMAIL PROTECTED]): * What are the problems that the linux community can solve with the checkpoint/restart ? Eric Biederman reminds at the previous OLS nobody complained about the checkpoint/restart Pavel Emylianov : The

[Devel] Re: C/R minisummit notes

2008-07-23 Thread sukadev
Oren Laadan [EMAIL PROTECTED] wrote: | | | Serge E. Hallyn wrote: | Quoting Daniel Lezcano ([EMAIL PROTECTED]): |* What are the problems that the linux community can solve with the | checkpoint/restart ? | | Eric Biederman reminds at the previous OLS nobody complained about the |

[Devel] Re: C/R minisummit notes

2008-07-23 Thread Serge E. Hallyn
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): Oren Laadan [EMAIL PROTECTED] wrote: | | | Serge E. Hallyn wrote: | Quoting Daniel Lezcano ([EMAIL PROTECTED]): |* What are the problems that the linux community can solve with the | checkpoint/restart ? | | Eric Biederman reminds