mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Update zfs-driver.md (#8735)
* Update zfs-driver.md * Add suggested correction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user