Closed maly-glod closed 1 year ago
@agrare Can you take a look at this one?
Hi @agrare,
did you manage to look at this issue?
Hi this problem still exist in official Oparin OpenStack image.
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.
is this problem resolved? I am getting a similar error on Lasker version.
is this problem resolved?
I don't think so.
This issue has been automatically closed because it has not been updated for at least 3 months.
Feel free to reopen this issue if this issue is still valid.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.
I can confirm, that problem is solved in Petrosian-1. There is one small bug in the UI itself, but it does not interfere with use. According to UI, the size of the new created Volume is to be given in bytes, but in fact they are Gigabytes.
Okay thanks @maly-glod
cc @jeffibm can you investigate the volume size display issue?
An API is requested - http://localhost:3000/api/cloud_volumes?ems_id=${id}
when we change the Storage Manager
field.
Please see the response of data.form_schema.fields[0]
which contains the Size (in bytes)
, which is a number field and has steps: 1073741824
.
We can type in a number say 1
, but when we hit the +
, it says 1073741825
When we hit the form submit, the data is taken to an API - /api/cloud_volumes/${recordId}
The Size in the list
and summary
pages are displayed in GB
. It's only being used as Bytes
on the form page.
Hi, I ran into another problem with miq-openstack-provider. When trying to add a new Volume I get the error: MiqException::ServiceNotAvailable.
My environment is: OpenStack Xena:
ManageIQ Version: manageiq-openstack-najdorf-20220826.qc2 (testing this (newest?) version, becasue of problem with flavors in Najdorf-1.3 #820)
Here is a log from this call:
Below same pics:
We are using Ceph as storage backend, but MIQ doesn't show allready present volumes. OpenStack: MIQ:
Does manageiq-openstack-provider supports Ceph based backend?