...
Code Block | ||||
---|---|---|---|---|
| ||||
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).
so openSession.vf.vCloud1.For example, if you have set openSession=2 , plus byvdc=true, can have openSession max = vdc x 2.openSession.vf.vCloud1.openSession.byvdc=false → only 2 sessions 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".
In contrast, if openSession.byvdc is false, the platform will only allow two concurrent operations for vCloud1.
Allow fast VM state changes
...