-
Bug
-
Resolution: Done-Errata
-
Minor
-
4.14.0
-
None
-
No
-
False
-
-
N/A
-
Release Note Not Required
As part of single run, we are basically fetching same thing over and over again and hence using API calls that should not even be made.
For example:
1. privilges check verifies permissions of datasore which is also verified by storageclass check. What is more each of those checks fetches datacenter and datastore and results in several duplication API calls.
Exit Critirea:
1. Remove duplicate checks
2. Avoid fetching same API object again and again as part of same system check.