Re: XAPI Create iSCSI SR Question

2013-03-14 Thread David Grizzanti
Ok - that does help. At least I know I'm not alone in it not working :) I'll try to go the route of the separate XenServer instance. Thanks! On Mar 14, 2013, at 4:31 PM, Mike Tutkowski wrote: > OK, just tried it on DevCloud2 and on my personally built XenServer > instance. > > DevCloud2 did n

Re: XAPI Create iSCSI SR Question

2013-03-14 Thread Mike Tutkowski
OK, just tried it on DevCloud2 and on my personally built XenServer instance. DevCloud2 did not work. It returned the error you listed (driver not recognised). My XenServer instance did work. Hope that helps! :) On Thu, Mar 14, 2013 at 2:09 PM, Mike Tutkowski < mike.tutkow...@solidfire.com>

Re: XAPI Create iSCSI SR Question

2013-03-14 Thread Mike Tutkowski
Hi David, I was able to successfully create a shared iSCSI SR on my XenServer host from a Java app, but it was not using DevCloud2 (just a XenServer instance I had built up on my own). Let me try to run it against DevCloud2 and see what results I get. Get back to you in a bit, Mike On Thu, Mar

Re: XAPI Create iSCSI SR Question

2013-03-14 Thread David Grizzanti
Hey Mike, I know this thread is a bit old, but I'm trying to accomplish something similar to what you were working on here and running into an issue that you may have faced. Were you working inside DevCloud2 when you were doing this? When trying to create the SR (inside Devcloud2), I'm hitting

Re: XAPI Create iSCSI SR Question

2013-02-26 Thread Mike Tutkowski
Hey Alex, Thanks for the suggestion. I used xe and found out (through the docs) that my contextType (String variable) should have been equal to "user". Once I made that change, it all worked. On Tue, Feb 26, 2013 at 5:54 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > We do allow

Re: XAPI Create iSCSI SR Question

2013-02-26 Thread Mike Tutkowski
We do allow for the creation of a Primary Storage in CS based on a pre-existent Storage Repository, so I should be able to track down where that happens. I think we even include the XAPI source code for the SR class that does this. On Tue, Feb 26, 2013 at 5:39 PM, Mike Tutkowski < mike.tutkow...

Re: XAPI Create iSCSI SR Question

2013-02-26 Thread Mike Tutkowski
I've heard of the xe CLI...I should look into that more. Thanks On Tue, Feb 26, 2013 at 5:21 PM, Alex Huang wrote: > Mike, > > It's been a while since I'ved the XenServer XAPI apis so I don't know for > sure what you've set is correct. However, I can point out that the way I > normally debug

RE: XAPI Create iSCSI SR Question

2013-02-26 Thread Alex Huang
Mike, It's been a while since I'ved the XenServer XAPI apis so I don't know for sure what you've set is correct. However, I can point out that the way I normally debug these things is I used the xe command line tool to first create the iscsi SR. And then I look at the SR parameters and then t