diff options
author | Humble Devassy Chirammal <hchiramm@redhat.com> | 2015-07-23 18:07:08 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-08-05 04:49:00 -0700 |
commit | a0919d638a889f03a5bd804cf4c3a63084680fce (patch) | |
tree | 72d519341747cfc82afcc06c313f9b92018bece0 /doc/features/nufa.md | |
parent | 3403370ebeaf16567b79022c6ac48b2e0cd50db5 (diff) |
Removing glusterfs features doc from glusterfs repo
According to the new workflow defined for glusterfs documentation,
the features are maintained at https://github.com/gluster/glusterfs-specs.
Removing the features dir from the doc repo as per,
https://www.mail-archive.com/gluster-users@gluster.org/msg21168.html
Change-Id: I2f1219c49ef933f6b89a55f2238787d8565d80b6
BUG: 1206539
Signed-off-by: Humble Devassy Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/11749
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Prashanth Pai <ppai@redhat.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'doc/features/nufa.md')
-rw-r--r-- | doc/features/nufa.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/features/nufa.md b/doc/features/nufa.md deleted file mode 100644 index 03b8194b4c0..00000000000 --- a/doc/features/nufa.md +++ /dev/null @@ -1,20 +0,0 @@ -# NUFA Translator - -The NUFA ("Non Uniform File Access") is a variant of the DHT ("Distributed Hash -Table") translator, intended for use with workloads that have a high locality -of reference. Instead of placing new files pseudo-randomly, it places them on -the same nodes where they are created so that future accesses can be made -locally. For replicated volumes, this means that one copy will be local and -others will be remote; the read-replica selection mechanisms will then favor -the local copy for reads. For non-replicated volumes, the only copy will be -local. - -## Interface - -Use of NUFA is controlled by a volume option, as follows. - - gluster volume set myvolume cluster.nufa on - -This will cause the NUFA translator to be used wherever the DHT translator -otherwise would be. The rest is all automatic. - |