Chris Lu
|
0dafcf1f5a
|
volume: detect max volume count changes based on disk usage
fix https://github.com/chrislusf/seaweedfs/issues/1594
|
2020-11-03 14:43:17 -08:00 |
|
Chris Lu
|
3e925faddd
|
trim out name extension
|
2020-10-28 01:14:05 -07:00 |
|
Chris Lu
|
53c3aad875
|
volume: add a note file to avoid incomplete volume files
fix https://github.com/chrislusf/seaweedfs/issues/1567
|
2020-10-27 15:56:49 -07:00 |
|
Chris Lu
|
575d7952a1
|
add available resource stats
fix https://github.com/chrislusf/seaweedfs/issues/1555
|
2020-10-22 09:13:47 -07:00 |
|
Chris Lu
|
a1c01d716b
|
volume: avoid deadlock when deleting volumes
fix https://github.com/chrislusf/seaweedfs/issues/1501
|
2020-10-01 07:10:03 -07:00 |
|
James Hartig
|
8e54e34576
|
volume: Don't unmount before deleting volume in copy
If we unmount first and then delete, the delete fails because the volume
was unmounted. Delete ends up doing the same thing as the unmount anyways.
|
2020-09-01 22:00:07 -04:00 |
|
Chris Lu
|
faa5c2e89a
|
refactoring
|
2020-07-03 16:34:31 -07:00 |
|
Chris Lu
|
45a9d852d3
|
go fmt
|
2020-06-05 15:27:10 -07:00 |
|
Evgenii Kozlov
|
2410ffbd79
|
Name fix
|
2020-06-05 19:00:38 +03:00 |
|
Evgenii Kozlov
|
0e0db70f55
|
Set volumes ReadOnly if low free disk space
|
2020-06-05 18:18:15 +03:00 |
|
Chris Lu
|
bafa95045b
|
volume: deletion checks all disk locations
fix https://github.com/chrislusf/seaweedfs/issues/1283
|
2020-04-21 14:49:58 -07:00 |
|
Chris Lu
|
3137777d83
|
volume: automatically detect max volume count
|
2020-03-22 16:21:42 -07:00 |
|
panyc16
|
7b3764fd9e
|
make loadExistingVolume() return bool
|
2020-02-13 15:19:00 +08:00 |
|
Chris Lu
|
40ae533fa3
|
shell: add volume.configure.replication to change replication for a volume
fix https://github.com/chrislusf/seaweedfs/issues/1192
|
2020-02-02 15:37:23 -08:00 |
|
Chris Lu
|
9ff72f616a
|
go fmt
|
2019-12-24 14:56:16 -08:00 |
|
stlpmo
|
38e4b79125
|
decouple the volume.Destroy() from the operation of unmountVolume()
|
2019-12-24 17:20:34 +08:00 |
|
Chris Lu
|
6383b45bd0
|
add lock variable
|
2019-12-02 20:49:50 -08:00 |
|
Chris Lu
|
ec8de250e2
|
tiered storage: can copy to s3, read from s3
master not aware tiered volume yet, file assigning is not working yet
|
2019-12-02 15:08:31 -08:00 |
|
j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
2019-09-12 14:18:21 +01:00 |
|
Tom Maxwell
|
4a878c0006
|
Changed the InMemory bool to a uint32 so that it can be used to alter how much space to reserve
|
2019-09-04 15:27:14 +01:00 |
|
Tom Maxwell
|
d637d86d22
|
Changes to try and pass the URL parameters through - in memory flag not working still
|
2019-09-03 15:41:28 +01:00 |
|
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
2019-09-02 11:28:40 +01:00 |
|
Chris Lu
|
d344e0a035
|
fix ec related bugs
|
2019-06-05 23:20:26 -07:00 |
|
Chris Lu
|
40ca2f2903
|
add collection.delete
|
2019-05-30 09:47:54 -07:00 |
|
Chris Lu
|
217cde0a3b
|
refactoring
|
2019-05-27 21:40:51 -07:00 |
|
Chris Lu
|
17ac1290c0
|
volume: load ec shards during heartbeats to master
|
2019-05-21 22:41:20 -07:00 |
|
Chris Lu
|
0be2d51c96
|
read volume lastAppendAtNs when loading a volume
|
2019-04-19 01:56:38 -07:00 |
|
Chris Lu
|
ac2727853f
|
fix needle map entry size
|
2019-04-19 00:39:34 -07:00 |
|
Chris Lu
|
e5506152c0
|
refactoring
|
2019-04-18 21:43:36 -07:00 |
|
Chris Lu
|
8b26d15740
|
refactoring: simplify function parameter
|
2019-03-17 22:32:01 -07:00 |
|
WenLong LI
|
b9068c1304
|
use volumes variable
fix leveldb mount bug
|
2018-05-03 12:13:53 +08:00 |
|
liwenlong05
|
02a1597642
|
fix leveldb mount bug
|
2018-05-03 11:20:38 +08:00 |
|
Chris Lu
|
043b7a7c65
|
add locking to access l.volumes
|
2017-01-20 10:18:43 -08:00 |
|
brstgt
|
4fb5bb09b6
|
Remove obsolete property Volume.dataFileSize
|
2017-01-20 16:31:11 +01:00 |
|
brstgt
|
e074a54a20
|
Delete volumes online without restarting volume server
|
2017-01-20 13:02:37 +01:00 |
|
brstgt
|
492f93416d
|
Mount and unmount volumes online without restarting volume server
|
2017-01-20 12:49:20 +01:00 |
|
Chris Lu
|
ed44f12f6d
|
support Fallocate on linux
|
2017-01-08 11:01:46 -08:00 |
|
Chris Lu
|
13e7069eb9
|
keep track of total data file size
|
2017-01-06 10:22:20 -08:00 |
|
霍晓栋
|
b9f385bd66
|
refactor concurrent loading code logic
|
2016-11-13 13:24:52 +08:00 |
|
霍晓栋
|
096ffa9744
|
concurrent loading volume
|
2016-11-11 11:53:22 +08:00 |
|
Chris Lu
|
36f9633223
|
add locks for location.volumes
fix https://github.com/chrislusf/seaweedfs/issues/392
|
2016-11-06 20:55:22 -08:00 |
|
Chris Lu
|
5ce6bbf076
|
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
|
2016-06-02 18:09:14 -07:00 |
|