Chris Lu
678b9a60be
test different volumeServerAcccss
4 years ago
Chris Lu
d475c89fcc
go fmt
4 years ago
Chris Lu
19295600f9
mount: change option name to volumeServerAccess, with publicUrl and filerProxy modes
4 years ago
Chris Lu
990fa69bfe
add back AdjustedUrl() related code
4 years ago
Chris Lu
9292796ec2
fmt
4 years ago
Chris Lu
c2bf1a88ac
delete from the deepest directory first when checking empty folders
4 years ago
Chris Lu
e9d8201925
s3: batch purge empty folders
4 years ago
Chris Lu
cf252fc0cd
mount: report error when Flush()
The error in Release() is not working.
See https://github.com/jaderhs/libfuse/blob/master/FAQ
related to https://github.com/chrislusf/seaweedfs/issues/1765
4 years ago
Chris Lu
9a06c35da4
replicate: incremental sink only contains new and updated files
address da08402ba2
4 years ago
Chris Lu
da08402ba2
replicate: use creation time for local incremental file sink
related to https://github.com/chrislusf/seaweedfs/pull/1762
4 years ago
Chris Lu
822f1ade9d
Merge pull request #1762 from kmlebedev/backupsink
replication to create time date directory
4 years ago
Konstantin Lebedev
be1062b7fc
rename in scaffold
4 years ago
Konstantin Lebedev
02fdc0a333
rename backup to local_incremental and use mtime
4 years ago
Chris Lu
5f72c388bc
Merge pull request #1764 from danlsgiga/handle-umask
Use provided umask on mount
4 years ago
Daniel Santos
d38613c49a
match upstream
4 years ago
Chris Lu
22e167bc8a
mount: skip daemon timeout on FreeBSD
4 years ago
Chris Lu
7a96276f34
adjust dev local docker compose yaml
4 years ago
Chris Lu
b81956bcb5
mount: invalidate kernel cache when mounted to a filer path
fix https://github.com/chrislusf/seaweedfs/issues/1752#issuecomment-768178422
4 years ago
Konstantin Lebedev
6b54ff9912
replication to create time date directory
4 years ago
Chris Lu
f20ec82a28
update help message
see https://github.com/chrislusf/seaweedfs/issues/1758#issuecomment-768123224
4 years ago
Chris Lu
1045ab8b07
avoid error message
4 years ago
Chris Lu
0488c84bea
adjust help message
4 years ago
Chris Lu
2266b5c528
Merge pull request #1761 from kmlebedev/todaysDateFormat
replication to todays date directory
4 years ago
Konstantin Lebedev
3634811408
replication to todays date directory
4 years ago
Chris Lu
5e07afb0f0
Merge pull request #1759 from kmlebedev/sink.local
replication to local disk storage
4 years ago
Chris Lu
b3f66199db
shell: volume.fix.replication adds collectionPattern with wildcard characters
fix https://github.com/chrislusf/seaweedfs/issues/1758
4 years ago
Chris Lu
2945a64fd6
Update issue templates
4 years ago
Daniel Santos
0c64d60fdb
Fix log message with correct mode
4 years ago
Daniel Santos
0aaaa9b470
Fix var assignment
4 years ago
Daniel Santos
5a761bb7a4
Enforce umask correctly
4 years ago
Chris Lu
ad2a20c8a5
notification add ack and nack
4 years ago
Konstantin Lebedev
612b7975a1
replication to local disk storage
4 years ago
Chris Lu
3a1d3d3413
mount: properly invalidate kernel node cache entry
fix https://github.com/chrislusf/seaweedfs/issues/1752
4 years ago
Chris Lu
c41961d5cc
Update README.md
4 years ago
Chris Lu
ff35520a1a
Update README.md
4 years ago
Chris Lu
cc1f3907ff
filer.sync: default filerProxy to true
4 years ago
Chris Lu
62ebb917e0
mount: avoid the need to specify different cache directory for different mount
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/11
4 years ago
Chris Lu
17f7c1c43f
Merge branch 'mount_from_outside_cluster'
4 years ago
Chris Lu
00707ec00f
mount: outsideContainerClusterMode proxy through filer
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.
4 years ago
Chris Lu
9bcb28a3ea
avoid possible nil reader
fix https://github.com/chrislusf/seaweedfs/issues/1754
4 years ago
Chris Lu
2c5eac5705
2.22
4 years ago
Chris Lu
6ca10725b8
Revert "mount: when outside cluster network, use filer as proxy to access volume servers"
This reverts commit 096e088d7b
.
4 years ago
Chris Lu
096e088d7b
mount: when outside cluster network, use filer as proxy to access volume servers
4 years ago
Chris Lu
ccbdb38c89
s3: fix for listing objects if more than 1000 in the folder
many existing tools have max key set to 1000
4 years ago
Chris Lu
80b8692688
filer.sync: replicate outside of either cluster, only need to see filers
4 years ago
Chris Lu
6897f1bfbc
makefile: add env for 2 clusters
4 years ago
Chris Lu
f8dbb03bdd
filer: append operation returns final file size
4 years ago
Chris Lu
759482e2ac
filer: proxy all http methods to volume servers
4 years ago
Chris Lu
937cfacc01
filer: add "proxyToFileId" to reverse proxy to a volume server
4 years ago
Chris Lu
3ecd989500
add local mount for testing
4 years ago