summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorRonnie Sahlberg <sahlberg@ronnie>2007-06-09 17:24:44 +1000
committerRonnie Sahlberg <sahlberg@ronnie>2007-06-09 17:24:44 +1000
commit0c5ee58511c73c0df97a1c3d2acc9b6a60685831 (patch)
treeb3f199a6df201a9d6d9c5f6c22b478048948e054 /ctdb
parent2da56defe5c1b2da89be3de3141e05a154d6e2ac (diff)
downloadsamba-0c5ee58511c73c0df97a1c3d2acc9b6a60685831.tar.gz
samba-0c5ee58511c73c0df97a1c3d2acc9b6a60685831.tar.xz
samba-0c5ee58511c73c0df97a1c3d2acc9b6a60685831.zip
add a tiny prerequisites page stating that you need a cluster filesystem
first before you install CTDB (This used to be ctdb commit b0207d6599ded38f608b045e425f23d149c274ad)
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/web/documentation.html1
-rw-r--r--ctdb/web/prerequisites.html22
2 files changed, 23 insertions, 0 deletions
diff --git a/ctdb/web/documentation.html b/ctdb/web/documentation.html
index a861e6356a0..f1f7921ec6d 100644
--- a/ctdb/web/documentation.html
+++ b/ctdb/web/documentation.html
@@ -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/ctdb/web/prerequisites.html b/ctdb/web/prerequisites.html
new file mode 100644
index 00000000000..691e4b59fab
--- /dev/null
+++ b/ctdb/web/prerequisites.html
@@ -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" -->
+