<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi to all,<br>
    <br>
    I have setup a 2 node's RHEL cluster that have access to an iscsi
    volume formatted in GFS2.<br>
    All work perfectly, except when i try to freeze/unfreeze<br>
    the filesystem using gfs2_tool.<br>
    <br>
    1st case (all work's fine):<br>
    <tt>  root@node1# gfs2_tool freeze /mnt/gfs2-data</tt><tt><br>
    </tt><tt>  root@node1# gfs2_tool unfreeze /mnt/gfs2-data</tt><br>
    <br>
    2nd case (error):<br>
    <tt>  root@node1# gfs2_tool freeze /mnt/gfs2-data</tt><tt><br>
    </tt><tt>  root@node1# echo 1 > /mnt/gfs2-data/testfile</tt><br>
    <br>
    at this point the echo command is (correctly) waiting for write. In
    another session:<br>
    <tt>  root@node1# gfs2_tool unfreeze /mnt/gfs2-data</tt><br>
    <br>
    even this and all subsequent command involving this mountpoint
    remain "freezed"<br>
    <br>
    <br>
    Regards<br>
    <br>
    <div class="moz-signature">-- <br>
      <b>Mauro Parente</b><br>
      INNOVATION CONSULTING<br>
      Via F.lli Biancheri, 1 - 18012 Bordighera - ITALY<br>
    </div>
  </body>
</html>