I had a curios thing happen last night. I have a two-node GFS cluster configuration that currently has only one node.  After shutting down and restarting the one node, the I couldn't mount my GFS volume because it was no longer visible.
<br><br>The pvdisplay, lvdisplay, and vgdisplay all came up blank.  I was able to use pvcreate --restorefile and vgcfgrestore to get the volume back.  I then got the following message when trying to mount the volume:<br><br>
mount: /dev/etherd/e1.1 already mounted or /gfs busy<br><br>I was able to gfs_fsck /dev/etherd/e1.1, but I continue to get this error.  Running strace on the mount command turns up this error:<br><br>mount("/dev/etherd/e1.1", "/gfs", "gfs", MS_MGC_VAL|MS_NOATIME|MS_NODIRATIME, "") = -1 EBUSY (Device or resource busy)
<br><br>What could be happening here?<br><br>Thanks,<br>Tom<br>