Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

xsconsole bug in "All VMs": Unable to view All VMs in the xsconsole #4

@Tominat0r

Description

@Tominat0r

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions