David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 1 | n-cpu: |
| 2 | - module: "nova.virt.libvirt.driver" |
| 3 | message: "During wait destroy, instance disappeared" |
| 4 | - module: "glanceclient.common.http" |
| 5 | message: "Request returned failure status" |
| 6 | - module: "nova.openstack.common.periodic_task" |
| 7 | message: "Error during ComputeManager\\.update_available_resource: \ |
| 8 | 'NoneType' object is not iterable" |
| 9 | - module: "nova.compute.manager" |
| 10 | message: "Possibly task preempted" |
| 11 | - module: "nova.openstack.common.rpc.amqp" |
| 12 | message: "Exception during message handling" |
| 13 | - module: "nova.network.api" |
| 14 | message: "Failed storing info cache" |
| 15 | - module: "nova.compute.manager" |
| 16 | message: "Error while trying to clean up image" |
| 17 | - module: "nova.virt.libvirt.driver" |
| 18 | message: "Error injecting data into image.*\\(Unexpected error while \ |
| 19 | running command" |
| 20 | - module: "nova.compute.manager" |
| 21 | message: "Instance failed to spawn" |
| 22 | - module: "nova.compute.manager" |
| 23 | message: "Error: Unexpected error while running command" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 24 | - module: "nova.virt.libvirt.driver" |
| 25 | message: "Error from libvirt during destroy" |
| 26 | - module: "nova.virt.libvirt.vif" |
| 27 | message: "Failed while unplugging vif" |
| 28 | - module: "nova.openstack.common.loopingcal" |
| 29 | message: "in fixed duration looping call" |
| 30 | - module: "nova.virt.libvirt.driver" |
| 31 | message: "Getting disk size of instance" |
| 32 | - module: "nova.virt.libvirt.driver" |
| 33 | message: "No such file or directory: '/opt/stack/data/nova/instances" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 34 | - module: "nova.virt.libvirt.driver" |
| 35 | message: "Nova requires libvirt version 0\\.9\\.11 or greater" |
David Kranz | 032d39d | 2013-11-27 12:00:14 -0500 | [diff] [blame] | 36 | - module: "nova.compute.manager" |
| 37 | message: "error during stop\\(\\) in sync_power_state" |
| 38 | - module: "nova.compute.manager" |
| 39 | message: "Instance failed network setup after 1 attempt" |
| 40 | - module: "nova.compute.manager" |
| 41 | message: "Periodic sync_power_state task had an error" |
David Kranz | 36df1b8 | 2014-01-15 16:53:55 -0500 | [diff] [blame] | 42 | - module: "nova.virt.driver" |
| 43 | message: "Info cache for instance .* could not be found" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 44 | |
| 45 | g-api: |
| 46 | - module: "glance.store.sheepdog" |
| 47 | message: "Error in store configuration: Unexpected error while \ |
| 48 | running command" |
| 49 | - module: "swiftclient" |
| 50 | message: "Container HEAD failed: .*404 Not Found" |
David Kranz | d67afa8 | 2013-11-26 16:04:33 -0500 | [diff] [blame] | 51 | - module: "glance.api.middleware.cache" |
| 52 | message: "however the registry did not contain metadata for that image" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 53 | - module: "oslo.messaging.notify._impl_messaging" |
| 54 | message: ".*" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 55 | |
| 56 | ceilometer-acompute: |
| 57 | - module: "ceilometer.compute.pollsters.disk" |
David Kranz | 032d39d | 2013-11-27 12:00:14 -0500 | [diff] [blame] | 58 | message: "Unable to read from monitor: Connection reset by peer" |
| 59 | - module: "ceilometer.compute.pollsters.disk" |
| 60 | message: "Requested operation is not valid: domain is not running" |
| 61 | - module: "ceilometer.compute.pollsters.net" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 62 | message: "Requested operation is not valid: domain is not running" |
| 63 | - module: "ceilometer.compute.pollsters.disk" |
| 64 | message: "Domain not found: no domain with matching uuid" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 65 | - module: "ceilometer.compute.pollsters.net" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 66 | message: "Domain not found: no domain with matching uuid" |
| 67 | - module: "ceilometer.compute.pollsters.net" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 68 | message: "No module named libvirt" |
David Kranz | 032d39d | 2013-11-27 12:00:14 -0500 | [diff] [blame] | 69 | - module: "ceilometer.compute.pollsters.net" |
| 70 | message: "Unable to write to monitor: Broken pipe" |
| 71 | - module: "ceilometer.compute.pollsters.cpu" |
| 72 | message: "Domain not found: no domain with matching uuid" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 73 | - module: "ceilometer.compute.pollsters.net" |
| 74 | message: ".*" |
| 75 | - module: "ceilometer.compute.pollsters.disk" |
| 76 | message: ".*" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 77 | |
David Kranz | 36df1b8 | 2014-01-15 16:53:55 -0500 | [diff] [blame] | 78 | ceilometer-acentral: |
| 79 | - module: "ceilometer.central.manager" |
| 80 | message: "403 Forbidden" |
Clark Boylan | 1acacd3 | 2014-01-17 23:35:57 -0800 | [diff] [blame] | 81 | - module: "ceilometer.central.manager" |
| 82 | message: "get_samples\\(\\) got an unexpected keyword argument 'resources'" |
David Kranz | 36df1b8 | 2014-01-15 16:53:55 -0500 | [diff] [blame] | 83 | |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 84 | ceilometer-alarm-evaluator: |
| 85 | - module: "ceilometer.alarm.service" |
| 86 | message: "alarm evaluation cycle failed" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 87 | - module: "ceilometer.alarm.evaluator.threshold" |
| 88 | message: ".*" |
| 89 | |
| 90 | ceilometer-api: |
| 91 | - module: "wsme.api" |
| 92 | message: ".*" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 93 | |
| 94 | h-api: |
| 95 | - module: "root" |
| 96 | message: "Returning 400 to user: The server could not comply with \ |
| 97 | the request since it is either malformed or otherwise incorrect" |
| 98 | - module: "root" |
| 99 | message: "Unexpected error occurred serving API: Request limit \ |
| 100 | exceeded: Template exceeds maximum allowed size" |
| 101 | - module: "root" |
| 102 | message: "Unexpected error occurred serving API: The Stack \ |
| 103 | .*could not be found" |
| 104 | |
| 105 | h-eng: |
| 106 | - module: "heat.openstack.common.rpc.amqp" |
| 107 | message: "Exception during message handling" |
| 108 | - module: "heat.openstack.common.rpc.common" |
| 109 | message: "The Stack .* could not be found" |
| 110 | |
| 111 | n-api: |
| 112 | - module: "glanceclient.common.http" |
| 113 | message: "Request returned failure status" |
| 114 | - module: "nova.api.openstack" |
| 115 | message: "Caught error: Quota exceeded for" |
| 116 | - module: "nova.compute.api" |
| 117 | message: "ServerDiskConfigTest" |
| 118 | - module: "nova.compute.api" |
| 119 | message: "ServersTest" |
| 120 | - module: "nova.compute.api" |
| 121 | message: "\\{u'kernel_id'.*u'ramdisk_id':" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 122 | - module: "nova.api.openstack.wsgi" |
| 123 | message: "takes exactly 4 arguments" |
David Kranz | d67afa8 | 2013-11-26 16:04:33 -0500 | [diff] [blame] | 124 | - module: "nova.api.openstack" |
| 125 | message: "Caught error: Instance .* could not be found" |
David Kranz | 032d39d | 2013-11-27 12:00:14 -0500 | [diff] [blame] | 126 | - module: "nova.api.metadata.handler" |
| 127 | message: "Failed to get metadata for instance id:" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 128 | |
| 129 | n-cond: |
| 130 | - module: "nova.notifications" |
| 131 | message: "Failed to send state update notification" |
David Kranz | d67afa8 | 2013-11-26 16:04:33 -0500 | [diff] [blame] | 132 | - module: "nova.openstack.common.rpc.amqp" |
| 133 | message: "Exception during message handling" |
| 134 | - module: "nova.openstack.common.rpc.common" |
| 135 | message: "but the actual state is deleting to caller" |
| 136 | - module: "nova.openstack.common.rpc.common" |
| 137 | message: "Traceback \\(most recent call last" |
Clark Boylan | 1acacd3 | 2014-01-17 23:35:57 -0800 | [diff] [blame] | 138 | - module: "nova.openstack.common.threadgroup" |
| 139 | message: "Service with host .* topic conductor exists." |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 140 | |
| 141 | n-sch: |
| 142 | - module: "nova.scheduler.filter_scheduler" |
| 143 | message: "Error from last host: " |
| 144 | |
David Kranz | 032d39d | 2013-11-27 12:00:14 -0500 | [diff] [blame] | 145 | n-net: |
| 146 | - module: "nova.openstack.common.rpc.amqp" |
| 147 | message: "Exception during message handling" |
| 148 | - module: "nova.openstack.common.rpc.common" |
| 149 | message: "'NoneType' object has no attribute '__getitem__'" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 150 | - module: "nova.openstack.common.rpc.common" |
| 151 | message: "Instance .* could not be found" |
David Kranz | 032d39d | 2013-11-27 12:00:14 -0500 | [diff] [blame] | 152 | |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 153 | c-api: |
| 154 | - module: "cinder.api.middleware.fault" |
| 155 | message: "Caught error: Volume .* could not be found" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 156 | - module: "cinder.api.middleware.fault" |
| 157 | message: "Caught error: Snapshot .* could not be found" |
David Kranz | d67afa8 | 2013-11-26 16:04:33 -0500 | [diff] [blame] | 158 | - module: "cinder.api.openstack.wsgi" |
| 159 | message: "argument must be a string or a number, not 'NoneType'" |
| 160 | - module: "cinder.volume.api" |
| 161 | message: "Volume status must be available to reserve" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 162 | |
| 163 | c-vol: |
| 164 | - module: "cinder.brick.iscsi.iscsi" |
| 165 | message: "Failed to create iscsi target for volume id" |
| 166 | - module: "cinder.brick.local_dev.lvm" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 167 | message: "stat failed: No such file or directory" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 168 | - module: "cinder.brick.local_dev.lvm" |
David Kranz | 032d39d | 2013-11-27 12:00:14 -0500 | [diff] [blame] | 169 | message: "LV stack-volumes.*in use: not deactivating" |
| 170 | - module: "cinder.brick.local_dev.lvm" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 171 | message: "Can't remove open logical volume" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 172 | |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 173 | ceilometer-collector: |
| 174 | - module: "stevedore.extension" |
| 175 | message: ".*" |
| 176 | - module: "ceilometer.collector.dispatcher.database" |
| 177 | message: "duplicate key value violates unique constraint" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 178 | - module: "ceilometer.collector.dispatcher.database" |
| 179 | message: "Failed to record metering data: QueuePool limit" |
David Kranz | 78dc5ab | 2013-11-29 12:33:02 -0500 | [diff] [blame] | 180 | - module: "ceilometer.dispatcher.database" |
| 181 | message: "\\(DataError\\) integer out of range" |
David Kranz | d67afa8 | 2013-11-26 16:04:33 -0500 | [diff] [blame] | 182 | - module: "ceilometer.collector.dispatcher.database" |
| 183 | message: "Failed to record metering data: .* integer out of range" |
| 184 | - module: "ceilometer.collector.dispatcher.database" |
| 185 | message: "Failed to record metering data: .* integer out of range" |
| 186 | - module: "ceilometer.openstack.common.db.sqlalchemy.session" |
| 187 | message: "DB exception wrapped" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 188 | |
| 189 | q-agt: |
| 190 | - module: "neutron.agent.linux.ovs_lib" |
| 191 | message: "Unable to execute.*Exception:" |
| 192 | |
| 193 | q-dhcp: |
| 194 | - module: "neutron.common.legacy" |
| 195 | message: "Skipping unknown group key: firewall_driver" |
| 196 | - module: "neutron.agent.dhcp_agent" |
| 197 | message: "Unable to enable dhcp" |
| 198 | - module: "neutron.agent.dhcp_agent" |
| 199 | message: "Network .* RPC info call failed" |
| 200 | |
| 201 | q-l3: |
| 202 | - module: "neutron.common.legacy" |
| 203 | message: "Skipping unknown group key: firewall_driver" |
| 204 | - module: "neutron.agent.l3_agent" |
| 205 | message: "Failed synchronizing routers" |
| 206 | |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 207 | q-vpn: |
| 208 | - module: "neutron.common.legacy" |
| 209 | message: "Skipping unknown group key: firewall_driver" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 210 | |
| 211 | q-lbaas: |
| 212 | - module: "neutron.common.legacy" |
| 213 | message: "Skipping unknown group key: firewall_driver" |
| 214 | - module: "neutron.services.loadbalancer.drivers.haproxy.agent_manager" |
| 215 | message: "Error upating stats" |
| 216 | - module: "neutron.services.loadbalancer.drivers.haproxy.agent_manager" |
| 217 | message: "Unable to destroy device for pool" |
| 218 | |
| 219 | q-svc: |
| 220 | - module: "neutron.common.legacy" |
| 221 | message: "Skipping unknown group key: firewall_driver" |
| 222 | - module: "neutron.openstack.common.rpc.amqp" |
| 223 | message: "Exception during message handling" |
| 224 | - module: "neutron.openstack.common.rpc.common" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 225 | message: "(Network|Pool|Subnet|Agent|Port) .* could not be found" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 226 | - module: "neutron.api.v2.resource" |
David Kranz | 8ad259a | 2013-10-23 15:21:05 -0400 | [diff] [blame] | 227 | message: ".* failed" |
David Kranz | d67afa8 | 2013-11-26 16:04:33 -0500 | [diff] [blame] | 228 | - module: ".*" |
| 229 | message: ".*" |
David Kranz | e8e2631 | 2013-10-09 21:31:32 -0400 | [diff] [blame] | 230 | |
Matt Riedemann | ed13d4a | 2013-12-13 18:31:22 -0800 | [diff] [blame] | 231 | s-proxy: |
| 232 | - module: "proxy-server" |
| 233 | message: "Timeout talking to memcached" |