2007-06-12 07:04:52 +04:00
<!-- #set var="TITLE" value="Downloading CTDB" -->
2007-06-08 08:35:26 +04:00
<!-- #include virtual="header.html" -->
2007-06-08 04:59:58 +04:00
2007-06-08 08:35:26 +04:00
< H2 align = "center" > Getting the code< / h2 >
2007-06-08 04:59:58 +04:00
2012-10-17 04:26:52 +04:00
You need two source trees, one is a copy of Samba3 and the other is the
ctdb code itself.< p >
2007-06-08 04:59:58 +04:00
2008-01-29 06:08:09 +03:00
Both source trees are stored in git repositories.< p >
2007-06-08 04:59:58 +04:00
< h2 > CTDB< / h2 >
2012-10-17 04:26:52 +04: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 04:59:58 +04:00
< pre >
2011-03-29 13:08:39 +04:00
git clone git://git.samba.org/ctdb.git ctdb
2007-06-08 04:59:58 +04:00
< / pre >
To update this tree when improvements are made in the upstream code do this:
< pre >
cd ctdb
2008-01-29 06:08:09 +03:00
git pull
2007-06-08 04:59:58 +04:00
< / pre >
2008-01-29 06:08:09 +03: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 04:59:58 +04:00
< pre >
2008-01-29 06:08:09 +03:00
rsync -avz samba.org::ftp/unpacked/ctdb .
2007-06-08 04:59:58 +04:00
< / pre >
2007-11-02 05:20:29 +03:00
< h2 > Samba3 ctdb version< / h2 >
2009-05-16 00:08:21 +04: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 04:59:58 +04:00
2007-06-09 09:11:05 +04:00
< h2 > Binary Packages< / h2 >
2007-11-02 05:20:29 +03:00
Note that packages are so far only available for RHEL5. Other packages
2008-01-29 06:08:09 +03:00
may come later. < p >
2007-06-09 09:11:05 +04:00
2012-10-17 04:26:52 +04:00
See < a href = "http://ftp.samba.org/pub/ctdb/packages/" > packages< / a > directory for package
2007-06-09 09:11:05 +04:00
downloads.
2007-06-08 08:35:26 +04:00
<!-- #include virtual="footer.html" -->