diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2018-06-28 10:42:56 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2018-06-28 17:18:16 +0000 |
commit | 25c1c6e9a2aebd1d5bd96b9b67cf9f7dbaa5bb9e (patch) | |
tree | f37a49760fc57c6f4c997f6ceb8720f0536488c5 /glusterfs.spec.in | |
parent | 762ed20a50aea81dcc905c511cc836ea2ea3a1c3 (diff) |
extras/group : add database workload profile
Running DB workload patterns with all perf xlators enabled as default has
resulted into some inconsistency issues. Based on the internal testing done by
Elko Kuric (ekuric@redhat.com) there're certain set of perf xlators which need
to be turned off to get these types of workload supported by Gluster.
The proposal is to leverage group profile infrastructure to group together all
those tunables at one place so that users just need to apply the profile to the
volume to use it for the data base workload.
Credits : Elko Kuric (ekuric@redhat.com)
Change-Id: I8a50e915278ad4085b9aaa3f160a33af7c0b0444
fixes: bz#1596020
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 7f83c686e27..25f7633df06 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1391,6 +1391,7 @@ exit 0 %attr(0644,-,-) %{_sharedstatedir}/glusterd/groups/metadata-cache %attr(0644,-,-) %{_sharedstatedir}/glusterd/groups/gluster-block %attr(0644,-,-) %{_sharedstatedir}/glusterd/groups/nl-cache + %attr(0644,-,-) %{_sharedstatedir}/glusterd/groups/db-workload %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind/.keys %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glustershd |