Re: createAsync Question

2013-04-17 Thread Mike Tutkowski
e list, so others could hear what >> Edison has to say, as well. >> >> >> -- Forwarded message -- >> From: Mike Tutkowski >> Date: Wed, Apr 17, 2013 at 12:42 PM >> Subject: Re: createAsync Question >> To: Edison Su &

Re: createAsync Question

2013-04-17 Thread Mike Tutkowski
lidfire.com> wrote: > Meant to send this out to the entire list, so others could hear what > Edison has to say, as well. > > > -- Forwarded message -- > From: Mike Tutkowski > Date: Wed, Apr 17, 2013 at 12:42 PM > Subject: Re: createAsync Question > To

Re: createAsync Question

2013-04-17 Thread Mike Tutkowski
Hi Edison, So, I'm looking in CitrixResourceBase at the execute(AttachVolumeCommand) method. I think the new logic would go in two places: right after "if (attach)" and right after the else for "if (attach)". Let's look at "if (attach)": At this point in execution, how can I tell if the incomi

RE: createAsync Question

2013-04-16 Thread Edison Su
Creatasync doesn't need to create a storage pool on the hypervisor host, as you don't know which hypervisor host want to access the volume yet. The volume will be accessed by hypervisor host in attachvolumecmd, you can add your code in citrixresource: execute(attachvolumecmd), to create a sr from