hi,<br><br>I have a GFS cluster (4 node + qdisk on SAN), and have problems shutting down cman service / unmount gfs mountpoints - it causes the shutdown to hang.  I am running GFS & CLVM (lv's are xen guest drives). If i try and shut down cman service manually, i get an error that resources are still in use.   1 gfs directory is exported via NFS.<br>
<br>I think it may be because of service stop order, specifically openais stopping before cman - could this be a valid reason?<br><br>Init6 levels are:<br>K00xendomains<br>K01xend<br>K03libvirtd<br>K20nfs<br>K20openais<br>
K74gfs<br>K74gfs2<br>K76clvmd<br>K78qdiskd<br>K79cman<br>K86nfslock<br><br><br>If I manually run through the stopping of these services, gfs service hangs. This is the log:<br>Feb 13 10:35:25 vmhost-01 gfs_controld[3227]: cluster is down, exiting<br>
Feb 13 10:35:25 vmhost-01 dlm_controld[3221]: cluster is down, exiting<br>Feb 13 10:35:25 vmhost-01 fenced[3215]: cluster is down, exiting<br>Feb 13 10:35:25 vmhost-01 kernel: dlm: closing connection to node 4<br>Feb 13 10:35:25 vmhost-01 kernel: dlm: closing connection to node 3<br>
Feb 13 10:35:25 vmhost-01 kernel: dlm: closing connection to node 2<br>Feb 13 10:35:25 vmhost-01 kernel: dlm: closing connection to node 1<br>Feb 13 10:35:27 vmhost-01 qdiskd[3201]: <err> cman_dispatch: Host is down<br>
Feb 13 10:35:27 vmhost-01 qdiskd[3201]: <err> Halting qdisk operations<br>Feb 13 10:35:51 vmhost-01 ccsd[3165]: Unable to connect to cluster infrastructure after 30 seconds.<br>Feb 13 10:36:13 vmhost-01 mountd[3927]: Caught signal 15, un-registering and exiting.<br>
Feb 13 10:36:13 vmhost-01 kernel: nfsd: last server has exited<br>Feb 13 10:36:13 vmhost-01 kernel: nfsd: unexporting all filesystems<br>Feb 13 10:36:21 vmhost-01 ccsd[3165]: Unable to connect to cluster infrastructure after 60 seconds.<br>
<br>ccsd continues to repeat the last message, increasing time: 60s, 90s, 120s, 180s, 210s, etc<br><br>dmesg shows: <br>dlm: closing connection to node 4<br>dlm: closing connection to node 3<br>dlm: closing connection to node 2<br>
dlm: closing connection to node 1<br><br>There are no open  files on GFS (from lsof)<br><br>I am using gfs (1).<br><br>The only workaround I have now is to reset the nodes via ILO once the shutdown process starts (and hangs on either gfs or cman service stop).<br>
<br><br>