testing CTDB
diff --git a/ctdb/web/download.html b/ctdb/web/download.html
index c1cf79b1af9..0e4e7f904e9 100644
--- a/ctdb/web/download.html
+++ b/ctdb/web/download.html
@@ -7,11 +7,12 @@
Getting the code
-You need two source trees, one is a copy of Samba3 with clustering patches, and the other is the ctdb code itself.
+You need two source trees, one is a copy of Samba3 with clustering
+patches, and the other is the ctdb code itself.
-Both source trees are stored in bzr repositories.
+Both source trees are stored in bzr repositories.
-See http://bazaar-vcs.org/ for more information on bzr.
+See http://bazaar-vcs.org/ for more information on bzr.
CTDB
To get an initial checkout of the ctdb code do this:
@@ -50,4 +51,13 @@ If you don't have bzr and can't easily install it, then you can instead use the
rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb/ .
+Binary Packages
+
+Note that packages are so far only available for RHEL4. Other packages
+will come later.
+
+See packages directory for package
+downloads.
+
+
diff --git a/ctdb/web/index.html b/ctdb/web/index.html
index 9806cd51961..925cbf0acf4 100644
--- a/ctdb/web/index.html
+++ b/ctdb/web/index.html
@@ -124,37 +124,6 @@ attached clients to trigger the clients to immediately recognize that
the TCP connection needs to be re-established and to shortcut any TCP
retransmission timeouts that may be active in the clients.
-
Services using CTDB
-
-Samba 3/4
-
-Extensions has been developed to Samba3 and Samba 4 to integrate with
-CTDB to build a clustered highly available version of Samba where the
-same data/network shares are exported read-write from multiple nodes
-in a cluster. These versions of Samba have been demonstrated to provide very good
-scalability.
-
-See Setting up clustered Samba for instructions on how to configure samba for clustering.
-
-Also see the CTDB
-Project at samba.org for more information about
-this pCIFS implementation.
-
-
NFS v2/v3
-
-NFS v2/v3 has been successfully tested with exporting the same
-data/network share from multiple nodes in a CTDB cluster with correct
-file locking behaviour and lock recovery.
-
-See Setting up clustered NFS for instruction on how to set up a NFS cluster.
-
-Also see Configuring
-NFS for CTDB clustering at samba.org for additional information.
-
-FTP
-
-See Setting up clustered FTP
for instructions on how to use vsftpd together with CTDB to provide a HA solution for FTP.
-
Discussion and bug reports
For discussions please use
@@ -169,31 +138,6 @@ projects that want to make their services cluster aware using CTDB.
CTDB discussions also happen on the #ctdb IRC channel on freenode.net
-
Download
-
-You can download the latest source release
-using bzr. Install bzr, then run
-this command:
-
-
- bzr branch http://samba.org/~tridge/ctdb
-
-
-Or alternatively you can use rsync like this:
-
-
- rsync -avz samba.org::ftp/unpacked/ctdb .
-
-
-
-Binary Packages
-
-Note that packages are so far only available for RHEL4. Other packages
-will come later.
-
-See packages directory for package
-downloads.
-
Developers
diff --git a/ctdb/web/nfs.html b/ctdb/web/nfs.html
index 56c8868946f..563b65991cd 100644
--- a/ctdb/web/nfs.html
+++ b/ctdb/web/nfs.html
@@ -7,6 +7,13 @@
Setting up clustered NFS
+NFS v2/v3 has been successfully tested with exporting the same
+data/network share from multiple nodes in a CTDB cluster with correct
+file locking behaviour and lock recovery.
+
+Also see Configuring
+NFS for CTDB clustering at samba.org for additional information.
+
Prereqs
Configure CTDB as above and set it up to use public ipaddresses.
Verify that the CTDB cluster works.