Skip to content

Commit

Permalink
Docker: Note that we're leaving cgroup unmounted
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Jan 26, 2021
1 parent 676967b commit de5dfb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/template/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ x-node:
# jepsen-n9 | Failed to create /init.scope control group: Read-only file system
# jepsen-n9 | Failed to allocate manager object: Read-only file system
# - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
#
# Let's try it without ro
# - "/sys/fs/cgroup:/sys/fs/cgroup"
#
# OK, that ALSO breaks. But we can apparently leave out the cgroup mount
# entirely? I wonder what horrible things happen because of that...
- "jepsen-shared:/var/jepsen/shared"
networks:
- jepsen
Expand Down

0 comments on commit de5dfb3

Please sign in to comment.