Skip to content
Snippets Groups Projects
Commit b592e804 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix: errors for drbd and lvm

parent a0e12265
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,26 @@ class StorageVolumeError(StorageError):
pass
# lvm errors
class LVMError(CCException):
'''
'''
pass
# drbd errors
class DRBDPoolError(CCException):
'''
'''
pass
class DRBDError(CCException):
'''
'''
pass
# job errors
class JobManagerError(CCException):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment