search for: iscsi_err_no_objs_found

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

2013 Dec 22
2
Re: Connect libvirt to iSCSI target
...help (for my f19 /var/log/messages). The log of a failed virsh pool-start virtimages can be found here http://dpaste.com/1518444/ Most notable is I assume: libvirtd[8028]: internal error: Child process (/usr/bin/iscsiadm --mode session) unexpected exit status 21 >From “man iscsiadm”: 21 ISCSI_ERR_NO_OBJS_FOUND - no records/targets/sessions/portals found to execute operation on. If I run “iscsiadm --mode session” in the console, I indeed get and error: iscsiadm: No active sessions. Do I need to create a session or setup libvert to do that before iSCSI is supposed to work? The log shows that lib...
2013 Dec 23
0
Re: Connect libvirt to iSCSI target
...ed in late October which I is within the same time frame of 1.1.4 which you are using. So what is your libiscsi version. Not sure how much time I'll have over the next week to look at anything as I'm busy with non work related things... John >>From “man iscsiadm”: > > 21 ISCSI_ERR_NO_OBJS_FOUND - no records/targets/sessions/portals > found to execute operation on. > > If I run “iscsiadm --mode session” in the console, I indeed get and > error: > > iscsiadm: No active sessions. > > Do I need to create a session or setup libvert to do that before > iSCSI...
2013 Dec 18
3
Connect libvirt to iSCSI target
Hi! I'm new to libvirt and face problems connecting to an iSCSI target. What I intend to do is to connect libvirt (I tried virt-manager and virsh) to an iSCSI target and then boot from the LUNs which contain the VMs. I followed the documentation¹ but got stuck at section 12.1.5.4.3. 1) virsh pool-define-as \ --name foo \ --type iscsi