From 8b0be9cd2bd3dfeb8c2fa42e1e13b08822a74931 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 28 Mar 2017 21:49:54 +1000 Subject: [PATCH] setting the storage driver explicitly may avoid a timing issue Signed-off-by: Sven Dowideit --- docs/os/storage/using-zfs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/os/storage/using-zfs/index.md b/docs/os/storage/using-zfs/index.md index f0b57bc0..ebabfce7 100644 --- a/docs/os/storage/using-zfs/index.md +++ b/docs/os/storage/using-zfs/index.md @@ -67,7 +67,7 @@ At this point you'll have a ZFS filesystem created and mounted at `/zpool1/docke Now you'll need to remove `-s overlay` (or any other storage driver) from the Docker daemon args to allow docker to automatically detect `zfs`. ``` -$ sudo ros config set rancher.docker.storage_driver '' +$ sudo ros config set rancher.docker.storage_driver 'zfs' $ sudo ros config set rancher.docker.graph /mnt/zpool1/docker # Now that you've changed the Docker daemon args, you'll need to start Docker $ sudo system-docker start docker