Skip to content

Commit

Permalink
fix(xo-server/import): errro during import of snapshot of running VM
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Feb 12, 2024
1 parent a2c36c0 commit 88a1f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-server/src/xo-mixins/migrate-vm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default class MigrateVm {
const stream = vhd.stream()
await vdi.$importContent(stream, { format: VDI_FORMAT_VHD })
}
return vhd
return { vdi, vhd }
})
)
)
Expand Down

0 comments on commit 88a1f08

Please sign in to comment.