IBM / k8s-storage-perf

This git repo will host the playbooks for collecting performance metrics for a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
9 stars 18 forks source link

Parsing error when creating the result reports #7

Open jesusmah opened 1 year ago

jesusmah commented 1 year ago

Executing the tool all went fine except the report generation which failed with the following error:

Screenshot 2022-11-10 at 10 52 37
jesusmah commented 1 year ago

we managed to get the tool executed using the docker container path. I would suggest, though, to clearly call that option out at the beginning so people is aware of it and go down that path if preferred. Thanks!

bxu1999 commented 1 year ago

We've run the ansible-playbook for the performance tests directly on the OCP bastion hosts many times against ODF and Portworx, and all went well, and the result.csv files are generated successfully.

Are you reporting that only using the approach of running the docker container works for you while directly running the ansible-playbook does not, right? Can you provide more details and any debug or environment information? Thanks.

jesusmah commented 1 year ago

Hi @bxu1999, to be honest, I dont know. It was almost s year ago that I opened the issue… for what I can see on the picture, my guess is that it failed when getting this somehow executed on Openshift itself cause the instruction after the failure is an oc delete job. But as I said, just a guess cause I can no longer remember.