diff options
author | Poornima G <pgurusid@redhat.com> | 2015-05-27 12:55:50 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-04-29 22:39:06 -0700 |
commit | 9b60198b1a22228f85615e377c9b0cbe1e4f4ce6 (patch) | |
tree | 6117711192e30c9488484fa049ed42ee381acf37 /configure.ac | |
parent | 3c8922d123471de0c5da499420fcac6b10179786 (diff) |
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 <pgurusid@redhat.com>
Reviewed-on: http://review.gluster.org/11643
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 21707737873..369cd2a3e9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (c) 2006-2012 Red Hat, Inc. <http://www.redhat.com> +dnl Copyright (c) 2006-2016 Red Hat, Inc. <http://www.redhat.com> dnl This file is part of GlusterFS. dnl dnl This file is licensed to you under your choice of the GNU Lesser @@ -171,6 +171,8 @@ AC_CONFIG_FILES([Makefile xlators/features/bit-rot/src/Makefile xlators/features/bit-rot/src/stub/Makefile xlators/features/bit-rot/src/bitd/Makefile + xlators/features/leases/Makefile + xlators/features/leases/src/Makefile xlators/playground/Makefile xlators/playground/template/Makefile xlators/playground/template/src/Makefile |