Revert "[test] turn on host io cache for opensuse (#32053)"

This reverts commit 69c85331b0.
This commit is contained in:
Andy Bristol 2018-08-01 11:29:13 -07:00
parent 418540e630
commit 16fe22047e
1 changed files with 0 additions and 5 deletions

5
Vagrantfile vendored
View File

@ -115,11 +115,6 @@ Vagrant.configure(2) do |config|
'opensuse-42'.tap do |box| 'opensuse-42'.tap do |box|
config.vm.define box, define_opts do |config| config.vm.define box, define_opts do |config|
config.vm.box = 'elastic/opensuse-42-x86_64' 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 suse_common config, box
end end
end end