37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
---
|
|
category:
|
|
- "[[Journal]]"
|
|
type:
|
|
- "[[Log]]"
|
|
title: thinkstation zfs pool resilvering
|
|
created: 2026-05-14T21:22:39
|
|
date: 2026-05-14
|
|
tags:
|
|
---
|
|
Having a few issues getting [[Sanoid and Syncoid|syncoid]] to work, turned out the [[OpenZFS|zfs]] pool on the thinkstation had faulted (but still limping along), so had to order and replace drive.
|
|
|
|
replaced faulty drive in [[Lenovo ThinkStation P520 PC|thinkstation]] with the new drive, then attached the faulty back via usb, openzfs can then use the faulty drive to help the resilver.
|
|
|
|
[[Seagate IronWolf ST4000VNZ06 4TB HDD|new drive]] id
|
|
```
|
|
ata-ST4000VN006-3CW104_ZW646715
|
|
```
|
|
|
|
[[Toshiba High-Performance P300 3TB HDD|faulty drive]] id
|
|
```
|
|
ata-TOSHIBA_HDWD130_3713VPPAS
|
|
```
|
|
|
|
replace new drive while it
|
|
```
|
|
zpool replace noggapool /dev/disk/by-id/ata-TOSHIBA_HDWD130_3713VPPAS /dev/disk/by-id/ata-ST4000VN006-3CW104_ZW646715
|
|
```
|
|
|
|
Status the following morning, ~7.5 hours after starting
|
|
![[Pasted image 20260515050434.png]]
|
|
|
|
then 15 mins later there are error's reported
|
|
![[Pasted image 20260515052130.png]]
|
|
|
|
competed
|
|
![[Pasted image 20260515052243.png]] |