Skip to content
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

Fix RHEL 8 names #7429

Merged
merged 1 commit into from Mar 4, 2024
Merged

Fix RHEL 8 names #7429

merged 1 commit into from Mar 4, 2024

Conversation

Obihoernchen
Copy link
Member

A .0 patch level is actually part of the name in RHEL8. This is not the case for RHEL 9 though.

A .0 patch level is actually part of the name in RHEL8.
This is not the case for RHEL 9 though.
@Obihoernchen Obihoernchen self-assigned this Mar 4, 2024
@Obihoernchen Obihoernchen added this to the 2.17 milestone Mar 4, 2024
@Obihoernchen Obihoernchen merged commit ec04eba into master Mar 4, 2024
1 check failed
@samveen
Copy link
Member

samveen commented Mar 4, 2024

@Obihoernchen The PR test failed. Would you check on it?

@gurevichmark
Copy link
Contributor

We have seen this failure before from time to time.
Could never figure out why this happens.
We create a node group with mkdef, list the table entry for it, then try to lsdef it.
Intermittently the lsdef fails to list the group:

'RUN:mkdef -t group -o dyngrp -d -w cons==hmc [Mon Mar  4 03:00:53 2024]',
          'ElapsedTime:0 sec',
          'RETURN rc = 0',
          'OUTPUT:',
          '1 object definitions have been created or modified.',
          'CHECK:rc == 0	[Pass]',
          ' ',
          'RUN:tabdump nodegroup [Mon Mar  4 03:00:53 2024]',
          'ElapsedTime:0 sec',
          'RETURN rc = 0',
          'OUTPUT:',
          '#groupname,grouptype,members,membergroups,wherevals,comments,disable',
          '"abc",,"static",,,,',
          '"dyngrp","dynamic","dynamic",,"cons==hmc",,',
          ' ',
          'RUN:lsdef -s dyngrp [Mon Mar  4 03:00:53 2024]',
          'ElapsedTime:0 sec',
          'RETURN rc = 1',
          'OUTPUT:',
          'Error: [fv-az1434-559]: Could not find an object named \'dyngrp\' of type \'node\'.',
          'No object definitions have been found',
          'CHECK:rc == 0	[Failed]',

@Obihoernchen
Copy link
Member Author

Yes looks like sometimes communication to xcatd is broken in Ubuntu. Successive runs of makedhcp are buggy, too.
I triggered a retest and it passed ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants