[Ocfs2-commits] mfasheh commits r2652 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Oct 14 13:21:52 CDT 2005


Author: mfasheh
Signed-off-by: zab
Date: 2005-10-14 13:21:51 -0500 (Fri, 14 Oct 2005)
New Revision: 2652

Modified:
   trunk/README
Log:
* Remove "readonly mount" from unsupported features

* Document intr/nointr mount options

Signed-off-by: zab



Modified: trunk/README
===================================================================
--- trunk/README	2005-10-14 17:08:00 UTC (rev 2651)
+++ trunk/README	2005-10-14 18:21:51 UTC (rev 2652)
@@ -30,7 +30,6 @@
 Features which OCFS2 does not support yet:
 	- sparse files
 	- extended attributes
-	- readonly mount
 	- shared writeable mmap
 	- loopback is supported, but data written will not
 	  be cluster coherent.
@@ -51,3 +50,6 @@
 			barrier=1 enables it.
 errors=remount-ro(*)	Remount the filesystem read-only on an error.
 errors=panic		Panic and halt the machine if an error occurs.
+intr		(*)	Allow signals to interrupt cluster operations.
+nointr			Do not allow signals to interrupt cluster
+			operations.



More information about the Ocfs2-commits mailing list