khumps commented on issue #13471:
URL: https://github.com/apache/cloudstack/issues/13471#issuecomment-4833682530
@Pearl1594 I was able to root cause a little farther. The published ubuntu
templates (as compared to the pre-packaged systemvm templates) do not have
`qemu-guest-agent` installed. This causes patch.sh guest-ping to time out. I
see logs like:
```
19:42:28 WARN LibvirtComputingResource ... Process [...] for command
[/usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/patch.sh -n
i-2-203-VM -c
template=domP name=repro13471-node-... type=cksnode eth0ip=10.1.1.69 ...]
timed out. Output is [].
19:42:28 ERROR LibvirtComputingResource ... Passing cmdline failed:timeout
(repeats 19:47:28, 19:52:28, ...)
```
on the kvm host.
I rebuilt the ubuntu template with `quemu-guest-agent` and the cluster
launched successfully.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]