Re: [Openstack] What does "nova migrate" do, exactly?

2012-06-05 Thread Heber Dijks
Hi Florian, I don't know for sure what this instructuction does, but if it's true what you're suggesting, I agree "upgrade" or "configuration-upgrade" (similar construction to other nova-related command-line instructions) would be less confusing. Regards, Heber

Re: [Openstack] install cloud computing by openstack!!!

2012-06-06 Thread Heber Dijks
What messages do you get? Have you set the right environment variables? export OS_AUTH_URL="http://<>:5000/v2.0/" export OS_TENANT_NAME="admin" export OS_USERNAME="admin" export OS_PASSWORD="admin" export OS_REGION_NAME="myRegion" export SERVICE_TOKEN="admin" export SERVICE_ENDPOINT="http://<>:35

[Openstack] How to speed-up removal of a volume in Openstack Essex

2012-07-09 Thread Heber Dijks
When terminating a volume, openstack default overwrites the complete volume with zero’s for security reasons. This can take a long time, especially with large volumes. If security isn’t an issue in your environment, you can speed-up deletion to only overwrite the first 1GB with zero’s, which will

Re: [Openstack] How to speed-up removal of a volume in Openstack Essex

2012-07-09 Thread Heber Dijks
Daniel filed a bug for it (https://bugs.launchpad.net/nova/+bug/1022511), thanks Daniel! So go to Lanuchpad and confirm the bug if it affects you too. Regards, Heber On Mon, Jul 9, 2012 at 11:40 AM, Daniel P. Berrange wrote: > On Mon, Jul 09, 2012 at 11:17:13AM +0200, Heber Dijks wr

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-11 Thread Heber Dijks
+1 for option 1 ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp