Browse code

fix wrong option name in `dm.min_free_space` examples

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 2623b3496ead7c275d2e54bdfcdab0eab528be51)

Harald Albers authored on 2016/03/28 21:20:06
Showing 2 changed files
... ...
@@ -462,7 +462,7 @@ options for `zfs` start with `zfs`.
462 462
 
463 463
     Example use:
464 464
 
465
-        $ docker daemon --storage-opt dm.min_free_space_percent=10%
465
+        $ docker daemon --storage-opt dm.min_free_space=10%
466 466
 
467 467
 Currently supported options of `zfs`:
468 468
 
... ...
@@ -487,7 +487,7 @@ pool and that should automatically resolve it. If loop devices are being
487 487
 used, then stop docker, grow the size of loop files and restart docker and
488 488
 that should resolve the issue.
489 489
 
490
-Example use: `docker daemon --storage-opt dm.min_free_space_percent=10%`
490
+Example use: `docker daemon --storage-opt dm.min_free_space=10%`
491 491
 
492 492
 ## ZFS options
493 493