[libvirt] [PATCH v3 15/16] Add an API for re-mounting cgroups, to isolate the process location

Michal Privoznik mprivozn at redhat.com
Thu Apr 11 10:03:35 UTC 2013


On 10.04.2013 12:08, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> Add a virCgroupIsolateMount method which looks at where the
> current process is place in the cgroups (eg /system/demo.lxc.libvirt)
> and then remounts the cgroups such that this sub-directory
> becomes the root directory from the current process' POV.
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  configure.ac                |   2 +-
>  include/libvirt/virterror.h |   1 +
>  src/libvirt_private.syms    |   1 +
>  src/util/vircgroup.c        | 127 ++++++++++++++++++++++++++++++++++++++++++++
>  src/util/vircgroup.h        |   4 ++
>  src/util/virerror.c         |   1 +
>  6 files changed, 135 insertions(+), 1 deletion(-)

ACK

Michal




More information about the libvir-list mailing list