From 986dcf4d36969a2830680d8038114bca883a587c Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 14 Jan 2025 18:30:08 -0700 Subject: [PATCH] Update Workflows/Linux/Expand iSCSI-Based ZFS Filesystem.md --- Workflows/Linux/Expand iSCSI-Based ZFS Filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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