-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
Important
-
None
Description of problem:
./cluster-profile -cmd dump will return 0 profiles even if there are some. While this is not user facing feature, it is critical tool in debugging scale issues.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1../cluster-profile -cmd start (wait few seconds) 2. /cluster-profile -cmd stop 3. /cluster-profile -cmd dump
Actual results:
0 profiles
Expected results:
few profiles
Additional info:
oc annotate --overwrite -n openshift-cnv hco kubevirt-hyperconverged \ kubevirt.kubevirt.io/jsonpatch='[ {"op": "add", "path": "/spec/configuration/developerConfiguration/featureGates/-", "value": "ClusterProfiler"} ]'
^ is needed to enable this
Workaround is to use -l option to select only one component