Skip to content

Commit 16fe220

Browse files
committed
Revert "[test] turn on host io cache for opensuse (#32053)"
This reverts commit 69c8533.
1 parent 418540e commit 16fe220

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Vagrantfile

-5
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ Vagrant.configure(2) do |config|
115115
'opensuse-42'.tap do |box|
116116
config.vm.define box, define_opts do |config|
117117
config.vm.box = 'elastic/opensuse-42-x86_64'
118-
119-
# https://github.com/elastic/elasticsearch/issues/30295
120-
config.vm.provider 'virtualbox' do |vbox|
121-
vbox.customize ['storagectl', :id, '--name', 'SATA Controller', '--hostiocache', 'on']
122-
end
123118
suse_common config, box
124119
end
125120
end

0 commit comments

Comments
 (0)