From: Dylan William Hardison Date: Wed, 20 Feb 2019 20:07:42 +0000 (-0500) Subject: no bug - do not use a linked clone for the db host X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5549eebcc0cde0525a1e2664e819187f4818793;p=thirdparty%2Fbugzilla.git no bug - do not use a linked clone for the db host --- diff --git a/Vagrantfile b/Vagrantfile index 820d54bae..bc3da0585 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -104,6 +104,7 @@ Vagrant.configure('2') do |config| db.vm.provider 'vmware_fusion' do |v| v.vmx['memsize'] = DB_MEM v.vmx['numvcpus'] = DB_CPU + v.linked_clone = false end end