Displaying 4 results from an estimated 4 matches for "e1tvgw9".
2012 Oct 30
1
Bug#691806: xcp-storage-managers: Missing dependency
Package: xcp-storage-managers
Version: 0.1.1-2
Severity: important
The xcp-storage-managers seems to depends on sg3-utils package which contains the 'sginfo' (/usr/bin/sginfo) binary called by /usr/lib/xcp/sm/scsiutil.py script twice (lines 105 and 107).
A simple 'apt-get install sg3-utils' solved this issue so I believe that xcp-storage-managers dependency list needs to
2012 Oct 30
1
Bug#691805: xcp-storage-managers: Wrong path in iSCSI storage driver script
Package: xcp-storage-managers
Version: 0.1.1-2
Severity: important
Dear Maintainer,
I can not create an iSCSI 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>
2012 Sep 11
1
Bug#687319: xcp-storage-managers: CDROM VDIs don't hotplug in guests because ISO SRs are misconfigured
Package: xcp-storage-managers
Version: 0.1.1-2ubuntu1
Severity: normal
This bug prevents CDROM VDIs from being hotplugged into guest
VMs. The issue is that the NFS ISO SR configures the ISO VDIs to
be 'file' types, which it should configure them to by 'phy'
types. This breaks on Debian's Xen because the Debian hotplug
scripts are more robuse than the ones on XenServer, and
2012 Oct 30
1
Bug#691808: xcp-storage-managers: Another wrong binary path + wrong parameter in storage managers backend
Package: xcp-storage-managers
Version: 0.1.1-2
Severity: important
I still am not able to create 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>