Re: Asymmetric NIC prepare / release behaviour in NetworkManagerImpl

2013-01-16 Thread Murali Reddy
I guess this could be due to differences in ReservationStrategy 'Create' and 'Start'. Both the strategies would need a prepare, but require release only for 'Start' reservation strategy. Please refer to [1] for explanation of reservation strategies.

Re: Asymmetric NIC prepare / release behaviour in NetworkManagerImpl

2013-01-16 Thread Mills, Joseph
Hi Murali, Thanks for the link. I see in that mail: Create - IP address assigned to the NIC stays across start/stop sessions In the case where I am not seeing a corresponding release to a prepare call, the reservation strategy is 'Create'. However the trigger here is destroying the VM. Should

Asymmetric NIC prepare / release behaviour in NetworkManagerImpl

2013-01-15 Thread Mills, Joseph
I was hoping someone could clarify something I am seeing in NetworkManagerImpl.java I see that whenever we prepare a nic, we call element.prepare, regardless of the ReservationStrategy of the nic: