mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
fsStorage should use appendStorage with offsets
- also takes in 'blockSize' cli option. - robustness fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ build-split: build-strbyteconv
|
||||
build-strbyteconv:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/strbyteconv
|
||||
|
||||
build-storage: build-storage-fs build-storage-append build-storage-encoded
|
||||
build-storage: build-storage-append build-storage-encoded build-storage-fs
|
||||
|
||||
build-storage-fs:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/storage/fsstorage
|
||||
|
||||
Reference in New Issue
Block a user