search for: c401b7f74

Displaying 2 results from an estimated 2 matches for "c401b7f74".

2018 Oct 04
3
[PATCH 0/2] v2v: uninstall VMware tools on all Linux guests
Hi, this patch series attempt to uninstall VMware tools on all the Linux guests, and reduce the uninstallation time needed in some cases: - v2v tries to workaround the slowest part of the tarball-installed VMware tools - v2v uninstalls the open source VMware tools (open-vm-tools) Thanks, Pino Toscano (2): v2v: linux: remove open-vm-tools packages v2v: linux: try to trick
2018 Oct 04
0
[PATCH 2/2] v2v: linux: try to trick vmware-uninstall-tools.pl
...isks to restore on uninstallation: this way they are not rebuilt, and the whole uninstallation time will be reasonable enough (a couple of minutes or so). --- v2v/convert_linux.ml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index c401b7f74..e8c64ac1b 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -370,6 +370,21 @@ let convert (g : G.guestfs) inspect source output rcaps = let uninstaller = "/usr/bin/vmware-uninstall-tools.pl" in if g#is_file ~followsymlinks:true uninstaller then ( try +...