[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25273:
-------------------------------------
Attachment: edit-resource-limits-memory-limit-units.png
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
> Attachments: edit-resource-limits-memory-limit-units.png
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25273:
-------------------------------------
Description:
steps:
# ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
# ASSERT: make sure that your memory request limit is in bytes:
# EXEC: in OpenShift explorer, select your project
# EXEC: in "Properties" view, select "Deployments" tab and select the last entry
# EXEC: pick "Edit" in the context menu to it
# ASSERT: replication controller is opened in the editor
# EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
{code}
"resources" : {
"limits" : {"memory" : "512"},
},
{code}
# EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
# ASSERT: Edit resource limits wizard shows up
Result:
Memory > Limits show *MiB* as unit
!edit-resource-limits-memory-limit-units.png!
was:
steps:
# ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
# ASSERT: make sure that your memory request limit is in bytes:
# EXEC: in OpenShift explorer, select your project
# EXEC: in "Properties" view, select "Deployments" tab and select the last entry
# EXEC: pick "Edit" in the context menu to it
# ASSERT: replication controller is opened in the editor
# EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
{code}
"resources" : {
"limits" : {"memory" : "512"},
},
{code}
# EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
# ASSERT: Edit resource limits wizard shows up
Result:
Memory > Limits show *MiB* as unit
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
> Attachments: edit-resource-limits-memory-limit-units.png
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
> !edit-resource-limits-memory-limit-units.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25273:
-------------------------------------
Labels: edit_resource_limits_wizard openshift_v3 (was: edit_resource_limits_wizard)
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-25273:
----------------------------------------
Summary: Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
Key: JBIDE-25273
URL: https://issues.jboss.org/browse/JBIDE-25273
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.1.AM3
Reporter: Andre Dietisheim
steps:
# ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
# ASSERT: make sure that your memory request limit is in bytes:
# EXEC: in OpenShift explorer, select your project
# EXEC: in "Properties" view, select "Deployments" tab and select the last entry
# EXEC: pick "Edit" in the context menu to it
# ASSERT: replication controller is opened in the editor
# EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
{code}
"resources" : {
"limits" : {"memory" : "512"},
},
{code}
# EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
# ASSERT: Edit resource limits wizard shows up
Result:
Memory > Limits show *MiB* as unit
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25273:
-------------------------------------
Fix Version/s: 4.5.1.Final
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25273:
-------------------------------------
Labels: edit_resource_limits_wizard (was: )
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25091) Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25091?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25091 at 10/20/17 8:12 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 file a separate jira for this.
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}
"resources" => {
"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)
8 years, 5 months
[JBoss JIRA] (JBIDE-25091) Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25091?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25091 at 10/20/17 8:11 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}
"resources" => {
"requests" => {"memory" => "5Mi"}
}
{code}
where it should be *"5"* and not *"5Mi"*.
I'll file a separate jira for this.
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}
"resources" => {
"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)
8 years, 5 months
[JBoss JIRA] (JBIDE-25091) Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25091?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25091 at 10/20/17 8:09 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}
"resources" => {
"requests" => {"memory" => "5Mi"}
}
{code}
where it should be "5" and not "5Mi".
I'll file a separate jira for this.
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}
"resources" => {
"requests" => {"memory" => "5Mi"}
}
{code}
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)
8 years, 5 months
[JBoss JIRA] (JBIDE-25091) Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25091?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25091 at 10/20/17 8:09 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}
"resources" => {
"requests" => {"memory" => "5Mi"}
}
{code}
I'll file a separate jira for this.
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}
"resources" => {
"requests" => {"memory" => "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)
8 years, 5 months