Bug 672215 - [vdsm] [storage] FCP with multipath - path list returns empty in getDeviceList - rhevm shows 0 paths
Summary: [vdsm] [storage] FCP with multipath - path list returns empty in getDeviceLis...
Keywords:
Status: CLOSED DUPLICATE of bug 626369
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: vdsm
Version: 6.1
Hardware: x86_64
OS: All
unspecified
high
Target Milestone: rc
: ---
Assignee: Ayal Baron
QA Contact: Daniel Paikov
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-24 12:40 UTC by Haim
Modified: 2014-01-13 00:48 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-24 14:08:41 UTC
Target Upstream Version:


Attachments (Terms of Use)
vdsm, multipath and getDeviceList logs (181.97 KB, application/x-tar)
2011-01-24 12:50 UTC, Haim
no flags Details

Description Haim 2011-01-24 12:40:55 UTC
Description of problem:

testing FCP, with multipath configuration (each LUN is seen by 2 paths - 2 HBA cards), after vdsm discovered all LUNs, number of paths I see in rhevm is 0. 
problem is that getDeivceList returns empty path list, but, put status with all information. 

please note that since we're talking about FCP, means that there is no actual connections here (differs from iSCSI), and since there is no connect Storage Server sent from backend, and vdsm collect its information from multipath, it will work, but its a version blocker. 

 {'GUID': '360060160661029000a7f99ef8812e011',
  'capacity': '10737418240',
  'devtype': 'FCP',
  'fwrev': '0000',
  'pathlist': [],
  'pathstatus': [{'lun': '58',
                  'physdev': 'sdbl',
                  'state': 'active',
                  'type': 'FCP'},
                 {'lun': '58',
                  'physdev': 'sdfl',
                  'state': 'active',
                  'type': 'FCP'}],
  'productID': 'RAID 5',
  'pvUUID': '',
  'serial': 'SDGC_RAID_5_APM00102500132',
  'vendorID': 'DGC',
  'vgUUID': ''}]

attachments: 

1) multipath -ll 
2) getDeviceList 
3) vdsm log

Comment 1 Haim 2011-01-24 12:50:31 UTC
Created attachment 474953 [details]
vdsm, multipath and getDeviceList logs

Comment 2 Haim 2011-01-24 14:08:41 UTC
it's a rhevm bug. closing duplicate

*** This bug has been marked as a duplicate of bug 626369 ***


Note You need to log in before you can comment on or make changes to this bug.