Bug 1420884

Summary: Ironic iDRAC driver WSMAN enumerate fails to return all entries - OSP 10
Product: Red Hat OpenStack Reporter: Sean Merrow <smerrow>
Component: python-dracclientAssignee: Dmitry Tantsur <dtantsur>
Status: CLOSED ERRATA QA Contact: mlammon
Severity: high Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: achernet, apevec, arkady_kanevsky, cdevine, christopher_dearborn, dcain, dtantsur, jjoyce, John_walsh, jschluet, kurt_hey, lhh, mburns, morazi, nlevinki, randy_perryman, smerrow, sreichar
Target Milestone: z3Keywords: OtherQA, Triaged, ZStream
Target Release: 10.0 (Newton)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-dracclient-1.1.1-1.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1416164 Environment:
Last Closed: 2017-06-28 15:27:21 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:
Bug Depends On: 1416164    
Bug Blocks: 1335596, 1356451    

Description Sean Merrow 2017-02-09 18:24:21 UTC
+++ This bug was initially created as a clone of Bug #1416164 +++

Description of problem:
When querying an enumeration using the WSMAN enumerate method, not all
entries are returned if there are more than max_elems (default of 100)
in the enumeration.

When querying an enumeration, the first response returns <wsman:Items>
in the body. Successive pulls, however, contain <wsen:Items>.

The current code always queries for <wsen:Items>, which causes the first
batch of attributes to be dropped only when the number of entries in
the enumeration exceeds max_elems.

Version-Release number of selected component (if applicable):
Ocata python-dracclient

How reproducible:
Enumerate the DCIM_iDRACCardEnumeration table using the wsman.enumerate method.

Steps to Reproduce:
1. Query DCIM_iDRACCardEnumeration using wsman.enumerate with logging turned up to DEBUG.
2. Note that entries that are present in the first response are not present in the end results.

Actual results:
The first 100 entries in DCIM_iDRACCardEnumeration are discarded.

Expected results:
All entries in DCIM_iDRACCardEnumeration should be returned.

Additional info:
The patch for this is pending upstream:
https://review.openstack.org/#/c/424754/

Upstream bug:
https://bugs.launchpad.net/python-dracclient/+bug/1659052

Comment 1 Red Hat Bugzilla Rules Engine 2017-02-09 18:24:40 UTC
This bugzilla has been removed from the release and needs to be reviewed and Triaged for another Target Release.

Comment 2 Sean Merrow 2017-02-09 18:26:56 UTC
This is a clone to get a backport to OSP 10

Comment 3 Red Hat Bugzilla Rules Engine 2017-02-09 18:27:12 UTC
This bugzilla has been removed from the release and needs to be reviewed and Triaged for another Target Release.

Comment 4 Dmitry Tantsur 2017-02-10 11:24:41 UTC
We may want to just rebase dracclient to the pending release.

Comment 7 errata-xmlrpc 2017-06-28 15:27:21 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:1587