search for: __break_lease

Displaying 1 result from an estimated 1 matches for "__break_lease".

2007 Jun 15
1
samba not responding to linux __break_lease() call.
...at samba establishes a lease on a file and expects to receive a signal when conditions change and samba must relinquish the lease. In my file system, when I detect a condition, possibly on another node of my cluster, that requires samba to relinquish the lease, the file system calls linux routine, __break_lease(), on the node where the samba server has established the lease. I would expect that the call to __break_lease() would generate a signal that would then result in the samba server making an fcntl() call to release the lease. I clearly see the __break_lease() calls occurring but then I observe a l...