Chris Lu
2e7c361a0d
hardlink deletion factors in hardlink counter
4 years ago
Chris Lu
1295347958
adjust hardlink update
simplify logic, pass entity content directly to hard link. The "weed mount" handles the logic to calculate hard link counter.
4 years ago
Konstantin Lebedev
98e9de6e11
fix style
4 years ago
Konstantin Lebedev
324e44d4b3
add start metrics server
4 years ago
limd
cbca14edc5
mount: fix k8s pvc and os mount directory permission bug
4 years ago
Chris Lu
5e239afdfc
hardlink works now
4 years ago
limd
59e91e9c7e
mount: fix k8s pvc mount directory permission
4 years ago
Chris Lu
c7d7b1a0f6
Merge pull request #1485 from LIBA-S/fix_oversized
Correct the oversized state of volume after compaction
4 years ago
Chris Lu
b80a2b3cc9
Merge pull request #1486 from LIBA-S/fix_race_condition
Fix a race condition when handle VolumeLocationList
4 years ago
LIBA-S
eecd6b5d35
Fix a race condition when handle VolumeLocationList
4 years ago
LIBA-S
0157798ebf
Correct the oversized state of volume after compaction
4 years ago
limd
9b21ec27e4
mount: auto created dir set corrct umask fix bug
4 years ago
hilimd
0db149fb5f
Merge pull request #18 from chrislusf/master
sync
4 years ago
Chris Lu
f7a0ccb595
mount: auto created dir set corrct umask
4 years ago
Chris Lu
f0e325b6fc
mount: auto created directory follow umask
4 years ago
limd
d506080c36
rollback
4 years ago
limd
8f9f29b773
fixed the problem of empty directory when S3 deleted the directory
4 years ago
limd
1892677b22
fixed the problem of empty directory when S3 deleted the directory
4 years ago
hilimd
85570f27a0
Merge pull request #17 from chrislusf/master
sync
4 years ago
limd
a99f63cb4d
1.add S3 copy directory function
2.fixed the problem of empty directory when S3 deleted the directory
4 years ago
Chris Lu
b61d33f251
expose only store wrapper to meta changes
4 years ago
Chris Lu
0adbb56cc1
rename
4 years ago
Chris Lu
3e52329cee
Revert "Merge pull request #1479 from LIBA-S/fix_oversized"
This reverts commit bd11f0b3e4
, reversing
changes made to ec5b9f1e91
.
4 years ago
Chris Lu
4a1fe4b8e2
add error logs
4 years ago
Chris Lu
bd11f0b3e4
Merge pull request #1479 from LIBA-S/fix_oversized
Fix: remove the oversized state after compaction
4 years ago
LIBA-S
8573ac82c6
Fix: remove the oversized state after compaction
4 years ago
hasagi
d7bf2390e2
Merge pull request #1 from chrislusf/master
catch up
4 years ago
Chris Lu
ec5b9f1e91
Merge pull request #1475 from levenlabs/lock
Fix deadlock with KeepConnected and SendHeartbeat
4 years ago
James Hartig
658fc2e5b6
Allow option to enable volume pprof on server
4 years ago
James Hartig
91e4eca1e9
Fix deadlock with KeepConnected and SendHeartbeat
There's the potential where we're writing to a clientConn and it goes away
and we're stuck keeping a read lock on clientChansLock. This causes
KeepConnected to not be able to remove the client since it requires a write
lock on clientChansLock. This ends up backing up SendHeartbeat because it
can't get a read lock.
4 years ago
hilimd
082500151a
Merge pull request #16 from chrislusf/master
sync
4 years ago
Chris Lu
9cdbfc1a49
refactor
4 years ago
Chris Lu
63373a9f9f
filer: add file extended properties
4 years ago
Chris Lu
b9c1f3e9de
s3: fixes for list multipart upload
4 years ago
Chris Lu
289e62a305
master: better locking of in memory volume data
related to https://github.com/chrislusf/seaweedfs/issues/1436#issuecomment-695880135
4 years ago
Chris Lu
9a3b564508
adjust printout
4 years ago
Chris Lu
62563a895a
refactoring
4 years ago
Chris Lu
c2faab23b6
refactor
4 years ago
Chris Lu
d013d09a9b
adjust logging
4 years ago
Chris Lu
f498c71199
shell: move volume operations to use flag parsing arguments
4 years ago
Chris Lu
fcbc520373
fix print out
4 years ago
Chris Lu
56094541c8
shell: adjust command option for collection.delete
4 years ago
Chris Lu
9cac9c4001
2.00
4 years ago
Chris Lu
7af7380a7e
update go version
4 years ago
Chris Lu
dc4d2145ff
open up
4 years ago
Chris Lu
29abe980df
s3: add support for PostPolicy
fix https://github.com/chrislusf/seaweedfs/issues/1426
4 years ago
Chris Lu
41d508edfd
go fmt
4 years ago
Chris Lu
5b40a2690a
refactoring
4 years ago
Chris Lu
2c21eb1971
volume: get metrics configuration from master
fix https://github.com/chrislusf/seaweedfs/issues/1354
4 years ago
Chris Lu
2cbd1cf121
fix compilation
4 years ago