Displaying 3 results from an estimated 3 matches for "lvhdoiscsisr".
2012 Oct 30
1
Bug#691805: xcp-storage-managers: Wrong path in iSCSI storage driver script
...t-uuid=<my-host-uuid> content-type=user name-label="LVM over iSCSI SR"> shared=true device-config:target=192.168.10.100 device-config:targetIQN=<here-target-iqn> device-config:SCSIid=<my-scsi-id> type=lvhdoiscsi
(Note that I created a symlink
ln -s /usr/lib/xcp/sm/LVHDoISCSISR.py /usr/lib/xcp/sm/LVHDoISCSISR
so the driver 'lvhdoiscsi' could be recognised.)
This command should print the UUID of the new SR in STDOUT if it has created the SR successfully, but It failed with these messages, among others:
There was an SR backend failure.
status: non-zero exit
stdout...
2011 Dec 07
1
XCP Debi an - ISCSI support?
...n.2011-12.store116ib.array1111:tgt \
> device-config:SCSIid=0 \
> type=lvmoiscsi
There was an SR backend failure.
status: non-zero exit
stdout:
stderr: Traceback (most recent call last):
File "/usr/lib/xen-common/xapi/sm/LVMoISCSISR", line 383, in <module>
SRCommand.run(LVHDoISCSISR, DRIVER_INFO)
File "/usr/lib/xen-common/xapi/sm/SRCommand.py", line 261, in run
sr = driver(cmd, cmd.sr_uuid)
File "/usr/lib/xen-common/xapi/sm/SR.py", line 136, in __init__
self.load(sr_uuid)
File "/usr/lib/xen-common/xapi/sm/LVMoISCSISR", line 156, in l...
2012 Oct 30
1
Bug#691808: xcp-storage-managers: Another wrong binary path + wrong parameter in storage managers backend
...d(sr)
File "/usr/lib/xcp/sm/SRCommand.py", line 131, in _run_locked
return self._run(sr, target)
File "/usr/lib/xcp/sm/SRCommand.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...