Skip to content

Commit

Permalink
[test] turn on host io cache for opensuse (#32053)
Browse files Browse the repository at this point in the history
The hope is that this will resolve the problems with very slow io we're
seeing on this box in #30295
  • Loading branch information
andyb-elastic authored Jul 16, 2018
1 parent ff8260c commit 69c8533
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ 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 69c8533

Please sign in to comment.