Skip to content

Commit

Permalink
Return empty response if no job is running
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderv32 committed Dec 21, 2022
1 parent 578fa00 commit 33fd36e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3572,6 +3572,7 @@ public VmProgressResponse getVmProgress(final GetVMProgressCmd cmd) throws Cloud
}
//check permissions
_accountMgr.checkAccess(CallContext.current().getCallingAccount(), null, true, vm);

try {
MigrationProgressAnswer migrationProgressAnswer = _itMgr.getMigrationProgress(uuid);

Expand Down

0 comments on commit 33fd36e

Please sign in to comment.