Skip to content
A multi-host clustered implementation of the open storage specification
Branch: master
Clone or download
ggriffiths Add support for SDK gRPC server extensions (#1094)
Signed-off-by: Grant Griffiths <grant@portworx.com>
Latest commit 71b7f37 May 1, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github DCO Support Jan 17, 2018
alert alerts new filter types and enum bug fix (#608) Sep 12, 2018
alerts Delete Alert: When using resourceIDFilter use DeleteKey instead of De… Apr 24, 2019
api Add support for SDK gRPC server extensions (#1094) May 1, 2019
cli Add OpenStoragePolicy support Feb 20, 2019
cluster Add ClusterPair Mode option to ClusterPair requests Apr 4, 2019
cmd Openstorage Cluster Manager with Cluster Domains. Mar 25, 2019
config Enable auth for cloud pairing and move system token generator Feb 28, 2019
csi CSI 1.1 VolumeExpand and misc fixes Apr 26, 2019
docs Ownership now has access types Jan 28, 2019
etc Add new Uuid() API to Cluster Sep 4, 2018
graph Update to use sirupsen/logrus Mar 19, 2018
hack Enable auth for cloud pairing and move system token generator Feb 28, 2019
objectstore Add separate NULL implementations for sub interfaces of the uber Clus… Aug 30, 2018
osdconfig Openstorage Cluster Manager with Cluster Domains. Mar 25, 2019
pkg Use latest Azure sdk for storageops Apr 19, 2019
schedpolicy Add separate NULL implementations for sub interfaces of the uber Clus… Aug 30, 2018
secrets Add separate NULL implementations for sub interfaces of the uber Clus… Aug 30, 2018
tools/sdkver Update Swagger-ui to OpenAPI 3.0 Jan 18, 2019
vendor CSI 1.1 and csi-test vendor update Apr 25, 2019
volume Remove AWS driver (#1095) May 1, 2019
.dockerignore add .dockerignore Oct 9, 2015
.gitattributes sdk: Adds missing options to Credentials.Create Aug 24, 2018
.gitignore Alerts Interface for Expressing Conditionals (#575) Sep 10, 2018
.travis.yml Use SDK for mount, unmount, attach, and detach Jan 4, 2019
DCO DCO Support Jan 17, 2018
Dockerfile.osd sdk: Support for gRPC REST Gateway May 3, 2018
Dockerfile.osd-dev Prebuild images Oct 21, 2018
Dockerfile.osd-dev-base Optimizing Makefile and Docker-build Mar 12, 2019
Dockerfile.proto Update Swagger-ui to OpenAPI 3.0 Jan 18, 2019
Dockerfile.sdk Add certs to mock-sdk-server Mar 5, 2019
LICENSE Update LICENSE Jan 25, 2016
Makefile Skip Azure tests if env variables are not set Mar 21, 2019
README.md Update OpenStorage Readme Oct 29, 2018
SDK_CHANGELOG.md Add new field RetentionDays to cloudbackup schedule. (#1070) Apr 25, 2019
STYLEGUIDE.md Update to use sirupsen/logrus Mar 19, 2018

README.md

Open Storage

Travis branch Docker Pulls Go Report Card

OpenStorage is an API abstraction layer providing support for multiple public APIs, including the OpenStorage SDK, CSI, and the Docker Volume API. Developers using OpenStorage for their storage systems can expect it to work seamlessly with any of the supported public APIs. These implementations provide users with the ability to run statefule services in Linux containers on multiple hosts.

OpenStoage makes it simple for developers to write a single implementation which supports many methods of control:

openstorage

Not only does OpenStorage allow storage developers to integrated their storage system with container orchestrations systems, but also enables applications developers to use the OpenStorage SDK to manage and expose the latest storage features to their clients.

Supported Control APIs

CSI

Container Storage Interface is the standard way for a container orchestrator such as Kubernetes or Mesosphere to communicate with a storage provider. OSD provides a CSI implementation to provision storage volumes to a container on behalf of any third party OSD driver and ensures the volumes are available in a multi host environment.

Docker Volumes

OSD integrates with Docker Volumes and provisions storage to a container on behalf of any third party OSD driver and ensures the volumes are available in a multi host environment.

OpenStorage SDK

CSI and Docker Volumes API provide a very generic storage control model, but with the OpenStorage SDK, applications can take control and utilize the latest features of a storage system. For example, with the OpenStorage SDK, applications can control their volumes backups, schedules, etc.

Documents

Licensing

openstorage is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

You can’t perform that action at this time.