-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a multi datacenter/multi cluster environment, the cluster and datacenter attributes are all the same in console and csv output #38
Comments
Hello @JAsuncion1969 Thanks for the heads up. Are you able to provide some screenshot that will help me to reproduce? From there, I'll fix this behavior and push a new version. Thank you again! |
Thanks @waldirio I appreciate you looking into this. I can't share the exact output I'm seeing but I'm attaching some example output. The columns for "cluster" and "datacenter" (B and C in the example, respectively) are the ones that come out wrong. I've removed the output that isn't an issue but left in the Host and VM clusters with some info. Datacenters Clusters The output Datacenter all appear as a single DC as well as the output Cluster. I cannot see any reason that a particular cluster or DC is listed but after multiple attempts, they always appear to be the same values. On multiple VCenter servers, this happens on all of them. I have tried this on both Python 3.4 and 3.6 with the same results. Thanks, |
Hello @JAsuncion1969 Thanks, I can see the data and the issue you are facing. I'll be checking this ASAP and I'll keep you in touch. Thank you |
Hello @JAsuncion1969 I believe you saw the other update, from now, you should be able to use the binary which means, it's not necessary anymore to create a virtual environment, once you have python 3.6.8+, just download, change the permission I'll be working on this current issue, and I believe in the next version, the report will be correct for you. Thanks for being using the |
Hello @jsasunci The version installed via pip is already updated, similar to the binary version. I'm back on this project. Please, let me know if you are still facing the issue. Sorry for my long time to reply, and thank you for your help. |
Using python3.4 in a multi datacenter/multi cluster environment, the cluster and datacenter attributes are all the same in console and csv output. For each VM in the output, the cluster is repeated regardless of the cluster the VM is actually on, same symptom from the datacenter attribute in the output. It appears that both attributes are the firs dc or cluster seen, respectively. I'm not sure how to work around.
The text was updated successfully, but these errors were encountered: