From bcbc563aabf5d4cb3339da5d3698f08e81b990d5 Mon Sep 17 00:00:00 2001 From: Ken ICHIKAWA Date: Fri, 1 Aug 2014 14:37:38 +0900 Subject: [PATCH] Btrfs graph driver is not experimental Btrfs graph driver is not experimental now according to #4838 and CHANGELOG.md is saying "btrfs is no longer considered experimental.". Docker-DCO-1.1-Signed-off-by: Ken ICHIKAWA (github: ichik1) Upstream-commit: 58588009c00d1c7dd279b95d33759f61499c2848 Component: engine --- components/engine/hack/PACKAGERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/PACKAGERS.md b/components/engine/hack/PACKAGERS.md index 687b554414..265f7d676b 100644 --- a/components/engine/hack/PACKAGERS.md +++ b/components/engine/hack/PACKAGERS.md @@ -301,7 +301,7 @@ by having support for them in the kernel or userspace. A few examples include: * LXC execution driver (requires version 1.0 or later of the LXC utility scripts) * AUFS graph driver (requires AUFS patches/support enabled in the kernel, and at least the "auplink" utility from aufs-tools) -* experimental BTRFS graph driver (requires BTRFS support enabled in the kernel) +* BTRFS graph driver (requires BTRFS support enabled in the kernel) ## Daemon Init Script