aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs_write.go
AgeCommit message (Collapse)AuthorFilesLines
2022-02-27remove dead codechrislu1-84/+0
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-12-20remove writeOnly flagchrislu1-2/+2
2021-09-12change server address from string to a typeChris Lu1-4/+1
2021-09-06refactoringChris Lu1-1/+10
2021-05-21FUSE mount: support multiple filersChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/2015 fix https://github.com/chrislusf/seaweedfs/issues/1531
2021-05-07add retry to assign volumeChris Lu1-26/+27
fix https://github.com/chrislusf/seaweedfs/issues/2056
2021-05-06mount: skip local chunk cache if opened write onlyChris Lu1-2/+4
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-0/+3
2021-01-28mount: change option name to volumeServerAccess, with publicUrl and ↵Chris Lu1-1/+1
filerProxy modes
2021-01-28add back AdjustedUrl() related codeChris Lu1-1/+1
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-1/+4
Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer.
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access ↵Chris Lu1-4/+1
volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec.
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-1/+4
2020-12-16go fmtChris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-1/+1
2020-12-13adding volume typeChris Lu1-0/+1
2020-10-25passing full path when assign volume locationsChris Lu1-2/+3
2020-10-25renamingChris Lu1-1/+1
2020-10-19mount: pass along replication and collection parametersChris Lu1-1/+1
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+6
2020-09-01rename filer2 to filerChris Lu1-2/+2
2020-07-19go code can read and write chunk manifestChris Lu1-0/+66