Open jodh-intel opened 6 years ago
The Agent version field in the cc-env output...
cc-env
$ cc-runtime cc-env|grep -A 2 Agent [Agent] Type = "hyperstart" Version = "<<unknown>>"
... is always <<unknown>> as there is no clean way to query it.
<<unknown>>
This could be done using losetup + mount, but for now atleast we're putting that functionality into the collect script (see #1055).
losetup
mount
Remove Agent.Version from the cc-env output as it serves no purpose.
Agent.Version
The Agent version field in the
cc-env
output...... is always
<<unknown>>
as there is no clean way to query it.This could be done using
losetup
+mount
, but for now atleast we're putting that functionality into the collect script (see #1055).Remove
Agent.Version
from thecc-env
output as it serves no purpose.