Bug 1060 - Existing locking mechanisms seem cluster-unfriendly
Summary: Existing locking mechanisms seem cluster-unfriendly
Status: RESOLVED LATER
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.11
Hardware: All All
: P5 enhancement
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 07:02 UTC by David S. Collier-Brown
Modified: 2006-03-21 04:02 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David S. Collier-Brown 2004-02-11 07:02:56 UTC
From my reading of the code, the locking of individual
files requires exclusive access to the locking TDB.

This is hard to scale to a cluster or a load-balaced
server farm.

Conversely, locking individual files via the underlying
filesystem locks is both slow and tricky. There's always 
LDAP, although that might be WAY slower (;-))


I note that the sourceforge TDB project is described
as using region locks...  Is thos destined for Samba
in the 3.x time period?
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-02-08 21:55:54 UTC
jeremy has some ideas but maybe later.
Comment 2 Ulrich Windl 2006-03-21 03:27:27 UTC
I'm unsure whether the original popster addresses this issue as well, but I have a problem that these new TDB files in (.../locks) cannot be configured in location (or the documentation is incomplete): account_policy, brlock, connections, deferred_open, gencache, group_mapping, locking, messages, ntdrivers, ntforms, ntprinters, registry, sessionid, share_info
For a HA Samba, one would move all the "state files" from one cluster node to another. Usually this means that Samba uses non-default locations for such files (e.g. you cannot easily unmount /etc and import it to another node).
Therefore I'd suggest to allow configuration of all such "state files". Preferrably one setting should change the "prefix" for all those files.
Also time for re-open?
Comment 3 Ulrich Windl 2006-03-21 04:02:46 UTC
In Samba 3.0.7 when using "-l" to relocate the locks directory, the forementioned files are moved. However "smbstatus" does not have such an option and now displays no real status at all. (OK, using "-s"  parse the setting from smb.conf ("lock directory") works. It would be great if smbstatus would support "-h" for "help" or the same semantics for "-l")