usuing Vmware? Virtualbox? I know for Vmware there is a variable you can set in the vagrantfile, and that will tell where to store the disks.
for virtualbox, not such thing, the vms are imported in the default virtualbox folder. with one environment variable you can override where the xml virtualbox conf file is, and you can edit it and point the default to a different place, so if you want to have say 3 different location, you will need to end with 3 different combos of variable/xml vbox conf file, so seems is much hassle so I am not sure if anybody is doing it. Alvaro On Fri, May 16, 2014 at 10:37 AM, Yiliang Bao <[email protected]> wrote: > Hi, > > I want to bring up multiple VMs on the same machine using Vagrant. In > order to (potentially) improve the performance of these VMs, I want to use > multiple physical disks, and place virtual disk of each VM on a separate > physical disk. Is it possible to do that in Vagrant? > > Thanks! > Yiliang > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
