Both ovirt engine & host run F19.
oVirt Engine Version: 3.3.1-2.fc19
I get an "unexpected connection termination" when trying to install host.

Going further I have more than my doubts about what's executed on the fedora 
host as described in the logs :

umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX 
\"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr 
"${MYTMP}" && mkdir "${MYTMP}" && tar --warning=no-timestamp -C "${MYTMP}" -x 
&&  "${MYTMP}"/setup DIALOG/dialect=str:machine DIALOG/customization=bool:True


Is this really correct ? Has an scp been ran before to transfer the tar file ?

Thanks in advance
2013-11-25 08:54:54,073 WARN  [org.ovirt.engine.core.bll.SearchQuery] (ajp--127.0.0.1-8702-4) ResourceManager::searchBusinessObjects - erroneous search text - Vms: Hosts.name = lab2 
2013-11-25 08:55:18,805 WARN  [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp--127.0.0.1-8702-7) Unable to get value of property: vdsName for class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-11-25 08:55:18,805 WARN  [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp--127.0.0.1-8702-7) Unable to get value of property: vdsName for class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-11-25 08:55:18,806 INFO  [org.ovirt.engine.core.bll.UpdateVdsCommand] (ajp--127.0.0.1-8702-7) Running command: UpdateVdsCommand internal: false. Entities affected :  ID: c5eefb0c-0c60-4586-b414-8a6d5e51518d Type: VDS
2013-11-25 08:55:18,880 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (ajp--127.0.0.1-8702-7) START, SetVdsStatusVDSCommand(HostName = lab2, HostId = c5eefb0c-0c60-4586-b414-8a6d5e51518d, status=Installing, nonOperationalReason=NONE), log id: 777c4d64
2013-11-25 08:55:18,898 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (ajp--127.0.0.1-8702-7) FINISH, SetVdsStatusVDSCommand, log id: 777c4d64
2013-11-25 08:55:18,899 WARN  [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp--127.0.0.1-8702-7) Unable to get value of property: vdsName for class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-11-25 08:55:18,899 WARN  [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp--127.0.0.1-8702-7) Unable to get value of property: vdsName for class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-11-25 08:55:18,905 INFO  [org.ovirt.engine.core.bll.InstallVdsCommand] (ajp--127.0.0.1-8702-7) [53d6fc5] Lock Acquired to object EngineLock [exclusiveLocks= key: c5eefb0c-0c60-4586-b414-8a6d5e51518d value: VDS
, sharedLocks= ]
2013-11-25 08:55:18,906 INFO  [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-4) [53d6fc5] Running command: InstallVdsCommand internal: true. Entities affected :  ID: c5eefb0c-0c60-4586-b414-8a6d5e51518d Type: VDS
2013-11-25 08:55:18,907 INFO  [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-4) [53d6fc5] Before Installation host c5eefb0c-0c60-4586-b414-8a6d5e51518d, lab2
2013-11-25 08:55:18,910 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [53d6fc5] Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: Failed to verify Power Management configuration for Host lab2.
2013-11-25 08:55:18,921 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-6-thread-4) [53d6fc5] START, SetVdsStatusVDSCommand(HostName = lab2, HostId = c5eefb0c-0c60-4586-b414-8a6d5e51518d, status=Installing, nonOperationalReason=NONE), log id: 29dfc78c
2013-11-25 08:55:18,939 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-6-thread-4) [53d6fc5] FINISH, SetVdsStatusVDSCommand, log id: 29dfc78c
2013-11-25 08:55:18,952 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [53d6fc5] Correlation ID: 60a86dcf, Call Stack: null, Custom Event ID: -1, Message: Host lab2 configuration was updated by admin@internal.
2013-11-25 08:55:19,146 INFO  [org.ovirt.engine.core.bll.InstallerMessages] (pool-6-thread-4) [53d6fc5] Installation lab2.home: Connected to host lab2.home with SSH key fingerprint: 79:00:d9:40:c0:b6:5e:a4:af:81:49:05:4d:c2:7b:a0
2013-11-25 08:55:19,180 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (pool-6-thread-4) [53d6fc5] Correlation ID: 53d6fc5, Call Stack: null, Custom Event ID: -1, Message: Installing Host lab2. Connected to host lab2.home with SSH key fingerprint: 79:00:d9:40:c0:b6:5e:a4:af:81:49:05:4d:c2:7b:a0.
2013-11-25 08:55:19,410 INFO  [org.ovirt.engine.core.bll.VdsDeploy] (pool-6-thread-4) [53d6fc5] Installation of lab2.home. Executing command via SSH umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar --warning=no-timestamp -C "${MYTMP}" -x &&  "${MYTMP}"/setup DIALOG/dialect=str:machine DIALOG/customization=bool:True < /var/cache/ovirt-engine/ovirt-host-deploy.tar
2013-11-25 08:55:19,494 INFO  [org.ovirt.engine.core.utils.ssh.SSHDialog] (pool-6-thread-4) SSH execute [email protected] 'umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar --warning=no-timestamp -C "${MYTMP}" -x &&  "${MYTMP}"/setup DIALOG/dialect=str:machine DIALOG/customization=bool:True'
2013-11-25 08:55:19,749 ERROR [org.ovirt.engine.core.bll.VdsDeploy] (VdsDeploy) Error during deploy dialog: java.io.IOException: Unexpected connection termination
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388) [otopi.jar:]
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405) [otopi.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893) [bll.jar:]
	at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]

2013-11-25 08:55:19,752 ERROR [org.ovirt.engine.core.bll.VdsDeploy] (pool-6-thread-4) [53d6fc5] Error during host lab2.home install: java.io.IOException: Unexpected connection termination
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388) [otopi.jar:]
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405) [otopi.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893) [bll.jar:]
	at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]

2013-11-25 08:55:19,753 ERROR [org.ovirt.engine.core.bll.VdsDeploy] (pool-6-thread-4) [53d6fc5] Error during host lab2.home install, prefering first exception: java.io.IOException: Unexpected connection termination
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388) [otopi.jar:]
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405) [otopi.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893) [bll.jar:]
	at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]

2013-11-25 08:55:19,755 ERROR [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-4) [53d6fc5] Host installation failed for host c5eefb0c-0c60-4586-b414-8a6d5e51518d, lab2.: java.io.IOException: Unexpected connection termination
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388) [otopi.jar:]
	at org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405) [otopi.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77) [bll.jar:]
	at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893) [bll.jar:]
	at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]

2013-11-25 08:55:19,758 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-6-thread-4) [53d6fc5] START, SetVdsStatusVDSCommand(HostName = lab2, HostId = c5eefb0c-0c60-4586-b414-8a6d5e51518d, status=InstallFailed, nonOperationalReason=NONE), log id: 657f5636
2013-11-25 08:55:19,785 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-6-thread-4) [53d6fc5] FINISH, SetVdsStatusVDSCommand, log id: 657f5636
2013-11-25 08:55:19,805 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (pool-6-thread-4) [53d6fc5] Correlation ID: 53d6fc5, Call Stack: null, Custom Event ID: -1, Message: Host lab2 installation failed. Unexpected connection termination.
2013-11-25 08:55:19,805 INFO  [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-4) [53d6fc5] Lock freed to object EngineLock [exclusiveLocks= key: c5eefb0c-0c60-4586-b414-8a6d5e51518d value: VDS
, sharedLocks= ]
_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to