Commit b592e804 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix: errors for drbd and lvm

parent a0e12265
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -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):