← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1460060] [NEW] Glance v1 and v2 api returns 500 while passing --min-ram and --min-disk greater than 2^(31) max value

 

Public bug reported:

glance image-create --name test --container-format bare --disk-format raw --file delete_images.py --min-disk 100000000000000
HTTPInternalServerError (HTTP 500)

glance image-create --name test --container-format bare --disk-format raw --file delete_images.py --min-ram 100000000000000
HTTPInternalServerError (HTTP 500)

** Affects: glance
     Importance: Undecided
     Assignee: Pranali Deore (pranali-deore)
         Status: New

** Changed in: glance
     Assignee: (unassigned) => Pranali Deore (pranali-deore)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1460060

Title:
  Glance v1 and v2 api returns 500 while passing --min-ram and --min-
  disk greater than 2^(31) max value

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  glance image-create --name test --container-format bare --disk-format raw --file delete_images.py --min-disk 100000000000000
  HTTPInternalServerError (HTTP 500)

  glance image-create --name test --container-format bare --disk-format raw --file delete_images.py --min-ram 100000000000000
  HTTPInternalServerError (HTTP 500)

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


Follow ups

References