On Thu, Apr 7, 2022, at 6:38 AM, wodel youchi wrote:
Hi, I found the error, Rocky is not supported for, so I switched to CentOS machine. The script starts but I had two problems : The trovestack script searches for a package named qemu and don't find it, so I modified the script to use qemu* instead of qemu
The second problem is related to the download itself, I have this error : 2022-04-07 13:18:02.677 | Caching guest-agent from https://opendev.org/openstack/trove in /home/deployer/.cache/ image-create/source-repositories/guest_agent_842a440b9b12731c50f3b4042bf842ea7e58467d 2022-04-07 13:22:31.299 | error: RPC failed; curl 18 transfer closed with outstanding read data remaining 2022-04-07 13:22:31.299 | error: 6149 bytes of body are still expected 2022-04-07 13:22:31.300 | fetch-pack: unexpected disconnect while reading sideband packet 2022-04-07 13:22:31.300 | fatal: early EOF 2022-04-07 13:22:31.301 | fatal: fetch-pack: invalid index-pack output
Any ideas?
This is related to cloning and caching the https://opendev.org/openstack/trove git repo during the image build for the trove database image. This looks like a network error of some sort with the connection ending before it was completed. You might want to double check any proxies or firewalls between you and https://opendev.org. It may have also been the Internet acting up and trying again would be fine. I would try again and if it persists start looking at network connectivity between you and https://opendev.org and take it from there.
Regards.