extend docs/misc_tips_troubleshooting.md with zfs disk error tip

This commit is contained in:
2017-09-07 09:50:46 -07:00
parent 93dc4e7495
commit 6a0434a998
5 changed files with 37 additions and 17 deletions

View File

@@ -131,6 +131,8 @@
<li><a class="toctree-l3" href="#updating-caddy-server">Updating Caddy Server</a></li>
<li><a class="toctree-l3" href="#zfs-disc-error-disc-identification">ZFS Disc Error Disc Identification</a></li>
</ul>
@@ -231,6 +233,11 @@ Also, WTF?</p>
Maybe you get an error message such as the following <code>listen tcp :80: bind: permission denied</code> and/or
<code>listen tcp :443: bind: permission denied</code>.<br />
Fix this error with the following command <code>sudo setcap CAP_NET_BIND_SERVICE=+eip /path/to/caddy</code></p>
<h2 id="zfs-disc-error-disc-identification">ZFS Disc Error Disc Identification</h2>
<p>You created a zpool using /dev/disk-by-id to specify the devices, and now you want to figure out
which disks are causing you trouble. For instance, your system log, <code>journalctl | grep -i fail</code>
shows read error on /dev/sdc. </p>
<p>You can use <code>lsblk -o MODEL,SERIAL</code> to match the information generated by <code>zpool status</code>.</p>
</div>
</div>