s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to local ctdbd
authorMichael Adam <obnox@samba.org>
Wed, 22 Dec 2010 13:16:07 +0000 (14:16 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 31 Mar 2011 16:10:22 +0000 (18:10 +0200)
commit3a3c118a7edf679d6b545df035fd8d51b00e0830
tree7b046f55487a2f0185bc985701364a9a4eceb361
parent0e240bd6a96f1270509bd12e7b083bef7d55e99f
s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to local ctdbd

This way, the record will be scheduled for fast vacuuming.

This is sent with the NOREPLY flag, so ctd should not sent
a reply packet and samba does not expect one. Hence, it
is not important for the success of the db_ctdb_delete command
whether or not the ctdbd we are running against supports the
SCHEDULE_FOR_DELETION control.
source3/lib/dbwrap_ctdb.c