-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Description
We are running AKS 1.31 using Blobfuse CSI driver.
We have been looking into diagnostics due to increased cost when using Azure Vault Backups and also when disabling cache.
Using Log Analytics Workspace we see a lot of ListBlobs calls (not unusual of course), but notice that all calls have "maxresults=2" set:
https://xxxxxxxxx.blob.core.windows.net:443/preprod-sharedstorage?comp=list&delimiter=%2F&include=metadata&maxresults=2&prefix=workarea%2Fhealthcheck%2Fproblems%2FLargeCommit.xml&restype=container
We would like to control the maxresults, but we can't figure out how - and if possible at all.
Why is it set to 2?
Any concerns if changing it?