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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: