Update zfs-driver.md (#8735)

* Update zfs-driver.md

* Add suggested correction
This commit is contained in:
Philipp 2019-05-15 03:20:12 +02:00 committed by Maria Bermudez
parent e6b1c2ef31
commit f841aa6618
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 The ZFS intent log (ZIL) and the coalescing of writes (delayed writes) also
help to reduce fragmentation. You can monitor fragmentation using 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. and restoring the filesystem.
- **Use the native ZFS driver for Linux**: The ZFS FUSE implementation is not - **Use the native ZFS driver for Linux**: The ZFS FUSE implementation is not