This is working very nicely for me, with a few minor modifications to the storageattach call:
set --storagectl to 'IDE Controller' set --port to 0 set --device to 1 Thanks for your help! On Friday, June 19, 2015 at 7:09:42 PM UTC-5, Alvaro Miranda Aguilera wrote: > > Hello Jeff > > I have that problem solved :) > > Have a look at this Vagrantfile for ideas: > https://github.com/kikitux/racattack-ansible-oracle/blob/master/Vagrantfile > > I will reproduce the important part here: > > https://gist.github.com/kikitux/38208e1acd41f0c5de0e > > basically the steps are: > > if the file disk.vdi doesn't exist > create it as fixed size > change it to shareable > end > > attach disk to vm > > > The gist have a loop, so you can define by code size, number, path > > hope this helps > > Alvaro. > > On Sat, Jun 20, 2015 at 6:51 AM, Jeff Sussna <[email protected] > <javascript:>> wrote: > > I'm trying to create a Vagrant configuration for Red Hat gfs. I need to > set > > up a Virtualbox shared disk between two VM's. I can't find any > information > > on managing that configuration via Vagrantfile instead of doing it > manually > > in Virtualbox. Would appreciate any pointers. > > > > -- > > 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] <javascript:>. > > 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.
