From 41955a9235677ee3edbb8ef58f98c4a5ae84883e Mon Sep 17 00:00:00 2001 From: Patrick Reilly Date: Tue, 20 Jan 2015 08:19:52 -0800 Subject: [PATCH] Update node.yaml to support graphdriver: overlay Update node.yaml to support graphdriver: overlay as btrfs produces "fatal" "prerequisites for driver not satisfied (wrong filesystem?)" on CoreOS Alpha 561.0.0 --- docs/getting-started-guides/coreos/cloud-configs/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/coreos/cloud-configs/node.yaml b/docs/getting-started-guides/coreos/cloud-configs/node.yaml index a59ff5ae7eb..7b1c095d204 100644 --- a/docs/getting-started-guides/coreos/cloud-configs/node.yaml +++ b/docs/getting-started-guides/coreos/cloud-configs/node.yaml @@ -44,7 +44,7 @@ coreos: [Service] EnvironmentFile=/run/flannel/subnet.env ExecStartPre=/bin/mount --make-rprivate / - ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=btrfs -H fd:// + ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=overlay -H fd:// [Install] WantedBy=multi-user.target