* Add retry in rename call when deletion fails
* Correct retry policy
* Update change log
* Correcting ut as per retry policy change
* Remove extra change for rename file
* readding retry deletion which was deleted by mistake
* Correcting changelog
* Correcting security warning uri
* convert uri to aka.ms thing
* Add deb-9 based system assigned identity test
* Correct fuse installation step for deb9 msi
* Add step to build and publish container image to our azure container registry
* Add data validation cases with streaming
* correct direct streaming files
* Correct direct streaming file
* disable data validation for streaming
* adding stream specific data validation test
* Disable stream data validation for now
* Revert string changes
* Correcting quick-test value
* Add step to uninstall on deb-9
* Manually delete blobfuse2 and bfusemon binary on completion for deb-9
* Correcting uninstall step
* If server returned back empty list but a new marker was set and we need to retry listing
* Correct SDK trace logs
* Add comment for streamdir fix
* Spell correction as per suggestions
* Add error handling in case of block blob mounted as adls wrongly
* Update baseconfig
* Spell correctoin
* Correcting string
* Updating TSG
* Update TSG.md
Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
* Update TSG.md
Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
* Update setup/baseConfig.yaml
Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
* Update setup/baseConfig.yaml
Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
* Update component/azstorage/azstorage.go
Co-authored-by: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com>
Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
Co-authored-by: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com>
* msi support for obj id
* cleanup
* added validation to msi
* error
* debug
* debug
* test
* testing
* more testing
* more testing
* more testing
* cleanup
* object id
* UT
* fixed test
* fixed test
* UT
* fix
* error change
* cleanup
* test
* autodetect
* fix tests
* Trying out rehl 8.6 and 9.0
* Adding RHEL 8.6 to pipeline
* Correcting perf pipeline outputs
* Correct service file to contain env variables regarding auth
* Add fuse in suse so that unmount can work without fusermount3
I found that
`https_proxy=http://172.10.10.10:8888 blobfuse2...`
did not work. Logs show `proxyconnect tcp: dial tcp: lookup http://172.10.10.10: no such host`
However this works: `https_proxy=172.10.10.10:8888 blobfuse2...`
So I'm offering this patch to the readme accordingly
* Added support to work with virtual directories
* fix spelling
* Fix lint
* Fix subdir issue
* Correcting infinte loop in getattr using list failure condition
* Add cli flag to enable virtual directory support
* Update ReadME for virtual-dir cli options
* Corrected
Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>
* parsing os args
* Removing auto completion
* Update changelog
* Add more flags to ignore
* Small change'
* coverage edit
* Removing dead code
* Add test cases for parse and validate config
* Init logger for UT on config
* Correctly define const slice for fuse ignored flags
* Adding unmount test cases
* Add comments as per review comments
* Correcting unmount tests
* Add logs if mkdir fails
* spell correction in comments
* Run all unmount tests serially with different mount points
* correcting unmount test cases
* Making unmount test parallel
* Adding handle map test cases
Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>