Hide Forgot
Description of problem: The status of process installing and configuring the Red Storage Console Agent is not at all in readable format. Such status might be readable for developers but it is not at all readable for users. With such status format(everything in single line) it is being very tough to deduce what is the process doing and what is the status. Version : RHSC 2.0 How reproducible: Always Steps to Reproduce: 1. As root, install and configure the Red Hat Storage Console Agent: # curl <FQDN_RHS_Console_node>:8181/setup/agent/ | bash 2. To view the status of this process, run the following command: # curl <FQDN_RHS_Console_node>:8181/api/tasks/ Actual results: status not well formatted Expected results: status should be well formatted
Please use the /usr/bin/ceph-installer CLI utility to view tasks rather than curl'ing. If you really want to see the raw JSON, you can pretty-print it with the "jq" utility.