Explorar el Código

Merge pull request #4838 from crosbymichael/btrfs-ftw

Promote btrfs
unclejack hace 11 años
padre
commit
303a954151
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      runtime/graphdriver/driver.go

+ 1 - 2
runtime/graphdriver/driver.go

@@ -39,10 +39,9 @@ var (
 	// Slice of drivers that should be used in an order
 	priority = []string{
 		"aufs",
+		"btrfs",
 		"devicemapper",
 		"vfs",
-		// experimental, has to be enabled manually for now
-		"btrfs",
 	}
 )