Merge pull request #4838 from crosbymichael/btrfs-ftw

Promote btrfs
Upstream-commit: 303a954151f89dc7d2c485417fd0a9bacabe9ad0
Component: engine
This commit is contained in:
unclejack
2014-03-27 19:55:25 +02:00
@@ -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",
}
)