summaryrefslogtreecommitdiffstats
path: root/tests/basic/ec/lock-contention.t
Commit message (Collapse)AuthorAgeFilesLines
* locks: added inodelk/entrylk contention upcall notificationsXavier Hernandez2018-01-161-0/+62
The locks xlator now is able to send a contention notification to the current owner of the lock. This is only a notification that can be used to improve performance of some client side operations that might benefit from extended duration of lock ownership. Nothing is done if the lock owner decides to ignore the message and to not release the lock. For forced release of acquired resources, leases must be used. Change-Id: I7f1ad32a0b4b445505b09908a050080ad848f8e0 Signed-off-by: Xavier Hernandez <xhernandez@datalab.es>