<?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: Live Migration and Synchronous Replicated Storage With Xen, DRBD and LVM</title>
	<atom:link href="http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/feed" rel="self" type="application/rss+xml" />
	<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 15:38:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Keith</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-912</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 14 Mar 2011 17:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-912</guid>
		<description>The shift from Secondary to Primary is handled by the xen drbd block script.  In the VM config we specify to use this on the disk line. 

&quot;disk = [ &#039;drbd:vm_shaolin,hda1,w&#039; ];&quot;

You&#039;re right though, without the xen block script, the block device would remain as a secondary and writing to it would not work without manual intervention.</description>
		<content:encoded><![CDATA[<p>The shift from Secondary to Primary is handled by the xen drbd block script.  In the VM config we specify to use this on the disk line. </p>
<p>&#8220;disk = [ 'drbd:vm_shaolin,hda1,w' ];&#8221;</p>
<p>You&#8217;re right though, without the xen block script, the block device would remain as a secondary and writing to it would not work without manual intervention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-907</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 02 Mar 2011 13:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-907</guid>
		<description>I&#039;m confused on how this can work.  The DRBD docs say that in a Primary/Secondary resource, the secondary side can be neither read from nor written to.  Is there a DRBD mode change going on that&#039;s not explictly in your article?

http://www.drbd.org/users-guide-emb/ch-admin.html#s-roles</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused on how this can work.  The DRBD docs say that in a Primary/Secondary resource, the secondary side can be neither read from nor written to.  Is there a DRBD mode change going on that&#8217;s not explictly in your article?</p>
<p><a href="http://www.drbd.org/users-guide-emb/ch-admin.html#s-roles" rel="nofollow">http://www.drbd.org/users-guide-emb/ch-admin.html#s-roles</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-435</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sat, 13 Nov 2010 05:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-435</guid>
		<description>Stuart, I think you would still run into that bug if you were using a storage method other than DRBD, right?  I don&#039;t usually use the xen version supplied with EL5, its just too old!  I do try to run their kernels (especially in domU), but if you need to patch the dom0 kernel until the fix makes its way into the redhat kernels I would go for it!</description>
		<content:encoded><![CDATA[<p>Stuart, I think you would still run into that bug if you were using a storage method other than DRBD, right?  I don&#8217;t usually use the xen version supplied with EL5, its just too old!  I do try to run their kernels (especially in domU), but if you need to patch the dom0 kernel until the fix makes its way into the redhat kernels I would go for it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Gathman</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-434</link>
		<dc:creator>Stuart Gathman</dc:creator>
		<pubDate>Sat, 13 Nov 2010 05:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-434</guid>
		<description>I know it&#039;s asking a lot, but this doesn&#039;t work on Centos5.5 migrating from a 32-bit dom0 to a 64-bit dom0 or vice versa.  The save image is copied to the target, the drbd primary is switched, but the xen restore chokes on the save image from the other arch. This has been fixed at xensource, but the patch hasn&#039;t percolated to EL5 yet.  We can still quickly switch using drbd by shutting down and rebooting on the other machine, but the live migration would have been cool.</description>
		<content:encoded><![CDATA[<p>I know it&#8217;s asking a lot, but this doesn&#8217;t work on Centos5.5 migrating from a 32-bit dom0 to a 64-bit dom0 or vice versa.  The save image is copied to the target, the drbd primary is switched, but the xen restore chokes on the save image from the other arch. This has been fixed at xensource, but the patch hasn&#8217;t percolated to EL5 yet.  We can still quickly switch using drbd by shutting down and rebooting on the other machine, but the live migration would have been cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Line</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-322</link>
		<dc:creator>Line</dc:creator>
		<pubDate>Tue, 11 May 2010 12:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-322</guid>
		<description>Conhe?a</description>
		<content:encoded><![CDATA[<p>Conhe?a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-309</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Fri, 30 Apr 2010 18:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-309</guid>
		<description>Sure</description>
		<content:encoded><![CDATA[<p>Sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ab Circle Pro Review</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-308</link>
		<dc:creator>Ab Circle Pro Review</dc:creator>
		<pubDate>Fri, 30 Apr 2010 15:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-308</guid>
		<description>Good day website owner might I make use of a number of of the data from this post if I provide a link back again for a internet site?</description>
		<content:encoded><![CDATA[<p>Good day website owner might I make use of a number of of the data from this post if I provide a link back again for a internet site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachery Dunny</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-276</link>
		<dc:creator>Zachery Dunny</dc:creator>
		<pubDate>Mon, 19 Apr 2010 11:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-276</guid>
		<description>Would be really interesting to see your traffic spike if you had any stats enabled :)</description>
		<content:encoded><![CDATA[<p>Would be really interesting to see your traffic spike if you had any stats enabled <img src='http://backdrift.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/comment-page-1#comment-266</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 13 Apr 2010 14:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://backdrift.org/dist/wordpress/?p=3#comment-266</guid>
		<description>This is awesome! I&#039;m deploying a xen environment within the next few weeks, and I&#039;ve been looking for a replication solution. Not only did I find what I was looking for, but I get live migration too! Woohoo!</description>
		<content:encoded><![CDATA[<p>This is awesome! I&#8217;m deploying a xen environment within the next few weeks, and I&#8217;ve been looking for a replication solution. Not only did I find what I was looking for, but I get live migration too! Woohoo!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  backdrift.org/live-migration-and-synchronous-replicated-storage-with-xen-drbd-and-lvm/feed ) in 0.29978 seconds, on May 19th, 2012 at 3:08 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 19th, 2012 at 4:08 am UTC -->
