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

Patch and pack mechanism changed on Ely (XS 7.1) #2058

Closed
3 tasks done
olivierlambert opened this issue Mar 31, 2017 · 0 comments
Closed
3 tasks done

Patch and pack mechanism changed on Ely (XS 7.1) #2058

olivierlambert opened this issue Mar 31, 2017 · 0 comments

Comments

@olivierlambert
Copy link
Member

olivierlambert commented Mar 31, 2017

Supplemental packs are not detected the same way: they are now "merged" with patches, but they also changed the field.

  • patches field is deprecated
  • Patches are now in host.updates (pointing to a update UUID which is the installed patch)
  • Packs are now in host.updates (pointing to a update UUID which is the installed pack)

Details here:

Consequences:

  • it messes with the pack check for XOSAN (doesn't work for 7.1)
  • patch install seems to be broken on 7.1 too it's now the same mechanism than pack install!
  • detection if a host need reboot can be done now with host.updates_requiring_reboot which returns a list of patches that requires reboot (so if there is one record here, the host need a reboot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants