[rhos-list] launch instance and create volume issues

Xu, HongnaX hongnax.xu at intel.com
Fri Sep 14 14:27:40 UTC 2012


Hi
  I have two issues to test openstack on RHEL 6.3.

1.       When I launch an instance by the command "nova boot --flavor 2 --key_name oskey --image e83b133b-5352-4c68-bc58-042d06e7e4c5 RH6.3".
Upload it by the command: glance add name="RHEL 6.3" is_public=true disk_format=raw container_format=bare < /root/stackimages/ia32p_rhel6u3.img
But it could not launch with ERROR: n/a (HTTP 400).
And nova list shows, the status is BUILD
+--------------------------------------+---------+--------+----------+---+----------+--------------------------
|                  ID                  |   Name  | Status | Networks |
+--------------------------------------+---------+--------+----------+---+----------+---+----------+-----
| 252230b1-6139-4814-a9c0-1c0947366738 | RH6.3   | BUILD  |          |
| a5b9b299-3d29-4207-a014-a1a162851c4f | RH6.3-2 | BUILD  |          |
+--------------------------------------+---------+--------+----------+-------------------------------------

$ nova-manage service list shows two warnings, both are recorded in the scheduler.log and compute.log
******************************
2012-09-14 22:12:14 WARNING nova.utils [req-872c0775-bb5a-4eaf-a27b-b02a2bae02b7 None None] /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:639: SADeprecationWarning: The 'listeners' argument to Pool (and create_engine()) is deprecated.  Use event.listen().
  Pool.__init__(self, creator, **kw)

2012-09-14 22:12:14 WARNING nova.utils [req-872c0775-bb5a-4eaf-a27b-b02a2bae02b7 None None] /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:145: SADeprecationWarning: Pool.add_listener is deprecated.  Use event.listen()
  self.add_listener(l)

Binary           Host                                 Zone             Status     State Updated_At
nova-cert        RH-openstack                         nova             enabled    XXX   None
nova-scheduler   RH-openstack                         nova             enabled    XXX   None
nova-compute     RH-openstack                         nova             enabled    XXX   None
nova-volume      RH-openstack                         nova             enabled    XXX   None
nova-network     RH-openstack                         nova             enabled    XXX   None
****************************************
why the state is XXX, does it work for the services?


2.       volume always shows creating status, and the command of nova volume-create freeze in the terminal.

$ nova volume-list

+----+----------+--------------+------+-------------+-------------+

| ID |  Status  | Display Name | Size | Volume Type | Attached to |

+----+----------+--------------+------+-------------+-------------+

| 2  | creating | test volume  | 1    | None        |             |

+----+----------+--------------+------+-------------+-------------+


Best Regards,
Hongna

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/rhos-list/attachments/20120914/2557371c/attachment.htm>


More information about the rhos-list mailing list