1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

ReadOnly DOCS: update the docs for readonly delegations to remove the passage that records are written/updated by the client

(This used to be ctdb commit b44ded0e0771c87321b568588c08195222a026c3)
This commit is contained in:
Ronnie Sahlberg 2011-10-24 13:19:30 +11:00
parent a9e77de9e4
commit f7db49798c

View File

@ -142,11 +142,6 @@ This will change to instead do
ask ctdb to migrate the record onto the node
goto try_again
lock record in tdb
if record fails RSN test
unlock record
ask ctdb to migrate the record onto the node
goto try_again
write the updated record from ctdb to tdb
goto finished
unlock record
@ -168,8 +163,6 @@ This heuristics provide a mechanism where we will not create Read-Only delegatio
This avoids creating and revoking Read-Only delegations when only a single client is repeatedly accessing the same set of records.
This also aims to limit the size of the tracking tdb.
Note that writing the copy of the Read-Only record to the TDB database is done by the client, not by ctdbd. This is to avoid a probable need for creating a child process for a likely contended record where locking the record would likely block.
Server implementation
=====================