Re: Code Location Question

2013-02-21 Thread Mike Tutkowski
Thanks! I've been looking around in StorageManagerImpl.java for a bit now, but haven't checked out CitrixResourceBase.java. On Thu, Feb 21, 2013 at 10:25 PM, Devdeep Singh wrote: > You can start with looking at createPool function in > StorageManagerImpl.java. The implementation specific to cre

RE: Code Location Question

2013-02-21 Thread Devdeep Singh
You can start with looking at createPool function in StorageManagerImpl.java. The implementation specific to creating iSCSI storage for a XenServer is in CitrixResourceBase.java. Look for how CreateStoragePoolCommand has been handled. It calls getIscsiSR for creating a SR of type iSCSI on xen ho