Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 730248 Details for
Bug 929194
Cannot boot an instance from volume
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
test using boot from volume
boot-from-volume.txt (text/plain), 7.20 KB, created by
Kashyap Chamarthy
on 2013-04-01 11:22:29 UTC
(
hide
)
Description:
test using boot from volume
Filename:
MIME Type:
Creator:
Kashyap Chamarthy
Created:
2013-04-01 11:22:29 UTC
Size:
7.20 KB
patch
obsolete
>== Setup == >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ wget http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-uec.tar.gz >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ ls >cirros-0.3.0-x86_64-rootfs.img.gz cirros-0.3.0-x86_64-uec.tar.gz >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ tar zvxf cirros-0.3.0-x86_64-uec.tar.gz >cirros-0.3.0-x86_64-blank.img >cirros-0.3.0-x86_64-vmlinuz >cirros-0.3.0-x86_64-initrd >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ ls >cirros-0.3.0-x86_64-blank.img cirros-0.3.0-x86_64-rootfs.img.gz cirros-0.3.0-x86_64-vmlinuz >cirros-0.3.0-x86_64-initrd cirros-0.3.0-x86_64-uec.tar.gz >[tuser1@interceptor cirros-imgs(keystone_user1)]$ >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ glance add name=cirros-aki is_public=true container_format=aki disk_format=aki < cirros-0.3.0-x86_64-vmlinuz >Added new image with ID: 289fe950-b0e1-45c9-b4b0-6019b58e234f >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ glance add name=cirros-ari is_public=true container_format=ari disk_format=ari < cirros-0.3.0-x86_64-initrd >Added new image with ID: 6f720cc4-487f-435c-94fb-b3e9f7dfa664 >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ glance add name=cirros-ami is_public=true container_format=ami disk_format=ami \ >> "kernel_id=$(glance index | awk '/cirros-aki/ {print $1}')" \ >> "ramdisk_id=$(glance index | awk '/cirros-ari/ {print $1}')" < cirros-0.3.0-x86_64-blank.img >Added new image with ID: f29ecbe5-5d02-4cc8-9768-cd5a5fb0d28f >[tuser1@interceptor cirros-imgs(keystone_user1)]$ >---- > >== Test == >---- >[tuser1@interceptor cirros-imgs(keystone_user1)]$ INSTANCE=builder >---- >[tuser1@interceptor ~(keystone_user1)]$ nova boot --flavor 1 --image $(glance index | awk '/cirros-ami/ {print $1}') --key_name oskey3 $INSTANCE >+------------------------+--------------------------------------+ >| Property | Value | >+------------------------+--------------------------------------+ >| status | BUILD | >| updated | 2013-04-01T02:50:13Z | >| OS-EXT-STS:task_state | scheduling | >| key_name | oskey3 | >| image | cirros-ami | >| hostId | | >| OS-EXT-STS:vm_state | building | >| flavor | m1.tiny | >| id | df2594ec-a66c-4467-bf13-66c9d4936e16 | >| security_groups | [{u'name': u'default'}] | >| user_id | 320ce46de7e24a75a7ff8906d7355ff7 | >| name | builder | >| adminPass | u64djyMS9EsJ | >| tenant_id | 57ff99aae24b4035b52177a722c4091f | >| created | 2013-04-01T02:50:13Z | >| OS-DCF:diskConfig | MANUAL | >| accessIPv4 | | >| accessIPv6 | | >| progress | 0 | >| OS-EXT-STS:power_state | 0 | >| metadata | {} | >| config_drive | | >+------------------------+--------------------------------------+ >---- >[tuser1@interceptor ~(keystone_user1)]$ nova list >+--------------------------------------+------------+--------+-------------------+ >| ID | Name | Status | Networks | >+--------------------------------------+------------+--------+-------------------+ >| df2594ec-a66c-4467-bf13-66c9d4936e16 | builder | ACTIVE | net1=10.65.207.53 | >| c898b140-7a4a-4d1d-bc13-97ec47333f0d | test-f17-1 | ACTIVE | net1=10.65.207.50 | >| 29c80d1d-99f7-4793-9d5c-95a3a9306537 | test-f17-2 | ACTIVE | net1=10.65.207.51 | >| b3901500-2224-4ede-afc4-38431613f52b | test-f17-3 | ACTIVE | net1=10.65.207.52 | >+--------------------------------------+------------+--------+-------------------+ >[tuser1@interceptor ~(keystone_user1)]$ >---- >[tuser1@interceptor ~(keystone_user1)]$ nova show builder >+------------------------+----------------------------------------------------------+ >| Property | Value | >+------------------------+----------------------------------------------------------+ >| status | ACTIVE | >| updated | 2013-04-01T02:50:35Z | >| OS-EXT-STS:task_state | None | >| key_name | oskey3 | >| image | cirros-ami (f29ecbe5-5d02-4cc8-9768-cd5a5fb0d28f) | >| hostId | ea9a88283bae81eb0a5621a827995c8485a5fa60e13ca4be47ce90d6 | >| OS-EXT-STS:vm_state | active | >| flavor | m1.tiny (1) | >| id | df2594ec-a66c-4467-bf13-66c9d4936e16 | >| security_groups | [{u'name': u'default'}] | >| user_id | 320ce46de7e24a75a7ff8906d7355ff7 | >| name | builder | >| created | 2013-04-01T02:50:13Z | >| tenant_id | 57ff99aae24b4035b52177a722c4091f | >| OS-DCF:diskConfig | MANUAL | >| accessIPv4 | | >| accessIPv6 | | >| net1 network | 10.65.207.53 | >| progress | 0 | >| OS-EXT-STS:power_state | 1 | >| metadata | {} | >| config_drive | | >+------------------------+----------------------------------------------------------+ >---- >[tuser1@interceptor ~(keystone_user1)]$ IP_ADDR=$(nova show $INSTANCE | awk '/network/ {print $5}') >---- >[tuser1@interceptor ~(keystone_user1)]$ echo $IP_ADDR >10.65.207.53 >[tuser1@interceptor ~(keystone_user1)]$ >---- >[tuser1@interceptor ~(keystone_user1)]$ USER_NAME=cirros >[root@puma33 rpms(keystone_admin)]$ ssh -o StrictHostKeyChecking=no -i oskey.priv $USER_NAME@$IP_ADDR >ssh: connect to host 192.168.32.4 port 22: No route to host >[root@puma33 rpms(keystone_admin)]$ >---- >[tuser1@interceptor ~(keystone_user1)]$ ping 10.65.207.53 >PING 10.65.207.53 (10.65.207.53) 56(84) bytes of data. >From 10.65.207.49 icmp_seq=2 Destination Host Unreachable >From 10.65.207.49 icmp_seq=3 Destination Host Unreachable >From 10.65.207.49 icmp_seq=4 Destination Host Unreachable >---- > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 929194
: 730248 |
731578
|
731927