Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
Vikas Bhansali 42b3b19b42
Upgrading go version to 1.23.1 (#1521)
* Upgrading go version to 1.23.1:
2024-09-19 15:28:10 +05:30
Sourav Gupta d063317380
Added block cache limitations (#1511) 2024-08-30 14:53:53 +05:30
Vikas Bhansali 2c1781ec92
Depdendency upgrade for next release (#1486)
* Depdendency upgrade for next release
2024-08-02 14:20:52 +05:30
Vikas Bhansali cefb0226f9
Removing usage of SPN in pipelines (#1431)
* Removing usage of SPN in pipelines
2024-06-17 16:19:22 +05:30
dependabot[bot] 28bd925a9d
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#1433)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.2 to 1.6.0.
2024-06-12 21:21:31 +05:30
Sourav Gupta 33008bbc0b
Updating changelog (#1414) 2024-05-16 07:51:52 +05:30
Vikas Bhansali 3112abf2ad
TLRU large number of threads causing panic (#1382)
* Upgrade to TLRU's latest version for updated async eviction logic
2024-04-11 12:47:10 +05:30
Sourav Gupta 8e06e67633
GO SDK track2 migration (#1380) 2024-04-04 15:59:29 +05:30
Vikas Bhansali 41fa93b82f
Randomise refresh token flow (#1267)
* Adding code to refresh the token on random interval and retry in case of failure
2023-11-15 17:56:11 +05:30
Vikas Bhansali 78417a0efd
Package refresh (#1279) 2023-10-31 12:09:17 +05:30
Sourav Gupta b51eeafcc2
Fixed nightly pipeline failures and vulnerability alerts (#1262) 2023-10-18 12:10:23 +05:30
Sourav Gupta 713474f158
Fixing rename source log redaction in azcopy (#1250)
* Rename file and directory fix in ADLS accounts
2023-09-28 09:29:20 +05:30
Vikas Bhansali b367fa7e11
Multiple Bug fixes (#1249)
* Multiple bug fixes
2023-09-25 16:22:45 +05:30
Vikas Bhansali 74fef2c5c5
Move away from third party docker container base image (#1236)
* Adding steps to publish Mariner based docker image and docker image for ARM64
2023-09-19 16:41:01 +05:30
Vikas Bhansali 5ecfe4004c
Adaptive Prefetch Streaming (#1181)
* Adaptive Prefetch Streaming
2023-08-25 12:20:34 +05:30
Sourav Gupta bb844eb7f3
import azcopy from private branch: (#1205) 2023-07-17 17:17:47 +05:30
Vikas Bhansali 985e9dcd70
Upgrade dependencies (#1190) 2023-06-29 21:58:28 +05:30
Vikas Bhansali e80f636ac9
Updating dependencies (#1184) 2023-06-23 10:35:47 +05:30
Vikas Bhansali 05a10949bd
Upgrading to go 1.19 (#1135)
* Upgrading to go 1.19
2023-05-10 14:53:05 +05:30
weizhi 8f655cf9e1
Fix: async (background) mount may cause problems (#1088)
#1079
Pod deletion will cause global mount point to disappear. The root cause is csi driver will bind mount the global mount point into Pod volume immediately after blobfuse2 mount return successfully. However, fuse is still mounting at background, so actually bind mount and fuse mount happened at the same time, this will lead to a problem that unmount the bind mount (when deleting a Pod) will cause the original mount point unmounted as well.
#1081
Mount is actually failed, but the errno returned by blobfuse2 is 0 and no error log (both terminal and log file).
2023-03-22 10:29:36 +05:30
Vikas Bhansali 849ebcd35b
Getting it ready for 2.0.2 release (#1069)
* Upgrade packages
2023-02-23 16:35:51 +05:30
Vikas Bhansali e68f102f55
Minor Fixes (#1001)
#999 Upgrade dependencies to resolve known CVEs.
#1002 In case version check fails to connect to public container, dump a log to check network and proxy settings.
#1006 Remove user and group config from logrotate file.
2022-12-23 17:37:40 +05:30
Sourav Gupta 0ac75c29e7
Health monitor (#868)
Adding health monitor for blobfuse2
Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>
2022-08-27 19:47:39 +05:30
Vikas Bhansali 50d3f9ebe9
Retry on timeout error from server (#858) 2022-08-18 09:00:13 -07:00
Vikas Bhansali 87f15a3e65
Vibhansa/v2/resource msi change (#829)
* Correcting resource string for MSI token reterival

* Changelog updated

* Making resource to always point to storage.azure.com string

* Make resource string a configurable options for OAuth token retreival

* Bumping up autorest version as token parsing has issue when expires_on comes as integer

* Updaing token parsing error in changelog

* Skip msiEndpoint from v1 config as its not supported in v2
2022-07-08 10:20:24 +05:30
Sourav Gupta e96d90ae20
Go mod and notice file fix (#811)
* Fixing go.mod

* Exit code check fix

* Updated change log

Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>
2022-06-21 19:40:30 +05:30
Tamer Sherif 590bd54f9c
Added doc generation command (#809)
* Added doc generation command

* make command hidden
2022-06-14 11:54:56 -07:00
Gauri Prasad 4b64cb712a
Set flag parsing to exit on error to ensure exit status is non zero (#762) 2022-04-15 16:35:57 -07:00
Gauri Prasad 990af0fefa First commit of blobfuse v2 code 2022-02-14 09:41:31 -08:00