Displaying 3 results from an estimated 3 matches for "ctdb_set_traversetimeout".
2016 Jul 03
2
Winbind process stuck at 100% after changing use_mmap to no
...e descriptor limit for CTDB?
# ulimit -n 10000
# Default is to use the log file below instead of syslog.
# CTDB_LOGFILE=/var/log/log.ctdb
# CTDB_SYSLOG=no
# Default log level is ERR. NOTICE is a little more verbose.
CTDB_DEBUGLEVEL=NOTICE
# Set some CTDB tunable variables during CTDB startup?
# CTDB_SET_TraverseTimeout=60
CTDB_SAMBA_SKIP_SHARE_CHECK=yes
--
This message is intended only for the addressee and may contain
confidential information. Unless you are that person, you may not
disclose its contents or use it in any way and are requested to delete
the message along with any attachments and notify us immedi...
2016 Jul 18
1
File locks are not preserved when IP is moved to another node.
...cking = no
kernel oplocks = no
kernel share modes = no
The ctdb configuration:
/etc/default/ctdb
CTDB_RECOVERY_LOCK=/mnt/common/ctdb.lock
CTDB_NODES=/etc/ctdb/nodes
CTDB_PUBLIC_ADDRESSES=/etc/ctdb/public_addresses
CTDB_MANAGES_SAMBA=yes
CTDB_MANAGES_WINBIND=yes
CTDB_LOGGING=file:/var/log/log.ctdb
CTDB_SET_TraverseTimeout=60
CTDB_SET_EventScriptTimeout=120
/etc/ctdb/nodes
192.168.176.11
192.168.176.14
/etc/ctdb/public_addresses
123.123.123.155/24 eth0
Does this lock should be preserved after moving the IP or do I have
something wrong in my configuration?
Thank you in advance.
2016 Jul 03
4
Winbind process stuck at 100% after changing use_mmap to no
On 03/07/16 13:06, Volker Lendecke wrote:
> On Fri, Jul 01, 2016 at 10:00:21AM +0100, Alex Crow wrote:
>> We've had a strange issue after following the recommendations at
>> https://wiki.samba.org/index.php/Ping_pong, particularly the part
>> about mmap coherence. We are running CTDB/Samba over a MooseFS
>> clustered FS, and we'd not done the ping-pong before.