Rev 413: merge initial web site from ronnie in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Fri Jun 1 05:33:45 GMT 2007


------------------------------------------------------------
revno: 413
revision-id: tridge at samba.org-20070601053345-meeritsvlk60f6w1
parent: tridge at samba.org-20070601052316-xw1xo5fx9hxgdjl9
parent: sahlberg at ronnie-20070601053123-6ub5d9bd0yer0ja4
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Fri 2007-06-01 15:33:45 +1000
message:
  merge initial web site from ronnie
added:
  web/                           web-20070601052353-vgod9lfo4an4o83j-1
  web/ctdb.html                  ctdb.html-20070601052353-vgod9lfo4an4o83j-2
    ------------------------------------------------------------
    revno: 393.1.5
    merged: sahlberg at ronnie-20070601053123-6ub5d9bd0yer0ja4
    parent: sahlberg at ronnie-20070601052357-4n49r6snn98tmkvn
    committer: Ronnie Sahlberg <sahlberg at ronnie>
    branch nick: ctdb
    timestamp: Fri 2007-06-01 15:31:23 +1000
    message:
      add a developers section
    ------------------------------------------------------------
    revno: 393.1.4
    merged: sahlberg at ronnie-20070601052357-4n49r6snn98tmkvn
    parent: sahlberg at ronnie-20070601032614-3ngwkhvkku56xk27
    parent: tridge at samba.org-20070601035018-iqs91hrut48yk8jg
    committer: Ronnie Sahlberg <sahlberg at ronnie>
    branch nick: ctdb
    timestamp: Fri 2007-06-01 15:23:57 +1000
    message:
      initial webpage
=== added directory 'web'
=== added file 'web/ctdb.html'
--- a/web/ctdb.html	1970-01-01 00:00:00 +0000
+++ b/web/ctdb.html	2007-06-01 05:31:23 +0000
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+<TITLE>ctdb</TITLE>
+</HEAD>
+<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033">
+
+<h1>ctdb</h1>
+
+ctdb is a fast cluster database for temporary data.
+ctdb also provides HA features such as IP failover between nodes.
+
+It is the core component for samba3/4 clustering.
+
+To get started with ctdb, I would recommend you read <a
+href="http://wiki.samba.org/CTDB_Setup">the ctdb wiki</a>.
+
+<h2>Discussion and bug reports</h2>
+
+ctdb does not currently have its own mailing list or bug tracking
+system. For now, please use the <ahref="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
+mailing list, and the <a href="http://bugzilla.samba.org/">Samba
+bugzilla</a> bug tracking system.
+
+<h2>Download</h2>
+
+You can download the latest release either via rsync or anonymous
+svn. To fetch via svn use the following command:
+
+<pre>
+  svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/cluster/ctdb ctdb
+</pre>
+
+To fetch via rsync use this command:
+
+<pre>
+  rsync -Pavz samba.org::ftp/unpacked/samba4/source/cluster/ctdb .
+</pre>
+
+<hr>
+<h2>Developers</h2>
+<a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
+Ronnie Sahlberg<br>
+
+
+</BODY>
+</HTML>



More information about the samba-cvs mailing list