From f633f93054c0f59902b80689f9cb96e91691e279 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Wed, 4 Nov 2015 08:09:02 +0000 Subject: [PATCH] cgroupdriver-cgroupfs Gbp-Pq: Name cgroupdriver-cgroupfs.patch --- daemon/execdriver/native/driver.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/execdriver/native/driver.go b/daemon/execdriver/native/driver.go index c5d4d964..6477081e 100644 --- a/daemon/execdriver/native/driver.go +++ b/daemon/execdriver/native/driver.go @@ -70,9 +70,9 @@ func NewDriver(root, initPath string, options []string) (*driver, error) { // this makes sure there are no breaking changes to people // who upgrade from versions without native.cgroupdriver opt cgm := libcontainer.Cgroupfs - if systemd.UseSystemd() { - cgm = libcontainer.SystemdCgroups - } + //if systemd.UseSystemd() { + // cgm = libcontainer.SystemdCgroups + //} // parse the options for _, option := range options { -- 2.30.2