Re: [Openstack] [HPC] Openstack HPC telecon

2012-07-09 Thread Patrick Petit
Hi John Paul All, 11am EDT sounds perfectly fine with European TX. Regular Confcall format is fine too. Best regards, Patrick Le 6 juil. 2012 19:39, John Paul Walters jwalt...@isi.edu a écrit : Earlier is totally fine. I want to strike a balance with the people on the west coast. How about

[Openstack] Compressed image support ?

2012-07-09 Thread Wang Li
hi, all As to the horizon UI, zip and tar.gz image files are supported. Specify an image to upload to the Image Service. Currently only images available via an HTTP URL are supported. The image location must be accessible to the Image Service. Compressed image

Re: [Openstack] Nova can not detached a volume

2012-07-09 Thread Thierry Carrez
Hiroki Ishikawa wrote: I have been faced a problem that the volume can not be detached when an instance is booted from a volume with an invalid name. Here is a sequence that the problem happens: [...] Any chance you could file this as a bug at: https://bugs.launchpad.net/nova/+filebug ?

[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 Razique Mahroua
Hi Heber,thanks for the tip :-) Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 9 juil. 2012 à 11:17, Heber Dijks a écrit :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

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

2012-07-09 Thread Daniel P. Berrange
On Mon, Jul 09, 2012 at 11:17:13AM +0200, Heber Dijks wrote: 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

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 berra...@redhat.comwrote: On Mon, Jul 09, 2012 at 11:17:13AM +0200, Heber

[Openstack] how to properly get rid of some `nova-manage service list` entries

2012-07-09 Thread Christian Parpart
Hey all, I'm having some old entries in the output of `nova-manage service list`, which I would like to get rid from. One compute, and 2 nova-network items. Is it safe to just DELETE them from the mysql table or is there more involved? Best regards, Christian Parpart.

Re: [Openstack] Nova can not detached a volume

2012-07-09 Thread Hiroki Ishikawa
Thierry Carrez wrote: Any chance you could file this as a bug at: https://bugs.launchpad.net/nova/+filebug ? This would ensure that we can efficiently track progress towards the fix of this problem. [...] Thanks for your reply. I added a new bug to launchpad. Please see at:

Re: [Openstack] how to properly get rid of some `nova-manage service list` entries

2012-07-09 Thread Belmiro Moreira
Hi, you can simply delete them from the mysql services table. Belmiro CERN On Jul 9, 2012, at 12:46 PM, Christian Parpart wrote: Hey all, I'm having some old entries in the output of `nova-manage service list`, which I would like to get rid from. One compute, and 2 nova-network items. Is

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-09 Thread Jay Pipes
Vish and Ron, just getting back to this... see inline continued questions for you both. On 07/02/2012 04:24 PM, Vishvananda Ishaya wrote: On Jul 2, 2012, at 7:28 AM, Jay Pipes wrote: Hi Ron, cc'ing the openstack ML for extra eyes and opinions... So, Nati and I are looking to use either

Re: [Openstack] Glance/Swift tenant specific storage

2012-07-09 Thread Dan Prince
- Original Message - From: David Kranz david.kr...@qrclab.com To: Dan Prince dpri...@redhat.com Sent: Monday, July 9, 2012 9:15:00 AM Subject: Re: [Openstack] Glance/Swift tenant specific storage Dan, I am involved in a project (not Glance) that is doing something similar to this

Re: [Openstack] QA for Live Migration

2012-07-09 Thread John Garbutt
Hi, There are currently no tests for live migration. I imagine that the reason is because there is very poor documentation on the os-migrateLive API extension. I'd be happy to help you in writing the tests. Cool, thanks. I'd love some help in identifying some documentation ... we need to

Re: [Openstack] QA for Live Migration

2012-07-09 Thread Jay Pipes
On 07/09/2012 09:35 AM, John Garbutt wrote: Renuka and I are looking at proposing a blueprint to try and sort out some of this confusion. I think this is the current situation: - historically XenAPI had migrate, Libvirt had live migrate - But by end of Folsom we should have both having

Re: [Openstack] QA for Live Migration

2012-07-09 Thread John Garbutt
- historically XenAPI had migrate, Libvirt had live migrate - But by end of Folsom we should have both having both Yes, but what is the difference between the two? Got you. I think this is right: Migration: - shutdown the VM - move current disk to the destination - start VM - user sees

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-09 Thread Mandar Vaze / मंदार वझे
I see pre_live_migration in destination compute log, so migration at least started. Since there are no errors in either compute log, is it possible that migration is taking long ? (Just a possibility) When you say migration fails what error did you get ? -Mandar On Mon, Jul 9, 2012 at 7:39 PM,

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-09 Thread Leander Bessa Beernaert
There is no error, it just doesn't do anything :s. I've left the instance alone for 3 hours now and it's still stuck on the original compute node. On Mon, Jul 9, 2012 at 5:55 PM, Mandar Vaze / मंदार वझे mandarv...@gmail.com wrote: I see pre_live_migration in destination compute log, so

