<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Home Fileserver: RAIDZ expansion</title>
	<atom:link href="http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/feed/" rel="self" type="application/rss+xml" />
	<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/</link>
	<description>Complexifying simplicity</description>
	<lastBuildDate>Tue, 31 Aug 2010 19:12:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Simon</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-16842</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-16842</guid>
		<description>Hi Nils,

The configuration I would strongly recommend you use is the following, comprised of two pools:

1. &#039;rpool&#039; : one pool containing / and /boot. This contains the boot environment and root file system. Mirror this using two drives to give protection. You&#039;ll also benefit from GRUB bootable &#039;Boot Environments&#039; allowing you to recover from failed OS upgrades (like Debian&#039;s apt-get -u dist-upgrade). This has saved my boot system on one occasion already.

2. &#039;tank&#039; : one pool containing all your non-OS/boot data. Put all your user data here. This corresponds to your previous &#039;/srv&#039;

&#039;rpool&#039; can be mirrored using a ZFS &#039;mirror&#039; vdev.

&#039;tank&#039; can be configured to use any single vdev or combination of vdevs you like. My recommendation, assuming you have the cash to invest, is to create a single RAID-Z2 vdev for this, for simplicity of administration and strong protection of data. As the capacity of two drives is used for parity data with RAID-Z2 vdevs, you will probably want something like capacity of 4 drives for data and capacity of 2 drives for parity -- i.e. 6 drives in total for user data.

However, as you only have 6 SATA ports on your mobo, and you will need to reserve 2 for your root/boot pool, you might have to reconsider this and either economise to a 4-drive RAID-Z1 vdev for user data, or upgrade to using a PCIe SATA HBA like an AOC-USAS-L8i or an LSI LSISAS3081E-R, both of which give you a further 8 SATA ports to use as you choose.

I am using the AOC-USAS-L8i, after having gone through two upgrade processes. If cash is not a problem for you then I would recommend investing in one of these cards to give a strongly protected boot/OS + data storage environment.

