bareos: bareos-18.2 9b6d7528

Author Committer Branch Timestamp Parent
stephand stephand bareos-18.2 2021-06-01 01:23 bareos-18.2 de9cdd11 Pending
Changeset vmware: Fix bareos_vadp_dumper VMDK File creation

Before, the value of length attribute of the changed block tracking query
result was used as disk size when bareos_vadp_dumper called the VDDK function
VixDiskLib_Create to create VMDK files on restore with localvmdk=yes. But
this value is not the real disk size in all cases, so the VMDK was too
small.

With this fix, the VMDK files are created with the correct size.
mod - vmware/vadp_dumper/bareos_vadp_dumper.cpp Diff File