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

Bug 1117319

Summary: Improve output of patch info command
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Martin Simka <msimka>
Component: PatchingAssignee: Brian Stansberry <brian.stansberry>
Status: CLOSED EOL QA Contact: Jan Martiska <jmartisk>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: 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:55 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 Martin Simka 2014-07-08 13:24:02 UTC
*Description of problem:

With connected CLI output of patch info command is:

[standalone@localhost:9999 /] patch info
{
    "outcome" : "success",
    "result" : {
        "cumulative-patch-id" : "jboss-eap-6.2.3.CP",
        "patches" : [],
        "version" : "6.2.3.GA",
        "addon" : null,
        "layer" : {"base" : {
            "cumulative-patch-id" : "layer-base-jboss-eap-6.2.3.CP",
            "patches" : []
        }}
    }
}

Some users are confused by two elements cumulative-patch-id and they are not sure which id they should use e.g. with rollback command.

Output should be somehow improved but I don't have any suggestion.

Comment 2 Dimitris Andreadis 2015-02-03 21:03:10 UTC
re-assign Emanuel's assigned bugs to Brian.