Git Product home page Git Product logo

yang123vc / volumedriver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openvstorage/volumedriver

0.0 1.0 0.0 8.08 MB

The Open vStorage VolumeDriver is the core of the Open vStorage solution: a high performance distributed block layer. It converts block storage into objects (Storage Container Objects).

License: Other

Makefile 0.80% Shell 0.74% M4 0.26% C++ 91.12% XSLT 0.05% Python 0.73% GDB 0.01% Objective-C 0.13% Emacs Lisp 0.01% OCaml 0.01% C 2.82% Thrift 0.01% Protocol Buffer 0.04% Ruby 0.03% HTML 3.18% Cap'n Proto 0.01% CSS 0.07%

volumedriver's Introduction

Open vStorage VolumeDriver

The Open vStorage Volumedriver is the core of the Open vStorage solution: a high performance distributed block layer (optimised for virtual disks as used by KVM or VMware). It is the technology that converts block storage into object (Storage Container Objects) which can be stored on the different supported backends. To minimize the latency and boost the performance, it offers read and write acceleration on SSDs or PCI-e flash cards.

The Volumedriver implements functionality such as zero-copy snapshots, thin-cloning, scrubbing of data out of the retention, thin provisioning and a distributed transaction log.

The Volumedriver currently supports KVM (.raw) and VMware (.vmdk) as hypervisor; depending on its configuration. It can also store other small files, but it's not optimised for this (read: do not try to directly store a multigigabyte iso image on it).

The Volumedriver consists out of 3 modules:

  • The Virtual File System Router: a layer which routes IO to the correct Volume Router.
  • The Volume Router: conversion from block into objects (Storage Container Objects), caching and scrubber functionality
  • The Storage Router: spreading the SCOs across the storage backend.

The Open vStorage Volumedriver is written in C++.

License

GNU AGPLv3 (see LICENSE.txt) unless noted otherwise in the upstream components that are part of this source tree (cppzmq, etcdcpp, msgpack-c, procon, pstreams, xmlrpc++).

Building

The simplest and prefered way to build the volumedriver is using our dockerised build process that uses a clean container to hold build prerequisites, preventing conflicts with already installed software on your development machine. We advise you to start with that procedure. Afterwards, if you should want to switch to a bare metal build, details are in the manual building document.

volumedriver's People

Contributors

cnanakos avatar dejonghb avatar on1bej avatar redlicha avatar

Watchers

 avatar

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.