diff options
author | Amar Tumballi <amar@gluster.com> | 2009-11-26 14:55:03 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-28 09:25:44 -0800 |
commit | 07d5b01960a8fc7754d1957451210fff2ed4617e (patch) | |
tree | 49321a209d837c7f9366045ef8c7b7e1d3cb305b /xlators/cluster/unify | |
parent | ff9944ff7910441a1f8b9784c153d5de5be62142 (diff) |
moved unify from 'cluster/unify' to 'legacy/cluster/unify'
maintaining unify is not feasible, and its design of namespace is
not scalable too. hence moving it to 'legacy/' directory..
Thanks to unify, we learnt something about rename(). 'cluster/unify' has
served GlusterFS well for more than 2years, and its the time to say
goodbye :-(
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/cluster/unify')
-rw-r--r-- | xlators/cluster/unify/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/unify/src/Makefile.am b/xlators/cluster/unify/src/Makefile.am index b9e6f63e9..2a1fe8372 100644 --- a/xlators/cluster/unify/src/Makefile.am +++ b/xlators/cluster/unify/src/Makefile.am @@ -1,6 +1,6 @@ xlator_LTLIBRARIES = unify.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/legacy/cluster unify_la_LDFLAGS = -module -avoidversion |