search for: iscsilib

Displaying 4 results from an estimated 4 matches for "iscsilib".

Did you mean: iscsi_id
2013 Jul 22
1
Bug#717575: xcp-storage-managers: Wrong path of pidof in /usr/lib/xcp/sm/iscsilib.py
Package: xcp-storage-managers Version: 0.1.1-3 Severity: normal This was already reported in the archived bug 691805 but I sent an e-mail and I received back permanent delivery failure because this bugs has been archieved. Still the path of "pidof" in the file /usr/lib/xcp/sm/iscsilib.py is wrong on Wheezy. It should be /bin/pidof instead of /sbin/pidof root at xcpcompute2:~# cat /usr/lib/xcp/sm/iscsilib.py | grep pidof cmd = ["/sbin/pidof", "-s", "/usr/sbin/iscsid"] root at xcpcompute2:~# whereis pidof pidof: /bin/pidof /usr/share/man/man8/pi...
2012 Oct 30
1
Bug#691805: xcp-storage-managers: Wrong path in iSCSI storage driver script
..._init__ self.load(sr_uuid) File "/usr/lib/xcp/sm/LVHDoISCSISR", line 153, in load self._LUNprint(sr_uuid) File "/usr/lib/xcp/sm/LVHDoISCSISR", line 183, in _LUNprint self.iscsi.attach(sr_uuid) File "/usr/lib/xcp/sm/ISCSISR.py", line 274, in attach iscsilib.ensure_daemon_running_ok(self.localIQN) File "/usr/lib/xcp/sm/iscsilib.py", line 315, in ensure_daemon_running_ok if not is_iscsi_daemon_running(): File "/usr/lib/xcp/sm/iscsilib.py", line 198, in is_iscsi_daemon_running (rc,stdout,stderr) = util.doexec(cmd) File &qu...
2012 Oct 30
1
Bug#691808: xcp-storage-managers: Another wrong binary path + wrong parameter in storage managers backend
...nd.py", line 214, in _run return sr.create(self.params['sr_uuid'], long(self.params['args'][0])) File "/usr/lib/xcp/sm/LVHDoISCSISR", line 235, in create self.iscsi.attach(sr_uuid) File "/usr/lib/xcp/sm/ISCSISR.py", line 277, in attach if not iscsilib._checkTGT(self.targetIQN): File "/usr/lib/xcp/sm/iscsilib.py", line 284, in _checkTGT (stdout,stderr) = exn_on_failure(cmd, failuremessage) File "/usr/lib/xcp/sm/iscsilib.py", line 37, in exn_on_failure raise xs_errors.XenError('SMGeneral', opterr=msg) File...
2012 Nov 05
0
xcp-storage-managers_0.1.1-3_amd64.changes ACCEPTED into unstable
...<zigo at debian.org> Description: xcp-storage-managers - storage backends for XCP Closes: 687319 691805 691806 691808 Changes: xcp-storage-managers (0.1.1-3) unstable; urgency=low . * Added missing dependency on sg3-utils and open-iscsi (Closes: #691806). * Fixes path to iscsid in iscsilib.py (Closes: #691805). * Fixes path to scsi_id in scsiutil.py, removes unknown --master parameter in lvutil.py (Closes: #691808). * Fix CDROM guest hotplug bug (LP: #1045739) (Closes: #687319). * Added a watch file. * Build-Conflicts: xcp-storage-managers, since that's just what h...