Bug 1117308
| Summary: | Improve --rollback-to description in patch --help text | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Martin Simka <msimka> |
| Component: | Patching | Assignee: | Brian Stansberry <brian.stansberry> |
| Status: | CLOSED EOL | QA Contact: | Jan Martiska <jmartisk> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | jason.greene, jawilson, jdoyle, kconner, msimka, olubyans |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-19 12:43:46 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
re-assign Emanuel's assigned bugs to Brian. |
*Description of problem: Result of patch --help command is: --rollback-to - The argument does not expect any value and is optional. The default is 'false'. If the patch to rollback is a one-off patch, it signifies that the rollback operation will also rollback all the other one-off patches that have been applied on top of the patch to rollback. It's not obvious that --rollback-to is specific only to one-off patches. Also it's not so obvious that --patch-id should be used with --rollback-to. Some users tries to do: patch rollback --rollback-to=patch-id ...