Fixes for F16.
authorMarco Yuen <marcoy@cs.princeton.edu>
Mon, 5 Mar 2012 18:37:19 +0000 (13:37 -0500)
committerMarco Yuen <marcoy@cs.princeton.edu>
Mon, 5 Mar 2012 18:37:19 +0000 (13:37 -0500)
cgroup is now mounted automatcially by systemd and the way is mounted is
very different from before. Hence, cgroups.py needs to be changed to
reflect the new mount point, and it doesn't use inotify to monitor the
FS anymore. Everything is done dynamically at runtime.

Changes for Coresched are cgroups related.

Since /var is mounted on tmpfs, os.rename doesn't work across partition,
so shutil.move is used instead.


No differences found