Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Latest docker update causes issues on btrfs
@ 2020-02-16 11:42 kernle32dll
  2020-02-17  3:08 ` D-Nice
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: kernle32dll @ 2020-02-16 11:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]

New issue by kernle32dll on void-packages repository

https://github.com/void-linux/void-packages/issues/19202

Description:
The commit https://github.com/void-linux/void-packages/commit/ec709f9e09458bb1707a4136c1d4635ca11b0e7a did not only update docker, but enforced the `overlay2` storage driver. While this is a fine default, it can actually break docker on `btrfs` file systems.

From the [Dockerd documentation](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-storage-driver):

> Note: Both overlay and overlay2 are currently unsupported on btrfs or any Copy on Write filesystem and should only be used over ext4 partitions.

Even if not breaking, its an un-intuitive change, if you don't happen to use `overlay2` previously. It took me a good while to understand why all of my images and volumes were gone - which was due to the change of the storage driver.

Its easy to fix locally - just remove the `storage-driver` line from `/etc/docker/daemon.json`. But this should be removed in the package, too - IMO.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-02-17 13:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-16 11:42 [ISSUE] Latest docker update causes issues on btrfs kernle32dll
2020-02-17  3:08 ` D-Nice
2020-02-17  4:33 ` xtraeme
2020-02-17  5:10 ` [ISSUE] [CLOSED] " xtraeme
2020-02-17 13:27 ` kernle32dll
2020-02-17 13:34 ` xtraeme
2020-02-17 13:37 ` kernle32dll
2020-02-17 13:38 ` kernle32dll
2020-02-17 13:42 ` xtraeme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).