Open
Description
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
- Get all vm related info using retrievePropertyEX
Expected behavior
The result should filter out all the bad vms.
Additional context
No response