Comment 3 for bug 769025

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

The culprit is the 'umount /sys/fs/cgroup' which I added to cgconfig.conf's post-stop. Changing that to

   umount /sys/fs/cgroup || true

fixes the issue for me.