Public bug reported:

we use 'root_gb' as root disk of instance when we doing update
https://github.com/openstack/nova/blob/master/nova/compute/resource_tracker.py#L696

however, size=0 is a valid case 
https://github.com/openstack/nova/blob/master/nova/compute/api.py#L645

so this makes the report of disk size is incorrect

** Affects: nova
     Importance: Undecided
         Status: Invalid

** Changed in: nova
       Status: New => Invalid

-- 
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/1623628

Title:
  resource tracker need check disk size = 0 situation

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  we use 'root_gb' as root disk of instance when we doing update
  
https://github.com/openstack/nova/blob/master/nova/compute/resource_tracker.py#L696

  however, size=0 is a valid case 
  https://github.com/openstack/nova/blob/master/nova/compute/api.py#L645

  so this makes the report of disk size is incorrect

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to