LUSetInstanceParams: use the correct hvparams
[ganeti-local] / lib / errors.py
index 4f3d86d..b54a149 100644 (file)
@@ -253,6 +253,14 @@ class JobQueueDrainError(JobQueueError):
   """
 
 
+class JobQueueFull(JobQueueError):
+  """Job queue full error.
+
+  Raised when job queue size reached its hard limit.
+
+  """
+
+
 # errors should be added above