From 0590736890e3550491d0f89f5ea447d98df4051b Mon Sep 17 00:00:00 2001 From: Carlton-Semple Date: Wed, 8 Mar 2017 10:25:10 -0500 Subject: [PATCH] Added comment linking to LXD issue 2825 Signed-off-by: Carlton-Semple --- libcontainer/devices/devices_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/libcontainer/devices/devices_unix.go b/libcontainer/devices/devices_unix.go index 9e07f57ed..f44e62ce8 100644 --- a/libcontainer/devices/devices_unix.go +++ b/libcontainer/devices/devices_unix.go @@ -75,6 +75,7 @@ func getDevices(path string) ([]*configs.Device, error) { switch { case f.IsDir(): switch f.Name() { + // ".lxc" & ".lxd-mounts" added to address https://github.com/lxc/lxd/issues/2825 case "pts", "shm", "fd", "mqueue", ".lxc", ".lxd-mounts": continue default: