Linking Azure batch pool to blob storage

Enea de Bollivier 20 Reputation points
2024-12-10T19:28:25.54+00:00

Hi,

I am trying to create a batch pool with two mounted blob storage ( one for input, one for output). I am currently using the Azure website UI to create the pool.

I trying mounting it with the following settings :

  • Mount configuration
  • source : container_path
  • relative mount path : /mnt/batch/tasks/fsmounts/input (/mnt/batch/tasks/fsmounts/output for the second one)
  • mount options : -o attr_timeout=240 -o entry_timeout=240 -o negative_timeout=120
  • storage account : 2 differents storage accounts
  • identity reference for authentification

I get the following error:

No such file or directory: '/mnt/batch/tasks/fsmounts/bfuse-/mnt/batch/tasks/fsmounts/input.log' MountConfigurationPath - Status.TvmInternalError

It seems to be an error that I cannot control as I have no impact on the input.log file

Thank you

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

1 answer

Sort by: Most helpful
  1. Akshay kumar Mandha 1,655 Reputation points Microsoft Vendor
    2024-12-10T22:07:22.35+00:00

    Hi Enea de Bollivier
    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here
    There is the issue with the directory files not existing in that node based on your error could you please check that directory existing or not in that nodes and also can you confirm are using Linux and windows image for the batch pool


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.