- 
                Notifications
    You must be signed in to change notification settings 
- Fork 45
[Enabler][2208]Adopt_generation_data_group_generations #2365
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
[Enabler][2208]Adopt_generation_data_group_generations #2365
Conversation
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.
Requested a small change and asked a question
| @@ -0,0 +1,13 @@ | |||
| minor_changes: | |||
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.
Unfortunately, this time this will have to be trivial this time since we will announce 1.4.0 in one announcement line, so no need to show this to the general public.
        
          
                plugins/module_utils/data_set.py
              
                Outdated
          
        
      | generations = gdg.generations() | ||
| gds = generations[rel_generation - 1] | ||
| generations = gdg.generations | ||
| # On 1.4 zoau version if you give 0 or -1 go to proper generation | 
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.
This comment is confusing, could you rephrase it or remove it?
        
          
                plugins/modules/zos_mvs_raw.py
              
                Outdated
          
        
      | return str(datasets.create(dataset, type).name), "shr" | ||
| else: | ||
| return str(datasets.create(dataset, "seq").name), "shr" | ||
| return dataset, "new" | 
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.
How this change will affect current behavior? if user specifies data set type as "PDS" will this default it to "seq" or other type?
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.
or is the type being considered when executing mvs_cmd? I couldn't find the line where type is considered
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.
For the new approach of gdg will take the base of the gdg set on the creation.
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.
LGTM Thanks for addressing my comments and answering my questions
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.
LGTM!
| Added no merge label, waiting for SPS pipeline screenshots | 



SUMMARY
Fixes new adoption of gdgs utilities from ZOAU 1.4.0
Fixes #2208
ISSUE TYPE
ADDITIONAL INFORMATION