<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    hello<br>
    <br>
    I'm using cluster-3.0.17 and I'm mounting a shared gfs2 storage with
    force_unmount="1"<br>
    When rgmanager crashes on one node, it crashes on all other nodes
    and the reboot is the only option<br>
    because the shared storage is not unmounted and every process is
    using it it freezes.<br>
    <br>
    Before figured it out why it crashes, I'm trying to understand why
    is not unmounted. In the log file I receive<br>
    <i><br>
      Not unmounting clusterfs:backupfs - still in use by 1 other
      service(s)<br>
    </i><br>
    the above message means the procesesses that uses the fs are not
    killed, or my services are not configured correctly?<br>
    I have something like below<br>
    <br>
     <rm status_poll_interval="30"><br>
            <failoverdomains><br>
                    <failoverdomain name="node1" restricted="1"><br>
                            <failoverdomainnode name="node1"/><br>
                    </failoverdomain><br>
                    <failoverdomain name="node2" restricted="1"><br>
                            <failoverdomainnode name="node2"/><br>
                    </failoverdomain><br>
            </failoverdomains><br>
    <br>
            <resources><br>
                    <clusterfs force_unmount="1" fstype="gfs2"
    device="/dev/mapper/backup" mountpoint="/var/mybackup/backup_fs"
    name="backupfs" options="noatime,nodiratime,quota=off"/><br>
                    <clusterfs force_unmount="1" fstype="gfs2"
    device="/dev/mapper/san" mountpoint="/mnt/storage" name="datafs"
    options="noatime,nodiratime,quota=off"/><br>
                    <script name="gfs2" file="/etc/init.d/gfs2"/><br>
                    <script name="crontab"
    file="/etc/init.d/crontab_install"/><br>
            </resources><br>
    <br>
            <service autostart="1" recovery="disable"
    name="backupfs-node1" domain="node1"><br>
                            <clusterfs ref="backupfs"><br>
                                    <script ref="crontab"/><br>
                            </clusterfs><br>
            </service><br>
            <service autostart="1" recovery="disable"
    name="datafs-node1" domain="node1"><br>
                            <clusterfs ref="datafs"/><br>
            </service><br>
            <service autostart="1" recovery="disable"
    name="backupfs-node2" domain="node2"><br>
                            <clusterfs ref="backupfs"><br>
                                    <script ref="crontab"/><br>
                            </clusterfs><br>
            </service><br>
      </rm><br>
    <br>
    thank you<br>
    <pre class="moz-signature" cols="72">-- 
Dan Cândea
Does God Play Dice?</pre>
  </body>
</html>