-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update commit id's for v3.0.0 release and update readme (#45)
* Update latest commit ID's for v3.0.0 release * Update README - add performance results details for gen1, gen2, gen3 * Fix linting issues - replace `*` with `-`
- Loading branch information
Showing
5 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dss-ansible
updated
233 files
Submodule dss-ecosystem
updated
13 files
+14 −2 | .gitlab-ci.yml | |
+5 −1 | buildspec/dss-client.yml | |
+6 −3 | buildspec/sonar-scanner.yml | |
+5 −2 | dss_metrics/README.md | |
+1 −1 | dss_metrics/config/config.json | |
+76 −102 | dss_metrics/metrics.py | |
+8 −0 | dss_metrics/metrics_scope.json | |
+79 −79 | dss_metrics/minio_rest_collector.py | |
+57 −34 | dss_metrics/minio_ustat_collector.py | |
+57 −34 | dss_metrics/nvmftarget_ustat_collector.py | |
+78 −1 | dss_metrics/utils.py | |
+3 −1 | dss_metrics/whitelist.txt | |
+ − | dss_s3benchmark/s3-benchmark |
Submodule dss-minio
updated
4 files
+16 −0 | cmd/globals.go | |
+54 −2 | cmd/metrics.go | |
+29 −0 | cmd/object-handlers.go | |
+35 −0 | cmd/xl-sets.go |