Actions
Bug #33764
closedNew Traces page - wrong input format passed to REX job
Description
When using 'Restart via remote execution', the trace IDs are sent as an array, but they should be a comma-separated string. This results in the helper scripts being incorrect, for example:
script: |2
katello-tracer-upload
or
script: !ruby/string:Sequel::SQL::Blob |
systemctl restart rpcbind
systemctl restart chronyd
systemctl restart gssproxy
systemctl restart postfix
systemctl restart systemd-udevd
systemctl restart polkit
systemctl restart systemd-journald
systemctl restart rsyslog
systemctl restart NetworkManager
systemctl restart systemd-logind
systemctl restart tuned
systemctl restart irqbalance
systemctl restart crond
systemctl restart sshd
katello-tracer-upload
'Restart via customized remote execution' works fine.
Actions