vmware / pyvmomi-community-samples

A place for community contributed samples for the pyVmomi library.
Apache License 2.0
1.01k stars 922 forks source link

Don't leave orphaned file after removing a disk #743

Open Hi-Angel opened 7 months ago

Hi-Angel commented 7 months ago

By default upon removing a disk ESXi just leaves out the file that was used for the disk. At my work we just had a problem of having HUNDREDs of these files all over the place. Fix this problem by adding the option for removing the file.

Fixes: https://github.com/vmware/pyvmomi-community-samples/issues/608

Hi-Angel commented 7 months ago

ping

Hi-Angel commented 5 months ago

ping