bootstrap-vz/bootstrapvz/common/fs
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
..
__init__.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
folder.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
logicalvolume.py Add LVM as a disk backend 2017-06-08 17:05:48 +02:00
loopbackvolume.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
qemuvolume.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
virtualdiskimage.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
virtualharddisk.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
virtualmachinedisk.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00