<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div><div>Dear Joel,</div><div><br></div><div>Thank you for your response!</div><div><br></div><div>I installed DRBD 9.2.12 and retested, but the issue persists.</div><div><br></div><div>I think the logic of this problem is quite clear. First, an Inconsistent replication serving as a sync target can be promoted to the primary when it is connected to an uptodate replication. Next, if the connection with the primary node is lost, the uptodate replication becomes outdated. Finally, after the network is restored and synchronization is completed, the sync target updates its metadata to match the sync source, which causes its state to also become outdated.</div><div><br></div><div>Would it be possible to introduce a parameter that allows users to prevent the promotion of Inconsistent replications? This could help avoid the the issue. If you have other solutions, that would be great as well, of course.</div><div><br></div><div>Additionally, are there other methods to remove the outdated tag from the metadata, aside from using the primary --force command?</div><div><br></div><div>Looking forward to your suggestions.</div><div><br></div><div>Best regards,</div><div>Rui</div></div><div><br></div><div><hr align="left" style="margin: 0 0 10px 0;border: 0;border-bottom:1px solid #E4E5E6;height:0;line-height:0;font-size:0;padding: 20px 0 0 0;width: 50px;"><div style="font-size:14px;font-family:Verdana;color:#000;"><a class="xm_write_card" id="in_alias" style="white-space: normal; display: inline-block; text-decoration: none !important;font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei;" href="https://wx.mail.qq.com/home/index?t=readmail_businesscard_midpage&amp;nocheck=true&amp;name=%E8%8C%83%E9%94%90&amp;icon=https%3A%2F%2Fres.mail.qq.com%2Fzh_CN%2Fhtmledition%2Fimages%2Frss%2Fmale.gif%3Frand%3D1617349242&amp;mail=buaafanrui%40qq.com&amp;code=" target="_blank"><table style="white-space: normal;table-layout: fixed; padding-right: 20px;" contenteditable="false" cellpadding="0" cellspacing="0"><tbody><tr valign="top"><td style="width: 40px;min-width: 40px; padding-top:10px"><div style="width: 38px; height: 38px; border: 1px #FFF solid; border-radius:50%; margin: 0;vertical-align: top;box-shadow: 0 0 10px 0 rgba(127,152,178,0.14);"><img src="https://res.mail.qq.com/zh_CN/htmledition/images/rss/male.gif?rand=1617349242" style="width:100%;height:100%;border-radius:50%;pointer-events: none;"></div></td><td style="padding: 10px 0 8px 10px;"><div class="businessCard_name" style="font-size: 14px;color: #33312E;line-height: 20px; padding-bottom: 2px; margin:0;font-weight: 500;">范锐</div><div class="businessCard_mail" style="font-size: 12px;color: #999896;line-height: 18px; margin:0;">buaafanrui@qq.com</div></td></tr></tbody></table></a></div></div><div>&nbsp;</div><div style="position: relative;"><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------&nbsp;原始邮件&nbsp;------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>发件人:</b>                                                                                                                        "Joel Colledge"                                                                                    &lt;joel.colledge@linbit.com&gt;;</div><div><b>发送时间:</b>&nbsp;2024年12月10日(星期二) 晚上11:31</div><div><b>收件人:</b>&nbsp;"范锐"&lt;buaafanrui@qq.com&gt;;<wbr></div><div><b>抄送:</b>&nbsp;"drbd-user"&lt;drbd-user@lists.linbit.com&gt;;<wbr></div><div><b>主题:</b>&nbsp;Re: Issue with Both Diskful Nodes Being Outdated in DRBD9</div></div><div><br></div>Hello Rui,<br><br>Thank you for the clear report.<br><br>&gt; I am using DRBD 9.2.8<br><br>Please test again with DRBD 9.2.12. There have been some improvements<br>in this area since DRBD 9.2.8 such as:<br>44cb5fa46478 drbd: Avoid wrong outdates in far_away_change()<br><br>It is possible that the problem you have discovered is fixed by that<br>commit, or by another related one.<br><br>&gt; 1. Is it possible to configure DRBD to disallow the promotion of an "Inconsistent" node to primary? This would help avoid this issue.<br><br>No, this is an important feature of DRBD. It should be possible to<br>promote a node whenever it has access to UpToDate data.<br><br>&gt; 2. If both disked nodes are in the "outdated" state, is it guaranteed that their data is consistent? If the data is consistent, it would it be safe to use the --force option to promote one of the nodes to primary to resolve the situation.<br><br>Outdated data is always consistent. So yes, you can use "primary<br>--force" to promote one of the nodes. In this particular situation,<br>the data is actually up-to-date, so "primary --force" is the correct<br>way to fix the DRBD state. In other situations, using "primary<br>--force" on an Outdated node will cause divergent data (split-brain).<br><br>&gt; 3. Can nodes in the "Inconsistent" or "Outdated" state participate in voting? Based on my understanding of distributed systems like etcd, unhealthy nodes are not allowed to vote or become leaders.<br><br>It's complicated. Explaining the details of the quorum algorithm is<br>beyond the scope of this message. For a discussion of some of the<br>details, see:<br>https://linbit.com/blog/drbd-quorum-implementation-updates/<br><br>Best regards,<br>Joel</div>