Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java
java
abiquo.virtualfactory.openSession.byvdc=true
abiquo.virtualfactory.openSession=1

Total number of concurrent operations


When using ''openSession.byvdc'', the platform does not limit the maximum number of concurrent connections to the same ConnectionData ( provider endpoint or hypervisor IP ). For example, if you have set openSession=2 for a vCloud1, when openSession.byvdc is set to true, the platform will allow two concurrent operations per VDC in vCloud1, with a total of up to "Number of VDCs x 2".(i.e. same set of connection data), device, or backup manager. 

In contrast, if openSession.byvdc is false, the platform will only allow two concurrent operations for vCloud1each provider endpoint or hypervisor IP, device, or backup manager.

Allow fast VM state changes

...