Statistics
| Branch: | Tag: | Revision:

root / lib / block @ 89ff748d

Name Size
__init__.py 794 Bytes
base.py 11 kB
bdev.py 55.4 kB
drbd.py 45.7 kB

Latest revisions

# Date Author Comment
89ff748d 04/24/2013 11:00 am Thomas Thrainer

Extract DRBD-related classes into block/drbd.py

This is in preparation to introducing support for DRBD8.4.
base.py had to be extracted as well in order to avoid cylic imports
between bdev.py and drbd.py. It now contains the BlockDev class and
utility functions needed by bdev.py and drbd.py....

ce9283c1 04/24/2013 10:59 am Thomas Thrainer

Move lib/bdev.py to lib/block/bdev.py

That's in preparation of extracting DRBD related code from bdev.py. As
bdev.py is already rather long, new features will require to split it
into more manageable pieces. That's why it's moved in an own directory.

Signed-off-by: Thomas Thrainer <>...

View revisions

Also available in: Atom