diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/Makefile.am | 6 | ||||
-rw-r--r-- | extras/group-distributed-virt | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index a1c657659f3..d0ef4137380 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -18,7 +18,7 @@ if WITH_SERVER 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 group-nl-cache \ - group-db-workload + group-db-workload group-distributed-virt endif voldir = $(sysconfdir)/glusterfs @@ -47,7 +47,7 @@ EXTRA_DIST = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.co pre-upgrade-script-for-quota.sh command-completion/gluster.bash \ command-completion/Makefile command-completion/README \ stop-all-gluster-processes.sh clang-checker.sh mount-shared-storage.sh \ - control-cpu-load.sh control-mem.sh + control-cpu-load.sh control-mem.sh group-distributed-virt if WITH_SERVER install-data-local: @@ -67,4 +67,6 @@ install-data-local: $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/nl-cache $(INSTALL_DATA) $(top_srcdir)/extras/group-db-workload \ $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/db-workload + $(INSTALL_DATA) $(top_srcdir)/extras/group-distributed-virt \ + $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/distributed-virt endif diff --git a/extras/group-distributed-virt b/extras/group-distributed-virt new file mode 100644 index 00000000000..a960b76c694 --- /dev/null +++ b/extras/group-distributed-virt @@ -0,0 +1,10 @@ +performance.quick-read=off +performance.read-ahead=off +performance.io-cache=off +performance.low-prio-threads=32 +network.remote-dio=enable +features.shard=on +user.cifs=off +client.event-threads=4 +server.event-threads=4 +performance.client-io-threads=on |