guol-fnst
4bc8792643
support specific version of weed
3 years ago
guol-fnst
1dbb925d29
remove unused function
remove log when weed is up to date
add check whether weed is full version
3 years ago
yulai.li
358c0c0b37
Fix: provide filer.ui.deleteDir options for server command
3 years ago
guol-fnst
695e8c7555
fix minor bug
3 years ago
zhihao.qu
4d0d1848c6
fix(filer.sync): modify clientName format : from -> to
3 years ago
yulai.li
b90d213a87
Change ui.deleteDir default to true
3 years ago
zhihao.qu
42d04c581b
feat(filer.sync): add metricsServer in filer.sync.
Metrics include:
(1) the offset of the filer.sync
(2) the last send timestamp of the filer subscription
3 years ago
yulai.li
28cda854eb
Add filer command line parameter to let Filer UI show/hide directory delete button
3 years ago
zhihao.qu
14d82c3dea
feat(filer.sync): add offset to path.
3 years ago
guol-fnst
78fc9cdfa0
add "copied from https://github.com/restic/restic/tree/master/internal/selfupdate "
3 years ago
guol-fnst
322dbcf372
add update feature
3 years ago
zhihao.qu
cd5cca36a4
feat(filer.sync): add fromTsMs. Extract signature from doSubscribeFilerMetaChanges
3 years ago
chrislu
8a1166c021
auto remove previous leftover socket
3 years ago
chrislu
633a4aed18
filer: fix customizable local socket file name
fix https://github.com/chrislusf/seaweedfs/issues/3147
3 years ago
chrislu
78be3b0f6c
fix compilation
3 years ago
chrislu
4fd5f96598
filer: remove replication, collection, disk_type info from entry metadata
these metadata can change and are not used
3 years ago
ningfd
f32142f6f5
add disableXAttr in mount option
3 years ago
creeew
02ae102731
fix filer.sync missing source srv uploaded files to target when target down
3 years ago
chrislu
490e0850bf
filer.meta.tail add one example of using untilTimeAgo
3 years ago
chrislu
968ca95b49
filer.meta.tail: support untilTimeAgo for a range
3 years ago
chrislu
a2b101a737
subscribe metadata between a range
3 years ago
liubaojiang
076e48a676
add inflight upload data wait timeout
3 years ago
guol-fnst
076595fbdd
just exit in case of duplicated volume directories were loaded
3 years ago
Nat Makarevitch
b72f0634d7
minor (typos...), done while reading around
3 years ago
chrislu
29198720f2
s3: add grpc server to accept configuration changes
3 years ago
chrislu
735038b2c1
backup do not need to use preallocation
fix https://github.com/chrislusf/seaweedfs/issues/3044
3 years ago
Konstantin Lebedev
f127b326bf
add options to scaffold
3 years ago
chrislu
94635e9b5c
filer: add filer group
3 years ago
Konstantin Lebedev
50c4f62ed4
ydb-go-sdk move to v3
3 years ago
chrislu
192983b464
s3 backend support customizing storage class
3 years ago
chrislu
3885374edf
conditionally build elastic, gocdk to reduce binary size
3 years ago
chrislu
6994e88192
fix typo
3 years ago
chrislu
a69f0b62c2
start filer local socket only on non windows
fix https://github.com/chrislusf/seaweedfs/issues/2930
3 years ago
justin
3551ca2fcf
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
3 years ago
chrislu
1384529eb7
Fix filer.backup deletes files in backup folder in incremental mode
fix https://github.com/chrislusf/seaweedfs/issues/2919
3 years ago
chrislu
86ed27f602
mount: remove leftover socket file
3 years ago
Konstantin Lebedev
622297f1a7
add stats raft handler
3 years ago
Konstantin Lebedev
14dd971890
hashicorp raft with state machine
3 years ago
Konstantin Lebedev
c514710b7b
initial add hashicorp raft
3 years ago
chrislu
6a2bcd03aa
configure mount quota
3 years ago
chrislu
958f880b70
mount: add grpc method to adjust quota
3 years ago
chrislu
daca2d22a5
use original server address string as map key
3 years ago
a
7e92517571
change user and pass to username and password
3 years ago
Konstantin Lebedev
b6a2b43efe
allowDeleteBucketNotEmpty
3 years ago
chrislu
21e0898631
refactor: change masters from a slice to a map
3 years ago
chrislu
4ba7127ab1
refactor
3 years ago
Konstantin Lebedev
849a2c1f68
fix cmdFiler
3 years ago
Konstantin Lebedev
105bcfdbd4
set iam ip from filer
3 years ago
elee
423ce57cde
prefix search, bucket implemented
3 years ago
Berck Nash
7ee38fa3a4
The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few problems:
(1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead.
(2) The new IAM filer ip address has no default. This instantiates it to the same as the filer IP. I'm not sure if there should be a corresponding iam.ip or iam.ipBind option added to the filer command?
3 years ago