<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zpool &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/zpool/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Sun, 27 Dec 2020 05:38:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>Fix ZFSonLinux pool  auto expanding</title>
		<link>https://desantolo.com/2017/07/fix-zfsonlinux-pool-auto-expanding/</link>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Mon, 24 Jul 2017 05:00:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[zfs]]></category>
		<category><![CDATA[zpool]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=560</guid>

					<description><![CDATA[If you&#8217;re having issues with zfsonlinux and your pool not expanding after replacing your hard drives with larger ones then here is a trick to fix it. # zpool set autoexpand=on {pool name} # zpool online -e {pool-name} {disk name/id &#8230; <a href="https://desantolo.com/2017/07/fix-zfsonlinux-pool-auto-expanding/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re having issues with zfsonlinux and your pool not expanding after replacing your hard drives with larger ones then here is a trick to fix it.<span id="more-560"></span></p>
<p class="p1"><span class="s1"># zpool set autoexpand=on {pool name}</span></p>
<p class="p1"># zpool online -e {pool-name} {disk name/id as displayed on zpool status}</p>
<p>Your pool should resize after running the second command. The first command was only to make sure you had set the zfs property that&#8217;s needed for the second command to expand the pool.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">560</post-id>	</item>
		<item>
		<title>Create a Storage Pool</title>
		<link>https://desantolo.com/2010/05/create-a-storage-pool/</link>
					<comments>https://desantolo.com/2010/05/create-a-storage-pool/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Sun, 02 May 2010 22:11:35 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[zfs]]></category>
		<category><![CDATA[zpool]]></category>
		<guid isPermaLink="false">http://gioflux.wordpress.com/?p=6</guid>

					<description><![CDATA[This will create a pool named &#8220;gpool&#8221; using RAIDZ (raid5) with member drives  c8t1d0 c8t2d0 c8t3d0 c8t4d0 c8t5d0 Giovanni@server:~# zpool create gpool raidz c8t1d0 c8t2d0 c8t3d0 c8t4d0 c8t5d0 Giovanni@server:~# zpool status pool: gpool state: ONLINE scrub: none requested config: NAME        STATE     &#8230; <a href="https://desantolo.com/2010/05/create-a-storage-pool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>This will create a pool named &#8220;gpool&#8221; using RAIDZ (raid5) with member drives  c8t1d0 c8t2d0 c8t3d0 c8t4d0 c8t5d0</p>
<blockquote><p><a href="mailto:Giovanni@server">Giovanni@server</a>:~# zpool create gpool raidz c8t1d0 c8t2d0 c8t3d0 c8t4d0 c8t5d0<br />
<a href="mailto:Giovanni@server">Giovanni@server</a>:~# zpool status<br />
pool: gpool<br />
state: ONLINE<br />
scrub: none requested<br />
config:</p>
<p>NAME        STATE     READ WRITE CKSUM<br />
gpool       ONLINE       0     0     0<br />
raidz1    ONLINE       0     0     0<br />
c8t1d0  ONLINE       0     0     0<br />
c8t2d0  ONLINE       0     0     0<br />
c8t3d0  ONLINE       0     0     0<br />
c8t4d0  ONLINE       0     0     0<br />
c8t5d0  ONLINE       0     0     0</p>
<p>errors: No known data errors</p>
<p>pool: rpool<br />
state: ONLINE<br />
scrub: none requested<br />
config:</p>
<p>NAME        STATE     READ WRITE CKSUM<br />
rpool       ONLINE       0     0     0<br />
c8t0d0s0  ONLINE       0     0     0</p>
<p>errors: No known data errors<br />
<a href="mailto:Giovanni@server">Giovanni@server</a>:~#</p></blockquote>
<p>OK.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2010/05/create-a-storage-pool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6</post-id>	</item>
		<item>
		<title>How to view available SATA hard drives</title>
		<link>https://desantolo.com/2010/05/how-to-view-available-sata-hard-drives/</link>
					<comments>https://desantolo.com/2010/05/how-to-view-available-sata-hard-drives/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Sun, 02 May 2010 21:41:27 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[zfs]]></category>
		<category><![CDATA[zpool]]></category>
		<guid isPermaLink="false">http://gioflux.wordpress.com/?p=3</guid>

					<description><![CDATA[You will be able to view hardware ID&#8217;s for hard drives using &#8216;format&#8217; Giovanni@server:~# format Searching for disks&#8230;done AVAILABLE DISK SELECTIONS: 0. c8t0d0 &#60;DEFAULT cyl 60797 alt 2 hd 255 sec 252&#62; /pci@0,0/pci15d9,d380@1f,2/disk@0,0 1. c8t1d0 &#60;ATA-Hitachi HDS72202-A3EA-1.82TB&#62; /pci@0,0/pci15d9,d380@1f,2/disk@1,0 2. c8t2d0 &#8230; <a href="https://desantolo.com/2010/05/how-to-view-available-sata-hard-drives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>You will be able to view hardware ID&#8217;s for hard drives using &#8216;format&#8217;</p>
<blockquote><p><a href="mailto:Giovanni@server">Giovanni@server</a>:~# format<br />
Searching for disks&#8230;done<br />
AVAILABLE DISK SELECTIONS:<br />
0. c8t0d0 &lt;DEFAULT cyl 60797 alt 2 hd 255 sec 252&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@0,0</a><br />
1. c8t1d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@1,0</a><br />
2. c8t2d0 &lt;ATA-Hitachi HDS72202-A28A-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@2,0</a><br />
3. c8t3d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@3,0</a><br />
4. c8t4d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@4,0</a><br />
5. c8t5d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@5,0</a><br />
Specify disk (enter its number):</p></blockquote>
<p>Hard drives are located on <strong>/dev/dsk</strong> in Opensolaris. Compare to the zpool status and add drives that are new to the system (not yet in any storage pools)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2010/05/how-to-view-available-sata-hard-drives/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11</post-id>	</item>
	</channel>
</rss>
