Giter Club home page Giter Club logo

Comments (3)

ljfranklin avatar ljfranklin commented on May 28, 2024

Hey @allomov! I'm not super familiar with vSphere snapshots so please correct me if something looks off. My understanding was that a vSphere "snapshot" is used to store the state of a VM (e.g. memory contents) to allow you to reset the entire machine to a previous state. The BOSH concept of a snapshot is about storing a "backup" of a single disk. The vSphere snapshots deal with persistent data in a weird way, where by default the data is written to a redo log until you take a snapshot, at which point the data is actually written to the underlying disk. More info here. We disable this redo log in the CPI so all writes go to the underlying disk immediately, so your persistent disks are not covered at all by vSphere snapshots.

Given all that, is there a vSphere-native way to take a disk snapshot? Copying the underlying .vmdk file seems the closest that comes to mind, but that feels a bit strange. Did you have something in mind?

from bosh-vsphere-cpi-release.

allomov avatar allomov commented on May 28, 2024

Actually I only have a request to create snapshots for VMs created by BOSH. I'll discuss this issue with vShpere operators and will return to it later. Thank you for the answer.

from bosh-vsphere-cpi-release.

cppforlife avatar cppforlife commented on May 28, 2024

@allomov feel free to reopen if necessary.

from bosh-vsphere-cpi-release.

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.