On Mon, Apr 15, 2019, 14:59 Amit Bawer <abawer(a)redhat.com> wrote:
Hello Didi & Sandro,
I have encountered following issue when attempting to deploy a host from
the engine management.
Engine: Fedora 28
Host: CentOS 7.6.1810
engine.log error:
2019-04-14 14:08:35,578+03 INFO
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(EE-ManagedThreadFactory-engine-Thread-2) [628278a7] SSH execute '
root(a)10.35.0.229' 'umask 0077; MYTMP="$(TMPDIR="${OVIRT_TMPDIR}"
mktemp
-d -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" >
/dev/null
2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; tar
--warning=no-timestamp
-C "${MYTMP}" -x && "${MYTMP}"/ovirt-host-deploy
DIALOG/dialect=str:machine DIALOG/customization=bool:True'
2019-04-14 14:08:35,670+03 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(VdsDeploy) [628278a7] EVENT_ID: VDS_INSTALL_IN_PROGRESS_ERROR(511), An
error has occurred during installation of Host host1: Python is required
but missing.
2019-04-14 14:08:35,688+03 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(EE-ManagedThreadFactory-engine-Thread-2) [628278a7] SSH error running
command root@10.35.0.229:'umask 0077;
MYTMP="$(TMPDIR="${OVIRT_TMPDIR}"
mktemp -d -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\"
>
/dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0;
tar
--warning=no-timestamp -C "${MYTMP}" -x &&
"${MYTMP}"/ovirt-host-deploy
DIALOG/dialect=str:machine DIALOG/customization=bool:True': IOException:
Command returned failure code 1 during SSH session 'root(a)10.35.0.229'
I managed to resolve it manually by installing following rpms over the
host machine before reattempting to deploy again the host from the engine
management:
python2-otopi
python2-ovirt-host-deploy
I should mention that both engine and host were built from git master
branch and not installed using the release rpms themselves, however Nir can
also testify there is an issue when trying to deploy a host from Fedora
engines (29 in Nir's case and 28 in my case).
Thanks,
Amit
Adding devel