Bug 1311722
Summary: | Deleting a multi-version cartridge on the node fails silently | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Timothy Williams <tiwillia> |
Component: | ImageStreams | Assignee: | Vu Dinh <vdinh> |
Status: | CLOSED ERRATA | QA Contact: | Wang Haoran <haowang> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.2.0 | CC: | aos-bugs, jokerman, mmccomas, rthrashe, wzheng, xiuwang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openshift-origin-node-util-1.38.7.1-1.el6op | Doc Type: | Bug Fix |
Doc Text: |
Cause: The cartridge remove command will remove all software versions for the given cartridge version from the cartridge repository. However, the output from the help menu is not clear.
Consequence: Users may accidentally delete all software versions for the given cartridge version.
Fix: A better instruction output from help menu is added to make sure users aware of the behavior.
Result: If the users read the instruction from help menu, they shouldn't get confused and accidentally delete cartridges that they don't want to delete.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-24 19:44:28 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
Timothy Williams
2016-02-24 20:07:15 UTC
AMENDEMENT: In step 4, the command should include the -n argument. Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/02a9ec8803586194e63d0c23390ed43de19b1cc1 Bug 1311722 Modify docs for oo-admin-cartridge -a erase command This PR modifies the manpage and the output of --help option to highlight the fact that 'oo-admin-cartridge -a erase' will remove all version of given cartridge version despite users may only specify only one version in '-v' argument. Bug: 1311722 Link: <https://bugzilla.redhat.com/show_bug.cgi?id=1311722> Signed-off-by: Vu Dinh <vdinh> Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-1773.html |