From 9b60198b1a22228f85615e377c9b0cbe1e4f4ce6 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Wed, 27 May 2015 12:55:50 +0530 Subject: Leases: Add a server side xlator to handle lease requests Before this patch, there was an effort to implement leases in upcall xlator, these patches by Soumya and me can be found @ http://review.gluster.org/#/c/10084/ Change-Id: I926728c7ec690727a8971039b240655882d02059 BUG: 1319992 Signed-off-by: Poornima G Reviewed-on: http://review.gluster.org/11643 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Raghavendra Talur Reviewed-by: Rajesh Joseph Reviewed-by: Pranith Kumar Karampuri --- xlators/features/leases/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xlators/features/leases/Makefile.am (limited to 'xlators/features/leases/Makefile.am') diff --git a/xlators/features/leases/Makefile.am b/xlators/features/leases/Makefile.am new file mode 100644 index 00000000000..a985f42a877 --- /dev/null +++ b/xlators/features/leases/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = src + +CLEANFILES = -- cgit