]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - do not use a linked clone for the db host
authorDylan William Hardison <dylan@hardison.net>
Wed, 20 Feb 2019 20:07:42 +0000 (15:07 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Feb 2019 20:07:42 +0000 (15:07 -0500)
Vagrantfile

index 820d54baea04b70730ed05d318a252e7bc327c87..bc3da0585321c17bba6c0b3b087560bf3f27edb2 100644 (file)
@@ -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