GithubHelp home page GithubHelp logo

Comments (3)

ananace avatar ananace commented on June 15, 2024

The issue is due to the compute resource cache, which is why I've not exposed the ability to enable said cache when creating the a Hyper-V provider instance.
The ruby marshaller isn't able to dump the fog-hyperv models because of a singleton somewhere inside of them.

If the cache has become enabled anyway - despite there being no option for it, then you might need to drop into the rails console (foreman-rake console) and run the following,

ComputeResource.where(type: 'ForemanHyperv::Hyperv').each { |cr| cr.caching_enabled = false; cr.save }

from foreman_hyperv.

selund avatar selund commented on June 15, 2024

Thanks, that solved the problem. The problem started after a upgrade from 16.1 to 17.1

from foreman_hyperv.

ananace avatar ananace commented on June 15, 2024

I guess it could be that it automatically enabled caching on all compute resources when upgrading, might have to look into explicitly disabling the cache until I've gotten marshalling working in the fog provider.

from foreman_hyperv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.