From b7b91962e7ae6e94b15019ed1e60d75bab7bc1f2 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Fri, 9 Jun 2017 11:31:19 +0530 Subject: nl-cache: add group volume set option for ease of use > Reviewed-on: https://review.gluster.org/17495 > Smoke: Gluster Build System > NetBSD-regression: NetBSD Build System > CentOS-regression: Gluster Build System > Reviewed-by: Pranith Kumar Karampuri > (cherry picked from commit 38780ff2d0717cd800a49072879a664b04385fd1) Change-Id: Id03643a9598da53051a01ca09e1d2a62bc195ab6 BUG: 1460896 Signed-off-by: Poornima G Reviewed-on: https://review.gluster.org/17528 Smoke: Gluster Build System Reviewed-by: Pranith Kumar Karampuri NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- extras/Makefile.am | 4 +++- extras/group-nl-cache | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 extras/group-nl-cache (limited to 'extras') diff --git a/extras/Makefile.am b/extras/Makefile.am index 3717a71e461..3af11032f6b 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -9,7 +9,7 @@ SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \ confdir = $(sysconfdir)/glusterfs conf_DATA = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.conf \ - logger.conf.example glusterfs-georep-logrotate group-virt.example group-metadata-cache group-gluster-block + logger.conf.example glusterfs-georep-logrotate group-virt.example group-metadata-cache group-gluster-block group-nl-cache voldir = $(sysconfdir)/glusterfs vol_DATA = glusterd.vol @@ -37,3 +37,5 @@ install-data-local: $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/metadata-cache $(INSTALL_DATA) $(top_srcdir)/extras/group-gluster-block \ $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/gluster-block + $(INSTALL_DATA) $(top_srcdir)/extras/group-nl-cache \ + $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/nl-cache diff --git a/extras/group-nl-cache b/extras/group-nl-cache new file mode 100644 index 00000000000..a41e8ecfd64 --- /dev/null +++ b/extras/group-nl-cache @@ -0,0 +1,5 @@ +features.cache-invalidation=on +features.cache-invalidation-timeout=600 +performance.nl-cache=on +performance.nl-cache-timeout=600 +network.inode-lru-limit=50000 -- cgit