Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 890954

Summary: 3.2 - [vdsm] Can not create data storage domain iSCSI
Product: Red Hat Enterprise Linux 6 Reporter: Kiril Nesenko <knesenko>
Component: vdsmAssignee: Federico Simoncelli <fsimonce>
Status: CLOSED NOTABUG QA Contact: Haim <hateya>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.4CC: abaron, bazulay, cpelland, dfediuck, eedri, iheim, lpeer, yeylon, ykaul
Target Milestone: rc   
Target Release: 6.4   
Hardware: x86_64   
OS: Linux   
Whiteboard: storage
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-29 09:29:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
logs none

Description Kiril Nesenko 2012-12-31 11:58:25 UTC
Created attachment 670776 [details]
logs

Description of problem:
Can not create data storage domain iSCSI


engine.log
2012-12-31 05:19:10,616 INFO  [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-4) [ca92e18] Running command: AddStorageServerConnectionCommand internal: false. Entities affected :  ID: aaa00000-0000-0000-0000-123456789aaa Type: System
2012-12-31 05:19:10,624 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-4) [ca92e18] START, ConnectStorageServerVDSCommand(HostName = cinteg10.ci.lab.tlv.redhat.com, HostId = 1875990f-be88-4dc8-b457-6d76c64983f1, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: 10.35.16.27:/volumes/shafan/jenkins-automation-rpm-vm36_nfs_2012123145517362538, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 1d872b50
2012-12-31 05:19:11,171 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-4) [ca92e18] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 1d872b50
2012-12-31 05:19:11,182 INFO  [org.ovirt.engine.core.bll.storage.GetExistingStorageDomainListQuery] (ajp-/127.0.0.1:8702-4) START, GetExistingStorageDomainListQuery(org.ovirt.engine.core.common.queries.GetExistingStorageDomainListParameters@5987c2bb), log id: 3552f5ce
2012-12-31 05:19:11,186 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetStorageDomainsListVDSCommand] (ajp-/127.0.0.1:8702-4) START, HSMGetStorageDomainsListVDSCommand(HostName = cinteg10.ci.lab.tlv.redhat.com, HostId = 1875990f-be88-4dc8-b457-6d7:


vdsm.log 

hread-34::INFO::2012-12-31 05:19:08,913::logUtils::37::dispatcher::(wrapper) Run and protect: createVG(vgname='4f65f6db-6266-4f20-86ef-1027993d26aa', devlist=['360a9800064775066476f6f576f587462'], force=False, options=None)
Thread-34::ERROR::2012-12-31 05:19:08,917::task::833::TaskManager.Task::(_setError) Task=`1c17d64c-25e9-4cd5-be5a-628b9e6057a9`::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 38, in wrapper
    res = f(*args, **kwargs)
  File "/usr/share/vdsm/storage/hsm.py", line 1933, in createVG
    size += multipath.getDeviceSize(devicemapper.getDmId(dev))
  File "/usr/share/vdsm/storage/devicemapper.py", line 39, in getDmId
    deviceMultipathName)
OSError: [Errno 19] Could not find dm device named `360a9800064775066476f6f576f587462`


Version-Release number of selected component (if applicable):
vdsm-4.10.2-2.0.el6.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 4 Kiril Nesenko 2013-01-08 09:29:18 UTC
Eyal, can you update the link to the job? Seems like it was changed

Comment 9 Federico Simoncelli 2013-01-29 09:29:03 UTC
Closed as it doesn't reproduce anymore.