rkt/rkt

cgroups are assumed to reside in /sys/fs

Open

#1,725 建立於 2015年11月9日

在 GitHub 查看
 (18 留言) (0 反應) (0 負責人)Go (8,871 star) (865 fork)batch import
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!)

貢獻者指南