quads icon indicating copy to clipboard operation
quads copied to clipboard

[RFE] Logging Refactor and Enhancements

Open sadsfae opened this issue 2 months ago • 0 comments

There is already a large initiative here for refactoring how we do logging:

https://review.gerrithub.io/c/redhat-performance/quads/+/1219831

This RFE covers an additional feature under this feature-set:

Append FQDN for target systems with IPMI actions in move_and_rebuild.py

e.g.

host01.example.com --> Polling for host state: Not Down
host02.example.com --> Polling for host state: Not Down
host03.example.com --> Polling for host state: Not Down
host01.example.com --> POLLING: [------------------->] 100% - Host state: Off
host01.example.com --> Polling for host state: Not Down
host01.example.com --> Polling for host state: Not Down
host01.example.com --> Polling for host state: Not Down
host01.example.com --> Command passed to On server, code return is 204.
host02.example.com --> Polling for host state: Not Down
host02.example.com --> POLLING: [------------------->] 100% - Host state: Off
host02.example.com --> POLLING: [------------------->] 100% - Host state: Off
host02.example.com --> POLLING: [------------------->] 100% - Host state: Off
host01.example.com --> Command passed to On server, code return is 204.
host02.example.com --> Command passed to On server, code return is 204.

sadsfae avatar Nov 06 '25 10:11 sadsfae