From: Sapan Bhatia Date: Tue, 9 Oct 2012 17:33:46 +0000 (-0400) Subject: fs is not a cgroup. handled by blkio X-Git-Tag: lxctools-0.9-1~6 X-Git-Url: http://git.onelab.eu/?p=lxc-userspace.git;a=commitdiff_plain;h=9e57ef001f206b31efbfe5f8398d231c9928c29e fs is not a cgroup. handled by blkio --- diff --git a/lxcsu b/lxcsu index 6bcf2e3..229cb33 100644 --- a/lxcsu +++ b/lxcsu @@ -62,7 +62,7 @@ if (not slice_spec or not pid): # Enter cgroups try: - for subsystem in ['cpuset','memory','fs','blkio']: + for subsystem in ['cpuset','memory','blkio']: open('/sys/fs/cgroup/%s/libvirt/tasks'%subsystem,'w').write(pid) except: print "Error assigning resources: %s"%slice_name