| Summary: | Packstack fails because neutron fails to start "Please make sure that the zfs-fuse daemon is running." | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Richard W.M. Jones <rjones> | ||||||||
| Component: | openstack-neutron | Assignee: | RHOS Maint <rhos-maint> | ||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Ofer Blaut <oblaut> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | unspecified | CC: | apevec, chrisw, lars, rjones, yeylon | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-06-16 11:12:08 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: | |||||||||
| Attachments: |
|
||||||||||
|
Description
Richard W.M. Jones
2013-12-05 13:05:41 UTC
Created attachment 833142 [details]
openstack-setup.log
Created attachment 833143 [details]
192.168.0.134_neutron.pp.log
Created attachment 833145 [details]
192.168.0.134_keystone.pp.log
Strange .. this affects keystone too (even though keystone was working
before).
> (I don't know why "fc20" is there, it's definitely an F19 host).
RDO Havana for F19 == regular F20 Havana builds really in a convenience repo
We'll do that until N and N+1 Fedora keep compatible enough Python runtimes.
Manually starting the zfs-fuse service (ie. service zfs-fuse start) has removed these warnings/errors. The ZFS related errors can be ignored. That's chatter produced by Puppet that has no operational impact. Looking at 192.168.0.134_neutron.pp.log, I see: Error: Could not start Service[openvswitch]: Execution of '/sbin/service openvswitch start' returned 1: Error: /Stage[main]/Vswitch::Ovs/Service[openvswitch]/ensure: change from stopped to running failed: Could not start Service[openvswitch]: Execution of '/sbin/service openvswitch start' returned 1: ...which causes everything else to fail that has a dependency on Service[openvswitch]. Do you have any logs that indicate why openvswitch failed to start (possibly /var/log/messages)? For Keystone, all the errors are of the form: Error: /Stage[main]/Keystone::Roles::Admin/Keystone_role[_member_]: Could not evaluate: Execution of '/u sr/bin/keystone --endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1: Service Unavailable (HTTP 503) ...which suggests that the keystone service failed to start. Is there anything of interest in /var/log/keystone/keystone.log? As I don't have this machine any longer, I'm closing this bug. |