bootstrap-vz/bootstrapvz/base
Brendan Harley 511a44f72e Add LVM as a disk backend
Enables the use of Logical Volumes as disk backends.

It uses an existing volume group and has no support for creating a new one.
It will not override an existing logical volume and fail gracefully.

The lv is created, activated and then mounted as a loop device.
The boostraping process is then launched on the loop device.
Once the process is completed, the lv is unmounted and desactivated.

The created lv will be deleted should the boostraping process fail.

The lv must be activated before use.

A manifest has been included for testing purposes.
2017-06-08 17:05:48 +02:00
..
fs Add LVM as a disk backend 2017-06-08 17:05:48 +02:00
pkg Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
__init__.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
bootstrapinfo.py Fixing andsens/bootstrap-vz#338 2016-09-23 09:30:41 +01:00
log.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
main.py Add log message about tasklist generation 2016-06-07 19:05:31 +02:00
manifest-schema.yml Add LVM as a disk backend 2017-06-08 17:05:48 +02:00
manifest.py Added AMI tagging for AWS provider + 2016-10-31 15:26:17 +00:00
metaschema.json manifest: Validate schemata before use 2016-02-29 21:22:24 +01:00
phase.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
task.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
tasklist.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00