add a tiny prerequisites page stating that you need a cluster filesystem
authorRonnie Sahlberg <sahlberg@ronnie>
Sat, 9 Jun 2007 07:24:44 +0000 (17:24 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Sat, 9 Jun 2007 07:24:44 +0000 (17:24 +1000)
first before you install CTDB

web/documentation.html
web/prerequisites.html [new file with mode: 0644]

index a861e6356a094ef74352ce0fb7e40d92a3f034d9..f1f7921ec6d046d63559fa0ee8a18c328dc9d6e1 100644 (file)
@@ -11,6 +11,7 @@ Not all CTDB documentation is complete yet, but here are some bits to
 get you started
 
 <ul>
+<li><a href="prerequisites.html">Prerequisites</a>
 <li><a href="download.html">downloading CTDB</a>
 <li><a href="building.html">building CTDB</a>
 <li><a href="configuring.html">configuring CTDB</a>
diff --git a/web/prerequisites.html b/web/prerequisites.html
new file mode 100644 (file)
index 0000000..691e4b5
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+<TITLE>Prerequisites</TITLE>
+</HEAD>
+<!--#include virtual="header.html" -->
+
+<h1>Prerequisites</h1>
+
+Before you can start using CTDB you must first install and configure a bunch of linux boxes.<br><br>
+
+After that you need to install and configure a cluster filesystem and mount that cluster filesystem on all the linux boxes that will form your cluster.<br><br>
+
+We have primarily used the GPFS filesystem for our testing but any cluster filesystem should work as long as it provides correct file locking.<br>
+
+<h1>Other cluster filesystems</h1>
+While we primarily test with GPFS, CTDB should work with almost any other cluster filesystem as well.<br><br>
+Please let us know your experiences in using other cluster filesystems.
+
+
+<!--#include virtual="footer.html" -->
+