#1344 Duffy fails to provision C9S ppc64le nodes
Closed: Fixed 3 months ago by arrfab. Opened 3 months ago by mrc0mmand.

While debugging a ppc64le specific issue I somehow ran out of machines - it looks like the C9S ppc64le pool is failing to provision new machines (for the last couple of hours at least):

$ duffy client show-pool virt-one-medium-centos-9s-ppc64le
{
  "action": "get",
  "pool": {
    "name": "virt-one-medium-centos-9s-ppc64le",
    "fill_level": 5,
    "levels": {
      "provisioning": 5,
      "ready": 0,
      "contextualizing": 0,
      "deployed": 0,
      "deprovisioning": 0
    }
  }
}

https://duffy.ci.centos.org/api/v1/pools/virt-one-medium-centos-9s-ppc64le


Metadata Update from @arrfab:
- Issue tagged with: centos-ci-infra, high-gain, investigation, medium-trouble

3 months ago

Metadata Update from @arrfab:
- Issue assigned to arrfab

3 months ago

Fixed by enforcing architecture in the onevm template, as for unknown reason (update ?) the .tpl created by opennebula was trying to deploy with arch=x86_64 on the Power9 host, and while still using the correct ppc64le image.
All back to normal now (and needed config change pushed to ansible)

Metadata Update from @arrfab:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 months ago

Login to comment on this ticket.

Metadata