guosj
|
a23629b2fe
|
handle implicit username
|
3 years ago |
Konstantin Lebedev
|
2364fab927
|
volume.list show only readonly, collectionPattern and volumeId
|
3 years ago |
guosj
|
94ad557d97
|
add missing return
|
3 years ago |
Konstantin Lebedev
|
36c5a59ed8
|
add help
|
3 years ago |
Konstantin Lebedev
|
1e35b4929f
|
shell vacuum volume by collection and volume id
|
3 years ago |
Konstantin Lebedev
|
9438738693
|
avoid invalid memory address or nil pointer dereference
|
3 years ago |
chrislu
|
a69f0b62c2
|
start filer local socket only on non windows
fix https://github.com/chrislusf/seaweedfs/issues/2930
|
3 years ago |
chrislu
|
9ae66f55fc
|
2.99
|
3 years ago |
chrislu
|
4524ceae6b
|
less verbose logs
fix https://github.com/chrislusf/seaweedfs/discussions/2925#discussioncomment-2584085
|
3 years ago |
justin
|
3551ca2fcf
|
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
|
3 years ago |
chrislu
|
b597baf488
|
mount: set file write time correct to work well with rsync
fix https://github.com/chrislusf/seaweedfs/issues/2867
|
3 years ago |
chrislu
|
460d56d283
|
shell: cluster.check prints out clock delta and network latency
|
3 years ago |
chrislu
|
b4be56bb3b
|
add timing info during ping operation
|
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
|
1f03fcccb1
|
fix nil in cluster_check shell command
fix https://github.com/chrislusf/seaweedfs/issues/2905
|
3 years ago |
Konstantin Lebedev
|
76b1c5ce67
|
cleanupUploads use jwt token
|
3 years ago |
guol-fnst
|
44d810d163
|
rename functions and remove uncessary check
|
3 years ago |
guol-fnst
|
180aa88a92
|
check uploadid using object name hash string
|
3 years ago |
guol-fnst
|
2232cfb5b7
|
Check object name and uploadID when processing multipart uploading
|
3 years ago |
Konstantin Lebedev
|
2dfbe210e0
|
avoid breaking loop in cleanupUploads if error is empty
|
3 years ago |
Konstantin Lebedev
|
931cb9e581
|
use "cluster.raft.{ps,add,remove}"
|
3 years ago |
Konstantin Lebedev
|
d2fe0fae33
|
use the full ServerAddress as the identifier
|
3 years ago |
chrislu
|
c6ec5269f4
|
2.98
|
3 years ago |
chrislu
|
261ba0208e
|
lock-protected setting entry
|
3 years ago |
yulai.li
|
ceb058ddd9
|
Change filer UI icon from picture to icon font.
|
3 years ago |
chrislu
|
7f26676f57
|
adjust td width
|
3 years ago |
yulai.li
|
dff63e9024
|
Make operation buttons show when table row hovered
|
3 years ago |
chrislu
|
4dba102137
|
use icon instead of button text
|
3 years ago |
Konstantin Lebedev
|
104ea7b029
|
master ui add raft stats and Max Volume Id
|
3 years ago |
Konstantin Lebedev
|
a2fdb3e277
|
fix master ui
|
3 years ago |
Konstantin Lebedev
|
35bc67f030
|
fix conflicts
|
3 years ago |
yulai.li
|
11a9f993a8
|
Make filer-ui bootstrap style
|
3 years ago |
Konstantin Lebedev
|
7ff248d5cd
|
refactor OnPeerUpdate
|
3 years ago |
Konstantin Lebedev
|
85d80fd36d
|
fix removing old raft server
|
3 years ago |
chrislu
|
abe3cc6df2
|
filer UI touch up
|
3 years ago |
chrislu
|
86ed27f602
|
mount: remove leftover socket file
|
3 years ago |
yulai.li
|
2347c21cdd
|
Tune filer UI add rename feature
|
3 years ago |
yulai.li
|
2454020a92
|
Add upload progress support
|
3 years ago |
yulai.li
|
4f87ee7755
|
Add create directory and delete web UI features for filer
|
3 years ago |
shibinbin
|
c20e1edd99
|
fix: master lose some volumes
|
3 years ago |
chrislu
|
3ab2c0e5c0
|
avoid possible nil attributes
|
3 years ago |
chrislu
|
9d44b89c21
|
Revert "avoid possible nil attributes"
This reverts commit 0a6703c7f7 .
|
3 years ago |
chrislu
|
0a6703c7f7
|
avoid possible nil attributes
|
3 years ago |
Konstantin Lebedev
|
14a2cc83bf
|
raft update peers via OnPeerUpdate
|
3 years ago |
Konstantin Lebedev
|
357aa818fe
|
add raft shell cmds
|
3 years ago |
chrislu
|
79b8e6a8c3
|
add a place holder for later merge consecutive chunks
|
3 years ago |
Konstantin Lebedev
|
c1aeded2dd
|
force raft bootstrap
avoid err bootstrap only works on new clusters
|
3 years ago |
justin
|
d02f13c2d1
|
remove Redundant type conversion and use strings.TrimSuffix to enhance readability
|
3 years ago |
root
|
f15a737a0a
|
Add "Location:" in response when creating bucket
according to "https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html"
|
3 years ago |
chrislu
|
bc888226fc
|
erasure coding: tracking encoded/decoded volumes
If an EC shard is created but not spread to other servers, the masterclient would think this shard is not located here.
|
3 years ago |