Change the VolumeManager Factory to be a context manager.
All code using VolumeManager was updated to the following
with statement:
with VolumeManager(...).new as volume_manager:
volume_manager.some_member()
This is related to Issue #2412
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| btrfs.py | ||
| lvm.py | ||