[master 1/3] Add an error class for alignment errors.

dwlehman installerbot-noreply at redhat.com
Mon Oct 12 13:43:33 UTC 2015


From: David Lehman <dlehman at redhat.com>

Related: rhbz#1267858
---
 blivet/errors.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/blivet/errors.py b/blivet/errors.py
index cc91f28..fa23060 100644
--- a/blivet/errors.py
+++ b/blivet/errors.py
@@ -112,6 +112,9 @@ class InvalidDiskLabelError(DiskLabelError):
 class DiskLabelCommitError(DiskLabelError):
     pass
 
+class AlignmentError(DiskLabelError):
+    pass
+
 # devicelibs
 class RaidError(StorageError):
     pass


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/e8865f87aedf88d9ea5514e9e71ca80c2c4942c4


More information about the anaconda-patches mailing list