[Ocfs2-commits] manish commits r2191 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 27 17:15:24 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-04-27 17:15:22 -0500 (Wed, 27 Apr 2005)
New Revision: 2191

Modified:
   trunk/README
Log:
Reflect the current state of things

Signed-off-by: mfasheh


Modified: trunk/README
===================================================================
--- trunk/README	2005-04-27 20:50:10 UTC (rev 2190)
+++ trunk/README	2005-04-27 22:15:22 UTC (rev 2191)
@@ -1,4 +1,4 @@
-        OCFS Version 2 BETA 6
+        OCFS Version 2 BETA 10
 
 *** WARNING WARNING WARNING ***
 This is BETA software. It should absolutely NOT be run on production
@@ -21,21 +21,11 @@
    subsystem
  * Keep the same performance for Oracle data files as OCFS1.
  * CDSL for node specific files
- * Posix compliance
+ * POSIX compliance
 
- Some standard tools (fsck, tunefs) are planned for the production
- release but are missing in this beta.
-
-WHAT'S NEW SINCE BETA 5
- * Fixed many more bugs.
-
 INSTALLING OCFS2
- WARNING: you WILL have to reformat all beta OCFS2 file systems when
- the production version of OCFS2 is released. No other migration path
- (from Beta file systems) will be provided.
+ Step 1: Download and install OCFS2 and OCFS2-Tools
 
- Step 1: Download and install OCFS2 and OCFS-tools
-
  To install you need to download the OCFS2 Beta RPMS for your system
  from the following location:
 
@@ -44,16 +34,24 @@
  You will need the module RPM for your kernel version and the
  ocfs2-support rpm for your distribution.
 
- Also, download the latest OCFS-tools rpm (version 1.1.3) from the
+ Also, download the latest OCFS2-Tools rpm (version 0.99.4) from the
  following location:
 
-    http://oss.oracle.com/projects/ocfs-tools/files/
+    http://oss.oracle.com/projects/ocfs2-tools/files/
 
  Install the packages using your package manager. The OCFS2 packages
  are designed to co-exist with an existing OCFS1 installation.
 
- Step 2: Create a file system
+ Step 2: Configure a cluster
 
+ The easiest way to do this is to use the GUI cluster configuration
+ utility in ocfs2console.
+
+ If you wish to do this by hand, see the file README.O2CB in the
+ ocfs2-tools distribution.
+
+ Step 3: Create a file system
+
  The example below assumes you want an OCFS2 file system on
  "/dev/sdb1" and are mounting it at "/ocfs2". Replace those values with
  your own.
@@ -68,10 +66,6 @@
 
     $ mkfs.ocfs2 /dev/sdb1
 
- Step 3: Load the module
-
- See the file README.O2CB in the ocfs2-tools distribution.
-
  Step 4: Mount the file system
 
     $ mount -t ocfs2 /dev/sdb1 /ocfs2
@@ -79,12 +73,12 @@
 REPORTING BUGS
  To report OCFS2 bugs, please use bugzilla:
 
-    http://oss.oracle.com/bugzilla/buglist.cgi?product=OCFS%20v2%20(WIP)
+    http://oss.oracle.com/bugzilla/buglist.cgi?product=OCFS2
 
  Please try to be as verbose in bug reports as possible.
 
 KNOWN ISSUES
- People upgrading from Beta 5 should upgrade all nodes before
+ People upgrading from previous versions should upgrade all nodes before
  remounting the file system as some incompatible dlm fixes have gone
  in.
 



More information about the Ocfs2-commits mailing list