Azure / Azure-Functions

1.11k stars 195 forks source link

[Premium] no space in disk error in function app #1272

Open muxiue opened 5 years ago

muxiue commented 5 years ago

Describe the bug My function app is a docker file hosted on linux and running python script. this app need a lot of temp local disk volume about GB level. sometimes, it will run into error "no space in disk...". i changed to app service plan "P1V2", and this app plan should support "Storage 250 GB disk storage shared by all apps deployed in the App Service plan". but it still failed if the video is too big but not larger than 250GB.

To Reproduce Steps to reproduce the behavior:

  1. create a python function app;
  2. deploy to linux with docker container;
  3. if the script's temp folder is too big when processing, job will fail.

Expected behavior it should at least support 250G temp disk storage.

muxiue commented 5 years ago

is there anyone who could answer my question?

alexkarcher-msft commented 5 years ago

Tagging @asavaritayal I suspect there is some container configuration that is limiting your maximum local file size.

marcd123 commented 3 years ago

I am also having this issue when deploying.

Application Info:

When I deploy, it normally crashes during or right after pip install. That is when I get the "no space on device" error. Restarting the Function Apps I'm deploying to occasionally solves the problem but that's not an ideal process if we want to do continuous deployment.

marcd123 commented 3 years ago

@alexkarcher-msft @asavaritayal

Any update on the container configuration limiting maximum local file size?

We're on the EP2 plan which should provide us 250GB of space, so I'm thinking the "no space on device" is not related to the App Service Plan itself.

If it is indeed due to limited space within our custom container, how can I verify this is the issue?

johnnyd710 commented 3 years ago

I'm still having the same issue. Any updates?

netcaf commented 3 years ago

Hello all, I have doubt about the 250G space. In premium plan, what does it mean for the 250G space? Does it belong to the storage account and be charged separately? Thank you.

Anmol007 commented 3 years ago

@alexkarcher-msft any update on this? We are facing similar issue with low disk space available to be used - only ~14-16GB space available in home folder for Linux Function App on EP3 Plan in contrast to the Microsoft doc stating 250 GB available for EP3. https://docs.microsoft.com/en-us/azure/azure-functions/functions-premium-plan?tabs=portal#available-instance-skus image

Application info:

vijetak commented 2 years ago

how to fix this issue?

codingcronus commented 4 weeks ago

We need a fix as well. Come on, Microsoft. Please.