Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1082538

Summary: --patch-id option is required when specify the patch id in patch rollback command
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Takayuki Konishi <tkonishi>
Component: DocumentationAssignee: Lucas Costi <lcosti>
Status: CLOSED DUPLICATE QA Contact: Russell Dickenson <rdickens>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: lcosti
Target Milestone: ---Keywords: Documentation, EasyFix, Triaged
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14873, Installation Guide-6.2-1 Build Date: 12-02-2014 08:47:34 Topic ID: 21470-545448 [Specified]
Last Closed: 2014-04-01 04:32:00 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 Takayuki Konishi 2014-03-31 09:27:19 UTC
Title: Procedure 5.3. Rollback a patch from a JBoss EAP 6 server instance using the patch command

https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.2/html/Installation_Guide/Rollback_the_Application_of_a_Patch_in_Zip_Form_Using_the_patch_Command.html

Describe the issue:
Wrong command in Procedure 5.3 - 2)
[standalone@localhost:9999 /] patch rollback PATCH_ID --reset-configuration=TRUE

Correct)
[standalone@localhost:9999 /] patch rollback --patch-id=PATCH_ID --reset-configuration=TRUE

Additional information:

See patch --help command
(snippet)

    patch rollback --patch-id=<id>
      [--reset-configuration=(true|false)]
      [--rollback-to]
      [--override-all]
      [--override-modules]
      [--override=path(,path)*]
      [--preserve=path(,path)*]
      [--host=<host>]

    --patch-id=<id>      - the ID of the patch to rollback

Comment 1 Lucas Costi 2014-04-01 04:32:00 UTC
Thanks for reporting this, but this was previously reported and fixed in BZ#1011460

*** This bug has been marked as a duplicate of bug 1011460 ***