> -----Original Message----- > From: Busy Dev [mailto:busyd...@gmail.com] > Sent: Friday, September 21, 2012 4:22 AM > To: cloudstack-dev@incubator.apache.org > Subject: Disk offerings per VM > > I need to attach 3 data disks to a VM during deployment but the API > only > allows for 1 disk offering. Is it posible to attach an additional 2 > after > the VM has been deployed (stopped)? (though I don't see any APIs that > will > do this). Also, does the "startvm" parameter in deployVirtualMachine > now > work (i.e. the VM will be created but not started when it is false?)
Yes, if startvm is false, deployvirtualmachine will only allocate entries in the DB, but not create volumes and start VM on hypervisor host. > > Thanks!