vmware / pyvmomi-community-samples

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

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

Open Hi-Angel opened 10 months ago

Hi-Angel commented 10 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 9 months ago

ping

Hi-Angel commented 8 months ago

ping