Bug 1395603
Summary: | [RFE] JSON output for all Events CLI commands | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Aravinda VK <avishwan> |
Component: | eventsapi | Assignee: | Aravinda VK <avishwan> |
Status: | CLOSED ERRATA | QA Contact: | Sweta Anandpara <sanandpa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rhgs-3.2 | CC: | amukherj, rcyriac, rhinduja |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | RHGS 3.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.8.4-7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1357753 | Environment: | |
Last Closed: | 2017-03-23 06:19:30 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: | |||
Bug Depends On: | 1357753, 1400845 | ||
Bug Blocks: | 1351503 |
Description
Aravinda VK
2016-11-16 09:45:24 UTC
Upstream patch sent for review http://review.gluster.org/15867 Upstream patches: ( master) http://review.gluster.org/15867 (release-3.9) http://review.gluster.org/16008 Downstream Patch: https://code.engineering.redhat.com/gerrit/91988 Tested and verified this on the build 3.8.4-8 Json output is seen corectly for all gluster-eventsapi commands. Also the help message of every option displays that it can be displayed in json. Detailed logs are pasted below. Moving this BZ to verified in 3.2 [root@dhcp47-60 ~]# rpm -qa | grep gluster glusterfs-3.8.4-8.el7rhgs.x86_64 glusterfs-cli-3.8.4-8.el7rhgs.x86_64 glusterfs-api-3.8.4-8.el7rhgs.x86_64 glusterfs-geo-replication-3.8.4-8.el7rhgs.x86_64 vdsm-gluster-4.17.33-1.el7rhgs.noarch gluster-nagios-addons-0.2.8-1.el7rhgs.x86_64 glusterfs-client-xlators-3.8.4-8.el7rhgs.x86_64 glusterfs-server-3.8.4-8.el7rhgs.x86_64 gluster-nagios-common-0.2.4-1.el7rhgs.noarch glusterfs-fuse-3.8.4-8.el7rhgs.x86_64 glusterfs-events-3.8.4-8.el7rhgs.x86_64 glusterfs-libs-3.8.4-8.el7rhgs.x86_64 python-gluster-3.8.4-8.el7rhgs.noarch [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# gluster peer status Number of Peers: 3 Hostname: 10.70.47.61 Uuid: f4b259db-7add-4d01-bb5e-3c7f9c077bb4 State: Peer in Cluster (Connected) Hostname: 10.70.47.26 Uuid: 95c24075-02aa-49c1-a1e4-c7e0775e7128 State: Peer in Cluster (Connected) Hostname: 10.70.47.27 Uuid: 8d1aaf3a-059e-41c2-871b-6c7f5c0dd90b State: Peer in Cluster (Connected) [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# gluster-eventsapi webhook-test http://10.70.46.246:9000/listen --json {"output": [{"node": "10.70.47.61", "node_status": "UP", "webhook_status": "NOT OK", "error": "('Connection aborted.', error(113, 'No route to host'))"}, {"node": "10.70.47.26", "node_status": "UP", "webhook_status": "NOT OK", "error": "('Connection aborted.', error(113, 'No route to host'))"}, {"node": "10.70.47.27", "node_status": "UP", "webhook_status": "NOT OK", "error": "('Connection aborted.', error(113, 'No route to host'))"}, {"node": "localhost", "node_status": "UP", "webhook_status": "NOT OK", "error": "('Connection aborted.', error(113, 'No route to host'))"}], "error": ""} [root@dhcp47-60 ~]# gluster-eventsapi status --json {"output": {"webhooks": ["http://10.70.46.245:9000/listen"], "data": [{"node": "10.70.47.61", "node_status": "UP", "glustereventsd_status": "OK", "error": ""}, {"node": "10.70.47.26", "node_status": "UP", "glustereventsd_status": "OK", "error": ""}, {"node": "10.70.47.27", "node_status": "UP", "glustereventsd_status": "OK", "error": ""}, {"node": "localhost", "node_status": "UP", "glustereventsd_status": "OK", "error": ""}]}, "error": ""} [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# gluster-eventsapi reload --json {"output": [{"node": "10.70.47.61", "node_status": "UP", "reload_status": "OK", "error": ""}, {"node": "10.70.47.26", "node_status": "UP", "reload_status": "OK", "error": ""}, {"node": "10.70.47.27", "node_status": "UP", "reload_status": "OK", "error": ""}, {"node": "localhost", "node_status": "UP", "reload_status": "OK", "error": ""}], "error": ""} [root@dhcp47-60 ~]# gluster-eventsapi config-get --json {"output": {"log_level": "INFO", "port": 24009}, "error": ""} [root@dhcp47-60 ~]# gluster-eventsapi config-set log_level DEBUG +-------------+-------------+-------------+ | NODE | NODE STATUS | SYNC STATUS | +-------------+-------------+-------------+ | 10.70.47.61 | UP | OK | | 10.70.47.26 | UP | OK | | 10.70.47.27 | UP | OK | | localhost | UP | OK | +-------------+-------------+-------------+ [root@dhcp47-60 ~]# gluster-eventsapi config-set log_level DEBUG --json {"output": "", "error": "Config value not changed. Same config"} [root@dhcp47-60 ~]# gluster-eventsapi config-set log_level INFO --json {"output": [{"node": "10.70.47.61", "sync_status": "OK", "node_status": "UP", "error": ""}, {"node": "10.70.47.26", "sync_status": "OK", "node_status": "UP", "error": ""}, {"node": "10.70.47.27", "sync_status": "OK", "node_status": "UP", "error": ""}, {"node": "localhost", "sync_status": "OK", "node_status": "UP", "error": ""}], "error": ""} [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# gluster-eventsapi config-reset port --json {"output": "", "error": "Config value not reset. Already set to default value"} [root@dhcp47-60 ~]# gluster-eventsapi sync --json {"output": [{"node": "10.70.47.61", "sync_status": "OK", "node_status": "UP", "error": ""}, {"node": "10.70.47.26", "sync_status": "OK", "node_status": "UP", "error": ""}, {"node": "10.70.47.27", "sync_status": "OK", "node_status": "UP", "error": ""}, {"node": "localhost", "sync_status": "OK", "node_status": "UP", "error": ""}], "error": ""} [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# [root@dhcp47-60 ~]# gluster-eventsapi --help usage: gluster-eventsapi [-h] {reload,status,webhook-add,webhook-mod,webhook-del,webhook-test,config-get,config-set,config-reset,sync} ... positional arguments: {reload,status,webhook-add,webhook-mod,webhook-del,webhook-test,config-get,config-set,config-reset,sync} optional arguments: -h, --help show this help message and exit [root@dhcp47-60 ~]# gluster-eventsapi reload -h usage: gluster-eventsapi reload [-h] [--json] optional arguments: -h, --help show this help message and exit --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi status -h usage: gluster-eventsapi status [-h] [--json] optional arguments: -h, --help show this help message and exit --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi webhook-add -h usage: gluster-eventsapi webhook-add [-h] [--bearer_token BEARER_TOKEN] [--json] url positional arguments: url URL of Webhook optional arguments: -h, --help show this help message and exit --bearer_token BEARER_TOKEN, -t BEARER_TOKEN Bearer Token --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi webhook-mod -h usage: gluster-eventsapi webhook-mod [-h] [--bearer_token BEARER_TOKEN] [--json] url positional arguments: url URL of Webhook optional arguments: -h, --help show this help message and exit --bearer_token BEARER_TOKEN, -t BEARER_TOKEN Bearer Token --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi webhook-del -h usage: gluster-eventsapi webhook-del [-h] [--json] url positional arguments: url URL of Webhook optional arguments: -h, --help show this help message and exit --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi webhook-test -h usage: gluster-eventsapi webhook-test [-h] [--bearer_token BEARER_TOKEN] [--json] url positional arguments: url URL of Webhook optional arguments: -h, --help show this help message and exit --bearer_token BEARER_TOKEN, -t BEARER_TOKEN Bearer Token --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi config-get -h usage: gluster-eventsapi config-get [-h] [--name NAME] [--json] optional arguments: -h, --help show this help message and exit --name NAME Config Name --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi config-set -h usage: gluster-eventsapi config-set [-h] [--json] name value positional arguments: name Config Name value Config Value optional arguments: -h, --help show this help message and exit --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi config-reset -h usage: gluster-eventsapi config-reset [-h] [--json] name positional arguments: name Config Name or all optional arguments: -h, --help show this help message and exit --json JSON Output [root@dhcp47-60 ~]# gluster-eventsapi sync -h usage: gluster-eventsapi sync [-h] [--json] optional arguments: -h, --help show this help message and exit --json JSON Output [root@dhcp47-60 ~]# 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-2017-0486.html |