-
-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Update broke docker #713
Comments
Problem was ubuntu docker update missing devicemapper plugin, see here: |
Thanks for posting! Let's wait and see if it will remain or if we (OnlyOffice, Collabora and everyone else using devicemapper) have to change to something else |
Could you please try a fresh install and see if it works with Thanks! |
Is devicemapper required? |
Doesn't work for me, but my system is modified I'm running zfs on root filesystem with luks. 'overlay2' is not supported over zfs storage-driver=overlay2 Decided to revert docker-ce to previous version for now |
@tiagoefreitas Ah ok I see. It would be very helpful if you could put up a test system / VM just to test if it works with IIRC it didn't work with |
I just updated my server to the latest version (Ubuntu packages including Docker) and the Collabora docker image, everything is working even after a reboot. Hmm... |
OK, I just confirmed, it broke on my other server when changing to overlay2. So I will hold the docker update for now. |
For referance: #546 |
Posted bug report with Collabora: nextcloud/richdocuments#313 |
And with Onlyoffice: ONLYOFFICE/docker-onlyoffice-nextcloud#3 |
This is quite interesting though.... https://fribeiro.org/tech/2018/02/13/collabora-docker-nextcloud/ |
Wont work for me anyway since it doesn’t support zfs...
…On Mon, 19 Nov 2018 at 19:11, Daniel Hansson ***@***.***> wrote:
This is quite interesting though....
https://fribeiro.org/tech/2018/02/13/collabora-docker-nextcloud/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#713 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AK6WxmxVJwyxMbbfJ2lsRnxqGb2dzGI3ks5uwwJWgaJpZM4YoHIU>
.
|
You win some, you lose some. :) |
Found this in docker info: It means performance can be improved? I found when changing storage drivers, this needs to be done, will test better: Ended up changing to zfs and it works for me, even better performance than before. Instructions here: |
@tiagoefreitas Do you think you could prepare a PR for storing it in ZFS? Would be great to have a future proof way of doing it since devicemapper isn't optimal. |
Or I maybe solved it with |
It works with Collabora as well. This issue is now fixed. |
With latest update I got this error:
Failed to start docker.service: Unit docker.socket not found
Trying to fix it, copied /lib/systemd/system/docker.service to /etc/systemd/system/ again, and added "--storage-driver=devicemapper" to ExecStart but it fails:
INFO[2018-11-18T20:59:44.991739905+01:00] parsed scheme: "unix" module=grpc
INFO[2018-11-18T20:59:44.991767056+01:00] scheme "unix" not registered, fallback to default scheme module=grpc
INFO[2018-11-18T20:59:44.991828102+01:00] parsed scheme: "unix" module=grpc
INFO[2018-11-18T20:59:44.991849189+01:00] scheme "unix" not registered, fallback to default scheme module=grpc
ERRO[2018-11-18T20:59:44.992001497+01:00] Failed to GetDriver graph driver=devicemapper error="graphdriver plugins are only supported with experimental mode" home-dir=/var/lib/docker
May want to fix onlyoffice.sh
The text was updated successfully, but these errors were encountered: