| 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: | |
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 |
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. 1) Install a custom cartridge with two software versions. Easiest way to do this is to copy the mysql cartridge and modify the menifest.yml to have a different cartirdge-version and name 2) Install the custom cartridge oo-admin-cartridge -a install -s /path/to/custom/cart/source 3) Check the cartridge list to verify the new versions are installed 4) Attempt to remove one of the cartridge versions: oo-admin-cartridge -a erase -c ... -v 5.1 Actual results: The command reports 'success', but the cartridge is still shown in `oo-admin-cartridge --list` Expected results: The command reports 'success' and the cartridge is actually deleted. Additional info: Manually deleting the cartridge resolves the issue, but removes both versions of the cartridge.