Azure / azure-storage-fuse

A virtual file system adapter for Azure Blob storage
Other
674 stars 209 forks source link

Add Checks for temp path in Block Cache while mouting #1545

Closed syeleti-msft closed 3 weeks ago

syeleti-msft commented 1 month ago

Why - We are facing issues when tempPath is not Empty. Mount is successful even if tempPath is not empty in case of block Cache scenario. Ideally temp path sould be empty before proceeding ahead after unmount or over a clean start. what - Check temppath is not same as mount path, Check temppath is empty to get the succeess from the mount