Added comment linking to LXD issue 2825

Signed-off-by: Carlton-Semple <carlton.semple@ibm.com>
This commit is contained in:
Carlton-Semple
2017-03-08 10:25:10 -05:00
parent 9a7e5a9434
commit 0590736890
+1
View File
@@ -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: