Signed-off-by: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
| ... | ... |
@@ -465,16 +465,6 @@ this topic, see |
| 465 | 465 |
Otherwise, set this flag for migrating existing Docker daemons to a |
| 466 | 466 |
daemon with a supported environment. |
| 467 | 467 |
|
| 468 |
-## ZFS options |
|
| 469 |
- |
|
| 470 |
-#### zfs.fsname |
|
| 471 |
- |
|
| 472 |
-Set zfs filesystem under which docker will create its own datasets. |
|
| 473 |
-By default docker will pick up the zfs filesystem where docker graph |
|
| 474 |
-(`/var/lib/docker`) is located. |
|
| 475 |
- |
|
| 476 |
-Example use: `docker daemon -s zfs --storage-opt zfs.fsname=zroot/docker` |
|
| 477 |
- |
|
| 478 | 468 |
#### dm.min_free_space |
| 479 | 469 |
|
| 480 | 470 |
Specifies the min free space percent in thin pool require for new device |
| ... | ... |
@@ -499,6 +489,16 @@ that should resolve the issue. |
| 499 | 499 |
|
| 500 | 500 |
Example use: `docker daemon --storage-opt dm.min_free_space_percent=10%` |
| 501 | 501 |
|
| 502 |
+## ZFS options |
|
| 503 |
+ |
|
| 504 |
+#### zfs.fsname |
|
| 505 |
+ |
|
| 506 |
+Set zfs filesystem under which docker will create its own datasets. |
|
| 507 |
+By default docker will pick up the zfs filesystem where docker graph |
|
| 508 |
+(`/var/lib/docker`) is located. |
|
| 509 |
+ |
|
| 510 |
+Example use: `docker daemon -s zfs --storage-opt zfs.fsname=zroot/docker` |
|
| 511 |
+ |
|
| 502 | 512 |
# CLUSTER STORE OPTIONS |
| 503 | 513 |
|
| 504 | 514 |
The daemon uses libkv to advertise |