Handle flavorsync failure during nova-powervc service startup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
powervc-driver |
Fix Released
|
Undecided
|
Arun Mani |
Bug Description
At times, the call to sync flavor as part of nova-powervc service seems to be blowing up causing the service to get restarted abruptly. Here's the stactrace from failure logs,
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/opt/ibm/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: binary=
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/usr/lib/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: db_allowed=
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/usr/lib/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: self.manager = manager_
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/opt/ibm/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: self.scg_
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/opt/ibm/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: self._sync_
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/opt/ibm/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: self._insert_
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/opt/ibm/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: flavor_created = self._create_
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/opt/ibm/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: is_public=
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/usr/lib/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: flavor.create()
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/usr/lib/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: return fn(self, *args, **kwargs)
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/usr/lib/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: db_flavor = db.flavor_
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/usr/lib/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: return IMPL.flavor_
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: File "/usr/lib/
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: raise exception.
Mar 10 22:15:09 inmd3gabzppwrctlr1 nova-powervc: nova.exception.
Mar 10 22:15:10 inmd3gabzppwrctlr1 systemd: openstack-
Mar 10 22:15:10 inmd3gabzppwrctlr1 systemd: Unit openstack-
Mar 10 22:15:10 inmd3gabzppwrctlr1 systemd: openstack-
Mar 10 22:15:10 inmd3gabzppwrctlr1 systemd: openstack-
Mar 10 22:15:10 inmd3gabzppwrctlr1 systemd: Stopped OpenStack PowerVC Nova Driver.
Mar 10 22:15:10 inmd3gabzppwrctlr1 systemd: Started OpenStack PowerVC Nova Driver.
This behavior cause the eventing mechanism to break leading to inconsistent failures.
Changed in powervc-driver: | |
status: | New → In Progress |
assignee: | nobody → Arun Mani (arun-mani) |
Fix proposed to branch: master /review. openstack. org/642995
Review: https:/