vmware / pyvmomi

VMware vSphere API Python Bindings
Apache License 2.0
2.2k stars 766 forks source link

Question about Finding a "bad VM" #1001

Open adityapandey216 opened 1 year ago

adityapandey216 commented 1 year ago

Describe the bug

I have been working with rvtools which is a app that fetches vm related information from vcenter. The way Rvtools work is that it filters out the bad vms which is nothing but a VM with hundreds of disks. The problem seems to be mainly caused by backup solutions that cannot clean everything properly when the backup is finished. I don't see this case with pyvmomi. How can i detect a "bad vm" using pyvmomi?

Reproduction steps

  1. Get all vm related info using retrievePropertyEX

Expected behavior

The result should filter out all the bad vms.

Additional context

No response

adityapandey216 commented 1 year ago

Hi @DanielDraganov . Any update on this?