Chris Lu

Results 30 issues of Chris Lu

https://github.com/docker/go-plugins-helpers/tree/master/volume Note: https://github.com/chrislusf/seaweedfs/issues/887 has one implementation. but it is implemented in javascript, and I am not able to maintain or improve.

[kang cheng](https://app.slack.com/team/U032X4G4DHR) [23 hours ago](https://seaweedfs.slack.com/archives/C9MGUC1UG/p1644823576669839) I created a seaweedfs cluster with three masters, filers and volume servers. I mount it in two hosts and write a file in one host,...

The use case is to serve read only large amount of data, which is a snapshot of machine learning results. The snapshot needs to update daily. Need a spark library...

I could not find the API to rotate images for 90 or -90. If there is a way to do this, please let me know. Thanks!

FUSE passthrough can enable must faster reads, close to local file system. https://lore.kernel.org/lkml/[email protected]/

type:enhancement
prio:low

https://en.wikipedia.org/wiki/Sticky_bit The request I received by `bazil/fuse` does not have this bit. I wonder whether libfuse has support for sticky bit at all? This showed up in pjdfstest POSIX tests...

external

Some not so important libraries are taking a rather large size. Here are a list of the large ones. * avoid "github.com/hashicorp/raft", which depends on go-msgpack * `storj.io/common/pb` which seems...

There are some assembly code related to poll deadline. Can they be changed to pure Go? ``` $ go version go version go1.16 darwin/amd64 $ go install /usr/local/go/pkg/tool/darwin_amd64/link: running clang...

enhancement