From 16fe22047e4ce243e9858da568b4e7a8eb73ef35 Mon Sep 17 00:00:00 2001 From: Andy Bristol Date: Wed, 1 Aug 2018 11:29:13 -0700 Subject: [PATCH] Revert "[test] turn on host io cache for opensuse (#32053)" This reverts commit 69c85331b0f574323994dc1ccb4f70ab0e122a4c. --- Vagrantfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index de344e18183..7322399fed5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -115,11 +115,6 @@ Vagrant.configure(2) do |config| 'opensuse-42'.tap do |box| config.vm.define box, define_opts do |config| config.vm.box = 'elastic/opensuse-42-x86_64' - - # https://github.com/elastic/elasticsearch/issues/30295 - config.vm.provider 'virtualbox' do |vbox| - vbox.customize ['storagectl', :id, '--name', 'SATA Controller', '--hostiocache', 'on'] - end suse_common config, box end end