From a0919d638a889f03a5bd804cf4c3a63084680fce Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Thu, 23 Jul 2015 18:07:08 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/11749 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Prashanth Pai Reviewed-by: Humble Devassy Chirammal Reviewed-by: Kaleb KEITHLEY --- doc/features/readdir-ahead.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 doc/features/readdir-ahead.md (limited to 'doc/features/readdir-ahead.md') diff --git a/doc/features/readdir-ahead.md b/doc/features/readdir-ahead.md deleted file mode 100644 index 5302a021202..00000000000 --- a/doc/features/readdir-ahead.md +++ /dev/null @@ -1,14 +0,0 @@ -## Readdir-ahead ## - -### Summary ### -Provide read-ahead support for directories to improve sequential directory read performance. - -### Owners ### -Brian Foster - -### Detailed Description ### -The read-ahead feature for directories is analogous to read-ahead for files. The objective is to detect sequential directory read operations and establish a pipeline for directory content. When a readdir request is received and fulfilled, preemptively issue subsequent readdir requests to the server in anticipation of those requests from the user. If sequential readdir requests are received, the directory content is already immediately available in the client. If subsequent requests are not sequential or not received, said data is simply dropped and the optimization is bypassed. - -readdir-ahead is currently disabled by default. It can be enabled with the following command: - - gluster volume set readdir-ahead on -- cgit