mirror of https://github.com/docker/docs.git
Update zfs-driver.md (#8735)
* Update zfs-driver.md * Add suggested correction
This commit is contained in:
parent
e6b1c2ef31
commit
f841aa6618
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue