<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Andrew,<br>
    <br>
    <br>
    <blockquote type="cite">
      <pre wrap="">Did you set is-managed=false for the group or a resource in the group?
I'm assuming the latter - basically the cluster noticed your resource was not running anymore.
While it did not try and do anything to fix that resource, it did stop anything that needed it.
Then when the resource came back, it was able to start the dependancies again.
</pre>
    </blockquote>
    <br>
    <br>
    Yes, i made just one resource in the group unmanaged.<br>
    I assumed/expected that when I make resource unmanaged, the cluster
    does not take it into account in any operations/dependancies any
    more. <br>
    <br>
    Moreover, here is part of cib settings: pretty complicated
    dependancies :-) but the point is - I do not understand why I got
    stopped both WcsGroup and WebGroup resources just because wcs_wcsd
    resource was stopped/failed?<br>
    <br>
    <br>
    group IpGroup viplocal vip opensips<br>
    group OraGroup oracle_fs lsnr orcl <br>
    group WcsGroup wcs_fs wcs_imq wcs_wcsd wasd <br>
    group WebGroup mysql pgsql nginx nandu tomcat_service <br>
    ms ms_oracle oracle_drbd \<br>
            meta master-max="1" master-node-max="1" clone-max="2"
    clone-node-max="1" notify="true" target-role="Master"
    is-managed="true"<br>
    ms ms_wcs wcs_drbd \<br>
            meta master-max="1" master-node-max="1" clone-max="2"
    clone-node-max="1" notify="true" target-role="Master"
    is-managed="true"<br>
    colocation all_in_one inf: IpGroup OraGroup ( WcsGroup WebGroup )<br>
    colocation coloc_ora inf: ms_oracle:Master viplocal<br>
    colocation coloc_ora_fs inf: oracle_fs ms_oracle:Master<br>
    colocation coloc_wcs inf: ms_wcs:Master viplocal<br>
    colocation coloc_wcs_fs inf: wcs_fs ms_wcs:Master<br>
    order order_ora inf: ms_oracle:promote oracle_fs:start lsnr orcl<br>
    order order_ora_after_ip inf: IpGroup OraGroup<br>
    order order_wcs inf: ms_wcs:promote wcs_fs:start wcs_imq wcs_wcsd
    wasd<br>
    order order_wcs_after_ora inf: OraGroup WcsGroup<br>
    order order_web_after_ora inf: OraGroup WebGroup<br>
    <br>
    The dependancies in a group come from left to right, don't they? So
    why I got the whole WcsGroup stopped? And also WebGroup got stopped,
    while it should not depend on WcsGroup? (colocation all_in_one)<br>
    <br>
    Best regards,<br>
    Alexandr<br>
    <br>
    <div class="moz-cite-prefix">24.05.2013 07:29, Andrew Beekhof пишет:<br>
    </div>
    <blockquote class=" cite"
      id="mid_B8F32F39_2E08_4A29_AB89_10CFDEABFA81_beekhof_net"
      cite="mid:B8F32F39-2E08-4A29-AB89-10CFDEABFA81@beekhof.net"
      type="cite">
      <pre wrap="">Did you set is-managed=false for the group or a resource in the group?
I'm assuming the latter - basically the cluster noticed your resource was not running anymore.
While it did not try and do anything to fix that resource, it did stop anything that needed it.
Then when the resource came back, it was able to start the dependancies again.

A better approach would have been to disable the recurring monitor - then the cluster wouldn't have noticed the resource was restarted.
Well, unless the dependancies noticed something they needed wasn't there and failed themselves.
</pre>
    </blockquote>
    <br>
  </body>
</html>