-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v1.9.0] [backport] [Bug] [module_util/data_set] Remove leading '-' chars from parsed volume serial strings #1247
[v1.9.0] [backport] [Bug] [module_util/data_set] Remove leading '-' chars from parsed volume serial strings #1247
Conversation
… -- same logic introduced to v1.10.0-beta.1 in pr #1242 Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>
Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for fixing this bug while also improving the readability of this function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just requested a change in the changelog fragment, other looks good. Glad you've found the issue root cause and fixed it 😄
Signed-off-by: Ketan Kelkar <ktnklkr@gmail.com>
The test cases identified by the dependency finder were broken up into a number of chunks and tested across the span of multiple days and multiple zvms:
|
backports a fix for a minor parsing issue in the
data_set_cataloged_volume_list()
function where the contents of LISTCAT are parsed for volume serials. The issue was the volser str was assumed to be exactly 6 chars, and if it wasn't, the requisite number of-
s where prepended.data_set_cataloged_volume_list
leaves leading '-' in list of volume serials it parses out from a LISTCAT command #1240SUMMARY
ISSUE TYPE