-
Notifications
You must be signed in to change notification settings - Fork 244
Uploading a stemcell of size 13GB gives error #437
Comments
yes, it's a setting for nginx that you can modify. i've found (and
adjusted) it for regular cloud-foundry/bosh
…On Thu, Sep 7, 2017 at 5:58 AM, Ramya SG ***@***.***> wrote:
We have a stemcell which we built from a vmdk file and has a file size of
13 GB.
When we tried to upload this to our director, obtained this error -
Uploading stemcell file:
Director responded with non-successful status code '413' response '
<title>413 Request Entity Too Large</title> 413 Request Entity Too Large
------------------------------
nginx '
Exit code 1
Read through the bosh documentation that the size limit is 10GB only. Is
there any way to increase this limit. Any one know how to modify nginx
settings to increase this size.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#437>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACdOJtS2vqQUH-82CM_WrKv3b3G8tWvCks5sf74xgaJpZM4PPk6z>
.
|
@grafpoo It would be a great help if you can point us to any link where we can get more details about tweaking the settings for nginx. |
Hi - typically you should be using the stemcells from bosh.io for BOSH Lite / Warden. The VMDK stemcells are not supported in bosh-lite, and I don't think you'll be able to deploy to them after uploading. I'd strongly recommend using the stemcells from bosh.io to get started. Do you mind describing why you're needing to create stemcells? We don't recommend this because they diverge from our officially maintained images with our base security and system settings that releases expect. Any customizations to VMs should be happening through BOSH releases which helps keep the stemcells relatively slim (much, much less than 13GB). |
Hi, Thank you for the reply. We have experimented with the default stemcell that was available with bosh.io. However our research deals with usage of Windows 2012 R2 on VSphere. Hence the need for creating custom stemcell. |
We have a stemcell which we built from a vmdk file and has a file size of 13 GB.
When we tried to upload this to our director, obtained this error -
Read through the bosh documentation that the size limit is 10GB only. Is there any way to increase this limit. Any one know how to modify nginx settings to increase this size.
The text was updated successfully, but these errors were encountered: