[libvirt] [PATCH v2 2/3] Auto-add a root <filesystem> element to LXC containers on startup

Gao feng gaofeng at cn.fujitsu.com
Fri Apr 5 02:30:00 UTC 2013


On 2013/04/04 04:15, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> Currently the LXC container code has two codepaths, depending on
> whether there is a <filesystem> element with a target path of '/'.
> If we automatically add a <filesystem> device with src=/ and dst=/,
> for any container which has not specified a root filesystem, then
> we only need one codepath for setting up the filesystem.
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/lxc/lxc_container.c | 113 +++---------------------------------------------
>  src/lxc/lxc_process.c   |  35 +++++++++++++++
>  2 files changed, 41 insertions(+), 107 deletions(-)
> 

Looks clearer.

ACK




More information about the libvir-list mailing list