bosh-lite and cf-204+ release

367 views
Skip to first unread message

Dmitriy Kalinin

unread,
Mar 20, 2015, 7:01:41 PM3/20/15
to bosh-...@cloudfoundry.org
Hey all,

As some of you already found out your bosh-lite installation does not accept cf-204 release uploads. The reason for that is Director's nginx is configured to cut off uploads bigger than 5gb by default. cf-release (v204+) is now 5.1gb.

To fix your bosh-lite until we release a new one:

vagrant ssh
sudo su
nano /var/vcap/jobs/director/config/nginx.conf

Replace line:
client_max_body_size 5000m;
with:
   client_max_body_size 10000m;

monit restart director_nginx
watch monit summary # and wait until director_nginx is running

After following above steps `bosh upload release` should work again.

Dmitriy

Dr Nic Williams

unread,
Mar 20, 2015, 7:44:20 PM3/20/15
to bosh-...@cloudfoundry.org, bosh-...@cloudfoundry.org
Perhaps 5G+ bosh releases could be a bug in itself :)



To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+...@cloudfoundry.org.

Cornelia Davis

unread,
Mar 21, 2015, 4:55:12 PM3/21/15
to bosh-...@cloudfoundry.org
Thanks Dmitriy!

Rajesh Jain

unread,
Mar 26, 2015, 4:59:39 PM3/26/15
to bosh-...@cloudfoundry.org
Thanks, worked for me.
Reply all
Reply to author
Forward
0 new messages