Changeset View
Changeset View
Standalone View
Standalone View
files/0001-Default-to-using-overlayfs.patch
| From 84d6c844ec8a58c405c5b072667dffedccbd720f Mon Sep 17 00:00:00 2001 | From 84d6c844ec8a58c405c5b072667dffedccbd720f Mon Sep 17 00:00:00 2001 | ||||
| From: Ikey Doherty <ikey@solus-project.com> | From: Ikey Doherty <ikey@solus-project.com> | ||||
| Date: Sun, 26 Nov 2017 16:10:26 +0000 | Date: Sun, 26 Nov 2017 16:10:26 +0000 | ||||
| Subject: [PATCH] Default to using overlayfs | Subject: [PATCH] Default to using overlayfs | ||||
| Signed-off-by: Ikey Doherty <ikey@solus-project.com> | Signed-off-by: Ikey Doherty <ikey@solus-project.com> | ||||
| --- | --- | ||||
| components/packaging/deb/systemd/docker.service | 2 +- | components/engine/contrib/init/systemd/docker.service | 2 +- | ||||
| 1 file changed, 1 insertion(+), 1 deletion(-) | 1 file changed, 1 insertion(+), 1 deletion(-) | ||||
| diff --git a/components/packaging/deb/systemd/docker.service b/components/packaging/deb/systemd/docker.service | diff --git a/components/engine/contrib/init/systemd/docker.service b/components/engine/contrib/init/systemd/docker.service | ||||
| index 517463172b..536239ab70 100644 | index 517463172b..536239ab70 100644 | ||||
| --- a/components/packaging/deb/systemd/docker.service | --- a/components/engine/contrib/init/systemd/docker.service | ||||
| +++ b/components/packaging/deb/systemd/docker.service | +++ b/components/engine/contrib/init/systemd/docker.service | ||||
| @@ -10,7 +10,7 @@ Type=notify | @@ -10,7 +10,7 @@ Type=notify | ||||
| # the default is not to use systemd for cgroups because the delegate issues still | # the default is not to use systemd for cgroups because the delegate issues still | ||||
| # exists and systemd currently does not support the cgroup feature set required | # exists and systemd currently does not support the cgroup feature set required | ||||
| # for containers run by docker | # for containers run by docker | ||||
| -ExecStart=/usr/bin/dockerd -H fd:// | -ExecStart=/usr/bin/dockerd -H fd:// | ||||
| +ExecStart=/usr/bin/dockerd --storage-driver=overlay -H fd:// | +ExecStart=/usr/bin/dockerd --storage-driver=overlay -H fd:// | ||||
| ExecReload=/bin/kill -s HUP $MAINPID | ExecReload=/bin/kill -s HUP $MAINPID | ||||
| LimitNOFILE=1048576 | LimitNOFILE=1048576 | ||||
| # Having non-zero Limit*s causes performance problems due to accounting overhead | # Having non-zero Limit*s causes performance problems due to accounting overhead | ||||
| -- | -- | ||||
| 2.15.0 | 2.15.0 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.