Bug 1098960
| Summary: | packstack host prescript.pp fails sometimes on 'systemctl start iptables' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Miguel Angel Ajo <majopela> | ||||
| Component: | openstack-packstack | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.0 (RHEL 7) | CC: | aortega, derekh, mmagr, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 5.0 (RHEL 7) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-05-19 11:41:40 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
[root@controllerNN ~]# journalctl -xn -- Logs begin at Mon 2014-05-19 04:28:55 EDT, end at Mon 2014-05-19 04:33:38 EDT. -- May 19 04:33:38 controllerNN.localdomain sshd[3096]: pam_unix(sshd:session): session closed for user root May 19 04:33:38 controllerNN.localdomain systemd-logind[646]: Removed session 21. -- Subject: A session 21 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 21 has been terminated. May 19 04:33:38 controllerNN.localdomain sshd[3104]: Accepted publickey for root from 192.168.50.15 port 51212 ssh2: RSA 17:f5:92:e9:f7:9e:e7:57:b0:fc:7f:77:53:79:a2:d3 May 19 04:33:38 controllerNN.localdomain systemd-logind[646]: New session 22 of user root. -- Subject: A new session 22 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 22 has been created for the user root. -- -- The leading process of the session is 3104. May 19 04:33:38 controllerNN.localdomain systemd[1]: Starting Session 22 of user root. -- Subject: Unit session-22.scope has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-22.scope has begun starting up. May 19 04:33:38 controllerNN.localdomain systemd[1]: Started Session 22 of user root. -- Subject: Unit session-22.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-22.scope has finished starting up. -- -- The start-up result is done. May 19 04:33:38 controllerNN.localdomain sshd[3104]: pam_unix(sshd:session): session opened for user root by (uid=0) May 19 04:33:38 controllerNN.localdomain sshd[3104]: Received disconnect from 192.168.50.15: 11: disconnected by user May 19 04:33:38 controllerNN.localdomain sshd[3104]: pam_unix(sshd:session): session closed for user root May 19 04:33:38 controllerNN.localdomain systemd-logind[646]: Removed session 22. -- Subject: A session 22 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 22 has been terminated. *** This bug has been marked as a duplicate of bug 1094969 *** |
Created attachment 897052 [details] two host OVS VLAN packstack file Description of problem: Normal installation, OVS + VLAN, 2 hosts 192.168.50.15 is packstack + controllers + network node + compute 192.168.50.16 is compute host Version-Release number of selected component (if applicable): iptables-1.4.21-13.el7.x86_64 iptables-services-1.4.21-13.el7.x86_64 openstack-packstack-2014.1.1-0.11.dev1055.el7ost.noarch openstack-packstack-puppet-2014.1.1-0.11.dev1055.el7ost.noarch How reproducible: Just happens sometimes, Steps to Reproduce: 1. restart the machines 2. packstack --ans=... 3. Actual results: ERROR : Error appeared during Puppet run: 192.168.50.15_prescript.pp Error: Could not start Service[iptables]: Execution of '/usr/bin/systemctl start iptables' returned 1: Job for iptables.service failed. See 'systemctl status iptables.service' and 'journalctl -xn' for details. You will find full trace in log /var/tmp/packstack/20140519-043051-ol86_x/manifests/192.168.50.15_prescript.pp.log Expected results: Applying 192.168.50.16_prescript.pp Applying 192.168.50.15_prescript.pp 192.168.50.16_prescript.pp: [ DONE ] 192.168.50.15_prescript.pp: [ DONE ] Additional info: