[Pkg-samba-maint] Bug#514050: Enable clustering by default (CTDB)
Mathieu Parent
math.parent at gmail.com
Tue Feb 3 18:37:28 UTC 2009
Package: samba
Severity: wishlist
Tags: patch
CTDB can be compiled in by default without risk. Here is the place to
discuss this.
As said by Ronnie Sahlberg [1]:
> (Me:)
> Does enabling ctdb at compilation time changes samba behavior when
> "clustering = yes" is not set in smb.conf?
No it does not.
When clustering=yes is NOT set in smb.conf you will have the exact
same behaviour as if samba was compiled without ctdb.
(end of quote)
[1]:
http://lists.samba.org/archive/samba-technical/2008-July/060104.html
Patch:
Index: debian/control
===================================================================
--- debian/control (révision 2533)
+++ debian/control (copie de travail)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Samba Maintainers
<pkg-samba-maint at lists.alioth.debian.org>
Uploaders: Eloy A. Paris <peloy at debian.org>, Steve Langasek
<vorlon at debian.org>, Christian Perrier <bubulle at debian.org>, Noèl Köthe
<noel at debian.org>, Adam Conrad <adconrad at 0c3.net>
-Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev
| libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386
ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4
sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt,
uuid-dev, libtalloc-dev (>= 1.2.0~git20080616), libkeyutils-dev [alpha
amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc
ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc]
+Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev
| libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386
ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4
sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt,
uuid-dev, libtalloc-dev (>= 1.2.0~git20080616), libkeyutils-dev [alpha
amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc
ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], ctdb
Build-Conflicts: libfam-dev
Standards-Version: 3.8.0
Homepage: http://www.samba.org
Index: debian/rules
===================================================================
--- debian/rules (révision 2533)
+++ debian/rules (copie de travail)
@@ -56,6 +56,7 @@
--with-dnsupdate \
--without-libtdb \
--without-libnetapi \
+ --with-ctdb --with-cluster-support \
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
More information about the Pkg-samba-maint
mailing list