cloudfoundry / bosh-google-cpi-release

BOSH Google CPI
Apache License 2.0
63 stars 96 forks source link

Cannot create vms with persistent disk set to 1000GB #98

Closed jvshahid closed 8 years ago

jvshahid commented 8 years ago

Looks like the payload that the CPI receives back from the gcp api cannot be marshaled properly into an int because the value was marshaled using floating point syntax.

This Gist has the output from the bosh deploy step.

cppforlife commented 8 years ago

@evandbrown Potentially similar to https://github.com/cloudfoundry/bosh-agent/commit/d11adb42a008859408483d527d4af4e73cd12819

evandbrown commented 8 years ago

Ack. Will get the fix in this morning and update this issue when a build makes it through the pipeline. Thanks for reporting, @jvshahid.

evandbrown commented 8 years ago

Dev build 0.0.223 resolves this issue. I'll have an official patch release available once it goes through the prod pipeline (~2 hours from now).

evandbrown commented 8 years ago

Release 25.6.1 resolves this.