<?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: An underrated cluster admin&#8217;s companion: dopd</title>
	<atom:link href="http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/feed/" rel="self" type="application/rss+xml" />
	<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/</link>
	<description>Linux, DRBD, and other stuff of interest</description>
	<pubDate>Fri, 21 Nov 2008 09:46:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Florian Haas</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1375</link>
		<dc:creator>Florian Haas</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1375</guid>
		<description>Block-level synchronous replication over a 250kbps link? Good luck. But don't come complaining if your performance goes down the tubes. :-)</description>
		<content:encoded><![CDATA[<p>Block-level synchronous replication over a 250kbps link? Good luck. But don&#8217;t come complaining if your performance goes down the tubes. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kantin</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1373</link>
		<dc:creator>Edward Kantin</dc:creator>
		<pubDate>Wed, 02 Jan 2008 13:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1373</guid>
		<description>I know this isn't the "forum" but can you explain why it wouldn't make sense to use it over a DSL link? I'll have at least 250Kbits available for DRBD replication.</description>
		<content:encoded><![CDATA[<p>I know this isn&#8217;t the &#8220;forum&#8221; but can you explain why it wouldn&#8217;t make sense to use it over a DSL link? I&#8217;ll have at least 250Kbits available for DRBD replication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Haas</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1371</link>
		<dc:creator>Florian Haas</dc:creator>
		<pubDate>Wed, 02 Jan 2008 08:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1371</guid>
		<description>Edward,

dopd is unlikely to help you in your scenario, as it would usually make little sense to use DRBD over a DSL connection. Except perhaps with protocol A and extremely low write load. But you're probably better off with csync2.</description>
		<content:encoded><![CDATA[<p>Edward,</p>
<p>dopd is unlikely to help you in your scenario, as it would usually make little sense to use DRBD over a DSL connection. Except perhaps with protocol A and extremely low write load. But you&#8217;re probably better off with csync2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kantin</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1369</link>
		<dc:creator>Edward Kantin</dc:creator>
		<pubDate>Wed, 02 Jan 2008 01:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1369</guid>
		<description>I'm looking at a setup where the only available communication between nodes would be a dsl connection. I'd like to have a dial on demand ppp connection available for situations where the replication link is broken,  I can protect the data against split brain issues. Would dopd help me there?</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking at a setup where the only available communication between nodes would be a dsl connection. I&#8217;d like to have a dial on demand ppp connection available for situations where the replication link is broken,  I can protect the data against split brain issues. Would dopd help me there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rois</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1183</link>
		<dc:creator>Rois</dc:creator>
		<pubDate>Fri, 07 Dec 2007 17:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1183</guid>
		<description>OK . . . Back tracking a little here.  Still would like to know where I can get some dopd doc's but appearantly "drbdadm outdate all" doesn't work unless the dopd nodes are disconnected.  I tried disconnecting and it worked.

Upon closer inspection of the dopd syslog error it appears that it's looking for drbdadm in /sbin and my distro has it in /usr/sbin.  I tried copying and ln -s drbdadm, drbdsetup and drbdmeta to /sbin but neither option works and now the log shows
unknown exit code from /sbin/drbdadm outdate all: 126
instead of 
unknown exit code from /sbin/drbdadm outdate all: 127

Any clues to where the path problem is?
I'll put this on the forum as well.
Thanx</description>
		<content:encoded><![CDATA[<p>OK . . . Back tracking a little here.  Still would like to know where I can get some dopd doc&#8217;s but appearantly &#8220;drbdadm outdate all&#8221; doesn&#8217;t work unless the dopd nodes are disconnected.  I tried disconnecting and it worked.</p>
<p>Upon closer inspection of the dopd syslog error it appears that it&#8217;s looking for drbdadm in /sbin and my distro has it in /usr/sbin.  I tried copying and ln -s drbdadm, drbdsetup and drbdmeta to /sbin but neither option works and now the log shows<br />
unknown exit code from /sbin/drbdadm outdate all: 126<br />
instead of<br />
unknown exit code from /sbin/drbdadm outdate all: 127</p>
<p>Any clues to where the path problem is?<br />
I&#8217;ll put this on the forum as well.<br />
Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rois</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1182</link>
		<dc:creator>Rois</dc:creator>
		<pubDate>Fri, 07 Dec 2007 16:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1182</guid>
		<description>Florian,
Can you tell me how to get more debugging info?  dopd does not appear to be working and I believe I've tracked it down to drbdsetup NOT being able to outdate the local resources.  I've tried running the command manually on the peer and it does nothing.   I know outdate works somehow because "fencing resource-only;" is doing it.

Here is my basic understanding of what dopd is suppose to do:
Primary sends a message to the secondary to outdate itself.  The secondary is suppose to run the command
drbdadm outdate all.

If I run "drbdadm -d outdate all" it shows me that what is being run is:
drbdsetup /dev/drbd0 outdate
drbdmeta /dev/drbd0 v08 /dev/vg0/home internal outdate

Running drbdsetup on the secondary does not outdate the resources, does not return any messages and does not log anything to syslog.

Running drbdmeta returns "Device '/dev/drbd0' is configured!"  but does not outdate the resource and does not log anything.

Is there any other documentation on dopd or drbd that might help me figure out what my problem is.
Thx</description>
		<content:encoded><![CDATA[<p>Florian,<br />
Can you tell me how to get more debugging info?  dopd does not appear to be working and I believe I&#8217;ve tracked it down to drbdsetup NOT being able to outdate the local resources.  I&#8217;ve tried running the command manually on the peer and it does nothing.   I know outdate works somehow because &#8220;fencing resource-only;&#8221; is doing it.</p>
<p>Here is my basic understanding of what dopd is suppose to do:<br />
Primary sends a message to the secondary to outdate itself.  The secondary is suppose to run the command<br />
drbdadm outdate all.</p>
<p>If I run &#8220;drbdadm -d outdate all&#8221; it shows me that what is being run is:<br />
drbdsetup /dev/drbd0 outdate<br />
drbdmeta /dev/drbd0 v08 /dev/vg0/home internal outdate</p>
<p>Running drbdsetup on the secondary does not outdate the resources, does not return any messages and does not log anything to syslog.</p>
<p>Running drbdmeta returns &#8220;Device &#8216;/dev/drbd0&#8242; is configured!&#8221;  but does not outdate the resource and does not log anything.</p>
<p>Is there any other documentation on dopd or drbd that might help me figure out what my problem is.<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Haas</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1153</link>
		<dc:creator>Florian Haas</dc:creator>
		<pubDate>Fri, 30 Nov 2007 20:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1153</guid>
		<description>Rois,

your assumption is incorrect.  A highly available system that only runs when both nodes are up wouldn't be highly available. dopd just keeps you from failing over to a node that happens to have bad data.

If you just want to disable automatic failback -- and it seems like that's what you're trying to do -- just set auto_failback to off (Heartbeat version 1 and version 2 in non-CRM mode), or set a high default resource stickiness (Heartbeat 2 with CRM).

Cheers,
Florian</description>
		<content:encoded><![CDATA[<p>Rois,</p>
<p>your assumption is incorrect.  A highly available system that only runs when both nodes are up wouldn&#8217;t be highly available. dopd just keeps you from failing over to a node that happens to have bad data.</p>
<p>If you just want to disable automatic failback &#8212; and it seems like that&#8217;s what you&#8217;re trying to do &#8212; just set auto_failback to off (Heartbeat version 1 and version 2 in non-CRM mode), or set a high default resource stickiness (Heartbeat 2 with CRM).</p>
<p>Cheers,<br />
Florian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rois</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1152</link>
		<dc:creator>Rois</dc:creator>
		<pubDate>Fri, 30 Nov 2007 20:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-1152</guid>
		<description>This appears to have the effect of keeping ha from rolling over to a node with no connections problems.  Which means that the system only works if both nodes are working, correct?  I'm trying to figure out how to keep an ha failed node from becoming primary again (once it has been rolled to secondary by ha) without user intervention.  Can I use dopd for that somehow?  I submitted this question to the user list but this is the first time I've heard about dopd.
Thoughts??
Rois</description>
		<content:encoded><![CDATA[<p>This appears to have the effect of keeping ha from rolling over to a node with no connections problems.  Which means that the system only works if both nodes are working, correct?  I&#8217;m trying to figure out how to keep an ha failed node from becoming primary again (once it has been rolled to secondary by ha) without user intervention.  Can I use dopd for that somehow?  I submitted this question to the user list but this is the first time I&#8217;ve heard about dopd.<br />
Thoughts??<br />
Rois</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Haas</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-834</link>
		<dc:creator>Florian Haas</dc:creator>
		<pubDate>Tue, 02 Oct 2007 07:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-834</guid>
		<description>Can I ask you to post your issue on the drbd-user mailing list? Please do not forget to give your exact DRBD, Heartbeat and kernel version, and attach your drbd.conf and ha.cf, and relevant portions of your syslog.

You may subscribe to the mailing list at http://lists.linbit.com/listinfo/drbd-user</description>
		<content:encoded><![CDATA[<p>Can I ask you to post your issue on the drbd-user mailing list? Please do not forget to give your exact DRBD, Heartbeat and kernel version, and attach your drbd.conf and ha.cf, and relevant portions of your syslog.</p>
<p>You may subscribe to the mailing list at <a href="http://lists.linbit.com/listinfo/drbd-user" rel="nofollow">http://lists.linbit.com/listinfo/drbd-user</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kimseong</title>
		<link>http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-827</link>
		<dc:creator>kimseong</dc:creator>
		<pubDate>Mon, 01 Oct 2007 22:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://fghaas.wordpress.com/2007/10/01/an-underrated-cluster-admins-companion-dopd/#comment-827</guid>
		<description>I have just done exactly this 1 or 2 weeks ago, by reading the instruction on a file in the drbd source. 

I found that  sometimes when the link comes up again, the drbd status  on 1 side stays Standalone instead of automatically connect and sync.
Have to try to do drbdadm connect to make it connects.

And, I have 2 resources on the same link on different port, when the outdate happens, it seems to show Outdated on 1 of the resource, but not both in the /proc/drbd file.

I am new with drbd, still learning and trying.</description>
		<content:encoded><![CDATA[<p>I have just done exactly this 1 or 2 weeks ago, by reading the instruction on a file in the drbd source. </p>
<p>I found that  sometimes when the link comes up again, the drbd status  on 1 side stays Standalone instead of automatically connect and sync.<br />
Have to try to do drbdadm connect to make it connects.</p>
<p>And, I have 2 resources on the same link on different port, when the outdate happens, it seems to show Outdated on 1 of the resource, but not both in the /proc/drbd file.</p>
<p>I am new with drbd, still learning and trying.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
