This adds an exception to use when multipath (and related utilities) fail. --- storage/errors.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/storage/errors.py b/storage/errors.py index 802806b..a0f5f60 100644 --- a/storage/errors.py +++ b/storage/errors.py @@ -122,6 +122,9 @@ class LVMError(StorageError): class CryptoError(StorageError): pass +class MPathError(StorageError): + pass + # DeviceTree class DeviceTreeError(StorageError): pass -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list