Update Workflows/Linux/Expand iSCSI-Based ZFS Filesystem.md

This commit is contained in:
2025-01-14 18:30:08 -07:00
parent 76cb496923
commit 986dcf4d36

View File

@ -33,7 +33,7 @@ zpool scrub <POOL-NAME> # (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