mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user