search for: lvhdoiscsi

Displaying 3 results from an estimated 3 matches for "lvhdoiscsi".

Did you mean: lvhdoiscsisr
2012 Oct 30
1
Bug#691805: xcp-storage-managers: Wrong path in iSCSI storage driver script
...SCSI storage resource using the following command: xe sr-create host-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...
2012 Sep 11
1
Bug#687319: xcp-storage-managers: CDROM VDIs don't hotplug in guests because ISO SRs are misconfigured
...file | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + Makefile | 12 +++++++----- + 1 file changed, 7 insertions(+), 5 deletions(-) +diff --git a/Makefile b/Makefile +index fbfbbf5..4255016 100644 --- a/Makefile +++ b/Makefile -@@ -12,6 +12,8 @@ +@@ -12,6 +12,8 @@ SM_DRIVERS += LVHDoISCSI SM_DRIVERS += LVHDoHBA SM_DRIVERS += SHM @@ -22,7 +24,7 @@ SM_LIBS := SR SM_LIBS += SRCommand SM_LIBS += VDI -@@ -93,13 +95,13 @@ +@@ -93,13 +95,13 @@ install: for i in $(SM_XML); do \ install -m 755 drivers/$$i.xml \ $(SM_STAGING)$(SM_DEST); done @@ -41,3 +43,4 @@ #l...
2012 Oct 30
1
Bug#691808: xcp-storage-managers: Another wrong binary path + wrong parameter in storage managers backend
...eate iSCSI storage repositories using this command xe sr-create host-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 The corrections in bugs reports #691805 and #691806 seems to solve not all problems. Now I get this error message on STDOUT: Error code: SR_BACKEND_FAILURE_202 Error parameters: , General backend error [opterr=rc: 21, stdout: , stderr: iscsiadm: No active sessions. ], Log messages in syslog and...