Ah. I had misread your original message. My apologies! -- James ________________________________________ From: Rohit Yadav [rohit.ya...@citrix.com] Sent: Saturday, December 01, 2012 2:06 AM To: cloudstack-users@incubator.apache.org Subject: RE: starting multiple instances at once
True, you are confused. asynblock true => blocks and polls for an async job, set to false => returns jobid, you query asynjob with jobid if you want to. By setting it to false, it won't block and poll for any async job's result. -- Rohit ________________________________________ From: Boylan, James [james.boy...@orbitz.com] Sent: Saturday, December 01, 2012 7:34 AM To: cloudstack-users@incubator.apache.org Subject: RE: starting multiple instances at once Rohit - Why would you set async to false? It actually simplifies the sumbission of VM creation by pushing it off into the management server so you don't have to sit there while the process runs. -- James ________________________________________ From: Rohit Yadav [rohit.ya...@citrix.com] Sent: Thursday, November 29, 2012 10:02 AM To: cloudstack-users@incubator.apache.org Subject: RE: starting multiple instances at once You may use cloudmonkey with asyncblock set to false, and a !for loop to deploy virtualmachines Checkout the screencast for example on same. Regards. ________________________________________ From: sebgoa [run...@gmail.com] Sent: Thursday, November 29, 2012 8:31 PM To: cloudstack-users@incubator.apache.org Subject: starting multiple instances at once Hi, How do I start multiple instances at once ? Do I loop over startVirtualMachine ? or is there an argument I can pass ? thanks -sebastien