about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-04-19 13:08:06 -0700
committerEric Wong <normalperson@yhbt.net>2012-04-19 13:08:06 -0700
commit2a18565034f26aae4bbddc514ca47dfbc0e07b6b (patch)
tree5c7f28a7944c898e013567efa47844031668322e /README
parent52a0c977a0aa9eb7b510c24b8ec1d160a046192c (diff)
downloadcmogstored-2a18565034f26aae4bbddc514ca47dfbc0e07b6b.tar.gz
This is valgrinded and well-test, so it's probably ready for for
production usage.
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 5 insertions, 16 deletions
diff --git a/README b/README
index 78bd54f..3e33fd2 100644
--- a/README
+++ b/README
@@ -1,26 +1,15 @@
 cmogstored - alternative mogstored implementation for MogileFS
 --------------------------------------------------------------
 
-cmogstored is an _experimental_, alternative implementation of the
-"mogstored" storage component of MogileFS.  Unlike MogileFS itself,
-cmogstored is not considered stable nor sane for production use.
-cmogstored is implemented in C and does not use Perl at runtime.
+cmogstored is an alternative implementation of the "mogstored" storage
+component of MogileFS.  cmogstored is implemented in C and does not use
+Perl at runtime.  cmogstored is the only component you need to install
+on a MogileFS storage node.
 
 Read more about MogileFS here: http://mogilefs.org/
 cmogstored is not directly affiliated with the MogileFS project
 nor any commercial interests behind MogileFS.
 
-
-*** WARNING! *** WARNING! *** WARNING! *** WARNING! ***
-*** WARNING! *** WARNING! *** WARNING! *** WARNING! ***
-
-cmogstored is a _completely_ new code base and likely contains fatal
-bugs.  There are many assertions in the code and you're likely to trip
-some.
-
-*** WARNING! *** WARNING! *** WARNING! *** WARNING! ***
-*** WARNING! *** WARNING! *** WARNING! *** WARNING! ***
-
 Features
 ========
 
@@ -48,7 +37,7 @@ cmogstored does not support spawning lighttpd/Apache instances like its
 Perl counterpart.
 
 In other cases, you can simply replace "mogstored" with "cmogstored"
-in your init scripts.
+in your init scripts and use the same config file.
 
 
 Contact