<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://openzfsonosx.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.103.157.37</id>
		<title>OpenZFS on OS X - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.103.157.37"/>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Special:Contributions/86.103.157.37"/>
		<updated>2026-05-09T20:15:04Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>https://openzfsonosx.org/wiki/DegradedPool</id>
		<title>DegradedPool</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/DegradedPool"/>
				<updated>2014-05-13T19:28:39Z</updated>
		
		<summary type="html">&lt;p&gt;86.103.157.37: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In case you have a degraded pool due to corrupted data on one drive, zpool status will show something like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;$ sudo zpool status&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  pool: tank&lt;br /&gt;
 state: DEGRADED&lt;br /&gt;
status: One or more devices could not be used because the label is missing or&lt;br /&gt;
        invalid.  Sufficient replicas exist for the pool to continue&lt;br /&gt;
        functioning in a degraded state.&lt;br /&gt;
action: Replace the device using 'zpool replace'.&lt;br /&gt;
   see: http://zfsonlinux.org/msg/ZFS-8000-4J&lt;br /&gt;
  scan: none requested&lt;br /&gt;
config:&lt;br /&gt;
 &lt;br /&gt;
        NAME                     STATE     READ WRITE CKSUM&lt;br /&gt;
        tank                     DEGRADED     0     0     0&lt;br /&gt;
          raidz1-0               DEGRADED     0     0     0&lt;br /&gt;
            disk2                ONLINE       0     0     0&lt;br /&gt;
            disk1                ONLINE       0     0     0&lt;br /&gt;
            2735026605872377559  FAULTED      0     0     0  was /dev/disk3&lt;br /&gt;
            disk4                ONLINE       0     0     0&lt;br /&gt;
 &lt;br /&gt;
errors: No known data errors&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, look into Disk Utility and find the disk number of the disk which is missing. (In our case disk3).&lt;br /&gt;
If you are certain that the corrupted data was not due to a bad disk, (for example if just the labels were messed up), we can reuse the same disk. First, delete the partition table of that disk.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo gpt destroy disk3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the missing device in the pool with this disk.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo zpool replace -f tank 2735026605872377559 /dev/disk3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The number you see is the one which you saw above at the position of the faulted drive in '''sudo zpool status'''.&lt;br /&gt;
&lt;br /&gt;
The system now starts resilvering the drive. This takes a long time. With '''sudo zpool status''' you can see the progress.&lt;/div&gt;</summary>
		<author><name>86.103.157.37</name></author>	</entry>

	</feed>