rhtools / vminfo-parser

3 stars 4 forks source link

normalized the data in the disk column to GiB before processing #50

Closed stratus-ss closed 1 month ago

stratus-ss commented 1 month ago

fix: disk space units normalization

A bug was discovered in some cases where data sets reporting their disk space in MiB were not being categorized properly when doing a break down by terabyte.

The units in the dataframe are now normalized to GiB (from MiB) before any analysis or sorting is done

Refs: #49