Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 1190465[details]
Suggested patch to limit output
Description of problem:
katello-service status output is very difficult to overview. When you run katello-service status you want a brief overview of the solutions status, not the full systemctl status output.
Version-Release number of selected component (if applicable):
Satellite 6.2.0
katello-service-2.2.0.19-1.el7sat.noarch
katello-common-2.2.0.19-1.el7sat.noarch
How reproducible:
katello-service status
Steps to Reproduce:
1. Run katello-service status
2. Observe that it's output is over 182 lines.
Actual results:
Status output is over 182 lines. Impossible to overview.
Expected results:
Just information about what services and what state it has, not the full systemctl status output.
Additional info:
With my patch output is displayed as follows:
[root@sat6 ~]# /usr/bin/katello-service.new status
Status for: mongod
Active: active (running) since Fri 2016-08-12 14:37:06 CEST; 2h 39min ago
Status for: qpidd
Active: active (running) since Fri 2016-08-12 16:45:06 CEST; 31min ago
Status for: qdrouterd
Active: active (running) since Fri 2016-08-12 14:37:11 CEST; 2h 39min ago
Status for: tomcat
Active: active (running) since Fri 2016-08-12 14:37:12 CEST; 2h 39min ago
Status for: elasticsearch
Active: active (running) since Fri 2016-08-12 14:37:12 CEST; 2h 39min ago
Status for: foreman-proxy
Active: active (running) since Fri 2016-08-12 14:37:30 CEST; 2h 39min ago
Status for: pulp_celerybeat
Active: active (running) since Fri 2016-08-12 16:47:49 CEST; 28min ago
Status for: pulp_resource_manager
Active: active (running) since Fri 2016-08-12 14:37:32 CEST; 2h 38min ago
Status for: pulp_workers
Active: active (exited) since Fri 2016-08-12 14:37:33 CEST; 2h 38min ago
Status for: httpd
Active: active (running) since Fri 2016-08-12 14:37:35 CEST; 2h 38min ago
Status for: foreman-tasks
Active: active (running) since Fri 2016-08-12 14:39:17 CEST; 2h 37min ago
Success!
Created attachment 1190465 [details] Suggested patch to limit output Description of problem: katello-service status output is very difficult to overview. When you run katello-service status you want a brief overview of the solutions status, not the full systemctl status output. Version-Release number of selected component (if applicable): Satellite 6.2.0 katello-service-2.2.0.19-1.el7sat.noarch katello-common-2.2.0.19-1.el7sat.noarch How reproducible: katello-service status Steps to Reproduce: 1. Run katello-service status 2. Observe that it's output is over 182 lines. Actual results: Status output is over 182 lines. Impossible to overview. Expected results: Just information about what services and what state it has, not the full systemctl status output. Additional info: With my patch output is displayed as follows: [root@sat6 ~]# /usr/bin/katello-service.new status Status for: mongod Active: active (running) since Fri 2016-08-12 14:37:06 CEST; 2h 39min ago Status for: qpidd Active: active (running) since Fri 2016-08-12 16:45:06 CEST; 31min ago Status for: qdrouterd Active: active (running) since Fri 2016-08-12 14:37:11 CEST; 2h 39min ago Status for: tomcat Active: active (running) since Fri 2016-08-12 14:37:12 CEST; 2h 39min ago Status for: elasticsearch Active: active (running) since Fri 2016-08-12 14:37:12 CEST; 2h 39min ago Status for: foreman-proxy Active: active (running) since Fri 2016-08-12 14:37:30 CEST; 2h 39min ago Status for: pulp_celerybeat Active: active (running) since Fri 2016-08-12 16:47:49 CEST; 28min ago Status for: pulp_resource_manager Active: active (running) since Fri 2016-08-12 14:37:32 CEST; 2h 38min ago Status for: pulp_workers Active: active (exited) since Fri 2016-08-12 14:37:33 CEST; 2h 38min ago Status for: httpd Active: active (running) since Fri 2016-08-12 14:37:35 CEST; 2h 38min ago Status for: foreman-tasks Active: active (running) since Fri 2016-08-12 14:39:17 CEST; 2h 37min ago Success!