浏览代码

graphdriver: promote overlay above vfs

It's about time to let folks not hit 'vfs', when 'overlay' is supported
on their kernel. Especially now that v3.18.y is a long-term kernel.

Signed-off-by: Vincent Batts <vbatts@redhat.com>
Vincent Batts 10 年之前
父节点
当前提交
2c72ff1dbf
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      daemon/graphdriver/driver.go

+ 1 - 2
daemon/graphdriver/driver.go

@@ -39,9 +39,8 @@ var (
 		"aufs",
 		"aufs",
 		"btrfs",
 		"btrfs",
 		"devicemapper",
 		"devicemapper",
-		"vfs",
-		// experimental, has to be enabled manually for now
 		"overlay",
 		"overlay",
+		"vfs",
 	}
 	}
 
 
 	ErrNotSupported   = errors.New("driver not supported")
 	ErrNotSupported   = errors.New("driver not supported")