image_conversion_cpu_limit and image_conversion_address_space_limit settings ignored in /etc/cinder/cinder.conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
High
|
Pavlo Shchelokovskyy |
Bug Description
This is how I found the problem:
I tried to create cinder volume from the image, but, encountered the following errors:
Command: /opt/openstack/
Exit code: -6
Stdout: ''
Stderr: 'fatal error: runtime: cannot allocate memory
After some digging, it related to the size of the address space (https:/
So, I tried to configure /etc/cinder/
So the values configured in the conf file did not seem to have an effect on the call to 'qeum-img info'.
Troubleshooting:
I moved https:/
Please help to investigate this issue, thanks
This issue has been posted in #openstack-cinder channel.
http://
summary: |
image_conversion_cpu_limit and image_conversion_address_space_limit - settings cannot not work in /etc/cinder/cinder.conf + settings ignored in /etc/cinder/cinder.conf |
description: | updated |
tags: | added: image volume |
Changed in cinder: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in cinder: | |
importance: | Medium → High |
Changed in cinder: | |
assignee: | nobody → Pavlo Shchelokovskyy (pshchelo) |
Looks like the ProcessLimits object is being created too soon. This may not have been reported earlier because the default value for cpu time was raised from 8 -> 30 in victoria by Change-Id: I0c26c400f08d91 c8c125c69e06e4c 90302bcdbb1
The values were made configurable by Change-Id: I462cecc3152bf8 38b7d42d5abc3ca 31610567e5e , also in Victoria.