Re: [libvirt] [PATCH 5/7] lxc: append container log file

2009-10-08 Thread Daniel Veillard
On Mon, Oct 05, 2009 at 01:52:53PM +0100, Daniel P. Berrange wrote: On Sun, Oct 04, 2009 at 03:29:10PM -0400, Amy Griffis wrote: Do we really want to overwrite the container log file every time we restart? --- src/lxc/lxc_driver.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [libvirt] [PATCH 5/7] lxc: append container log file

2009-10-05 Thread Daniel P. Berrange
On Sun, Oct 04, 2009 at 03:29:10PM -0400, Amy Griffis wrote: Do we really want to overwrite the container log file every time we restart? --- src/lxc/lxc_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index

[libvirt] [PATCH 5/7] lxc: append container log file

2009-10-04 Thread Amy Griffis
Do we really want to overwrite the container log file every time we restart? --- src/lxc/lxc_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index c5a49f2..73cfecd 100644 --- a/src/lxc/lxc_driver.c +++