From f841aa6618783c252d7e074187ad598ef6b7cbfa Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 15 May 2019 03:20:12 +0200 Subject: [PATCH] Update zfs-driver.md (#8735) * Update zfs-driver.md * Add suggested correction --- storage/storagedriver/zfs-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storagedriver/zfs-driver.md b/storage/storagedriver/zfs-driver.md index 2f3faa159a..e4fb127ded 100644 --- a/storage/storagedriver/zfs-driver.md +++ b/storage/storagedriver/zfs-driver.md @@ -263,7 +263,7 @@ There are several factors that influence the performance of Docker using the filesystems like ZFS. ZFS mitigates this by using a small block size of 128k. The ZFS intent log (ZIL) and the coalescing of writes (delayed writes) also help to reduce fragmentation. You can monitor fragmentation using - `zfs status`. However, there is no way to defragment ZFS without reformatting + `zpool status`. However, there is no way to defragment ZFS without reformatting and restoring the filesystem. - **Use the native ZFS driver for Linux**: The ZFS FUSE implementation is not