mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Mounting /sys/fs/cgroup inside the image causes docker cgroup to not be mounted internally. Therefore, hosts cannot limit resources on Scylla. This patch removes the cgroup volume mount, allowing folders under /sys/fs/cgroup to be created inside docker. Message-Id: <20190320122053.GA20256@shenzou.localdomain>