Intermittent Mount configuration error

Arthur Francisco Araujo Fernandes 20 Reputation points
2025-02-19T17:31:32.8766667+00:00

I'm getting this error in my new Azure batch workloads. This error does not appear every time though. It is like 25% of the time my pool creates a new node this error happens. The only solution I have now is to re-image the node but that is not what I want to be doing.

image

NOTES:

  1. I'm using a custom image from Ubuntu 24.04
  2. The mount configuration is using blobfuse2 to mount a blob container.

Thanks,

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
368 questions
0 comments No comments
{count} votes

Accepted answer
  1. Markapuram Sudheer Reddy 1,670 Reputation points Microsoft External Staff
    2025-03-04T18:05:31.6766667+00:00

    Hi Arthur Francisco Araujo Fernandes,

    Good catch! Glad the issue is resolved for you finally. I will have this answer promoted by reposting it. As an Original Poster will not be able to accept your own answer. This is in the attempt to help others looking for a solution for a similar issue.

    Use Ubuntu server 22.04 instead of Ubuntu serve 24.04, mounting a blob storage container which you need to have constant connection for a long job (hours) and have big data files (tenths to hundreds of GB each file).

    User's image

    Thanks again for sharing the solution here. Have a good day!

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Markapuram Sudheer Reddy 1,670 Reputation points Microsoft External Staff
    2025-02-19T22:54:31.1233333+00:00

    Hi Arthur Francisco Araujo Fernandes,

    Thank You for reaching out to Microsoft Q&A forum.

    The error you are facing like out of memory can be due to high memory usage by running applications or insufficient memory allocation.

    Ensure that the image you configured does not have any unnecessary services or applications running that could consume memory.

    Ensure that the VM size you are using in your Azure Batch pool has sufficient memory and CPU resources.

    Use the commands like top, htop, or free -m to check memory usage.

    If you have any queries, please do let us know, we will help you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.