[Users] Weird errors when trying to connect to an iSCSI target.

noc noc at nieuwland.nl
Thu Mar 7 09:26:23 UTC 2013


I have been able to connect to this iSCSI target before but now I'm 
getting some weird errors, see attached vdsm.log but in short its about 
the following:

Thread-161303::DEBUG::2013-03-07 
09:54:14,401::task::568::TaskManager.Task::(_updateState) 
Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::moving from state init -> 
state preparing
Thread-161303::INFO::2013-03-07 
09:54:14,402::logUtils::41::dispatcher::(wrapper) Run and protect: 
discoverSendTargets(con={'connection': '192.168.4.234', 'password': 
'******', 'port': '3260', 'user': ''}, options=None)
Thread-161303::DEBUG::2013-03-07 
09:54:14,402::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo 
-n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 
192.168.4.234:3260 --op=new' (cwd None)
Thread-161303::DEBUG::2013-03-07 
09:54:14,428::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = 
''; <rc> = 0
Thread-161303::DEBUG::2013-03-07 
09:54:14,428::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo 
-n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 
192.168.4.234:3260 -n node.startup -v manual --op=update' (cwd None)
Thread-161303::DEBUG::2013-03-07 
09:54:14,452::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> = 
'iscsiadm: Cannot modify node.startup. Invalid param name.\n'; <rc> = 7
Thread-161303::DEBUG::2013-03-07 
09:54:14,453::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo 
-n /sbin/iscsiadm -m iface' (cwd None)
Thread-161303::DEBUG::2013-03-07 
09:54:14,476::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = 
''; <rc> = 0
Thread-161303::DEBUG::2013-03-07 
09:54:14,477::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo 
-n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 
192.168.4.234:3260 --discover' (cwd None)
Thread-161303::DEBUG::2013-03-07 
09:54:14,512::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> = 
'iscsiadm: No portals found\n'; <rc> = 21
Thread-161303::DEBUG::2013-03-07 
09:54:14,516::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo 
-n /sbin/iscsiadm -m iface' (cwd None)
Thread-161303::DEBUG::2013-03-07 
09:54:14,541::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = 
''; <rc> = 0
Thread-161303::DEBUG::2013-03-07 
09:54:14,541::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo 
-n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 
192.168.4.234:3260 --op=delete' (cwd None)
Thread-161303::DEBUG::2013-03-07 
09:54:14,565::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = 
''; <rc> = 0
Thread-161303::ERROR::2013-03-07 
09:54:14,566::hsm::2799::Storage.HSM::(discoverSendTargets) Discovery failed
Traceback (most recent call last):
   File "/usr/share/vdsm/storage/hsm.py", line 2797, in discoverSendTargets
     targets = iscsi.discoverSendTargets(iface, portal, cred)
   File "/usr/share/vdsm/storage/iscsi.py", line 202, in discoverSendTargets
     targets = iscsiadm.discoverydb_discover(discoverType, iface.name, 
portalStr)
   File "/usr/share/vdsm/storage/iscsiadm.py", line 213, in 
discoverydb_discover
     raise IscsiDiscoverdbError(rc, out, err)
IscsiDiscoverdbError: (21, [], ['iscsiadm: No portals found'])
Thread-161303::ERROR::2013-03-07 
09:54:14,567::task::833::TaskManager.Task::(_setError) 
Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::Unexpected error
Traceback (most recent call last):
   File "/usr/share/vdsm/storage/task.py", line 840, in _run
     return fn(*args, **kargs)
   File "/usr/share/vdsm/logUtils.py", line 42, in wrapper
     res = f(*args, **kwargs)
   File "/usr/share/vdsm/storage/hsm.py", line 2800, in discoverSendTargets
     raise se.iSCSIDiscoveryError(portal, e)

Running the commands in a shell indeed gives the errors shown.

I have a wild guess but what interface is -I default referring to?
I had more than one interface activated for this host but moved it to a 
cluster which didn't have the network definitions and removed the now 
invalid networks from the host. Just checked with tcpdump and the 
traffic is going through ovirtmgmt interface and the storage is responding.
/var/lib/iscsi isn't filled with info, only 
sendtargets/target_ip_address/st_config

