jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.68k stars 710 forks source link

Switched off privileged mode to db node containers. #508

Closed m1l4n54v1c closed 2 years ago

m1l4n54v1c commented 2 years ago

Resolves #506

aphyr commented 2 years ago

Wooo, let's hope this works!

aphyr commented 2 years ago

So this breaks the docker enviroment on my Debian machine (5.9.0-5-amd64 #1 SMP Debian 5.9.15-1 (2020-12-17) x86_64 GNU/Linux, Docker 20.10.10)--every node gets stuck complaining:

jepsen-n5  | Failed to create /init.scope control group: Read-only file system
jepsen-n5  | Failed to allocate manager object: Read-only file system
jepsen-n5  | [!!!!!!] Failed to allocate manager objec

And then crashes. Any idea how to fix this?

m1l4n54v1c commented 2 years ago

Hmmm, it works on my machine :).

I guess it could be related to systemd "issue". I'm running systemd 247. What's your version?