An open API service indexing awesome lists of open source software.

https://github.com/skalenetwork/docker-lvmpy

Easily manage LVM volumes from docker containers using this Docker plugin. Written in python. Under heavy development and use by SKALE network. Stay tuned for more docs!
https://github.com/skalenetwork/docker-lvmpy

docker lvm python skale-network

Last synced: about 1 year ago
JSON representation

Easily manage LVM volumes from docker containers using this Docker plugin. Written in python. Under heavy development and use by SKALE network. Stay tuned for more docs!

Awesome Lists containing this project

README

          

# docker-lvmpy

[![Discord](https://img.shields.io/discord/534485763354787851.svg)](https://discord.gg/vvUtWJB)

A simple volume driver for lvm volumes written in python.

## Installation

```bash
PHYSICAL_VOLUME='/dev/volume' VOLUME_GROUP=volume_group scripts/install.sh
```

## Testing
### Install requirements
```bash
pip install -r requirements-dev.txt
```

### Run tests
```bash
tests/run-tests.sh
```

### Specify block device to install driver
```bash
BLOCK_DEVICE=/dev/sss tests/run-tests.sh
```

## License

[![License](https://img.shields.io/github/license/skalenetwork/docker-lvmpy.svg)](LICENSE)

All contributions are made under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html). See [LICENSE](LICENSE).

All docker-lvmpy code Copyright (C) SKALE Labs and contributors.