Bug 1463130

Summary: webconsole doesn't support a feature to remove storage
Product: OpenShift Container Platform Reporter: Kenjiro Nakayama <knakayam>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED WORKSFORME QA Contact: XiaochuanWang <xiaocwan>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.5.1CC: aos-bugs, jokerman, knakayam, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-21 13:29:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kenjiro Nakayama 2017-06-20 08:34:08 UTC
It is possible to "Add storage" via webconsole with:

  "[Applications]-[Deployments]-[dc]-[Actions]-[Add Storage]"

however, it is not possible to remove the storage, besides modifying the YAML directly. We would like to remove the storage with webconsole, like "oc volume" command both --add and --remove.

Comment 1 Jessica Forrester 2017-06-20 13:55:09 UTC
There is actually an option to remove the storage, if you go to the Configuration tab for the deployment there is a Remove link next to each volume. It was added during 3.5 as part of this commit https://github.com/openshift/origin-web-console/commit/40eedd8c457537463c4ed75c59d1b86665585b9a#diff-6f7732749b219c08c17a0078fc7a6d32

Is this sufficient or is the request specifically that there needs to be a Remove Storage action in the Actions dropdown?

Comment 2 Kenjiro Nakayama 2017-06-20 14:35:05 UTC
Ah, you are right. We couldn't notice it. I think we don't need to add it to the Actions dropdown, but please let me confirm it with the customer.

Comment 3 Kenjiro Nakayama 2017-06-21 04:49:42 UTC
OK, we confirmed that it is not necessary to add "Remove Storage" to the Actions dropdown.