From df6def3c0c1e2a566f3af3499865f8e9bf9da568 Mon Sep 17 00:00:00 2001 From: Zhu Guihua Date: Tue, 22 Mar 2016 14:50:49 +0800 Subject: [PATCH] Move ZFS options to correct place in man page Signed-off-by: Zhu Guihua --- man/docker-daemon.8.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/man/docker-daemon.8.md b/man/docker-daemon.8.md index 06bcf6438a..4356872a00 100644 --- a/man/docker-daemon.8.md +++ b/man/docker-daemon.8.md @@ -465,16 +465,6 @@ this topic, see Otherwise, set this flag for migrating existing Docker daemons to a daemon with a supported environment. -## ZFS options - -#### zfs.fsname - -Set zfs filesystem under which docker will create its own datasets. -By default docker will pick up the zfs filesystem where docker graph -(`/var/lib/docker`) is located. - -Example use: `docker daemon -s zfs --storage-opt zfs.fsname=zroot/docker` - #### dm.min_free_space Specifies the min free space percent in thin pool require for new device @@ -499,6 +489,16 @@ that should resolve the issue. Example use: `docker daemon --storage-opt dm.min_free_space_percent=10%` +## ZFS options + +#### zfs.fsname + +Set zfs filesystem under which docker will create its own datasets. +By default docker will pick up the zfs filesystem where docker graph +(`/var/lib/docker`) is located. + +Example use: `docker daemon -s zfs --storage-opt zfs.fsname=zroot/docker` + # CLUSTER STORE OPTIONS The daemon uses libkv to advertise