Skip to content
Snippets Groups Projects
Commit 589dee9a authored by Guido Trotter's avatar Guido Trotter
Browse files

Add errors.InotifyError


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 4afe249b
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,12 @@ class StorageError(GenericError):
"""
class InotifyError(GenericError):
"""Error raised when there is a failure setting up an inotify watcher.
"""
class QuitGanetiException(Exception):
"""Signal that Ganeti that it must quit.
......
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