------------------------------------------------------------ revno: 513 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell <[EMAIL PROTECTED]> branch nick: tridge timestamp: Fri 2007-06-08 14:40:28 +1000 message: more web tweaks modified: web/index.html ctdb.html-20070601052353-vgod9lfo4an4o83j-2 === modified file 'web/index.html' --- a/web/index.html 2007-06-08 04:08:57 +0000 +++ b/web/index.html 2007-06-08 04:40:28 +0000 @@ -61,10 +61,12 @@ <h2>Documentation</h2> -<a href="./getting_the_code.html">Getting the code</a><br> -<a href="./building_samba_ctdb.html">Building Samba and CTDB</a><br> -<a href="./configuring_ctdb.html">Configuring CTDB</a><br> -<a href="./starting_and_testing_ctdb.html">Starting and testing CTDB</a><br> +<ul> +<li><a href="download.html">Getting the code</a><br> +<li><a href="building.html">Building Samba and CTDB</a><br> +<li><a href="configuring.html">Configuring CTDB</a><br> +<li><a href="testing.html">Starting and testing CTDB</a><br> +</ul> <br> Additional documentation on how to install and configure CTDB is available in the @@ -88,14 +90,19 @@ all IO operations by ctdb clients are suspended. <h3>Is CTDB a HA solution?</h3> -Yes and no.<br> + +Yes and no.<p> + CTDB alone is not a HA solution, but when you combine CTDB with a clustered -filesystem it becomes one.<br> +filesystem it becomes one.<p> + CTDB is primarily developed around the concept of having a shared cluster filesystem shared across all the nodes in the cluster to provide the features -required for building a NAS cluster.<br> +required for building a NAS cluster.<p> + Thus CTDB relies on an external component (the cluster filesystem) to provide -the mechanisms for avoiding split-brain and other difficult tasks.<br><br> +the mechanisms for avoiding split-brain and other difficult tasks.<p> + However, If you applications do need a clustered filesystem for all the nodes, in that scenario CTDB will provide a very easy to install and manage solution for your clustering HA needs. @@ -181,8 +188,10 @@ <hr> <h2>Developers</h2> -<a href="http://samba.org/~tridge/">Andrew Tridgell</a><br> -Ronnie Sahlberg<br> -Peter Somogyi<br> +<ul> +<li><a href="http://samba.org/~tridge/">Andrew Tridgell</a><br> +<li>Ronnie Sahlberg<br> +<li>Peter Somogyi<br> +<ul> <!--#include virtual="footer.html" -->
