<table cellspacing='0' cellpadding='0' border='0' background='none' style='font-family:arial;font-size:10pt;color:rgb(51, 51, 51);background-color:rgb(255, 255, 255);width:100%;'><tr><td valign='top' style='font: inherit;'>Sunil,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; You mean that even after the command completes writes will still be performed? Did some googling on this and seems that you are right. There is no way to force umount a filesystem on Linux, ugh. So one would need some way to check if the filesystem is still mounted before attempting to mount it, or some kind of SAN or device fencing.<br>&nbsp;&nbsp; <br>Regards,<br>Luis<br><br>--- On <b>Tue, 5/27/08, Sunil Mushran <i>&lt;Sunil.Mushran@oracle.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Sunil Mushran &lt;Sunil.Mushran@oracle.com&gt;<br>Subject: Re: [Ocfs2-users] CRS/CSS and OCFS2<br>To: lfreitas34@yahoo.com<br>Cc:
 ocfs2-users@oss.oracle.com<br>Date: Tuesday, May 27, 2008, 7:46 PM<br><br><pre>Lazy umount is not the same as forced umount. The processes<br>that have active descriptors will keep reading and writing to<br>the fs. The processes are not killed.<br><br>Luis Freitas wrote:<br>&gt; Hmm,<br>&gt;<br>&gt;   There is a "lazy" umount:<br>&gt;<br>&gt;<br>&gt;        -l     Lazy unmount. Detach the filesystem from the filesystem <br>&gt; hierar-<br>&gt;               chy  now,  and cleanup all references to the filesystem <br>&gt; as soon<br>&gt;               as it is not busy anymore. This option allows a âbusyâ <br>&gt; filesys-<br>&gt;               tem to be unmounted.  (Requires kernel 2.4.11 or later.)<br>&gt;<br>&gt;   Not sure if this prevents writes on the filesystem after the umount <br>&gt; completes, or if there is some way to fence the device, so these <br>&gt; problems would need to be verified.<br>&gt;<br>&gt;   This is the way any other cold
 failover HA solution works, they dont <br>&gt; use cluster filesystems. If there is no way to force the filesystem to <br>&gt; be umounted or fence the device, it should be possible to configure <br>&gt; CRS to evict the primary node before the filesystem is mounted on the <br>&gt; secondary node. (Or use some external fence device, like a SAN switch <br>&gt; or power appliance).<br>&gt;<br>&gt;   Btw, is OCFS2 officially supported with Oracle 9i single instance <br>&gt; databases?<br>&gt;<br>&gt; Regards,<br>&gt; Luis<br>&gt;</pre></blockquote></td></tr></table><br>