Hi Vijay,
I have a quick question for you. :)
I have about 99% of the VMware-related code written.
This is what it does and how it fits in with my storage plug-in.
* Let's say an admin creates a Disk Offering for a volume that is 1 GB and
has certain Min, Max, and Burst IOPS set.
* An end user
Hi Vijay,
I think I understand how to translate this code.
Perhaps you might be willing to do a quick review of what I have when it's
ready?
Talk to you later,
On Sat, Jun 1, 2013 at 8:07 PM, Mike Tutkowski wrote:
> Hi Vijay,
>
> I was wondering - if you had a few moments - if you might give
Hi Vijay,
I was wondering - if you had a few moments - if you might give me some
pointers on how to translate this code I've written in the VI Java API to
the VI API, which we use in CloudStack?
Below is my createVmfsDatastore method.
Thanks for any time you might be able to spend on this!
pub
OK - thanks, Vijay!
On Wed, May 29, 2013 at 5:05 PM, Vijayendra Bhamidipati <
vijayendra.bhamidip...@citrix.com> wrote:
> Hi Mike,
>
> Your opensource vi java code will be close to what you would implement
> using the closed source vi sdk, so though you will have to rewrite some
> code, it shoul
Hi Mike,
Your opensource vi java code will be close to what you would implement using
the closed source vi sdk, so though you will have to rewrite some code, it
should be possible to reuse much of your core code, especially with spec
preparation and the like. Cloudstack code already has useful