From 63890db6fa339aded7aaa86d99543570befc43da Mon Sep 17 00:00:00 2001 From: ShwethaHP Date: Fri, 15 Dec 2017 14:25:19 +0530 Subject: Override default volume_type configuration in gluster base class if volume type configuration is defined in the config file. Providing an option in config file to create volume with 'force' option. Change-Id: Ifeac20685f0949f7573257f30f05df6f79ce1dbd Signed-off-by: ShwethaHP --- tests/gluster_tests_config.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gluster_tests_config.yml') diff --git a/tests/gluster_tests_config.yml b/tests/gluster_tests_config.yml index 70d4ec4e9..9a3689407 100644 --- a/tests/gluster_tests_config.yml +++ b/tests/gluster_tests_config.yml @@ -191,6 +191,8 @@ gluster: redundancy_count: 2 transport: tcp + volume_create_force: False + # Volume options that has to be applicable to all volume types volume_options: ## performance.quick-read: "off" -- cgit