diff --git a/Workflows/Linux/Expand iSCSI-Based ZFS Filesystem.md b/Workflows/Linux/Expand iSCSI-Based ZFS Filesystem.md index 65255ff..0f645c6 100644 --- a/Workflows/Linux/Expand iSCSI-Based ZFS Filesystem.md +++ b/Workflows/Linux/Expand iSCSI-Based ZFS Filesystem.md @@ -33,7 +33,7 @@ zpool scrub # (8) 8. This tells the system to scan the ZFS pool for any errors or corruption and correct them. Think of it as a form of housekeeping. ## Check on Scrubbing Progress -At this point, the ZFS pool has been expanded and a scrub task has been started. The scrubbing task can take several hours / dayas to run, so to keep track of it, you can run the following command to check the status of the ZFS pool / scrubbing task. +At this point, the ZFS pool has been expanded and a scrub task has been started. The scrubbing task can take several hours / days to run, so to keep track of it, you can run the following command to check the status of the ZFS pool / scrubbing task. ```sh zpool status