openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22704
Re: Fwd: [openStack] deleting instances
I don't know how to use ecua client, but I can help you with nova client here:
1. how can i know the list of running instances ?
---use 'nova list' or 'nova list --all_tenants', then you can use 'nova show uuid' to get the detail info of the instance.
2. and where to set the maximum quota for creating instances ?
---use 'nova quota-update', you can get help by 'nova help quota-update'.
3. reboot error
---the response message show that the instance you want to reboot is building now, you may need to wait for it become 'active'.
2013-04-16
Wangpan
发件人:Deepak A.P
发送时间:2013-04-16 16:38
主题:[Openstack] Fwd: [openStack] deleting instances
收件人:"OpenStack Mailing List"<openstack@xxxxxxxxxxxxxxxxxxx>
抄送:
Hi
I tried rebooting the instance got the below error
nova reboot <instance_id>
"ERROR: Cannot 'reboot' while instance is in vm_state building (HTTP 409) (Request-ID: req-f83dab03-9db0-4cec )"
what could be issue ?
---------- Forwarded message ----------
From: Deepak A.P <swift007.deepak@xxxxxxxxx>
Date: Fri, Apr 5, 2013 at 4:29 PM
Subject: [openStack] deleting instances
To: openstack@xxxxxxxxxxxxxxxxxxx
Hi
i have created a list of instance using an active image, Now i want to
delete those instances , I have installed both Euca2ool and Nova client , with both of the utilities
i tried terminating the instances as below
euca-terminate-instances i-00000001
after executing the above command i get
INSTANCE i-00000001
does it means that the instance is terminated ?
then i ran the euca-describe-instances command
i still see the above instance i-00000001 in the list
how can i know the list of running instances ? and where to set the maximum quota for creating
instances ?
--
Cheers,
Deepak
--
Cheers,
Deepak
References