]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ensure all cgroup partitions have a suffix of ".partition"
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 26 Apr 2013 09:23:51 +0000 (10:23 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 26 Apr 2013 12:52:02 +0000 (13:52 +0100)
commit9ddfe7eea6485f4e6cec230de15e547993768296
tree168c6906b255aaa4e4cd473e38a48ffe16e32cd3
parent824e86e7233159614c7c8f7b970bbdee4f059de9
Ensure all cgroup partitions have a suffix of ".partition"

If the partition named passed in the XML does not already have
a suffix, ensure it gets a '.partition' added to each component.
The exceptions are /machine, /user and /system which do not need
to have a suffix, since they are fixed partitions at the top
level.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/vircgroup.c
tests/vircgrouptest.c