area/distributionhelp wantedkind/frictionpriority/P1
描述
Unfortunately, the cgroup hierarchy is located at /cgroup on centos6, and the current source hard-assumes a location of /sys/fs/cgroup.
I've been going over the rkt source, and it isn't clear to me at first glance which parts of the source are being used by the host and which the guest. I think that since a lot of stage1 is shared source, and given that systemd wants cgroup in /sys/fs, it's not a clear migration.
For anyone interested in running rkt on centos6, I have a working flock-based patch at https://github.com/coreos/go-iptables/pull/11. (For some reason travis doesn't like it, but I can build rkt cleanly with that repo!)