stuffy stuff

This commit is contained in:
counterweight 2026-05-16 16:47:31 +02:00
parent 9a39fb33d5
commit 1f8608f25f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
25 changed files with 69 additions and 0 deletions

View file

@ -17,6 +17,7 @@
<p><a href="../index.html">back to home</a></p>
<section>
<h2>Fixing a Degraded ZFS Mirror: Reseat, Resilver, and Scrub</h2>
<p><em>Published: 2026-01-04</em></p>
<p><em>Part 3 of 3 in my "First ZFS Degradation" series. See also <a href="why-i-put-my-vms-on-a-zfs-mirror.html">Part 1: The Setup</a> and <a href="a-degraded-pool-with-a-healthy-disk.html">Part 2: Diagnosing the Problem</a>.</em></p>
<h3>The Game Plan</h3>
<p>By now I was pretty confident about what was wrong: not a dying drive, but a flaky SATA connection. The fix should be straightforward. Just take the drive offline, shut down, reseat the cables, bring it back up, and let ZFS heal itself.</p>