[vdsm] How to find scsi-key param for disconnectStoragePool ?

2012-03-01 Thread Deepak C Shetty
I was trying to disconnect a already connected spool, but how do i find the scsi-key value that is needed to disconnectStoragePool cmd ? Using getStoragePoolInfo does not dump the scsi-key value, so how are we supposed to deduce the scsi-key ? Also curious to know, what exactly is scsi-key and

[vdsm] Error when running autobuild

2012-03-01 Thread Itzik Brown
Hi, I have a problem building vdsm on RHEL 6.2 After running the following: # git clone http://gerrit.ovirt.org/p/vdsm.git # cd vdsm # git fetch http://gerrit.ovirt.org/p/vdsm refs/changes/93/1693/5 && git checkout FETCH_HEAD # ./autobuild.sh I get the following error: /usr/bin/pyflakes vdsm

Re: [vdsm] How to find scsi-key param for disconnectStoragePool ?

2012-03-01 Thread Saggi Mizrahi
scsi-key is not really used. Just pass 0 and ignore it. I was originally planned to accommodate scsi reservation. When we will support scsi reservation the interface will probably be completely different. I also apologize for constantly missing you on IRC. I Tried to reply but you were already d

Re: [vdsm] Error when running autobuild

2012-03-01 Thread Ewoud Kohl van Wijngaarden
On Thu, Mar 01, 2012 at 03:18:59PM +, Itzik Brown wrote: > I have a problem building vdsm on RHEL 6.2 > > After running the following: > > # git clone http://gerrit.ovirt.org/p/vdsm.git > # cd vdsm > # git fetch http://gerrit.ovirt.org/p/vdsm refs/changes/93/1693/5 && git > checkout FETCH_HEAD

Re: [vdsm] How to find scsi-key param for disconnectStoragePool ?

2012-03-01 Thread Deepak C Shetty
On 03/01/2012 11:18 PM, Saggi Mizrahi wrote: scsi-key is not really used. Just pass 0 and ignore it. I was originally planned to accommodate scsi reservation. When we will support scsi reservation the interface will probably be completely different. Hi Saggi, thanks for the quick response. I

Re: [vdsm] Error when running autobuild

2012-03-01 Thread Itamar Heim
On 03/01/2012 08:18 PM, Ewoud Kohl van Wijngaarden wrote: On Thu, Mar 01, 2012 at 03:18:59PM +, Itzik Brown wrote: I have a problem building vdsm on RHEL 6.2 After running the following: # git clone http://gerrit.ovirt.org/p/vdsm.git # cd vdsm # git fetch http://gerrit.ovirt.org/p/vdsm ref