httpd start failed during gnocchi installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Packstack |
New
|
Undecided
|
Unassigned |
Bug Description
1:packstack install openstack,during gnocchi installation,httpd start failed,Error msg as follows:
PuppetError: Error appeared during Puppet run: 192.168.
Error: /Stage[
You will find full trace in log /var/tmp/
2:use systemctl commond to show the httpd status,the status is failed
3:use systemctl commond to restart httpd,wait a minute,the httpd become active
[root@localhost home]# systemctl status httpd
?httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/
Drop-In: /usr/lib/
Active: active (running) since Wed 2016-07-20 23:04:17 EDT; 3min 31s ago
Docs: man:httpd(8)
Process: 31046 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
Process: 409 ExecStartPre=
Process: 337 ExecStartPre=
Main PID: 635 (httpd)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: /system.
忖635 /usr/sbin/httpd -DFOREGROUND
忖644 /usr/sbin/httpd -DFOREGROUND
忖645 keystone-admin -DFOREGROUND
忖646 keystone-main -DFOREGROUND
忖647 /usr/sbin/httpd -DFOREGROUND
忖648 /usr/sbin/httpd -DFOREGROUND
忖649 /usr/sbin/httpd -DFOREGROUND
忖650 /usr/sbin/httpd -DFOREGROUND
忖651 /usr/sbin/httpd -DFOREGROUND
忖652 /usr/sbin/httpd -DFOREGROUND
忖653 /usr/sbin/httpd -DFOREGROUND
忖654 /usr/sbin/httpd -DFOREGROUND
忖655 /usr/sbin/httpd -DFOREGROUND
忖656 /usr/sbin/httpd -DFOREGROUND
忖657 /usr/sbin/httpd -DFOREGROUND
Jul 20 23:03:27 localhost.
Jul 20 23:03:27 localhost.
Jul 20 23:04:16 localhost.
Jul 20 23:04:16 localhost.
Jul 20 23:04:16 localhost.
Jul 20 23:04:16 localhost.
Jul 20 23:04:16 localhost.
Jul 20 23:04:16 localhost.
Jul 20 23:04:17 localhost.
Jul 20 23:07:41 localhost.
so I guess if the timeout time of gnocchi installation is too short?
This problem occurs every time in my test environment.