Re: [Openstack] PEP8 checks

2012-07-09 Thread Kevin L. Mitchell
On Mon, 2012-07-02 at 08:15 -0400, Monty Taylor wrote: It's not really expected, and I honestly don't understand why run_tests.sh -p would have problems running pep8. Although we do not use run_tests.sh for anything in jenkins, we have not done anything to disable or change what it's doing.

[Openstack] Inaugurating the new Development list

2012-07-09 Thread Stefano Maffulli
Hello folks, following up on the creation the new mailing list for OpenStack Development as discussed and agreed on http://openstack.markmail.org/thread/6a5yyel5qo3moskq The mailing list is on: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev About this list currently says[1]:

Re: [Openstack] Compressed image support ?

2012-07-09 Thread John Postlethwait
Hi Wang, Horizon simply uses the Python interface to Glance and tells it to create the image. Glance supports creating images from remote locations that are in a compressed format. There are examples in the Glance documentation here:

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-07-09 Thread Chris Behrens
That's correct. If there's an .ovf, it's currently ignored. It's also not generated when we upload images (snapshots). I'm sure there's plans in someone's head to implement that support at some point.. but right now we expect the .vhds to have specific names in the tar file. - Chris On

Re: [Openstack] Inaugurating the new Development list

2012-07-09 Thread Atul Jha
Hi, And what happens to openstack@lists.launchpad.net then? Cheers!! Atul From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Stefano Maffulli

Re: [Openstack] Inaugurating the new Development list

2012-07-09 Thread Stefano Maffulli
On Mon 09 Jul 2012 01:48:25 PM PDT, Atul Jha wrote: And what happens to openstack@lists.launchpad.net then? good question: at the moment nothing happens, this list will remain active. According to the new mailing list layout[1], it will be named 'General' but it will remain as it is for the

[Openstack] Call for comments and testing: prototype for OpenStack Document translation process

2012-07-09 Thread Ying Chun Guo
Hi, team I created a prototype of document translation, to verify the whole document translation process: slicing a doc, uploading to transifex, translating, downloading to local disk, merging the translation back into DocBook, and generating translated PDF/HTML. The source codes are in

Re: [Openstack] PEP8 checks

2012-07-09 Thread Dave Walker
On Mon, Jul 02, 2012 at 08:28:04AM -0400, Monty Taylor wrote: On 07/02/2012 06:46 AM, John Garbutt wrote: Hi, I noticed I can now run the pep8 tests like this (taken from Jenkins job): tox -v -epep8 ... pep8: commands succeeded congratulations :) But the

Re: [Openstack] PEP8 checks

2012-07-09 Thread Joe Gordon
On Mon, Jul 9, 2012 at 3:01 PM, Dave Walker davewal...@ubuntu.com wrote: On Mon, Jul 02, 2012 at 08:28:04AM -0400, Monty Taylor wrote: On 07/02/2012 06:46 AM, John Garbutt wrote: Hi, I noticed I can now run the pep8 tests like this (taken from Jenkins job): tox -v -epep8

Re: [Openstack] PEP8 checks

2012-07-09 Thread Dan Prince
- Original Message - From: Dave Walker davewal...@ubuntu.com To: Monty Taylor mord...@inaugust.com Cc: openstack@lists.launchpad.net, John Garbutt john.garb...@citrix.com Sent: Monday, July 9, 2012 6:01:19 PM Subject: Re: [Openstack] PEP8 checks On Mon, Jul 02, 2012 at 08:28:04AM

[Openstack] Bandwidth limit

2012-07-09 Thread Guillermo Alvarado
Hi Everyone! I want to know if there is a table or something that contains information about the bandwidth of each tenant, to billing purposes. There are a way to limit the bandwith of the tenants?? Thanks in Advance! ___ Mailing list:

Re: [Openstack] Compressed image support ?

2012-07-09 Thread Christopher B Ferris
John Postlethwait wrote: ... Also, you need to make sure you are linking DIRECTLY to the image itself, as if it is a redirect or any other HTTP response besides the file, Glance will still create an image out of it and it will seem to have worked. Sometimes you can even launch said instances that

Re: [Openstack] Compressed image support ?

2012-07-09 Thread unicell
Hi Wang Li, I believe so far there is no compressed RAW image support. Please check https://bugs.launchpad.net/nova/+bug/745985 for detail. -- unicell On Mon, Jul 9, 2012 at 4:04 PM, Wang Li fox...@gmail.com wrote: hi, all As to the horizon UI, zip and tar.gz image files are supported.

Re: [Openstack] Compressed image support ?

2012-07-09 Thread Gabriel Hurley
Filed that bug a month ago: https://bugs.launchpad.net/glance/+bug/1009248 Patches welcome. ;-) - Gabriel -Original Message- From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net [mailto:openstack- bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #110

2012-07-09 Thread openstack-testing-bot
at 20120709