Bug 150330 - Cluster service restart in place hanging
Summary: Cluster service restart in place hanging
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Cluster Suite
Classification: Retired
Component: rgmanager
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Lon Hohberger
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-04 17:01 UTC by Derek Anderson
Modified: 2009-04-16 20:16 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-07 20:52:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Derek Anderson 2005-03-04 17:01:23 UTC
Description of problem:
Attempting to restart a service in place appears to sit there not
doing anything.  I have the <rm> section for my cluster posted below.
 So, I can enable and disable the service, and move it around between
nodes correctly.  When I try to 'clusvcadm -R FOO' the command doesn't
return and nothing (that I can see) is happening.  It doesn't make a
difference if the command is issued on the node currently running the
service or not.

<!-- RESOURCE MANAGER SECTION-->
<rm>
  <!-- FAILOVERDOMAINS -->
  <failoverdomains>
    <failoverdomain name="FDOMAIN" ordered="1">
      <failoverdomainnode name="link-08" priority="1"/>
      <failoverdomainnode name="link-10" priority="1"/>
      <failoverdomainnode name="link-11" priority="1"/>
      <failoverdomainnode name="link-12" priority="1"/>
    </failoverdomain>
  </failoverdomains>

  <!-- RESOURCES -->
  <resources>
    <resourcegroup name="FOO" domain="FDOMAIN"/>
    <script name="HTTPee" file="/etc/init.d/httpd"/>
    <ip address="192.168.44.230" monitor_link="yes"/>
    <fs name="MyFS" fstype="ext3" mountpoint="/mnt/gfs1"
device="/dev/sde1"/>
  </resources>

  <!-- RESOURCE GROUPS -->
  <resourcegroup ref="FOO">
    <script ref="HTTPee"/>
    <ip ref="192.168.44.230"/>
    <fs ref="MyFS"/>
  </resourcegroup>
</rm>

Version-Release number of selected component (if applicable):
[root@link-08 cluster]# clusvcadm -v
1.9.20

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 2 Lon Hohberger 2005-03-07 17:23:11 UTC
Fixes in CVS.

Comment 3 Derek Anderson 2005-03-07 20:52:45 UTC
Verified in 1.9.23.

[root@link-10 ~]# clustat
Member Status: Quorate, Group Member

  Member Name                              State      ID
  ------ ----                              -----      --
  link-12                                  Online     0x000000000000000c
  link-11                                  Online     0x000000000000000b
  link-08                                  Online     0x0000000000000008
  link-10                                  Online     0x000000000000000a

  Resource Group       Owner (Last)                   State
  -------- -----       ----- ------                   -----
  FOOGOOPOO            link-12                        started
[root@link-10 ~]# clusvcadm -R FOOGOOPOO
Member link-10 trying to restart FOOGOOPOO...success
[root@link-10 ~]# echo $?
0



Note You need to log in before you can comment on or make changes to this bug.