Lazy umount is not the same as forced umount. The processes that have active descriptors will keep reading and writing to the fs. The processes are not killed.
Luis Freitas wrote: > Hmm, > > There is a "lazy" umount: > > > -l Lazy unmount. Detach the filesystem from the filesystem > hierar- > chy now, and cleanup all references to the filesystem > as soon > as it is not busy anymore. This option allows a âbusyâ > filesys- > tem to be unmounted. (Requires kernel 2.4.11 or later.) > > Not sure if this prevents writes on the filesystem after the umount > completes, or if there is some way to fence the device, so these > problems would need to be verified. > > This is the way any other cold failover HA solution works, they dont > use cluster filesystems. If there is no way to force the filesystem to > be umounted or fence the device, it should be possible to configure > CRS to evict the primary node before the filesystem is mounted on the > secondary node. (Or use some external fence device, like a SAN switch > or power appliance). > > Btw, is OCFS2 officially supported with Oracle 9i single instance > databases? > > Regards, > Luis > _______________________________________________ Ocfs2-users mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-users