Joop
--
irc: jvandewege


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20130307/ac4d9188/attachment-0001.html>
-------------- next part --------------
Thread-161296::DEBUG::2013-03-07 09:54:04,360::BindingXMLRPC::161::vds::(wrapper) [192.168.216.150]
Thread-161296::DEBUG::2013-03-07 09:54:04,361::task::568::TaskManager.Task::(_updateState) Task=`21c8ea2b-fad6-407b-a5ce-210f4bb3db7e`::moving from state init -> state preparing
Thread-161296::INFO::2013-03-07 09:54:04,362::logUtils::41::dispatcher::(wrapper) Run and protect: getDeviceList(storageType=3, options={})
Thread-161296::DEBUG::2013-03-07 09:54:04,362::misc::1054::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
Thread-161296::DEBUG::2013-03-07 09:54:04,362::misc::1056::SamplingMethod::(__call__) Got in to sampling method
Thread-161296::DEBUG::2013-03-07 09:54:04,362::misc::1054::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
Thread-161296::DEBUG::2013-03-07 09:54:04,363::misc::1056::SamplingMethod::(__call__) Got in to sampling method
Thread-161296::DEBUG::2013-03-07 09:54:04,363::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
Thread-161296::DEBUG::2013-03-07 09:54:04,387::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> = 'iscsiadm: No session found.\n'; <rc> = 21
Thread-161296::DEBUG::2013-03-07 09:54:04,387::misc::1064::SamplingMethod::(__call__) Returning last result
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:04,390::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/dd of=/sys/class/scsi_host/host0/scan' (cwd None)
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:04,396::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/dd of=/sys/class/scsi_host/host1/scan' (cwd None)
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:04,401::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/dd of=/sys/class/scsi_host/host2/scan' (cwd None)
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:04,406::iscsi::402::Storage.ISCSI::(forceIScsiScan) Performing SCSI scan, this will take up to 30 seconds
Thread-161296::DEBUG::2013-03-07 09:54:06,409::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/multipath' (cwd None)
Thread-161296::DEBUG::2013-03-07 09:54:06,437::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
Thread-161296::DEBUG::2013-03-07 09:54:06,438::lvm::477::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-161296::DEBUG::2013-03-07 09:54:06,438::lvm::479::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-161296::DEBUG::2013-03-07 09:54:06,438::lvm::488::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
Thread-161296::DEBUG::2013-03-07 09:54:06,439::lvm::490::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
Thread-161296::DEBUG::2013-03-07 09:54:06,439::lvm::508::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-161296::DEBUG::2013-03-07 09:54:06,439::lvm::510::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-161296::DEBUG::2013-03-07 09:54:06,440::misc::1064::SamplingMethod::(__call__) Returning last result
Thread-161296::DEBUG::2013-03-07 09:54:06,440::lvm::334::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' got the operation mutex
Thread-161296::DEBUG::2013-03-07 09:54:06,442::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/lvm pvs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 filter = [ \\"a%3600508b100104a39535454343331000a%\\", \\"r%.*%\\" ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,size,vg_name,vg_uuid,pe_start,pe_count,pe_alloc_count,mda_count,dev_size' (cwd None)
Thread-161296::DEBUG::2013-03-07 09:54:06,529::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
Thread-161296::DEBUG::2013-03-07 09:54:06,530::lvm::359::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' released the operation mutex
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:06,531::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/sbin/dmsetup status' (cwd None)
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:06,538::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:06,540::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/lib/udev/scsi_id --page=0x80 --whitelisted --export --replace-whitespace --device=/dev/dm-0' (cwd None)
MainProcess|Thread-161296::DEBUG::2013-03-07 09:54:06,546::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
Thread-161296::WARNING::2013-03-07 09:54:06,547::multipath::329::Storage.Multipath::(pathListIter) Problem getting hbtl from device `cciss!c0d0`
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/multipath.py", line 326, in pathListIter
    pathInfo["hbtl"] = getHBTL(slave)
  File "/usr/share/vdsm/storage/multipath.py", line 244, in getHBTL
    hbtl = os.listdir("/sys/block/%s/device/scsi_disk/" % physdev)
OSError: [Errno 2] No such file or directory: '/sys/block/cciss!c0d0/device/scsi_disk/'
Thread-161296::DEBUG::2013-03-07 09:54:06,549::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/lvm pvcreate --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 filter = [ \\"a%3600508b100104a39535454343331000a%\\", \\"r%.*%\\" ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --test --metadatasize 128m --metadatacopies 2 --metadataignore y' (cwd None)
Thread-161296::DEBUG::2013-03-07 09:54:06,581::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> = "  TEST MODE: Metadata will NOT be updated and volumes will not be (de)activated.\n  Please enter a physical volume path\n  Run `pvcreate --help' for more information.\n"; <rc> = 3
Thread-161296::DEBUG::2013-03-07 09:54:06,583::lvm::804::Storage.LVM::(testPVCreate) rc: 3, out: [], err: ['  TEST MODE: Metadata will NOT be updated and volumes will not be (de)activated.', '  Please enter a physical volume path', "  Run `pvcreate --help' for more information."], unusedDevs: set([]), usedDevs: set([])
Thread-161296::INFO::2013-03-07 09:54:06,609::logUtils::44::dispatcher::(wrapper) Run and protect: getDeviceList, Return response: {'devList': []}
Thread-161296::DEBUG::2013-03-07 09:54:06,609::task::1151::TaskManager.Task::(prepare) Task=`21c8ea2b-fad6-407b-a5ce-210f4bb3db7e`::finished: {'devList': []}
Thread-161296::DEBUG::2013-03-07 09:54:06,609::task::568::TaskManager.Task::(_updateState) Task=`21c8ea2b-fad6-407b-a5ce-210f4bb3db7e`::moving from state preparing -> state finished
Thread-161296::DEBUG::2013-03-07 09:54:06,609::resourceManager::830::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-161296::DEBUG::2013-03-07 09:54:06,610::resourceManager::864::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-161296::DEBUG::2013-03-07 09:54:06,610::task::957::TaskManager.Task::(_decref) Task=`21c8ea2b-fad6-407b-a5ce-210f4bb3db7e`::ref 0 aborting False
Thread-161300::DEBUG::2013-03-07 09:54:11,395::task::568::TaskManager.Task::(_updateState) Task=`c44d9742-5300-49cf-9b37-bad8c82e3fe3`::moving from state init -> state preparing
Thread-161300::INFO::2013-03-07 09:54:11,396::logUtils::41::dispatcher::(wrapper) Run and protect: repoStats(options=None)
Thread-161300::INFO::2013-03-07 09:54:11,396::logUtils::44::dispatcher::(wrapper) Run and protect: repoStats, Return response: {}
Thread-161300::DEBUG::2013-03-07 09:54:11,396::task::1151::TaskManager.Task::(prepare) Task=`c44d9742-5300-49cf-9b37-bad8c82e3fe3`::finished: {}
Thread-161300::DEBUG::2013-03-07 09:54:11,396::task::568::TaskManager.Task::(_updateState) Task=`c44d9742-5300-49cf-9b37-bad8c82e3fe3`::moving from state preparing -> state finished
Thread-161300::DEBUG::2013-03-07 09:54:11,396::resourceManager::830::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-161300::DEBUG::2013-03-07 09:54:11,396::resourceManager::864::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-161300::DEBUG::2013-03-07 09:54:11,397::task::957::TaskManager.Task::(_decref) Task=`c44d9742-5300-49cf-9b37-bad8c82e3fe3`::ref 0 aborting False
Thread-161303::DEBUG::2013-03-07 09:54:14,401::BindingXMLRPC::161::vds::(wrapper) [192.168.216.150]
Thread-161303::DEBUG::2013-03-07 09:54:14,401::task::568::TaskManager.Task::(_updateState) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::moving from state init -> state preparing
Thread-161303::INFO::2013-03-07 09:54:14,402::logUtils::41::dispatcher::(wrapper) Run and protect: discoverSendTargets(con={'connection': '192.168.4.234', 'password': '******', 'port': '3260', 'user': ''}, options=None)
Thread-161303::DEBUG::2013-03-07 09:54:14,402::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 192.168.4.234:3260 --op=new' (cwd None)
Thread-161303::DEBUG::2013-03-07 09:54:14,428::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
Thread-161303::DEBUG::2013-03-07 09:54:14,428::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 192.168.4.234:3260 -n node.startup -v manual --op=update' (cwd None)
Thread-161303::DEBUG::2013-03-07 09:54:14,452::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> = 'iscsiadm: Cannot modify node.startup. Invalid param name.\n'; <rc> = 7
Thread-161303::DEBUG::2013-03-07 09:54:14,453::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/iscsiadm -m iface' (cwd None)
Thread-161303::DEBUG::2013-03-07 09:54:14,476::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
Thread-161303::DEBUG::2013-03-07 09:54:14,477::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 192.168.4.234:3260 --discover' (cwd None)
Thread-161303::DEBUG::2013-03-07 09:54:14,512::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> = 'iscsiadm: No portals found\n'; <rc> = 21
Thread-161303::DEBUG::2013-03-07 09:54:14,516::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/iscsiadm -m iface' (cwd None)
Thread-161303::DEBUG::2013-03-07 09:54:14,541::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
Thread-161303::DEBUG::2013-03-07 09:54:14,541::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo -n /sbin/iscsiadm -m discoverydb -t sendtargets -I default -p 192.168.4.234:3260 --op=delete' (cwd None)
Thread-161303::DEBUG::2013-03-07 09:54:14,565::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> = ''; <rc> = 0
Thread-161303::ERROR::2013-03-07 09:54:14,566::hsm::2799::Storage.HSM::(discoverSendTargets) Discovery failed
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/hsm.py", line 2797, in discoverSendTargets
    targets = iscsi.discoverSendTargets(iface, portal, cred)
  File "/usr/share/vdsm/storage/iscsi.py", line 202, in discoverSendTargets
    targets = iscsiadm.discoverydb_discover(discoverType, iface.name, portalStr)
  File "/usr/share/vdsm/storage/iscsiadm.py", line 213, in discoverydb_discover
    raise IscsiDiscoverdbError(rc, out, err)
IscsiDiscoverdbError: (21, [], ['iscsiadm: No portals found'])
Thread-161303::ERROR::2013-03-07 09:54:14,567::task::833::TaskManager.Task::(_setError) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::Unexpected error
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/task.py", line 840, in _run
    return fn(*args, **kargs)
  File "/usr/share/vdsm/logUtils.py", line 42, in wrapper
    res = f(*args, **kwargs)
  File "/usr/share/vdsm/storage/hsm.py", line 2800, in discoverSendTargets
    raise se.iSCSIDiscoveryError(portal, e)
iSCSIDiscoveryError: Failed discovery of iSCSI targets: "portal=IscsiPortal(hostname='192.168.4.234', port=3260), err=(21, [], ['iscsiadm: No portals found'])"
Thread-161303::DEBUG::2013-03-07 09:54:14,567::task::852::TaskManager.Task::(_run) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::Task._run: 182a27fe-dfb0-4e68-965e-c77b61050da9 ({'connection': '192.168.4.234', 'password': '', 'port': '3260', 'user': ''},) {} failed - stopping task
Thread-161303::DEBUG::2013-03-07 09:54:14,567::task::1177::TaskManager.Task::(stop) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::stopping in state preparing (force False)
Thread-161303::DEBUG::2013-03-07 09:54:14,568::task::957::TaskManager.Task::(_decref) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::ref 1 aborting True
Thread-161303::INFO::2013-03-07 09:54:14,568::task::1134::TaskManager.Task::(prepare) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::aborting: Task is aborted: 'Failed discovery of iSCSI targets' - code 475
Thread-161303::DEBUG::2013-03-07 09:54:14,568::task::1139::TaskManager.Task::(prepare) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::Prepare: aborted: Failed discovery of iSCSI targets
Thread-161303::DEBUG::2013-03-07 09:54:14,568::task::957::TaskManager.Task::(_decref) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::ref 0 aborting True
Thread-161303::DEBUG::2013-03-07 09:54:14,568::task::892::TaskManager.Task::(_doAbort) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::Task._doAbort: force False
Thread-161303::DEBUG::2013-03-07 09:54:14,569::resourceManager::864::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-161303::DEBUG::2013-03-07 09:54:14,569::task::568::TaskManager.Task::(_updateState) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::moving from state preparing -> state aborting
Thread-161303::DEBUG::2013-03-07 09:54:14,569::task::523::TaskManager.Task::(__state_aborting) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::_aborting: recover policy none
Thread-161303::DEBUG::2013-03-07 09:54:14,569::task::568::TaskManager.Task::(_updateState) Task=`182a27fe-dfb0-4e68-965e-c77b61050da9`::moving from state aborting -> state failed
Thread-161303::DEBUG::2013-03-07 09:54:14,570::resourceManager::830::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-161303::DEBUG::2013-03-07 09:54:14,570::resourceManager::864::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-161303::ERROR::2013-03-07 09:54:14,570::dispatcher::67::Storage.Dispatcher.Protect::(run) {'status': {'message': 'Failed discovery of iSCSI targets: "portal=IscsiPortal(hostname=\'192.168.4.234\', port=3260), err=(21, [], [\'iscsiadm: No portals found\'])"', 'code': 475}}
Thread-161307::DEBUG::2013-03-07 09:54:21,724::task::568::TaskManager.Task::(_updateState) Task=`21c4cbce-2fa1-4cfe-9c5b-0ff2455a7705`::moving from state init -> state preparing
Thread-161307::INFO::2013-03-07 09:54:21,724::logUtils::41::dispatcher::(wrapper) Run and protect: repoStats(options=None)
Thread-161307::INFO::2013-03-07 09:54:21,724::logUtils::44::dispatcher::(wrapper) Run and protect: repoStats, Return response: {}
Thread-161307::DEBUG::2013-03-07 09:54:21,725::task::1151::TaskManager.Task::(prepare) Task=`21c4cbce-2fa1-4cfe-9c5b-0ff2455a7705`::finished: {}
Thread-161307::DEBUG::2013-03-07 09:54:21,725::task::568::TaskManager.Task::(_updateState) Task=`21c4cbce-2fa1-4cfe-9c5b-0ff2455a7705`::moving from state preparing -> state finished
Thread-161307::DEBUG::2013-03-07 09:54:21,725::resourceManager::830::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-161307::DEBUG::2013-03-07 09:54:21,725::resourceManager::864::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-161307::DEBUG::2013-03-07 09:54:21,725::task::957::TaskManager.Task::(_decref) Task=`21c4cbce-2fa1-4cfe-9c5b-0ff2455a7705`::ref 0 aborting False


More information about the Users mailing list