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
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,
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
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
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