| Summary: | patching rollback command incorrect | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Elena Renedo <erenedo> |
| Component: | Documentation | Assignee: | David Michael <dmichael> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.5 | CC: | dmichael, eap-docs, erenedo, jmartisk, nziakova |
| Target Milestone: | --- | Keywords: | Documentation |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-09 07:30:10 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: | |
|
Description
Elena Renedo
2016-02-04 09:30:56 UTC
I verified in Red Hat JBoss Enterprise Application Platform - Version 6.4.0.Alpha1 and I could view the following: [standalone@localhost:9999 /] patch rollback -- --override-all --patch-id= --rollback-to --override-modules --preserve= --override= --reset-configuration= [standalone@localhost:9999 /] patch rollback -- So, this is not a bug. Hi,
I'm using Jboss EAP 6.4.5, not 6.4.0.Alpha1 and "--patch-id=" option doesn't appear:
[standalone@localhost:9999 /] patch info
{
"outcome" : "success",
"result" : {
"cumulative-patch-id" : "jboss-eap-6.4.5.CP",
"patches" : [],
"version" : "6.4.5.GA",
"addon" : null,
"layer" : {"base" : {
"cumulative-patch-id" : "layer-base-jboss-eap-6.4.5.CP",
"patches" : []
}}
}
}
[standalone@localhost:9999 /] patch rollback --
--override-all --override-modules --override= --preserve= --reset-configuration= --rollback-to
Thanks.
Elena.
--patch-id should still work. I'm not sure why it isn't showed by the autocompleter, I'll have a look at that. It's probably a bug, but if you write the argument into CLI manually, it will work Ok so just FYI, the argument name became optional in EAP 6.4+, so there you can write either patch rollback --patch-id=PATCH or patch rollback PATCH and it is equivalent. |