aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-09-04Revert "weed mount, weed dav add option to force cache"chrislu9-22/+9
This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0.
2024-09-04weed mount, weed dav add option to force cachechrislu9-9/+22
2024-09-04default cacheDirWrite to cacheDirchrislu2-2/+7
2024-09-03fix for spreading ec shardschrislu1-4/+11
2024-09-03copy ec shards to disks already having ec volumeschrislu3-5/+12
fix https://github.com/seaweedfs/seaweedfs/issues/5615
2024-09-02chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.76.6 to ↵dependabot[bot]2-3/+3
3.77.1 (#5963)
2024-09-02chore(deps): bump github.com/hashicorp/raft from 1.7.0 to 1.7.1 (#5964)dependabot[bot]2-4/+6
2024-09-02chore(deps): bump google.golang.org/api from 0.194.0 to 0.195.0 (#5965)dependabot[bot]2-12/+12
2024-09-02chore(deps): bump cloud.google.com/go/pubsub from 1.41.0 to 1.42.0 (#5966)dependabot[bot]2-5/+5
2024-09-02chore(deps): bump gocloud.dev/pubsub/rabbitpubsub from 0.38.0 to 0.39.0 (#5967)dependabot[bot]2-3/+3
2024-09-02fix volume.move io.EOF (#5960)wyang1-3/+10
2024-09-01Show volume server which failed to verify a chunk (#5958)Eugeniy E. Mikhailov1-4/+4
2024-09-01update metric for ErrorCRC if it happens during volume readNeedleDataInto ↵Eugeniy E. Mikhailov1-0/+2
(#5957)
2024-08-30unnecessary skippingchrislu1-6/+1
2024-08-30parameter namechrislu1-2/+2
2024-08-30fix typochrislu2-2/+2
2024-08-30adjust warning logchrislu1-1/+1
2024-08-29math/rand => math/rand/v2chrislu15-27/+27
2024-08-27ensure none zero lastGrowCountchrislu1-1/+1
2024-08-27renamechrislu1-1/+1
2024-08-27randomly pick one replica to writechrislu1-10/+24
2024-08-26chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 ↵dependabot[bot]2-9/+12
(#5943) chore(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.27 to ↵dependabot[bot]2-33/+33
1.27.30 (#5939) chore(deps): bump github.com/aws/aws-sdk-go-v2/config Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.27.27 to 1.27.30. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.27...config/v1.27.30) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26chore(deps): bump google.golang.org/api from 0.192.0 to 0.194.0 (#5941)dependabot[bot]2-15/+15
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.192.0 to 0.194.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.192.0...v0.194.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26chore(deps): bump github.com/google/btree from 1.1.2 to 1.1.3 (#5940)dependabot[bot]2-3/+3
Bumps [github.com/google/btree](https://github.com/google/btree) from 1.1.2 to 1.1.3. - [Commits](https://github.com/google/btree/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: github.com/google/btree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26logs on errorchrislu1-0/+1
2024-08-23filer.remote.gateway not filer.remote.sync for filer.remote.gateway help ↵Shaun Alexander1-1/+1
string. (#5935)
2024-08-23filer.remote.gateway not filer.remote.sync for remote.mount.buckets help ↵Shaun Alexander1-1/+1
string. (#5934)
2024-08-21add parallel vacuumingchrislu7-28/+94
2024-08-21fix replication range checkchrislu1-12/+14
fix for https://github.com/seaweedfs/seaweedfs/wiki/Replication#replication-string
2024-08-21Fix get dir metadata (#5923)zemul1-2/+4
* fix:mount deadlock * feat: query dir metadata * feat: query dir metadata --------- Co-authored-by: zemul <zhouzemiao@ihuman.com>
2024-08-21also use `/healthz` for most consistent health checkchrislu1-1/+2
2024-08-20add warning for not enough copies when skipping vacuuming volumeschrislu1-1/+5
fix https://github.com/seaweedfs/seaweedfs/issues/5906
2024-08-19Allow using a PVC to store filer and master logs - changes in values.yaml ↵Aniket Dubey1-0/+18
(#5918)
2024-08-19chore(deps): bump gocloud.dev/pubsub/natspubsub from 0.38.0 to 0.39.0 (#5916)dependabot[bot]2-72/+72
Bumps [gocloud.dev/pubsub/natspubsub](https://github.com/google/go-cloud) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/natspubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19chore(deps): bump docker/build-push-action from 6.6.1 to 6.7.0 (#5917)dependabot[bot]7-7/+7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/16ebe778df0e7752d2cfcbd924afdbbd89c1a755...5cd11c3a4ced054e52742c5fd54dca954e0edd85) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.76.0 to ↵dependabot[bot]2-3/+3
3.76.6 (#5915) chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.76.0 to 3.76.6. - [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases) - [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/ydb-platform/ydb-go-sdk/compare/v3.76.0...v3.76.6) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19chore(deps): bump google.golang.org/api from 0.191.0 to 0.192.0 (#5914)dependabot[bot]2-6/+6
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.191.0 to 0.192.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.191.0...v0.192.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.30.4 (#5913)dependabot[bot]2-6/+6
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.30.3 to 1.30.4. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.30.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 (#5912)dependabot[bot]2-3/+3
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.17.1 to 1.17.3. - [Commits](https://github.com/tidwall/gjson/compare/v1.17.1...v1.17.3) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19add http endpoint to get the size of a collection (#5910)Riccardo Bertossa3-0/+78
2024-08-183.723.72chrislu2-2/+2
2024-08-18Dont try lazy decode content in proxyToFiler if no accept-encoding provided ↵Oleg Salionov1-0/+1
(#5907)
2024-08-18prevent compacting on the same volumechrislu1-0/+12
2024-08-16fix ec volume lookup data sync (#5900)augustazz1-2/+2
2024-08-16EC volume supports expiration and displays expiration message when executing ↵augustazz14-1074/+1181
volume.list (#5895) * ec volume expire * volume.list show DestroyTime * comments * code optimization --------- Co-authored-by: xuwenfeng <xuwenfeng1@zto.com>
2024-08-15minorchrislu1-1/+1
2024-08-15[master] fix master panic (#5893)wusong2-8/+19
2024-08-13renamechrislu4-494/+494
2024-08-13add dat file size into vif for ECchrislu7-510/+548