Update Hardware/Storage Node 01 (TrueNAS Core)/Replacing a Drive.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
This commit is contained in:
@@ -29,4 +29,10 @@ Now we need to tell TrueNAS / FreeBSD to re-scan all disks to locate the new one
|
||||
!!! success "Resilvering Started"
|
||||
At this point, TrueNAS core will start taking parity data from the rest of the drives in the storage pool to reconstruct the replaced drive. This may take an hour or two depending on the speed of the drives and used capacity within the pool itself.
|
||||
|
||||
It is recommended to run a SCRUB right after resilvering to ensure that all data is accurate and healthy.
|
||||
It is recommended to run a SCRUB right after resilvering to ensure that all data is accurate and healthy.
|
||||
|
||||
!!! info "Checking on Resilvering Process via CLI"
|
||||
If you feel so inclined, you can check on the resilvering process by running the following command:
|
||||
```sh
|
||||
zpool status | grep "to go"
|
||||
```
|
Reference in New Issue
Block a user