diff options
author | Anand Avati <avati@redhat.com> | 2014-03-26 11:52:53 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2014-05-05 17:28:55 -0700 |
commit | 8160399a36eff62a49a066f16dea9140d877c5e8 (patch) | |
tree | e51d49bd93ff98822986569fdfada5d2819546b0 /xlators/Makefile.am | |
parent | 7fba3a88f1ced610eca0c23516a1e720d75160cd (diff) |
meta: (re-)Implement Meta translator
The meta translator exposes details about glusterfs itself
in the form of a virtual namespace.
Loading the translator on the client side creates the
meta virtual view under $mntpoint/.meta by default. The
directory is not listed (even with ls -a) and can be
accessed by doing a "cd /mnt/.meta"
Change-Id: I5ffdf39203841a9562a8280a1f79dc76d4dded5d
BUG: 1089216
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.org/7509
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Harshavardhana <harsha@harshavardhana.net>
Diffstat (limited to 'xlators/Makefile.am')
-rw-r--r-- | xlators/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/Makefile.am b/xlators/Makefile.am index f60fa85ce06..2a03f905b6d 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system \ - playground + playground meta CLEANFILES = |