Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 826 Bytes

docker-lvmpy

Discord

A simple volume driver for lvm volumes written in python.

Installation

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

Testing

Install requirements

    pip install -r requirements-dev.txt

Run tests

tests/run-tests.sh

Specify block device to install driver

BLOCK_DEVICE=/dev/sss tests/run-tests.sh

License

License

All contributions are made under the GNU Affero General Public License v3. See LICENSE.

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