------------------------------------------------------------ revno: 517 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell <[EMAIL PROTECTED]> branch nick: tridge timestamp: Sat 2007-06-09 15:11:05 +1000 message: doc updates modified: web/documentation.html documentation.html-20070609045837-x3vec3l27niwxtfg-1 web/download.html getting_the_code.htm-20070608005948-wn5ag3uowh6dbnwr-1 web/index.html ctdb.html-20070601052353-vgod9lfo4an4o83j-2 web/nfs.html nfs.html-20070608234340-a8i1dxro7a7i6jz6-1 === modified file 'web/documentation.html' --- a/web/documentation.html 2007-06-09 04:59:36 +0000 +++ b/web/documentation.html 2007-06-09 05:11:05 +0000 @@ -12,6 +12,7 @@ <ul> <li><a href="http://ctdb.samba.org/~tridge/ctdb/doc/ctdb.1.html">ctdb manual page</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> <li><a href="configuring.html">testing CTDB</a>
=== modified file 'web/download.html' --- a/web/download.html 2007-06-08 04:35:26 +0000 +++ b/web/download.html 2007-06-09 05:11:05 +0000 @@ -7,11 +7,12 @@ <H2 align="center">Getting the code</h2> -You need two source trees, one is a copy of Samba3 with clustering patches, and the other is the ctdb code itself.<br> - -Both source trees are stored in bzr repositories.<br><br> - -See http://bazaar-vcs.org/ for more information on bzr.<br><br> +You need two source trees, one is a copy of Samba3 with clustering +patches, and the other is the ctdb code itself.<p> + +Both source trees are stored in bzr repositories.<p> + +See http://bazaar-vcs.org/ for more information on bzr.<p> <h2>CTDB</h2> To get an initial checkout of the ctdb code do this: @@ -50,4 +51,13 @@ rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb/ . </pre> +<h2>Binary Packages</h2> + +Note that packages are so far only available for RHEL4. Other packages +will come later. <p> + +See <a href="packages/">packages</a> directory for package +downloads. + + <!--#include virtual="footer.html" --> === modified file 'web/index.html' --- a/web/index.html 2007-06-09 03:36:33 +0000 +++ b/web/index.html 2007-06-09 05:11:05 +0000 @@ -124,37 +124,6 @@ the TCP connection needs to be re-established and to shortcut any TCP retransmission timeouts that may be active in the clients. -<h2>Services using CTDB</h2> - -<h3>Samba 3/4</h3> - -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.<br><br> - -See <a href="samba.html">Setting up clustered Samba</a> for instructions on how to configure samba for clustering.<br> - -<p>Also see the <a href="http://wiki.samba.org/index.php/CTDB_Project">CTDB -Project at samba.org</a> for more information about -this <strong>pCIFS</strong> implementation. - -<h3>NFS v2/v3</h3> - -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.<br><br> - -See <a href="nfs.html">Setting up clustered NFS</a> for instruction on how to set up a NFS cluster.<br> - -Also see <a href="http://wiki.samba.org/index.php/CTDB_Setup#Setting_up_CTDB_for_clustered_NFS">Configuring -NFS for CTDB clustering</a> at samba.org for additional information. - -<h3>FTP</h3> - -See <a href="ftp.html">Setting up clustered FTP</a><br> for instructions on how to use vsftpd together with CTDB to provide a HA solution for FTP. - <h2>Discussion and bug reports</h2> For discussions please use @@ -169,31 +138,6 @@ <p>CTDB discussions also happen on the #ctdb IRC channel on freenode.net -<h2>Download</h2> - -You can download the latest source release -using <a href="http://bazaar-vcs.org/">bzr</a>. Install bzr, then run -this command: - -<pre> - bzr branch http://samba.org/~tridge/ctdb -</pre> - -Or alternatively you can use rsync like this: - -<pre> - rsync -avz samba.org::ftp/unpacked/ctdb . -</pre> - - -<h2>Binary Packages</h2> - -Note that packages are so far only available for RHEL4. Other packages -will come later. <p> - -See <a href="packages/">packages</a> directory for package -downloads. - <hr> <h2>Developers</h2> <ul> === modified file 'web/nfs.html' --- a/web/nfs.html 2007-06-08 23:44:05 +0000 +++ b/web/nfs.html 2007-06-09 05:11:05 +0000 @@ -7,6 +7,13 @@ <h1>Setting up clustered NFS</h1> +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.<br><br> + +Also see <a href="http://wiki.samba.org/index.php/CTDB_Setup#Setting_up_CTDB_for_clustered_NFS">Configuring +NFS for CTDB clustering</a> at samba.org for additional information. + <h2>Prereqs</h2> Configure CTDB as above and set it up to use public ipaddresses.<br> Verify that the CTDB cluster works.
