From 9e57ef001f206b31efbfe5f8398d231c9928c29e Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 9 Oct 2012 13:33:46 -0400 Subject: [PATCH] fs is not a cgroup. handled by blkio --- lxcsu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0