Advertisement
Guest User

iscsi logs after virt creation

a guest
Jan 4th, 2015
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. # systemctl status iscsi
  2. iscsi.service - Login and scanning of iSCSI devices
  3. Loaded: loaded (/usr/lib/systemd/system/iscsi.service; enabled)
  4. Active: inactive (dead)
  5. start condition failed at Sun 2015-01-04 15:31:59 GMT; 18min ago
  6. none of the trigger conditions were met
  7. Docs: man:iscsid(8)
  8. man:iscsiadm(8)
  9.  
  10. Jan 04 15:31:59 myserver.mydomain systemd[1]: Started Login and scanning of iSCSI devices.
  11.  
  12. --------------------
  13.  
  14. # systemctl status iscsid
  15. iscsid.service - Open-iSCSI
  16. Loaded: loaded (/usr/lib/systemd/system/iscsid.service; disabled)
  17. Active: active (running) since Sun 2015-01-04 15:47:42 GMT; 2min 55s ago
  18. Docs: man:iscsid(8)
  19. man:iscsiadm(8)
  20. Process: 7215 ExecStart=/usr/sbin/iscsid (code=exited, status=0/SUCCESS)
  21. Main PID: 7217 (iscsid)
  22. CGroup: /system.slice/iscsid.service
  23. ├─7216 /usr/sbin/iscsid
  24. └─7217 /usr/sbin/iscsid
  25.  
  26. Jan 04 15:47:42 myserver.mydomain iscsid[7215]: iSCSI logger with pid=7216 started!
  27. Jan 04 15:47:42 myserver.mydomain systemd[1]: Failed to read PID from file /var/run/iscsid.pid: Invalid argument
  28. Jan 04 15:47:42 myserver.mydomain systemd[1]: Started Open-iSCSI.
  29. Jan 04 15:47:43 myserver.mydomain iscsid[7216]: iSCSI daemon with pid=7217 started!
  30. Jan 04 15:47:44 myserver.mydomain iscsid[7216]: Could not set session1 priority. READ/WRITE throughout and latency could be affected.
  31. Jan 04 15:47:45 myserver.mydomain iscsid[7216]: Connection1:0 to [target: iqn.2010-10.org.openstack:volume-e764f202-b414-424f-b02a-595f797b6b9c, portal: 192.168.1.10,3260] through [iface: default] is operational now
  32.  
  33. --------------------
  34. # targetcli ls
  35. o- / ......................................................................................................................... [...]
  36. o- backstores .............................................................................................................. [...]
  37. | o- block .................................................................................................. [Storage Objects: 1]
  38. | | o- iqn.2010-10.org.openstack:volume-e764f202-b414-424f-b02a-595f797b6b9c [/dev/cinder-volumes/volume-e764f202-b414-424f-b02a-595f797b6b9c (1.0GiB) write-thru activated]
  39. | o- fileio ................................................................................................. [Storage Objects: 0]
  40. | o- pscsi .................................................................................................. [Storage Objects: 0]
  41. | o- ramdisk ................................................................................................ [Storage Objects: 0]
  42. o- iscsi ............................................................................................................ [Targets: 1]
  43. | o- iqn.2010-10.org.openstack:volume-e764f202-b414-424f-b02a-595f797b6b9c ............................................. [TPGs: 1]
  44. | o- tpg1 .......................................................................................... [no-gen-acls, auth per-acl]
  45. | o- acls .......................................................................................................... [ACLs: 1]
  46. | | o- iqn.1994-05.com.redhat:4fc3b5297ef1 ...................................................... [1-way auth, Mapped LUNs: 1]
  47. | | o- mapped_lun0 ................. [lun0 block/iqn.2010-10.org.openstack:volume-e764f202-b414-424f-b02a-595f797b6b9c (rw)]
  48. | o- luns .......................................................................................................... [LUNs: 1]
  49. | | o- lun0 [block/iqn.2010-10.org.openstack:volume-e764f202-b414-424f-b02a-595f797b6b9c (/dev/cinder-volumes/volume-e764f202-b414-424f-b02a-595f797b6b9c)]
  50. | o- portals .................................................................................................... [Portals: 1]
  51. | o- 0.0.0.0:3260 ..................................................................................................... [OK]
  52. o- loopback ......................................................................................................... [Targets: 0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement