From 75c398d396bcd4a50a5bdbe350d2de9d53ebac09 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Wed, 1 Feb 2017 17:11:46 +0530 Subject: extras: Provide group set for md-cache and invalidation options To enable the integration of md-cache and invalidation features we need to perform 3 volume set options in a specific order. In order to ease this for user provide a group volume set option. Usage: gluster vol set group metadata-cache Change-Id: I9bf0fd4217aa2a1c7ffbdc93e879b10f87addeac BUG: 1418249 Signed-off-by: Poornima G Reviewed-on: https://review.gluster.org/16503 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Rajesh Joseph Reviewed-by: Atin Mukherjee --- glusterfs.spec.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 3fa0b855694..f8e528dd6c6 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1180,6 +1180,7 @@ exit 0 %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/bitd %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/groups %attr(0644,-,-) %{_sharedstatedir}/glusterd/groups/virt + %attr(0644,-,-) %{_sharedstatedir}/glusterd/groups/metadata-cache %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind/.keys %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glustershd @@ -1266,6 +1267,9 @@ exit 0 %endif %changelog +* Wed Feb 1 2017 Poornima G +- Install /var/lib/glusterd/groups/metadata-cache by default + * Wed Jan 18 2017 Kaleb S. KEITHLEY - python2 (versus python3) cleanup (#1414902) -- cgit