Skip to content

Instantly share code, notes, and snippets.

@nelsnelson
Created April 10, 2014 21:47
Show Gist options
  • Save nelsnelson/10426516 to your computer and use it in GitHub Desktop.
Save nelsnelson/10426516 to your computer and use it in GitHub Desktop.
2013-04-15 Daniel P. Berrange <[email protected]>
Track symlinks for co-mounted cgroup controllers
If a cgroup controller is co-mounted with another, eg
/sys/fs/cgroup/cpu,cpuacct
Then it is a requirement that there exist symlinks at
/sys/fs/cgroup/cpu
/sys/fs/cgroup/cpuacct
pointing to the real mount point. Add support to virCgroupPtr
to detect and track these symlinks
[ From: http://upstream-tracker.org/changelogs/libvirt/1.0.5.6/changelog.html ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment