[
https://issues.jboss.org/browse/JBIDE-25091?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-25091 at 10/20/17 8:28 AM:
--------------------------------------------------------------------
[~jeffmaury] here's the PR for this change:
https://github.com/jbosstools/jbosstools-openshift/pull/1598/files
I discovered a parsing error in the client library that would parse
{code}
"requests":{
"memory":"5"
}
{code}
as
{code}
"requests" => {"memory" => "5Mi"}
{code}
where it should be *"5"* and not *"5Mi"*.
I'll filed a separate jira for this: JBIDE-25273
was (Author: adietish):
[~jeffmaury] here's the PR for this change:
https://github.com/jbosstools/jbosstools-openshift/pull/1598/files
I discovered a parsing error in the client library that would parse
{code}
"requests":{
"memory":"5"
}
{code}
as
{code}
"requests" => {"memory" => "5Mi"}
{code}
where it should be *"5"* and not *"5Mi"*.
I'll file a separate jira for this.
Edit resource limits wizard: Duplicate value "MiB" in
Memory Limit & Request
----------------------------------------------------------------------------
Key: JBIDE-25091
URL:
https://issues.jboss.org/browse/JBIDE-25091
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.1.AM2
Reporter: Josef Kopriva
Priority: Minor
Labels: edit_resource_limits_wizard, openshift_v3
Fix For: 4.5.x
Attachments: edit-resource-limits.png, image-2017-09-22-13-02-35-216.png,
request-resource-limit-combo.png, resource-limits-web-console.png
When editing memory settings in dialog "Edit resource limits", there is a
duplicate value MiB in the Combos for Memory > "Request" and Memory >
"Limit":
!edit-resource-limits.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)