Commit 469417cd by Bach Dániel

dashboard: log scheduler errors in VmMigrateView

parent 803c7821
...@@ -428,7 +428,7 @@ class VmMigrateView(VmOperationView): ...@@ -428,7 +428,7 @@ class VmMigrateView(VmOperationView):
if isinstance(inst, Instance): if isinstance(inst, Instance):
ctx["recommended"] = inst.select_node().pk ctx["recommended"] = inst.select_node().pk
except SchedulerError: except SchedulerError:
pass logger.exception("scheduler error:")
return ctx 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