Skip to content

libopenstorage/openstorage

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2024
Apr 4, 2020
Apr 19, 2023
Mar 26, 2025
Jul 7, 2022
Jan 26, 2024
Aug 28, 2024
Aug 28, 2024
May 25, 2021
Jul 5, 2022
Aug 21, 2024
Apr 12, 2022
Sep 4, 2018
Apr 12, 2022
Jul 20, 2023
Nov 13, 2019
Mar 25, 2019
Sep 20, 2024
Nov 13, 2019
Apr 12, 2022
Nov 3, 2020
Nov 1, 2021
Sep 15, 2023
Apr 16, 2024
Oct 9, 2015
Aug 24, 2018
May 3, 2021
Jan 24, 2024
Jan 17, 2018
Mar 25, 2021
Feb 24, 2022
Feb 24, 2022
Nov 16, 2021
Mar 5, 2019
Aug 8, 2020
Apr 11, 2024
Sep 12, 2019
Jun 18, 2024
Apr 12, 2022
Jan 24, 2024
Mar 26, 2023

Repository files navigation

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 stateful 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.