Jay Carman
Jay Carman
Was able to get some more info using `byebug`: ``` [50, 59] in /home/jwcarman/src/github.com/ManageIQ/manageiq/app/models/miq_report/formats.rb 50: end 51: format 52: end 53: 54: def self.details(format_name) => 55: formats[format_name.try(:to_sym)] 56: end 57:...
> if you change the format_name to `:megabytes_human`, does that work? That fixes the exception, _but_ the chart doesn't use the format:  > Can you share the saved report?...
> @jaywcarman Did you create this report by hand or via the report UI? Created it via the UI, which sets: ```yaml col_formats: - - :_none_ - :Suffixed Megabytes (MB,...
So I think there are two issues here: 1. The UI is setting a `col_formats:` value to `:Suffixed Megabytes (MB, GB)` instead of `:megabytes_human`. - Just a bug, can be...
I opened ManageIQ/manageiq-ui-classic#8386 against 2. in the previous comment.
@kavya498 I'll need to make updates before this can be merged, but am not sure when I'll have time. Moving this to a WIP for now.
@surajsub @oaomer For starters I would compare: - IBM Cloud Terraform provider version (`1.23.0`) - Terraform version (`0.12.20`) - IBM Cloud PowerVS endpoint (i.e. what region are you testing against)...
All I see from your `tf-apply.log` is that the [sshkeys Power Cloud API call](https://cloud.ibm.com/apidocs/power-cloud#pcloud-tenants-sshkeys-post) is timing out (no new information there...). Maybe try increasing the timeout to see if the...
@hkantare - Could you help us to understand the `ibmcloud_timeout` provider parameter? Is the value in seconds? Is this a timeout for each API call? @oaomer's trace and experimentation don't...
Hi @mosheabramov ! First of all the example README needs to be updated! The `ibmcloud_region` parameter was re-named to `region` in 68c13f7, but the example documentation was never updated. I...