Skip to content

Commit

Permalink
feat:(v2v):dsable delta vmdk import
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Feb 17, 2025
1 parent 67a7d73 commit 1ef9b3f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const importDiskChain = Disposable.factory(async function* importDiskChain(
return { vdi, vhd }
} else {
// delta mode works only in vhd mode for now

// @todo to port usinf disk-transform classes
const stream = vhd.stream()
await vhd.readBlockAllocationTable()
await vdi.$importContent(stream, { format: VDI_FORMAT_VHD })
Expand Down

0 comments on commit 1ef9b3f

Please sign in to comment.