Cheers,
Simon</description>
		<content:encoded><![CDATA[<p>Hi Nils,</p>
<p>The configuration I would strongly recommend you use is the following, comprised of two pools:</p>
<p>1. &#8216;rpool&#8217; : one pool containing / and /boot. This contains the boot environment and root file system. Mirror this using two drives to give protection. You&#8217;ll also benefit from GRUB bootable &#8216;Boot Environments&#8217; allowing you to recover from failed OS upgrades (like Debian&#8217;s apt-get -u dist-upgrade). This has saved my boot system on one occasion already.</p>
<p>2. &#8216;tank&#8217; : one pool containing all your non-OS/boot data. Put all your user data here. This corresponds to your previous &#8216;/srv&#8217;</p>
<p>&#8216;rpool&#8217; can be mirrored using a ZFS &#8216;mirror&#8217; vdev.</p>
<p>&#8216;tank&#8217; can be configured to use any single vdev or combination of vdevs you like. My recommendation, assuming you have the cash to invest, is to create a single RAID-Z2 vdev for this, for simplicity of administration and strong protection of data. As the capacity of two drives is used for parity data with RAID-Z2 vdevs, you will probably want something like capacity of 4 drives for data and capacity of 2 drives for parity &#8212; i.e. 6 drives in total for user data.</p>
<p>However, as you only have 6 SATA ports on your mobo, and you will need to reserve 2 for your root/boot pool, you might have to reconsider this and either economise to a 4-drive RAID-Z1 vdev for user data, or upgrade to using a PCIe SATA HBA like an AOC-USAS-L8i or an LSI LSISAS3081E-R, both of which give you a further 8 SATA ports to use as you choose.</p>
<p>I am using the AOC-USAS-L8i, after having gone through two upgrade processes. If cash is not a problem for you then I would recommend investing in one of these cards to give a strongly protected boot/OS + data storage environment.</p>
<p>Cheers,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-16841</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-16841</guid>
		<description>Hi,

I&#039;m pretty new to OpenSolaris. I had a Debian NAS but the performance of Samba was not really good, so I tried other systems. OpenSolaris is really fast. But I&#039;d like to have a system like my old Debian installation. I have a mainboard with 6x S-ATA connectors and I have six S-ATA hard disks. On Debian I had the following setup, all hard disks had the same partitioning:
1GB /boot, RAID1 using all hard disks
5GB / (root), RAID5 using all hard disks (25GB for root)
about 700GB /srv, RAID5 using all hard disks (the RAID for CIFS / Samba)

Is it possible using ZFS to create two or three pools on the hard disks so I can install OpenSolaris like my old Debian installation?

At the moment I&#039;m trying OS on my USB stick, but this is a slow solution and seems not to work pretty good...

Regards, Nils.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m pretty new to OpenSolaris. I had a Debian NAS but the performance of Samba was not really good, so I tried other systems. OpenSolaris is really fast. But I&#8217;d like to have a system like my old Debian installation. I have a mainboard with 6x S-ATA connectors and I have six S-ATA hard disks. On Debian I had the following setup, all hard disks had the same partitioning:<br />
1GB /boot, RAID1 using all hard disks<br />
5GB / (root), RAID5 using all hard disks (25GB for root)<br />
about 700GB /srv, RAID5 using all hard disks (the RAID for CIFS / Samba)</p>
<p>Is it possible using ZFS to create two or three pools on the hard disks so I can install OpenSolaris like my old Debian installation?</p>
<p>At the moment I&#8217;m trying OS on my USB stick, but this is a slow solution and seems not to work pretty good&#8230;</p>
<p>Regards, Nils.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-6865</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 01 May 2009 14:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-6865</guid>
		<description>Hi Arne,

You&#039;re right, you do need a lot of space available. A backup system should help with this, as all your data should be backed-up, difficult as it can be.

RAID is not backup, and this is often forgotten by people thinking of implementing a RAID setup.

vdev expansion is not a priority for Sun (Oracle soon?), as enterprise users simply buy large arrays to start with, and then upgrade them by adding another 6 or 12 drives etc, as a new vdev. Adding vdevs to an existing pool is possible, but not expanding an existing vdev.

But you&#039;re right, having the ability to expand a vdev would be a useful feature for home users. But Sun won&#039;t get any money from us home users.

There is some recent work by Matt Ahrens which may prepare the way for vdev expansion one day... soon?
He says: &#039;This work lays a bunch of infrastructure that will be used by the upcoming device removal feature. Stay tuned!&#039;
See: http://blogs.sun.com/ahrens/entry/new_scrub_code
It might look unrelated to vdev expansion, but if he says the on-disk changes should allow upcoming device removal, then it seems likely that it might also facilitate device addition.</description>
		<content:encoded><![CDATA[<p>Hi Arne,</p>
<p>You&#8217;re right, you do need a lot of space available. A backup system should help with this, as all your data should be backed-up, difficult as it can be.</p>
<p>RAID is not backup, and this is often forgotten by people thinking of implementing a RAID setup.</p>
<p>vdev expansion is not a priority for Sun (Oracle soon?), as enterprise users simply buy large arrays to start with, and then upgrade them by adding another 6 or 12 drives etc, as a new vdev. Adding vdevs to an existing pool is possible, but not expanding an existing vdev.</p>
<p>But you&#8217;re right, having the ability to expand a vdev would be a useful feature for home users. But Sun won&#8217;t get any money from us home users.</p>
<p>There is some recent work by Matt Ahrens which may prepare the way for vdev expansion one day&#8230; soon?<br />
He says: &#8216;This work lays a bunch of infrastructure that will be used by the upcoming device removal feature. Stay tuned!&#8217;<br />
See: <a href="http://blogs.sun.com/ahrens/entry/new_scrub_code" rel="nofollow">http://blogs.sun.com/ahrens/entry/new_scrub_code</a><br />
It might look unrelated to vdev expansion, but if he says the on-disk changes should allow upcoming device removal, then it seems likely that it might also facilitate device addition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arne</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-6679</link>
		<dc:creator>Arne</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-6679</guid>
		<description>Well, this is nothing but a workaround. It still requires you to have a shitload of free HDD capacity (where you store all your data while creating the new pool).

So you have to waste a lot of space.
It&#039;s a shame, that RAIDZ still can&#039;t be expanded!</description>
		<content:encoded><![CDATA[<p>Well, this is nothing but a workaround. It still requires you to have a shitload of free HDD capacity (where you store all your data while creating the new pool).</p>
<p>So you have to waste a lot of space.<br />
It&#8217;s a shame, that RAIDZ still can&#8217;t be expanded!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-5413</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-5413</guid>
		<description>Simon, I&#039;m in the process of planning for a home-backup solution, and I&#039;m very interested to hear how other people are managing expansion challenges with zfs raid-z implementations.  Keep the posts coming, Great article!</description>
		<content:encoded><![CDATA[<p>Simon, I&#8217;m in the process of planning for a home-backup solution, and I&#8217;m very interested to hear how other people are managing expansion challenges with zfs raid-z implementations.  Keep the posts coming, Great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnE</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-5246</link>
		<dc:creator>JohnE</dc:creator>
		<pubDate>Thu, 05 Mar 2009 23:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-5246</guid>
		<description>hmmm, I was about to ditch my ReadyNAS for this ZFS solution but I&#039;m shocked to find that it can&#039;t be expanded or added to. I can replace any drive in the ReadyNAS and it rebuilds the proprietary raid5. Is it true that I cannot replace just one drive? Say I have 1.5TB + 1TB + 1TB. And in 6mo I want to replace 1TB with 1.5TB. Is this possible? Also, is it just like RAID5 ... I will only see 2TB free (in a 1.5TB + 1TB + 1TB setup)? Its March 2009, anyone know if these capabilities are on roadmap for this year??? THANK YOU FOR GREAT blog with lots of information!</description>
		<content:encoded><![CDATA[<p>hmmm, I was about to ditch my ReadyNAS for this ZFS solution but I&#8217;m shocked to find that it can&#8217;t be expanded or added to. I can replace any drive in the ReadyNAS and it rebuilds the proprietary raid5. Is it true that I cannot replace just one drive? Say I have 1.5TB + 1TB + 1TB. And in 6mo I want to replace 1TB with 1.5TB. Is this possible? Also, is it just like RAID5 &#8230; I will only see 2TB free (in a 1.5TB + 1TB + 1TB setup)? Its March 2009, anyone know if these capabilities are on roadmap for this year??? THANK YOU FOR GREAT blog with lots of information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-4057</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 11 Jan 2009 16:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-4057</guid>
		<description>Hi Rob,

Yes, I knew that method was a possibility, but it would have required a full resilver after each of the three disks was replaced, which (a) would have taken a long time, and (b) could have toasted my data if an existing drive had failed during any of the three required resilver operations.

There are other issues with the &#039;replace one disk at a time&#039; method, and that is:
1. I would have needed to buy three more larger disks (e.g. 1TB) to replace the existing operational 750GB drives.
2. There is no backup available in the event of the operation failing.
3. I would have three 750GB drives with no use at the end of replacing them all with 1TB drives (I prefer to have one vdev currently, due to the limitation of existing available SATA connectors and drive cage space).
4. I would have only gained ~750GB by replacing the three existing 750GB drives with 1TB replacements, which is the same that I gained by recreating the array with one additional 750GB drive. 

Hopefully this makes sense :)

Cheers,
Simon</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Yes, I knew that method was a possibility, but it would have required a full resilver after each of the three disks was replaced, which (a) would have taken a long time, and (b) could have toasted my data if an existing drive had failed during any of the three required resilver operations.</p>
<p>There are other issues with the &#8216;replace one disk at a time&#8217; method, and that is:<br />
1. I would have needed to buy three more larger disks (e.g. 1TB) to replace the existing operational 750GB drives.<br />
2. There is no backup available in the event of the operation failing.<br />
3. I would have three 750GB drives with no use at the end of replacing them all with 1TB drives (I prefer to have one vdev currently, due to the limitation of existing available SATA connectors and drive cage space).<br />
4. I would have only gained ~750GB by replacing the three existing 750GB drives with 1TB replacements, which is the same that I gained by recreating the array with one additional 750GB drive. </p>
<p>Hopefully this makes sense <img src='http://breden.org.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Hensel</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-4046</link>
		<dc:creator>Rob Hensel</dc:creator>
		<pubDate>Sat, 10 Jan 2009 20:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-4046</guid>
		<description>Simon,  another way to grow a raidz pool is to swap each drive with a larger one.  Swap one drive at a time and resilver then after the last drive export and reimport the pool.  Just finished upgrading my 4x500GB to 4x1TB.  My next step is to migrate to OpenSolaris 2008.11 to take advantage of some of the newer features (like Time Slider) and drivers.</description>
		<content:encoded><![CDATA[<p>Simon,  another way to grow a raidz pool is to swap each drive with a larger one.  Swap one drive at a time and resilver then after the last drive export and reimport the pool.  Just finished upgrading my 4&#215;500GB to 4&#215;1TB.  My next step is to migrate to OpenSolaris 2008.11 to take advantage of some of the newer features (like Time Slider) and drivers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kebabbert</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-2611</link>
		<dc:creator>kebabbert</dc:creator>
		<pubDate>Fri, 26 Sep 2008 08:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-2611</guid>
		<description>ERIC,

You can not easily expand an existing vdev as of now, but you can create a new vdev and add it to the ZFS raid.

Say you have 3 drives in a ZFS raid. Then you can add 3 more drives to that raid. So now you got a ZFS raid with 3 drives + 3 drives. On each set, one disc will be used for parity, so here you have 4 drives for storing data, and 2 drives for parity. All data will be shared on the ZFS raid, spread out evenly on the discs.

Alternatively, you could have created one ZFS raid with 6 drives. Then one of the drives would have been for parity and store data on 5 drives. This is the approach used in this article.

(When using many drives, 10 or more, the prefered approach is to have several smaller sets combined into one large ZFS raid. This is prefered on the SUN thumper machine which has 48 drives. Many smaller sets combined into one big ZFS raid is recommended. Just buy several SATA I/O cards with 8 connections, and you can have a thumper at home. Remember, ZFS prefers no hardware raid card. ZFS likes to have control of everything by itself. No hardware raid cards then).




Of course, you could add only one drive to your first set of 3 drives. Then you would have a ZFS raid with 3 drives + 1 drive. This would be bad, because what happens if that 1 drive fails? In the set of 3 drives, one drive can fail because that set has redundancy. But the second set has no redundancy. Therefore, add a group of drives to an existing ZFS raid. Within a group, the drives should have equal storing capacity.</description>
		<content:encoded><![CDATA[<p>ERIC,</p>
<p>You can not easily expand an existing vdev as of now, but you can create a new vdev and add it to the ZFS raid.</p>
<p>Say you have 3 drives in a ZFS raid. Then you can add 3 more drives to that raid. So now you got a ZFS raid with 3 drives + 3 drives. On each set, one disc will be used for parity, so here you have 4 drives for storing data, and 2 drives for parity. All data will be shared on the ZFS raid, spread out evenly on the discs.</p>
<p>Alternatively, you could have created one ZFS raid with 6 drives. Then one of the drives would have been for parity and store data on 5 drives. This is the approach used in this article.</p>
<p>(When using many drives, 10 or more, the prefered approach is to have several smaller sets combined into one large ZFS raid. This is prefered on the SUN thumper machine which has 48 drives. Many smaller sets combined into one big ZFS raid is recommended. Just buy several SATA I/O cards with 8 connections, and you can have a thumper at home. Remember, ZFS prefers no hardware raid card. ZFS likes to have control of everything by itself. No hardware raid cards then).</p>
<p>Of course, you could add only one drive to your first set of 3 drives. Then you would have a ZFS raid with 3 drives + 1 drive. This would be bad, because what happens if that 1 drive fails? In the set of 3 drives, one drive can fail because that set has redundancy. But the second set has no redundancy. Therefore, add a group of drives to an existing ZFS raid. Within a group, the drives should have equal storing capacity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-2476</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 18 Sep 2008 20:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-2476</guid>
		<description>Thanks Eric.

As you say, not being able to expand a RAIDZ vdev needn&#039;t be a problem if you are happy with simply adding an additional RAIDZ vdev when expanding your pool. I wanted to add just &lt;strong&gt;one drive&lt;/strong&gt; though, so adding a new vdev wasn&#039;t an option. The backup storage was no problem as I had sufficient spare capacity available.

I have noted my comments on Drobo here: http://breden.org.uk/2008/03/02/home-fileserver-existing-products/

The points I mentioned about Drobo were:

&lt;blockquote&gt;Drobo initially looked quite interesting, especially in its flexibility for handling different sized drives. However, it seems to suffer from pitifully slow transfer speeds due to using a USB2 interface, and its data format seems undocumented and, therefore, proprietary. I didn’t need to look any further. Also the price was around $500 without drives, so it’s not cheap either. I believe there is some kind of bolt-on box called DroboShare for giving ethernet access too, available for another $200. So this gizmo with ethernet access will cost $700 without any drives. No thanks.&lt;/blockquote&gt;

Yes, I think there will be a solution available for expanding RAIDZ vdevs sometime. The last time I looked, there was some info on how this might work here: http://blogs.sun.com/ahl/entry/expand_o_matic_raid_z</description>
		<content:encoded><![CDATA[<p>Thanks Eric.</p>
<p>As you say, not being able to expand a RAIDZ vdev needn&#8217;t be a problem if you are happy with simply adding an additional RAIDZ vdev when expanding your pool. I wanted to add just <strong>one drive</strong> though, so adding a new vdev wasn&#8217;t an option. The backup storage was no problem as I had sufficient spare capacity available.</p>
<p>I have noted my comments on Drobo here: <a href="http://breden.org.uk/2008/03/02/home-fileserver-existing-products/" rel="nofollow">http://breden.org.uk/2008/03/02/home-fileserver-existing-products/</a></p>
<p>The points I mentioned about Drobo were:</p>
<blockquote><p>Drobo initially looked quite interesting, especially in its flexibility for handling different sized drives. However, it seems to suffer from pitifully slow transfer speeds due to using a USB2 interface, and its data format seems undocumented and, therefore, proprietary. I didn’t need to look any further. Also the price was around $500 without drives, so it’s not cheap either. I believe there is some kind of bolt-on box called DroboShare for giving ethernet access too, available for another $200. So this gizmo with ethernet access will cost $700 without any drives. No thanks.</p></blockquote>
<p>Yes, I think there will be a solution available for expanding RAIDZ vdevs sometime. The last time I looked, there was some info on how this might work here: <a href="http://blogs.sun.com/ahl/entry/expand_o_matic_raid_z" rel="nofollow">http://blogs.sun.com/ahl/entry/expand_o_matic_raid_z</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-2463</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 18 Sep 2008 05:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-2463</guid>
		<description>I have really enjoyed reading this series of posts, as I am in the planning stages of my home file server.

Unfortunately, I just can&#039;t justify jumping into ZFS when you cannot expand a raidz vdev. I know drobo and symilar units are expensive and proprietary. But the functionality of being able to expand an array by adding additional disks is just too valuable to me, and I would think it is similar for most other home users.

Call me strange, but I don&#039;t see much point in growing a raidz pool if you need enough temporary storage to store all of your data for backup anyway. At that point you could just use those drives to form a second raidz vdev and add it to your existing pool.

Is there any hope that ZFS will add this functionality? Don&#039;t worry, I&#039;m not holding my breath.</description>
		<content:encoded><![CDATA[<p>I have really enjoyed reading this series of posts, as I am in the planning stages of my home file server.</p>
<p>Unfortunately, I just can&#8217;t justify jumping into ZFS when you cannot expand a raidz vdev. I know drobo and symilar units are expensive and proprietary. But the functionality of being able to expand an array by adding additional disks is just too valuable to me, and I would think it is similar for most other home users.</p>
<p>Call me strange, but I don&#8217;t see much point in growing a raidz pool if you need enough temporary storage to store all of your data for backup anyway. At that point you could just use those drives to form a second raidz vdev and add it to your existing pool.</p>
<p>Is there any hope that ZFS will add this functionality? Don&#8217;t worry, I&#8217;m not holding my breath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-2371</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 02 Sep 2008 19:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-2371</guid>
		<description>Hi Constantin, thanks a lot for the compliments and glad you like the writing style!

In the linked-to &lt;a href=&quot;http://breden.org.uk/2008/03/12/home-fileserver-backups/&quot; rel=&quot;nofollow&quot;&gt;backups article&lt;/a&gt;, I used rsync simply because I was not familiar at that time with zfs send / receive. Later, I wrote about using zfs send / receive for performing backups in this article: &lt;a href=&quot;http://breden.org.uk/2008/05/12/home-fileserver-backups-from-zfs-snapshots/&quot; rel=&quot;nofollow&quot;&gt;Home Fileserver: Backups from ZFS snapshots&lt;/a&gt;.

Thanks for writing all the great posts about ZFS on your blog, and I look forward to reading more in future. It was &lt;a href=&quot;http://blogs.sun.com/constantin/&quot; rel=&quot;nofollow&quot;&gt;your blog&lt;/a&gt; and &lt;a href=&quot;http://blogs.sun.com/timf/&quot; rel=&quot;nofollow&quot;&gt;Tim Foster&#039;s blog&lt;/a&gt; that inspired me when I first started looking into ZFS, so thanks again!

Cheers,
Simon</description>
		<content:encoded><![CDATA[<p>Hi Constantin, thanks a lot for the compliments and glad you like the writing style!</p>
<p>In the linked-to <a href="http://breden.org.uk/2008/03/12/home-fileserver-backups/" rel="nofollow">backups article</a>, I used rsync simply because I was not familiar at that time with zfs send / receive. Later, I wrote about using zfs send / receive for performing backups in this article: <a href="http://breden.org.uk/2008/05/12/home-fileserver-backups-from-zfs-snapshots/" rel="nofollow">Home Fileserver: Backups from ZFS snapshots</a>.</p>
<p>Thanks for writing all the great posts about ZFS on your blog, and I look forward to reading more in future. It was <a href="http://blogs.sun.com/constantin/" rel="nofollow">your blog</a> and <a href="http://blogs.sun.com/timf/" rel="nofollow">Tim Foster&#8217;s blog</a> that inspired me when I first started looking into ZFS, so thanks again!</p>
<p>Cheers,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin Gonzalez</title>
		<link>http://breden.org.uk/2008/09/01/home-fileserver-raidz-expansion/comment-page-1/#comment-2367</link>
		<dc:creator>Constantin Gonzalez</dc:creator>
		<pubDate>Tue, 02 Sep 2008 07:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://breden.org.uk/?p=122#comment-2367</guid>
		<description>Hi Simon,

great blog entry, as always! I like the mix between casual style and solidly founded tech content.
Is there any particular reason why you prefer rsync over zfs send/receive for performing the backups?

Cheers,
   Constantin</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>great blog entry, as always! I like the mix between casual style and solidly founded tech content.<br />
Is there any particular reason why you prefer rsync over zfs send/receive for performing the backups?</p>
<p>Cheers,<br />
   Constantin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
