37 lines
1.0 KiB
Markdown
37 lines
1.0 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 syncoid to work, turned out the zfs pool on the thinkstation had faulted (but still limping along), so had to order and replace drive.
|
|
|
|
replaced faulty drive in thinkstation with the new, then attached the faulty back via usb, openzfs can then use the faulty drive to help the resilver.
|
|
|
|
[[Seagate IronWolf 4TB HDD ST4000VNZ06|new drive]] id
|
|
```
|
|
ata-ST4000VN006-3CW104_ZW646715
|
|
```
|
|
|
|
[[Toshiba 3TB HDD High-Performance P300|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]] |