2007-06-12 13:04:52 +10:00
<!-- #set var="TITLE" value="Downloading CTDB" -->
2007-06-08 14:35:26 +10:00
<!-- #include virtual="header.html" -->
2007-06-08 10:59:58 +10:00
2007-06-08 14:35:26 +10:00
< H2 align = "center" > Getting the code< / h2 >
2007-06-08 10:59:58 +10:00
2012-10-17 11:26:52 +11:00
You need two source trees, one is a copy of Samba3 and the other is the
ctdb code itself.< p >
2007-06-08 10:59:58 +10:00
2008-01-29 14:08:09 +11:00
Both source trees are stored in git repositories.< p >
2007-06-08 10:59:58 +10:00
< h2 > CTDB< / h2 >
2012-10-17 11:26:52 +11:00
You can download ctdb source code via < a href = "ftp://ftp.samba.org/pub/ctdb" > ftp< / a >
and < a href = "http://ftp.samba.org/pub/ctdb" > http< / a > . < br > < br >
You can also get the latest development version of ctdb using git:
2007-06-08 10:59:58 +10:00
< pre >
2011-03-29 11:08:39 +02:00
git clone git://git.samba.org/ctdb.git ctdb
2007-06-08 10:59:58 +10:00
< / pre >
To update this tree when improvements are made in the upstream code do this:
< pre >
cd ctdb
2008-01-29 14:08:09 +11:00
git pull
2007-06-08 10:59:58 +10:00
< / pre >
2008-01-29 14:08:09 +11:00
If you don't have git and can't easily install it, then you can
instead use the following command to fetch ctdb or update it:
2007-06-08 10:59:58 +10:00
< pre >
2008-01-29 14:08:09 +11:00
rsync -avz samba.org::ftp/unpacked/ctdb .
2007-06-08 10:59:58 +10:00
< / pre >
2007-11-02 13:20:29 +11:00
< h2 > Samba3 ctdb version< / h2 >
2009-05-15 22:08:21 +02:00
< p >
With Samba version 3.3 all cluster-relevant changes have been merged
to the mainstream Samba code. Please refer to the < a
href="http://www.samba.org/">Samba website< / a > for the current release
information.
< / p >
2007-06-08 10:59:58 +10:00
2007-06-09 15:11:05 +10:00
< h2 > Binary Packages< / h2 >
2007-11-02 13:20:29 +11:00
Note that packages are so far only available for RHEL5. Other packages
2008-01-29 14:08:09 +11:00
may come later. < p >
2007-06-09 15:11:05 +10:00
2012-10-17 11:26:52 +11:00
See < a href = "http://ftp.samba.org/pub/ctdb/packages/" > packages< / a > directory for package
2007-06-09 15:11:05 +10:00
downloads.
2007-06-08 14:35:26 +10:00
<!-- #include virtual="footer.html" -->