[lxc-devel] [PATCH] Add sched.h include in src/lxc/namespace.c

2012-10-01 Thread Dennis Schridde
Hello! Attached patch includes the sched.h header in src/lxc/namespace.c, because that is where clone(2) says this function is declared and it seems fragile to rely on indirect inclusion of that header. Best regards, Dennis--- lxc-0.8.0-rc2/src/lxc/namespace.c.orig 2012-10-01

Re: [lxc-devel] [PATCH] Add sched.h include in src/lxc/namespace.c

2012-10-01 Thread Dennis Schridde
sched.h is included via namespace.h - please forget about my patch. signature.asc Description: This is a digitally signed message part. -- Got visibility? Most devs has no idea what their production app looks like. Find

[lxc-devel] [PATCH] Add Oracle Linux template

2012-10-01 Thread Dwight Engen
This is a new template to create containers based on an Oracle Linux rootfs image. The path to the rootfs must be given to the template, and if it resides on a btrfs will be snapshoted rather than copied. Signed-off-by: Dwight Engen dwight.en...@oracle.com --- configure.ac |1 +

Re: [lxc-devel] [PATCH] Add Oracle Linux template

2012-10-01 Thread Stéphane Graber
On 10/01/2012 11:39 AM, Dwight Engen wrote: This is a new template to create containers based on an Oracle Linux rootfs image. The path to the rootfs must be given to the template, and if it resides on a btrfs will be snapshoted rather than copied. Signed-off-by: Dwight Engen

Re: [lxc-devel] [PATCH] Add Oracle Linux template

2012-10-01 Thread Dwight Engen
On Mon, 01 Oct 2012 11:56:14 -0400 Stéphane Graber stgra...@ubuntu.com wrote: On 10/01/2012 11:39 AM, Dwight Engen wrote: This is a new template to create containers based on an Oracle Linux rootfs image. The path to the rootfs must be given to the template, and if it resides on a btrfs

Re: [lxc-devel] [PATCH v2] Add Oracle Linux template

2012-10-01 Thread Dwight Engen
This is a new template to create containers based on an Oracle Linux rootfs image. The path to the rootfs must be given to the template, and if it resides on a btrfs will be snapshoted rather than copied. Signed-off-by: Dwight Engen dwight.en...@oracle.com --- configure.ac|1 +

Re: [lxc-devel] [PATCH v2] Add Oracle Linux template

2012-10-01 Thread Dwight Engen
On Mon, 1 Oct 2012 12:27:16 -0500 Serge Hallyn serge.hal...@canonical.com wrote: Quoting Dwight Engen (dwight.en...@oracle.com): This is a new template to create containers based on an Oracle Linux rootfs image. The path to the rootfs must be given to the template, and if it resides on