Chris Lu
|
1bf22c0b5b
|
go fmt
|
2020-12-16 09:14:05 -08:00 |
|
Chris Lu
|
c45d6a865b
|
Merge branch 'master' into support_ssd_volume
|
2020-12-13 22:14:18 -08:00 |
|
Chris Lu
|
38fc89d041
|
filer store: sql update if any insert error happens
fix https://github.com/chrislusf/seaweedfs/issues/1673
|
2020-12-13 20:49:44 -08:00 |
|
Chris Lu
|
23280257df
|
sql put kv: avoid unnecessary update
|
2020-12-13 19:45:47 -08:00 |
|
Chris Lu
|
0d2ec832e2
|
rename from volumeType to diskType
|
2020-12-13 11:59:32 -08:00 |
|
Chris Lu
|
e9cd798bd3
|
adding volume type
|
2020-12-13 00:58:58 -08:00 |
|
Chris Lu
|
14910d035c
|
the pagination size was too big for recursive deletion
|
2020-12-12 13:26:10 -08:00 |
|
Chris Lu
|
03637d6f57
|
s3: move "delete-directory-if-empty" to read time
move "delete-directory-if-empty" to read time instead of entry deletion time
the listing speed for a s3 bucket folder will slow down if it has many sub folders
related to 0d345ac97d
fix https://github.com/chrislusf/seaweedfs/issues/1647
fix https://github.com/chrislusf/seaweedfs/issues/1670
|
2020-12-12 03:38:34 -08:00 |
|
Chris Lu
|
37075a414d
|
adjust logs
|
2020-12-12 03:33:57 -08:00 |
|
Chris Lu
|
3fedfec1e7
|
check cross device rename error
|
2020-12-10 23:50:32 -08:00 |
|
Chris Lu
|
c2f18a10cb
|
minor
|
2020-12-10 22:23:22 -08:00 |
|
Chris Lu
|
4b0c2a846b
|
add logs
|
2020-12-10 19:55:28 -08:00 |
|
Chris Lu
|
83078ac6ce
|
filer: change to /etc/seaweedfs folder on filer
fix https://github.com/chrislusf/seaweedfs/issues/1666
|
2020-12-10 11:11:02 -08:00 |
|
Chris Lu
|
765b3ef1be
|
save /etc/iam/identity.json inside filer store
|
2020-12-10 00:15:22 -08:00 |
|
Chris Lu
|
a9c619c270
|
added error handling for saving
|
2020-12-09 01:34:24 -08:00 |
|
Chris Lu
|
8e78187a97
|
add back last read chunk cache to reader and properly close the reader
|
2020-12-08 22:26:46 -08:00 |
|
Chris Lu
|
900d22c6ec
|
mount: avoid memory leaking read buffer
fix https://github.com/chrislusf/seaweedfs/issues/1654
the reader goes together with the file handle, which may stay for a long time.
|
2020-12-08 02:38:53 -08:00 |
|
Chris Lu
|
fce8803087
|
break import cycle
|
2020-12-07 00:29:17 -08:00 |
|
Chris Lu
|
01e2da5782
|
refactoring
|
2020-12-06 23:16:20 -08:00 |
|
Chris Lu
|
9acda432fe
|
fix import cycle
|
2020-12-06 20:12:52 -08:00 |
|
Chris Lu
|
5931a2f53f
|
filer conf: support json conf only
|
2020-12-06 19:47:06 -08:00 |
|
Chris Lu
|
f4abd01adf
|
filer: cache small file to filer store
|
2020-11-30 04:34:04 -08:00 |
|
Chris Lu
|
a9c6be5fc3
|
set creation time
|
2020-11-30 03:11:52 -08:00 |
|
Chris Lu
|
0d345ac97d
|
s3: remove empty parent folder on delete
fix https://github.com/chrislusf/seaweedfs/issues/1637
|
2020-11-26 12:21:58 -08:00 |
|
Chris Lu
|
cc2bd97ad9
|
refactor
|
2020-11-26 11:25:56 -08:00 |
|
Chris Lu
|
0da7ecfd29
|
go fmt
|
2020-11-26 11:22:30 -08:00 |
|
Chris Lu
|
effa00ed08
|
refactor
|
2020-11-26 11:21:58 -08:00 |
|
Chris Lu
|
513bcd6e0d
|
filer: avoid duplicated FindEntry for deletion
|
2020-11-26 11:14:56 -08:00 |
|
Chris Lu
|
eab53ea80d
|
filer leveldb store: a bit more efficient directory listing with prefix
|
2020-11-22 21:10:41 -08:00 |
|
Chris Lu
|
290b5e2cd0
|
directly delete file chunks
keeping current async deletions for now
|
2020-11-17 17:20:21 -08:00 |
|
Chris Lu
|
dc304342b2
|
fs.configure: configurable volume growth
|
2020-11-17 01:00:02 -08:00 |
|
Chris Lu
|
5f19e81dab
|
filer confi: support hierachical configuration
|
2020-11-16 16:50:12 -08:00 |
|
Chris Lu
|
c0d279c54e
|
filere.conf: prefer to use json format
|
2020-11-15 21:48:17 -08:00 |
|
Chris Lu
|
ee2fa14dbe
|
filer conf: delete location specific configuration
|
2020-11-15 20:15:47 -08:00 |
|
Chris Lu
|
71056dae07
|
fs.configure: read and local add filer configuration
|
2020-11-15 18:09:35 -08:00 |
|
Chris Lu
|
0ea5c087ce
|
go fmt
|
2020-11-15 16:59:28 -08:00 |
|
Chris Lu
|
95c0de285d
|
refactoring
|
2020-11-15 16:58:48 -08:00 |
|
Chris Lu
|
500bcab953
|
refactoring
|
2020-11-15 14:41:56 -08:00 |
|
Chris Lu
|
590f02179d
|
filer: load filer conf when starting
|
2020-11-15 14:06:03 -08:00 |
|
Chris Lu
|
0a406f652e
|
load filer conf and match by prefix
|
2020-11-15 00:26:05 -08:00 |
|
Chris Lu
|
0fc9ffc603
|
able to read filer.conf if updated
|
2020-11-14 21:21:20 -08:00 |
|
Chris Lu
|
442e092995
|
filer watch "/etc" folder for configuration changes
|
2020-11-14 14:26:08 -08:00 |
|
Konstantin Lebedev
|
aa30604cec
|
fix tests
|
2020-11-12 08:49:38 +05:00 |
|
Konstantin Lebedev
|
1eec5c8d5d
|
gen pb
|
2020-11-12 04:10:06 +05:00 |
|
Konstantin Lebedev
|
fc7baef5bb
|
fiil serverUrls sorted by data center
|
2020-11-12 02:13:33 +05:00 |
|
Chris Lu
|
8750cac090
|
move to util.RetryWaitTime
|
2020-11-01 02:36:43 -08:00 |
|
Chris Lu
|
df8d976bb0
|
refactoring
|
2020-11-01 01:58:48 -07:00 |
|
Chris Lu
|
16fae84414
|
fix format error
|
2020-10-24 20:11:31 -07:00 |
|
Chris Lu
|
e9d40b80b2
|
less verbose logs
|
2020-10-24 09:42:54 -07:00 |
|
Chris Lu
|
b81359823f
|
postgres: support empty user
|
2020-10-22 14:27:47 -07:00 |
|