-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
What does this mean? "uninitialized constant Fog::Compute::Vsphere::Datastore" #235
Comments
Basically, ruby is having issues looking up this constant. Can you provide a stack trace to figure out in which context this is happening? |
I have a similar problem when using Foreman 1.22.0. This happens sometimes when creating a host to be deployed on vCenter. It's not always reproducible; when it happens, a few refreshes on the web UI and it works again. Here's a partial log from Foreman:
|
@edergillian I believe there is something messed up with the cache in foreman, but I am not sure what. Could you try to disable the cache for that vCenter? ... also, it would be better if you could post it to the community.theforeman.org in support category as it is probably only foreman related. |
Thanks for the tip! I'll disable the cache and run some tests. It's gonna take a while to see some real results though, as it does not happen everytime. I'll also make a post on the Foreman community. |
I use a project that relies on FOG, I get this error:
This only happens when a another fog process is cloning a template.
I dont have much info, but if I knew what the error meant, maybe I could provide more context.
The text was updated successfully, but these errors were encountered: