RHEL 8: v2v: disable unconfig of manually installed VMware tools (RHBZ#1477905)

It looks like they may require connection to the VMware servers, which
is not always available during conversion.
This commit is contained in:
Pino Toscano
2017-08-14 10:02:13 +02:00
parent cc23a548b3
commit 845411f894

View File

@@ -359,6 +359,7 @@ let convert (g : G.guestfs) inspect source output rcaps =
let remove = !remove in
Linux.remove g inspect remove;
(*
(* VMware Tools may have been installed from a tarball, so the
* above code won't remove it. Look for the uninstall tool and run
* if present.
@@ -380,6 +381,8 @@ let convert (g : G.guestfs) inspect source output rcaps =
warning (f_"VMware tools was detected, but uninstallation failed. The error message was: %s (ignored)")
msg
)
*)
()
and unconfigure_citrix () =
let pkgs =