Giter Site home page Giter Site logo

Comments (3)

jlebon avatar jlebon commented on June 24, 2024

Neat, I didn't know about https://httpbin.org/.

There's a potential optimization we could do on OSTree-based systems for files in /etc: there's already a backup of the shipped file in /usr/etc. Though there are some instance-specific files that don't have such a backup, e.g. /etc/fstab. But we could easily detect those by the fact that they're not in /usr/etc.

I'll just also mention that making append operations idempotent is also relevant for other software that handle Ignition configs like the machine config daemon (though right now it just sorta assumes that it won't be handed a config that asks for appending files).

from ignition.

ajeddeloh avatar ajeddeloh commented on June 24, 2024

@bgilbert The proposed fix would help, but wouldn't completely fix the problem. If something fails during or after deleting the .orig files then we have the same problem.

@jlebon we'd need to bake the logic into ignition to append from /usr/etc to /etc but just on ostree systems. I'm not fanatical about that. I'd rather just redeploy the root if Ignition failed. It also still leaves us with the same problem on /var or any secondary filesystems.

from ignition.

bgilbert avatar bgilbert commented on June 24, 2024

The assumption was that nothing would fail after the commit point. The approach isn't bulletproof, but would at least address Ignition config problems and transient network conditions.

I agree that the ostree-specific logic doesn't seem worth it.

from ignition.

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.