aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/disk_location.go
AgeCommit message (Expand)AuthorFilesLines
2021-04-27minFreeSpace refactoredbingoohuang1-8/+6
2021-04-26minFreeSpace argument allows size like 10GiBbingoohuang1-9/+15
2021-04-15adjust textChris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu1-2/+3
2021-02-13support customizable disk typeChris Lu1-7/+0
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-4/+4
2021-02-07renaming NeedleMapType to NeedleMapKindbingoohuang1-4/+4
2020-12-17Merge branch 'master' into support_ssd_volumeChris Lu1-4/+23
2020-12-17volume: avoid reprocessing the same volumeChris Lu1-4/+23
2020-12-17Revert "Merge pull request #1683 from qieqieplus/master"Chris Lu1-7/+5
2020-12-17Revert "Merge pull request #1683 from qieqieplus/master"Chris Lu1-6/+4
2020-12-16go fmtChris Lu1-4/+4
2020-12-16Merge branch 'master' into support_ssd_volumeChris Lu1-5/+7
2020-12-16smaller critical sectionchenqieqie1-5/+5
2020-12-16fix race condition when loading volumes concurrentlychenqieqie1-5/+7
2020-12-14adjust volume server UIChris Lu1-0/+7
2020-12-13rename from volumeType to diskTypeChris Lu1-3/+3
2020-12-13volume server set volume type and heartbeat to the masterChris Lu1-1/+3
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-5/+5
2020-11-26refactorChris Lu1-4/+9
2020-11-26renameChris Lu1-16/+16
2020-11-26just refactoringChris Lu1-43/+46
2020-11-26pass in dir.idx parameter to DiskLocationChris Lu1-2/+15
2020-11-03volume: detect max volume count changes based on disk usageChris Lu1-6/+7
2020-10-28trim out name extensionChris Lu1-1/+2
2020-10-27volume: add a note file to avoid incomplete volume filesChris Lu1-0/+8
2020-10-22add available resource statsChris Lu1-0/+3
2020-10-01volume: avoid deadlock when deleting volumesChris Lu1-3/+0
2020-09-01volume: Don't unmount before deleting volume in copyJames Hartig1-0/+3
2020-07-03refactoringChris Lu1-13/+15
2020-06-05go fmtChris Lu1-10/+10
2020-06-05Name fixEvgenii Kozlov1-4/+4
2020-06-05Set volumes ReadOnly if low free disk spaceEvgenii Kozlov1-7/+30
2020-04-21volume: deletion checks all disk locationsChris Lu1-2/+4
2020-03-22volume: automatically detect max volume countChris Lu1-0/+16
2020-02-13make loadExistingVolume() return boolpanyc161-21/+30
2020-02-02shell: add volume.configure.replication to change replication for a volumeChris Lu1-12/+18
2019-12-24go fmtChris Lu1-1/+0
2019-12-24decouple the volume.Destroy() from the operation of unmountVolume()stlpmo1-17/+48
2019-12-02add lock variableChris Lu1-20/+20
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu1-3/+3
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-3/+3
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how muc...Tom Maxwell1-1/+1
2019-09-03Changes to try and pass the URL parameters through - in memory flag not worki...Tom Maxwell1-1/+1
2019-09-02Swap imports to use joeslayj.laycock1-3/+3
2019-06-05fix ec related bugsChris Lu1-2/+2
2019-05-30add collection.deleteChris Lu1-2/+16
2019-05-27refactoringChris Lu1-7/+7
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-27/+42
2019-04-19read volume lastAppendAtNs when loading a volumeChris Lu1-0/+2