← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1888168] Re: Change default num_retries for glance to 3

 

Here's where we default the cinder retries to 3:

https://github.com/openstack/nova/blob/b7161fe9b92f0045e97c300a80e58d32b6f49be1/nova/conf/cinder.py#L72-L73

and neutron retries are also defaulted to 3:

https://github.com/openstack/nova/blob/b7161fe9b92f0045e97c300a80e58d32b6f49be1/nova/conf/neutron.py#L97-L98

** Also affects: nova/queens
   Importance: Undecided
       Status: New

** Also affects: nova/train
   Importance: Undecided
       Status: New

** Also affects: nova/rocky
   Importance: Undecided
       Status: New

** Also affects: nova/ussuri
   Importance: Undecided
       Status: New

** Also affects: nova/stein
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1888168

Title:
  Change default num_retries for glance to 3

Status in OpenStack Compute (nova):
  In Progress
Status in OpenStack Compute (nova) queens series:
  New
Status in OpenStack Compute (nova) rocky series:
  New
Status in OpenStack Compute (nova) stein series:
  New
Status in OpenStack Compute (nova) train series:
  New
Status in OpenStack Compute (nova) ussuri series:
  New

Bug description:
  Currently, nova has a parameter to set the retry count for glance, num_retries.
  The default value of the option is 0. It means that the request is sent only once.
  On the other hand, other component's clients, cinder, neutron change its default value to 3.

  https://review.opendev.org/#/c/712226/
  https://review.opendev.org/#/c/736026/

  For glance, we should align the default value to 3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1888168/+subscriptions


References