Skip to content
/ alba Public
forked from openvstorage/alba

Open vStorage ALBA (alternate backend) creates a replicated or flexible network raid’ed object storage backend out of Seagate Kinetic drives and local disk supporting compression, encryption.

License

Notifications You must be signed in to change notification settings

rainmanh/alba

This branch is 244 commits behind openvstorage/alba:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81046c8 · Apr 24, 2017
Nov 10, 2016
Apr 4, 2017
Apr 5, 2017
Apr 21, 2017
Apr 20, 2017
Sep 5, 2016
Jan 3, 2017
Apr 24, 2017
Apr 20, 2017
Apr 21, 2017
Dec 26, 2016
Apr 5, 2017
Jan 27, 2017
Mar 9, 2016
Nov 16, 2016
Dec 26, 2016
Jun 23, 2016
May 17, 2016
Mar 3, 2017
Oct 30, 2015
Jun 21, 2016
Jun 23, 2016
Jun 20, 2016
Aug 27, 2015
Jul 29, 2015
Nov 2, 2016
Jul 29, 2015
Nov 16, 2016

Repository files navigation

Alba

Build Status

Alba (ALternative BAckend) is a distributed object store, like Swift, Ceph and Amplistor. Alba is highly optimised for Open vStorage and aggregates a set of OSDs like Alba's ASDs or Seagate's Kinetic Drives into a pool of storage that you can use as a storage backend for Open vStorage.

Alba supports the following high-end set of features:

  • erasure coding
  • replication
  • (optional) compression
  • (optional) encryption
  • partial reads
  • namespaces
  • repair
  • rebalancing
  • flash acceleration
  • global and local recovery
  • ...

Unlike most alternatives, Alba is a consistent store. Since it is optimised for the types of objects Open vStorage's volume driver needs to store and retrieve, Alba has become the default object storage backend for Open vStorage.

This also means Alba is not a general purpose object store. Currently, you might have problems storing gigabyte size objects.

License

ALBA is licensed under the GNU Affero General Public License v3.

Documentation

You can consult a GitBook with all ALBA documenation online by visiting https://openvstorage.gitbooks.io/alba.

Building Alba

see COMPILING

Installing Alba

You need the Alba binary on all machines you want to run an alba component. We provide debian and redhat packages

Playing Around

Developers can set up an alba environment on their local machine using the available setup script:

$> ./setup/setup.native nil
...

Alba's typically used from within a program (C++, OCaml) but there's a command line interface too.

$> ./ocaml/alba.native list-namespaces --config=cfg/test.ini
...
Found the following namespaces: [("demo",
  { Albamgr_protocol.Protocol.Namespace.id = 0l; nsm_host_id = "ricky";
    state = Albamgr_protocol.Protocol.Namespace.Active;
    preset_name = "default" })]

Uploading an object

$> ./ocaml/alba.native upload-object demo ./<some file> <OBJECT_NAME>

Downloading an object

$> ./ocaml/alba.native download-object demo <OBJECT_NAME> <the_file> --config=cfg/test.ini

You can administer a whole alba cluster via the command line but you probably want to use OpenVStorage's GUI for this.

Architecture

more information on design choices and how it all works is explained here

About

Open vStorage ALBA (alternate backend) creates a replicated or flexible network raid’ed object storage backend out of Seagate Kinetic drives and local disk supporting compression, encryption.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 84.2%
  • C++ 12.0%
  • Python 1.9%
  • C 0.8%
  • Makefile 0.4%
  • Shell 0.4%
  • Other 0.3%