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

results.csv have wrong Storage type and environment #5

Closed pamandrejko closed 2 years ago

pamandrejko commented 2 years ago

I ran my tests against EFS storage on a ROSA cluster but the results.csv show and Env = IBM Cloud and Storage type = ocs. result.csv

Screen Shot 2022-07-05 at 7 47 31 AM

pamandrejko commented 2 years ago

The params.yml contain these labels here:

cluster_infrastructure: ibmcloud # optional labels eg ibmcloud, aws, azure, vmware
cluster_name: storage-performance-cluster # optional labels 
storage_type: ocs # optional label eg portworx, ocs, <storage vendor>

You need to edit these if this is important to you.