<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 19, 2010, at 9:18 AM, Dan Frincu wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div bgcolor="#ffffff" text="#000000">
<br>
<br>
Vadym Chepkov wrote:
<blockquote cite="mid:450DA0E0-48B8-4FCC-892E-BD644AA9E05B@gmail.com" type="cite"><br>
  <div>
  <div>On Oct 19, 2010, at 3:42 AM, Pavlos Parissis wrote:</div>
  <br class="Apple-interchange-newline">
  <blockquote type="cite"><br>
    <br>
    <div class="gmail_quote">On 19 October 2010 01:18, Vadym Chepkov <span dir="ltr"><<a moz-do-not-send="true" href="mailto:vchepkov@gmail.com">vchepkov@gmail.com</a>></span>
wrote:<br>
    <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
      <br>
What is the crm shell command to move drbd master to a different node?<br>
      <br>
    </blockquote>
    <div><br>
take a look at this <br>
    </div>
    </div>
    <a moz-do-not-send="true" href="http://www.mail-archive.com/pacemaker@oss.clusterlabs.org/msg06300.html">http://www.mail-archive.com/pacemaker@oss.clusterlabs.org/msg06300.html</a><br>
_______________________________________________<br>
  </blockquote>
  <br>
  </div>
  <div>Wow, not the friendliest command I would say. Maybe "move"
command can be enhanced to provide something similar?</div>
  <div><br>
  </div>
  <div>Thanks,</div>
  <div>Vadym</div>
</blockquote>
The <u>crm resource move/migrate <rsc></u> provides/creates the
location constraint within the crm shell. <br>
<br>
In the example I gave:<br>
<br>
<u>crm resource migrate ms_drbd_storage</u><br>
<br>
<i>WARNING: Creating rsc_location constraint
'cli-standby-ms_drbd_storage' with a score of -INFINITY for resource
ms_drbd_storage on cluster1.<br>
<b>      This will prevent ms_drbd_storage from running on cluster1
until the constraint is removed using the 'crm_resource -U' command or
manually with cibadmin<br>
      This will be the case even if cluster1 is the last node in the
cluster<br>
</b>      This message can be disabled with -Q<br>
</i><br>
The warning message appears in the console after executing the command
in the crm shell, running a crm configure show reveals the following:<br>
<br>
<i>location cli-standby-ms_drbd_storage ms_drbd_storage \<br>
        rule $id="cli-standby-rule-ms_drbd_storage" -inf: #uname eq
cluster1<br>
</i><br>
The example in the UEL above has been done manually to (probably)
provide an advisory placement constraint, the one set by <u>crm
resource move <rsc></u> is a mandatory placement constraint.<br>
<br></div></blockquote><div><br></div></div><br><div>It misses $role=Master and doesn't work because of that.</div><div><br></div><div>Vadym</div><div><br></div></body></html>