Releases: redhat-performance/speccpu2017-wrapper
Releases · redhat-performance/speccpu2017-wrapper
Fix speccpu not unmounting disks.
Fix multiple meta data headers
Merge pull request #24 from redhat-performance/fix_multi Fix multiple meta data headers
Fix missing option
Merge pull request #22 from redhat-performance/fix_missing_opt We are missing the option grab_disks, causing things to fail.
Add meta data.
Merge pull request #21 from redhat-performance/meta-updates Meta updates
test-tag
update
Cleanup spurious messages.
Merge pull request #20 from redhat-performance/cleanup Cleanup spurious message and remove temp files from speccpu itself
Fix results being saved.
Not pulling in the run results like we should be.
Custom Filesystem Support
What's Changed
This allows for the user to specify the desired filesystem for the data disk by using --disk_fs <fs>
. Note: this requires mkfs.<fs>
to function.
New Contributors
Full Changelog: v1.12...v1.13
Add results checking and cleanup comments
Add results checking and cleanup comments
Do not ask for disk if --no_disk is present
Merge pull request #15 from redhat-performance/no_disk Do not ask for disk, if --no_disk option is designated