-
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.
Merge branch 'master' into 'feature/write-optimization'
Bring in sync with master See merge request dss/dss!10
- Loading branch information
Showing
5 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
Submodule dss-ansible
updated
15 files
Submodule dss-ecosystem
updated
54 files
Submodule dss-minio
updated
16 files
+3 −12 | build.sh | |
+2 −2 | cmd/debug-storage.go | |
+119 −0 | cmd/erasure-utils.go | |
+1 −1 | cmd/generic-handlers.go | |
+4 −0 | cmd/globals.go | |
+20 −13 | cmd/kv-storage.go | |
+4 −4 | cmd/kv.go | |
+15 −0 | cmd/metrics-router.go | |
+10 −0 | cmd/metrics.go | |
+1 −0 | cmd/object-api-datatypes.go | |
+1 −1 | cmd/posix.go | |
+1 −1 | cmd/storage-interface.go | |
+1 −1 | cmd/storage-rest-client.go | |
+203 −0 | cmd/xl-sets.go | |
+15 −12 | cmd/xl-v1-object.go | |
+3 −0 | cmd/xl-v1.go |
Submodule dss-sdk
updated
24 files
+14 −2 | .github/workflows/dss-sdk.yml | |
+3 −0 | .gitignore | |
+53 −35 | .gitlab-ci.yml | |
+36 −0 | README.md | |
+5 −0 | __init__.py | |
+27 −0 | buildspec/dss-sdk-build.yml | |
+15 −0 | buildspec/dss-sdk-unit-test.yml | |
+0 −35 | buildspec/dss-sdk.yml | |
+36 −0 | buildspec/sonar-scanner.yml | |
+0 −0 | host/__init__.py | |
+1 −1 | host/config/nkv_config.json | |
+1 −1 | host/config/nkv_config_emul.json | |
+1 −1 | host/config/nkv_config_for_both_remote_local_kv.json | |
+1 −1 | host/config/nkv_config_rdd.json | |
+1 −1 | host/config/nkv_config_remote.json | |
+0 −0 | host/scripts/__init__.py | |
+37 −13 | host/scripts/dss_host.py | |
+12 −20 | target/dss_target.py | |
+0 −0 | tests/__init__.py | |
+196 −0 | tests/conftest.py | |
+5 −0 | tests/requirements.txt | |
+39 −0 | tests/test_disk_stats.py | |
+67 −0 | tests/test_dss_host.py | |
+54 −0 | tests/test_dss_target.py |
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