| Summary: | remove the message to reboot host after packstack on rhel6.5 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ofer Blaut <oblaut> |
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
| Status: | CLOSED ERRATA | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | CC: | aortega, ddomingo, derekh, hateya, mmagr, oblaut, yeylon |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, Packstack prompted always users to reboot the host after installing any OpenStack services, even when a new kernel package was not installed. This update fixes the issue, ensuring that Packstack only prompts users to reboot if a new kernel package is installed and needs to be loaded.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:29:57 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: | |
|
Description
Ofer Blaut
2013-10-20 13:23:20 UTC
According to Martin this was fixed already. Now the message is only displayed when the new kernel has been installed. Auto adding >= MODIFIED bugs to beta Ofer, could you please reproduce it again and provide us the packstack and puppet logs to make sure the kernel wasn't actually installed. If it were installed, this wouldn't actually be a bug. Ofer, note that the reboot message is not still there for one use-case: Kernel was updated but was not loaded, eg. uname -a shows old kernel, but rpm -qa shows newer package. This is exactly your case, citation: root@puma04 ~]# rpm -qa | grep kernel kernel-2.6.32-431.el6.x86_64 libreport-plugin-kerneloops-2.0.9-19.el6.x86_64 kernel-2.6.32-420.el6.x86_64 .... [root@puma04 ~]# uname -a Linux puma04.scl.lab.tlv.redhat.com 2.6.32-420.el6.x86_64 #1 SMP Mon Sep 23 11:00:49 ... "It seems the message is there, also we have two kernels installed why ?" Answer: When new kernel package is installed, usually old stays as fallback in case the new one will fail to boot. Setting back to ON_QA. First update kernel (with all necessary repos installed first), reboot and then run packstack. If rpm -qa shows the same newest kernel package as uname do, then this bug fails qa ... otherwise set to verified. ... and just to be sure: also if the reboot message is shown You are correct, i have updated the kernel rebooted the hosts and installed packstack , no message appear 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. http://rhn.redhat.com/errata/RHEA-2013-1859.html |