Add log partitioning similar to fpart
This merge adds functionality that replicates fpart's live mode except using GPFS log data instead of crawling the filesystem. This allows us to divide any processed GPFS log into partitions to pass to parsyncfp2 for transfer.
Major Changes
- Added
process.gpfspart
command and its correspondinggpfspart
CLI command.
Bugfixes
- Fixes
convert_si
to properly match lowercase letters for its defined units. This allows someone to pass either4K
or4k
and mean the same thing.