CI: client.api.storage_pools[name].get() raises NotFound

Bug #1824793 reported by Sahid Orentino
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nova-lxd
In Progress
High
Sahid Orentino

Bug Description

Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] Traceback (most recent call last):
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/opt/stack/new/nova/nova/compute/manager.py", line 2468, in _build_resources
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] yield resources
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/opt/stack/new/nova/nova/compute/manager.py", line 2229, in _build_and_run_instance
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] block_device_info=block_device_info)
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/opt/stack/new/nova-lxd/nova/virt/lxd/driver.py", line 564, in spawn
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] context, instance, network_info, block_device_info)
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] self.force_reraise()
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] six.reraise(self.type_, self.value, self.tb)
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/opt/stack/new/nova-lxd/nova/virt/lxd/driver.py", line 560, in spawn
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] self.client, instance, network_info, block_device_info)
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/opt/stack/new/nova-lxd/nova/virt/lxd/flavor.py", line 223, in to_profile
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] new = f(instance, client, network_info, block_info)
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/opt/stack/new/nova-lxd/nova/virt/lxd/flavor.py", line 92, in _root
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] storage_type = client.storage_pools.get(CONF.lxd.pool).driver
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/usr/local/lib/python2.7/dist-packages/pylxd/models/storage_pool.py", line 61, in get
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] response = client.api.storage_pools[name].get()
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/usr/local/lib/python2.7/dist-packages/pylxd/client.py", line 152, in get
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] is_api=is_api)
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] File "/usr/local/lib/python2.7/dist-packages/pylxd/client.py", line 107, in _assert_response
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] raise exceptions.NotFound(response)
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59] NotFound: not found
Apr 12 16:15:32.447424 ubuntu-bionic-ovh-gra1-0005041834 nova-compute[28124]: ERROR nova.compute.manager [instance: 778562a3-109b-4e19-beda-2e4c29cb5b59]

Changed in nova-lxd:
importance: Undecided → High
assignee: nobody → Sahid Orentino (sahid-ferdjaoui)
status: New → Confirmed
Changed in nova-lxd:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova-lxd (master)

Change abandoned by "Alex Kavanagh <email address hidden>" on branch: master
Review: https://review.opendev.org/c/x/nova-lxd/+/651548
Reason: This project has been retired. Please see https://review.opendev.org/c/x/nova-lxd/+/672283

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.