Fixing minor typo (#26)

Co-authored-by: Marcin Szychowski <marcin.szychowski@ext.deposit-solutions.com>
This commit is contained in:
Marcin Szychowski
2020-06-09 18:06:15 +02:00
committed by GitHub
parent ebdfbfbf96
commit db1219b843

View File

@@ -563,7 +563,7 @@ ZVOL used space larger than expected
the kernel to specify to zfs which blocks are unused.
| Executing a ``fstrim`` command before a snapshot is taken will ensure
a minimum snapshot size.
| Adding the ``discard`` option for the mounted ZVOL in ``\etc\fstab``
| Adding the ``discard`` option for the mounted ZVOL in ``/etc/fstab``
effectively enables the Linux kernel to issue the trim commands
continuously, without the need to execute fstrim on-demand.