diff options
author | Vijay Bellur <vijay@gluster.com> | 2011-03-14 07:00:09 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-14 05:46:27 -0700 |
commit | 1641d8bb4cbe64da024124d943c04da3bf379100 (patch) | |
tree | eb8960747b00cc52456b70dbc41b3c900eeee635 | |
parent | c549807c23d6915c69a96d9b86af53605c94bc1b (diff) |
Disable geo-replication buildv3.1.3
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1570 (geosync related changes)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | xlators/features/Makefile.am | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index d2f686f1a..fcf03782e 100644 --- a/configure.ac +++ b/configure.ac @@ -91,11 +91,6 @@ AC_CONFIG_FILES([Makefile xlators/features/trash/src/Makefile xlators/features/quota/Makefile xlators/features/quota/src/Makefile - xlators/features/marker/Makefile - xlators/features/marker/src/Makefile - xlators/features/marker/utils/Makefile - xlators/features/marker/utils/gsyncd - xlators/features/marker/utils/syncdaemon/Makefile xlators/features/read-only/Makefile xlators/features/read-only/src/Makefile xlators/features/mac-compat/Makefile @@ -289,7 +284,8 @@ AC_ARG_ENABLE([georeplication], BUILD_SYNCDAEMON=no case $host_os in linux*) -#do nothing +#disable geo replication for release-3.1 + enable_georeplication=no ;; *) #disabling geo replication for non-linux platforms diff --git a/xlators/features/Makefile.am b/xlators/features/Makefile.am index 96e503938..9b80c9283 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = locks trash quota read-only access-control mac-compat quiesce marker#path-converter # filter +SUBDIRS = locks trash quota read-only access-control mac-compat quiesce #marker#path-converter # filter CLEANFILES = |