Chris Lu

Results 762 comments of Chris Lu

``` "extended": { "X-Amz-Meta-Mtime": "MTc0MzQ5MjAzOS4zOTk4NDQ5OTk=" } ``` Based on this extended attribute, this file seems replicated from S3? What is the source file updated time? Does the source file still...

@spa-skyson the file chunk `529,0b81bbc721c65c7f` is missing. Need to understand what happened to this entry and to volume 529.

Not sure how the hash is computed. There is a new release https://github.com/seaweedfs/seaweedfs-csi-driver/releases/tag/1.2.9 https://github.com/seaweedfs/seaweedfs-csi-driver/blob/master/deploy/helm/seaweedfs-csi-driver/values.yaml#L67 is using the latest version.

I see. Need to have a mechanism on adjusting https://github.com/seaweedfs/seaweedfs-csi-driver/blob/master/deploy/helm/seaweedfs-csi-driver/Chart.yaml#L5 if the chart changes. Any suggestions?

First, follow issue template and provide details.

Adding a fix https://github.com/seaweedfs/seaweedfs/commit/c6dec11ea556b8be648f372dfa5cbd074c9f631b to avoid duplicated transmission. With this fix, you can try to restart with `-a.fromTsMs` option: ``` weed filer.sync -a.fromTsMs=xxxxxxx ... ``` I would like to know...

* this should not happen often. * if it happens, you can use `volume.fsck` in `weed shell` to clean up the orphan entries in the volume servers. This is an...

`"ttl": "2d"` is what the server received. Maybe try to see whether the put bucket lifecycle operation has a bug to parse the request.