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!
- Host: GitHub
- URL: https://github.com/skalenetwork/docker-lvmpy
- Owner: skalenetwork
- License: agpl-3.0
- Created: 2019-11-27T11:16:21.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-26T16:06:37.000Z (over 1 year ago)
- Last Synced: 2024-12-26T17:18:29.920Z (over 1 year ago)
- Topics: docker, lvm, python, skale-network
- Language: Python
- Homepage:
- Size: 425 KB
- Stars: 9
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# docker-lvmpy
[](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)
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.