Commit 469417cd by Bach Dániel

dashboard: log scheduler errors in VmMigrateView

parent 803c7821
......@@ -428,7 +428,7 @@ class VmMigrateView(VmOperationView):
if isinstance(inst, Instance):
ctx["recommended"] = inst.select_node().pk
except SchedulerError:
pass
logger.exception("scheduler error:")
return ctx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment