Re: VolumeApiServiceImpl Question

2013-10-25 Thread Mike Tutkowski
Great, thanks! On Fri, Oct 25, 2013 at 11:20 PM, Min Chen wrote: > Just checked in. > > Thanks > -min > > On 10/25/13 10:18 PM, "Mike Tutkowski" > wrote: > > >Is this a recent fix, Min? I updated from master a couple days ago and was > >still having trouble with creating a volume from a disk o

Re: VolumeApiServiceImpl Question

2013-10-25 Thread Min Chen
Just checked in. Thanks -min On 10/25/13 10:18 PM, "Mike Tutkowski" wrote: >Is this a recent fix, Min? I updated from master a couple days ago and was >still having trouble with creating a volume from a disk offering unless I >hard-coded something for _maxVolumeSizeInGb. > >Thanks! > > >On Fri,

Re: VolumeApiServiceImpl Question

2013-10-25 Thread Mike Tutkowski
Is this a recent fix, Min? I updated from master a couple days ago and was still having trouble with creating a volume from a disk offering unless I hard-coded something for _maxVolumeSizeInGb. Thanks! On Fri, Oct 25, 2013 at 10:40 PM, Min Chen wrote: > Hi Mike, > > This was caused by

Re: VolumeApiServiceImpl Question

2013-10-25 Thread Min Chen
Hi Mike, This was caused by missing initialization of _maxVolumeSizeInGb from configDao in configuring VolumeApiServiceImpl. I checked in a fix 694ec684a372c95abf8d1a798714b6f074862816 into master, which should have fixed this issue. Thanks -min On 10/24/13 4:35 PM, "Mike

Re: VolumeApiServiceImpl Question

2013-10-24 Thread Mike Tutkowski
Figured I'd send this out again. Any thoughts as to why _maxVolumeSizeInGb is never assigned to in VolumeApiServiceImpl? The end result is you cannot create a volume unless you explicitly go into VolumeApiServiceImpl and do something like assign a high value to _maxVolumeSizeInGb. I opened a JIR