Re: Code executed twice while deploying VM

2021-07-29 Thread David Jumani
execute() From: Rakesh Venkatesh Sent: Thursday, July 29, 2021 12:47 PM To: dev Subject: Re: Code executed twice while deploying VM Is there a way second computation can be avoided if "startvm" or some other flag to indicate starting the vm flag is p

Re: Code executed twice while deploying VM

2021-07-29 Thread Rakesh Venkatesh
___ > From: Rakesh Venkatesh > Sent: Wednesday, July 28, 2021 2:34 PM > To: users ; dev > Subject: Code executed twice while deploying VM > > Hello Users/Devs > > > Today I observed that while deploying a VM, the same code is executed > twice: the first

Re: Code executed twice while deploying VM

2021-07-28 Thread David Jumani
eason I see the duplication of code / computation From: Rakesh Venkatesh Sent: Wednesday, July 28, 2021 2:34 PM To: users ; dev Subject: Code executed twice while deploying VM Hello Users/Devs Today I observed that while deploying a VM, the same code is exec

Code executed twice while deploying VM

2021-07-28 Thread Rakesh Venkatesh
Hello Users/Devs Today I observed that while deploying a VM, the same code is executed twice: the first time, while trying to find a suitable deployment destination and the second time, while trying to start a VM. I think this is a redundant process and also time-consuming since the same calculat