Skip to content

Instantly share code, notes, and snippets.

View evanjfraser's full-sized avatar

Evan Fraser evanjfraser

View GitHub Profile
@evanjfraser
evanjfraser / README.md
Last active December 12, 2017 23:40 — forked from rkirsling/LICENSE
Trend Chart (Area + Line)

This "trend chart" shows loading times across releases of a hypothetical web application.

It is a mixture of a line chart and an area chart, with the daily median loading time indicated by the line and percentile ranges indicated by the surrounding areas.

The "lollipops" mark releases of (different parts of) the application.

2013-04-24 10:13:22.126 ERROR nova.compute.manager [req-4937b434-2e82-42c1-99be-e87ca35bdedc 6738ce82a5184bb8bcbe5c022566bb69 070a1cb8029a420c9096bd41dead6fa3] [instance: 7663f97f-c83d-4985-a58e-86f348a224ca] Instance failed block device setup
2013-04-24 10:13:22.126 1058 TRACE nova.compute.manager [instance: 7663f97f-c83d-4985-a58e-86f348a224ca] Traceback (most recent call last):
2013-04-24 10:13:22.126 1058 TRACE nova.compute.manager [instance: 7663f97f-c83d-4985-a58e-86f348a224ca] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1071, in _prep_block_device
2013-04-24 10:13:22.126 1058 TRACE nova.compute.manager [instance: 7663f97f-c83d-4985-a58e-86f348a224ca] return self._setup_block_device_mapping(context, instance, bdms)
2013-04-24 10:13:22.126 1058 TRACE nova.compute.manager [instance: 7663f97f-c83d-4985-a58e-86f348a224ca] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 721, in _setup_block_device_mapping
2013-04-24 10:13:22.126 1058 TRACE nova.compute.
2013-04-24 10:13:11 AUDIT [cinder.api.v1.volumes] vol={'volume_metadata': [], 'availability_zone': u'nova', 'terminated_at': None, 'updated_at': datetime.datetime(2013, 4, 23, 22, 12, 49), 'snapshot_id': None, 'ec2_id': None, 'mountpoint': None, 'deleted_at': None, 'id': u'82e08fbd-b7c4-4573-8d85-7b7f04d17bb2', 'size': 20L, 'user_id': u'6738ce82a5184bb8bcbe5c022566bb69', 'attach_time': None, 'display_description': u'', 'project_id': u'070a1cb8029a420c9096bd41dead6fa3', 'launched_at': datetime.datetime(2013, 4, 23, 22, 12, 49), 'scheduled_at': datetime.datetime(2013, 4, 23, 22, 12, 49), 'status': u'available', 'volume_type_id': None, 'deleted': False, 'provider_location': u'10.10.111.218:/vol/ostack_cinder1', 'volume_glance_metadata': [], 'host': u'cloudcont1', 'source_volid': None, 'provider_auth': None, 'display_name': u'test', 'instance_uuid': None, 'created_at': datetime.datetime(2013, 4, 23, 22, 12, 49), 'attach_status': u'detached', 'volume_type': None}
2013-04-24 10:13:11 INFO [cinder.api.opensta