search for: sr_name_label

Displaying 1 result from an estimated 1 matches for "sr_name_label".

2013 Jul 22
1
Bug#717573: XCP: Cannot connect to iSCSI target
...the following commands trying to diagnose the problem: First introducing a SR and then creating a PBD with the needed configuration for the iscsi block device. These steps work fine but when I tried to plug the PBD I got the error: root at xcpcompute1:~# SR_UUID=$(uuidgen) root at xcpcompute1:~# SR_NAME_LABEL="Test-${SR_UUID}" root at xcpcompute1:~# xe sr-introduce name-label=${SR_NAME_LABEL} type=iscsi uuid=${SR_UUID} 43223068-01e5-4c3e-b9ff-0d33fa89fab8 root at xcpcompute1:~# . /etc/xcp/inventory root at xcpcompute1:~# PBD_UUID=`xe pbd-create host-uuid=${INSTALLATION_UUID} sr-uuid=${SR_UUID}...