<?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: Upgrading Linux software RAID-1 array</title>
	<atom:link href="http://www.steveglendinning.com/2007/10/24/upgrading-linux-software-raid-1-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steveglendinning.com/2007/10/24/upgrading-linux-software-raid-1-array/</link>
	<description></description>
	<lastBuildDate>Mon, 14 Jun 2010 06:50:33 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Kahn Gillmor</title>
		<link>http://www.steveglendinning.com/2007/10/24/upgrading-linux-software-raid-1-array/comment-page-1/#comment-2603</link>
		<dc:creator>Daniel Kahn Gillmor</dc:creator>
		<pubDate>Mon, 09 Feb 2009 22:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.steveglendinning.com/2007/10/24/upgrading-linux-software-raid-1-array/#comment-2603</guid>
		<description>It seems to me like the above process is more painful than it needs to be today.

 * you can run grub-install /dev/sda &amp;&amp; grub-install /dev/sdb before the second reboot.  that way, if your BIOS is capable of booting from the second disk, you shouldn&#039;t need to wrestle with the rescue CD

 * you can resize ext3 filesystems while they&#039;re mounted today (as long as they&#039;re growing, not shrinking) -- no need to drop to single-user mode.</description>
		<content:encoded><![CDATA[<p>It seems to me like the above process is more painful than it needs to be today.</p>
<p> * you can run grub-install /dev/sda &amp;&amp; grub-install /dev/sdb before the second reboot.  that way, if your BIOS is capable of booting from the second disk, you shouldn&#8217;t need to wrestle with the rescue CD</p>
<p> * you can resize ext3 filesystems while they&#8217;re mounted today (as long as they&#8217;re growing, not shrinking) &#8212; no need to drop to single-user mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell Vermaak</title>
		<link>http://www.steveglendinning.com/2007/10/24/upgrading-linux-software-raid-1-array/comment-page-1/#comment-239</link>
		<dc:creator>Darrell Vermaak</dc:creator>
		<pubDate>Thu, 15 May 2008 09:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.steveglendinning.com/2007/10/24/upgrading-linux-software-raid-1-array/#comment-239</guid>
		<description>Thanks for the article - very useful!

I was using a Reiserfs on RAID1 - had to resize the raid after repartitioning the disks and hot adding them to the raid by using 
mdadm --grow /dev/md1 --size=max
then unmount the /dev/md1
then run resize_reiserfs /dev/md1
this resyncs the disks/raid - to speed up the process I used 
echo 200000 &gt; /proc/sys/dev/speed_limit_max
echo 200000 &gt; /proc/sys/dev/speed_limit_min</description>
		<content:encoded><![CDATA[<p>Thanks for the article &#8211; very useful!</p>
<p>I was using a Reiserfs on RAID1 &#8211; had to resize the raid after repartitioning the disks and hot adding them to the raid by using<br />
mdadm &#8211;grow /dev/md1 &#8211;size=max<br />
then unmount the /dev/md1<br />
then run resize_reiserfs /dev/md1<br />
this resyncs the disks/raid &#8211; to speed up the process I used<br />
echo 200000 &gt; /proc/sys/dev/speed_limit_max<br />
echo 200000 &gt; /proc/sys/dev/speed_limit_min</p>
]]></content:encoded>
	</item>
</channel>
</rss>
