Skip to content

Instantly share code, notes, and snippets.

@bkerley
Last active December 12, 2015 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkerley/4727952 to your computer and use it in GitHub Desktop.
Save bkerley/4727952 to your computer and use it in GitHub Desktop.
| 2013-02-07 16:30:40 | NULL | NULL | 16 | 372ab34a-3ec2-4715-84ee-63abaf77b93f | 5
00 | OSError | [Errno 2] No such file or directory
File "/opt/stack/nova/nova/compute/manager.py", line 690, in _run_instance
injected_files, admin_password)
File "/opt/stack/nova/nova/compute/manager.py", line 962, in _spawn
block_device_info)
File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 1059, in spawn
admin_pass=admin_password)
File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 1330, in _create_image
project_id=instance['project_id'])
File "/opt/stack/nova/nova/virt/libvirt/imagebackend.py", line 130, in cache
*args, **kwargs)
File "/opt/stack/nova/nova/virt/libvirt/imagebackend.py", line 188, in create_image
copy_qcow2_image(base, self.path, size)
File "/opt/stack/nova/nova/openstack/common/lockutils.py", line 221, in inner
retval = f(*args, **kwargs)
File "/opt/stack/nova/nova/virt/libvirt/imagebackend.py", line 184, in copy_qcow2_image
disk.extend(target, size)
File "/opt/stack/nova/nova/virt/disk/api.py", line 125, in extend
resize2fs(image)
File "/opt/stack/nova/nova/virt/disk/api.py", line 102, in resize2fs
run_as_root=run_as_root)
File "/opt/stack/nova/nova/utils.py", line 220, in execute
shell=shell)
File "/usr/local/lib/python2.7/dist-packages/eventlet/green/subprocess.py", line 25, in __init
__
subprocess_orig.Popen.__init__(self, args, 0, *argss, **kwds)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
| bryce-openstack | 0 |
[645259.492403] type=1400 audit(1360116605.614:32): apparmor="STATUS" operation="profile_load" name="libvirt-c49df071-1c08-4ba5-a741-b99cf7c11330" pid=7906 comm="apparmor_parser"
[645260.105522] device vnet0 entered promiscuous mode
[645260.156476] br100: port 2(vnet0) entering forwarding state
[645260.156492] br100: port 2(vnet0) entering forwarding state
[645270.194098] vnet0: no IPv6 routers present
[645324.751853] br100: port 2(vnet0) entering forwarding state
[645324.752224] device vnet0 left promiscuous mode
[645324.752231] br100: port 2(vnet0) entering disabled state
[645325.900223] type=1400 audit(1360116672.042:33): apparmor="STATUS" operation="profile_remove" name="libvirt-c49df071-1c08-4ba5-a741-b99cf7c11330" pid=8336 comm="apparmor_parser"
bkerley@Dieter ☄ 1 1.9.3-p362 ~/openstack
> nova boot --flavor m1.large --image quantal-server-cloudimg-amd64 chef
+-------------------------------------+--------------------------------------+
| Property | Value |
+-------------------------------------+--------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-SRV-ATTR:host | None |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None |
| OS-EXT-SRV-ATTR:instance_name | instance-0000000e |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-STS:task_state | scheduling |
| OS-EXT-STS:vm_state | building |
| accessIPv4 | |
| accessIPv6 | |
| adminPass | CgBs7wYDDRRu |
| config_drive | |
| created | 2013-02-07T16:30:25Z |
| flavor | m1.large |
| hostId | |
| id | 372ab34a-3ec2-4715-84ee-63abaf77b93f |
| image | quantal-server-cloudimg-amd64 |
| key_name | None |
| metadata | {} |
| name | chef |
| progress | 0 |
| security_groups | [{u'name': u'default'}] |
| status | BUILD |
| tenant_id | 07c08fdc271a427da48d04ced2667681 |
| updated | 2013-02-07T16:30:25Z |
| user_id | ea3263e009e441cab8a7aa6c8e589add |
+-------------------------------------+--------------------------------------+
bkerley@Dieter ★ 1.9.3-p362 ~/openstack
> nova list
+--------------------------------------+------+--------+-------------------+
| ID | Name | Status | Networks |
+--------------------------------------+------+--------+-------------------+
| 372ab34a-3ec2-4715-84ee-63abaf77b93f | chef | BUILD | private=10.0.39.2 |
+--------------------------------------+------+--------+-------------------+
bkerley@Dieter ★ 1.9.3-p362 ~/openstack
> nova list
+--------------------------------------+------+--------+-------------------+
| ID | Name | Status | Networks |
+--------------------------------------+------+--------+-------------------+
| 372ab34a-3ec2-4715-84ee-63abaf77b93f | chef | ERROR | private=10.0.39.2 |
+--------------------------------------+------+--------+-------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment