Statistics
| Branch: | Tag: | Revision:

root / lib / block / base.py @ 38396ae2

History | View | Annotate | Download (11 kB)

# 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....