Closed Seele-Vollerei32 closed 2 years ago
Don't have a solution for you (besides modifying the service to add the 'nonempty' flag, which could have side effects). I'm running into the same issue, but there is already an issue open for this: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1107
Playbook Configuration:
My
vars.yml
file looks like this:Matrix Server:
Problem description:
This problem appeared after I added Tencent Cloud COS
Additional context
● matrix-goofys.service - Matrix Goofys media store Loaded: loaded (/etc/systemd/system/matrix-goofys.service; enabled; vendor preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Sun 2022-04-10 15:17:41 CST; 663ms ago Process: 17563 ExecStart=/usr/bin/env docker run --rm --name %n --log-driver=none --user=995:1001 --mount type=bind,src=/etc/passwd,dst=/etc/passwd,ro --mount type=bind,src=/etc/group,dst=/etc/group,ro --mount type=bind,src=/matrix/synapse/storage/media-store,dst=/s3,bind-propagation=shared --security-opt apparmor:unconfined --cap-add mknod --cap-add sys_admin --device=/dev/fuse --env-file=/matrix/synapse/config/env-goofys --entrypoint /bin/sh ewoutp/goofys:latest -c goofys -f --endpoint=https://matrix-APPID.cos.ap-shanghai.myqcloud.com --region eu-central-1 --stat-cache-ttl 60m0s --type-cache-ttl 60m0s --dir-mode 0700 --file-mode 0700 matrix-APPID /s3 (code=exited, status=1/FAILURE) Process: 17555 ExecStartPre=/usr/bin/env docker rm %n (code=exited, status=1/FAILURE) Process: 17548 ExecStartPre=/usr/bin/env docker kill %n (code=exited, status=1/FAILURE) Main PID: 17563 (code=exited, status=1/FAILURE)