From f7f8b46c6d15a26576db0066efe8a93ab07f0a63 Mon Sep 17 00:00:00 2001 From: ShwethaHP Date: Thu, 3 Aug 2017 05:33:27 +0530 Subject: Set volume options on all the volume types Providing a section in the config file to set volume options that can be applicable to any volume type created. The glusterbase class also reads the volume_options if provided in config file and set it on all the volumes being created. These volume options will be overwritten if there are any volume options specified while defining the volumes under 'volumes' section. Change-Id: I0003312251b4f8b151c9ba5c71d1b6a8884cc85e Signed-off-by: ShwethaHP --- tests/gluster_tests_config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/gluster_tests_config.yml') diff --git a/tests/gluster_tests_config.yml b/tests/gluster_tests_config.yml index d7783787a..bfc28232d 100644 --- a/tests/gluster_tests_config.yml +++ b/tests/gluster_tests_config.yml @@ -191,6 +191,16 @@ gluster: redundancy_count: 2 transport: tcp + # Volume options that has to be applicable to all volume types + volume_options: +## performance.quick-read: "off" +## performance.read-ahead: "off" +## performance.io-cache: "off" +## performance.stat-prefetch: "off" +## performance.open-behind: "off" +## performance.readdir-ahead: "off" +## server.allow-insecure: "on" + # slave volumes config goes under 'slave_volumes' section. This is a list # of all the slave volumes. slave_volumes: -- cgit