Skip to content

Want to understand more details about file in local temp path syncing to Storage server. #1307

Answered by vibhansa-msft
jejass asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Thanks for reaching out. In case file-cache model (local caching) blobfuse will download the file on open to a local disk, in case of create it will be created on local disk. Post this all read/write operations will be served from local disk only. Only on a file-close, data will be uploaded to container. In any case if blobfuse was killed/terminated before it could complete the upload then data will be lost. As all the read/writes are served from local disk, based on the SKU/disk type performance will differ.
Blobfuse does not choose any disk type or location, it totally configuration driven. In your system/VM/Host if you have a better disk available then you need to configure that pa…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@vibhansa-msft
Comment options

@waychow1986
Comment options

@vibhansa-msft
Comment options

@jejass
Comment options

@vibhansa-msft
Comment options

Answer selected by vibhansa-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants