bareos: bareos-19.2 0faee1b7

Author Committer Branch Timestamp Parent
stephand stephand bareos-19.2 2021-06-01 00:44 bareos-19.2 4057406c 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.cc Diff File