Skip to content

Error when reading netCDF file (~200MB in size) which is stored in the azure storage account and mounted as a persistentVolume in AKS using blobfuse #1339

Closed Answered by mozerov
mozerov asked this question in Q&A
Discussion options

You must be logged in to vote

I have finally found the issue, and you were right - it is not caused by the blobfuse. Seems like NetCDFDataSet needs read/write access to a file but the volume was attached as a readOnly = true.

- name: blob-volume
  mountPath: /blob/path
  readOnly: false # It used to be true and it caused the error from the SDSLite

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mozerov
Comment options

@mozerov
Comment options

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