You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2019. It is now read-only.
I am running XenServer 6.0.0-50762p with ca 30 VMs. When using xsconsole->Virtual Machines->All VMs i get the answer "This feature is unavailable in Pools with more than 100 Virtual Machines".
This obvious bug isrelated to https://github.com/xenserver/xsconsole/blob/master/plugins-base/XSFeatureVMInfo.py#L102, def AllActivateHandler(cls)
where 100 is hard-coded in the function. Probably lambda x: x.xenapi.VM.get_all() counts wrong.