Skip to content

Commit

Permalink
Revert "[test] turn on host io cache for opensuse (#32053)"
Browse files Browse the repository at this point in the history
This reverts commit 69c8533.
  • Loading branch information
andyb-elastic committed Aug 1, 2018
1 parent 418540e commit 16fe220
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16fe220

Please sign in to comment.