[Openstack] Regarding Tempest for Integration testing of Openstack Environment

2012-09-26 Thread Girija Sharan
Hello all, I am using Tempest *stable/essex* not master. And in stable/essex there are very less number of tests as compared to tests in master. Would you please suggest me which one should I use. One important thing is that in master version there are couple of tests in network directory but

[Openstack] OpenStack Object Storage (Swift) 1.7.4 released

2012-09-26 Thread Thierry Carrez
Hi everyone, A memory leak was discovered in Swift 1.7.2, prompting a last-minute new release for inclusion in the common Folsom OpenStack release tomorrow: https://launchpad.net/swift/folsom/1.7.4 This should (really) be the last release of Swift in the Folsom series, and that version shall be

[Openstack] Last? Folsom RC respins for Keystone, Quantum, Cinder and Nova

2012-09-26 Thread Thierry Carrez
Hello everyone, At the release meeting last night, a small number of bugs were identified as release blockers and triggered a series of release candidates rebuilds this morning. New Folsom release candidates tarballs for OpenStack Compute (Nova), OpenStack Networking (Quantum), OpenStack

[Openstack] openstack -- xcp - devstack

2012-09-26 Thread Afef MDHAFFAR
Hi all, I am trying to install openstack via devstack. I use Ubuntu Server 12.04 and XCP. I mainly followed this link : https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md. The execution of the script hangs in this state: + echo 'Waiting for

Re: [Openstack] openstack -- xcp - devstack

2012-09-26 Thread Afef MDHAFFAR
Actually, when I deeply looked on the problem, I found that there is no partition in the device that could be mapped by the kpartx command. Any ideas how to solve it? Thank you, Afef 2012/9/26 Afef MDHAFFAR afef.mdhaf...@gmail.com Hi all, I am trying to install openstack via devstack. I

Re: [Openstack] ask Specify starting Ip dchp Openstack

2012-09-26 Thread Stuart Hart
192.168.2.21/24 means use 192.168.2.1 thru 192.168.254, ie. the last 8 bits define the network addresses. Have a read of this to explain fully http://www.techrepublic.com/article/ip-subnetting-made-easy/6089187 The most important thing to know about chopping up a network is that you can't

Re: [Openstack] ask Specify starting Ip dchp Openstack

2012-09-26 Thread Iftakhul Anwar
Thanks Hao Wang, http://www.subnet-calculator.com help me to determine networking :) I've solved this with configure network 192.168.2.96/27 and everything working fine :D Thanks On Wed, Sep 26, 2012 at 10:03 AM, Hao Wang hao.1.w...@gmail.com wrote: This should be configured for DHCP server.

Re: [Openstack] [Nova] Got 'qemu-img: error while writing sector 634880: Input/output error' in _create_image

2012-09-26 Thread Wangpan
Thanks for your reminders, I found the reason now, it's my own fault! I tried to optimize the snapshot_instance process like this blueprint: https://blueprints.launchpad.net/glance/+spec/hierarchical-images and I copied the call_if_no_exists copy_and_extend methods, and I forgot the locks

Re: [Openstack] [Nova] Got 'qemu-img: error while writing sector 634880: Input/output error' in _create_image

2012-09-26 Thread Razique Mahroua
Glad you figured out, stupidity is only untamed experience :) Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 26 sept. 2012 à 12:14, "Wangpan"hzwang...@corp.netease.com a écrit :Thanks for your reminders, I found the reason now, it's my own fault!I tried to optimize the snapshot_instance

[Openstack] Swift reliability

2012-09-26 Thread Phil Holden
Hello, I have been continuing to run the Swift reliability test described at https://answers.launchpad.net/swift/+question/201627 This is now using ext4 filesystems but continues to have some issues. The test has been resized a little and now consists of 40 threads doing a PUT with an

[Openstack] [UK] London Openstack Meetup - Tomorrow Evening

2012-09-26 Thread Daviey Walker
Hi, As a reminder, the second London meetup will be happening tomorrow evening. The schedule is looking pretty exciting, and based on feedback from last time - there will be parallel sessions. A developer centric one, and a more high level one. It will be interesting to see how it works out.

Re: [Openstack] Swift reliability

2012-09-26 Thread John Dickinson
The 404s on object PUTs are probably related to the timeout errors you are seeing on the container servers. This may be because of IO contention on your hardware (eg overtaxed drives). How does the disk IO look on your physical hardware? The disk full errors may be because you are running out

Re: [Openstack] Swift reliability

2012-09-26 Thread Andrew Hale
Further to this, I wouldn't recommend using an ext filesystem for critical data in a swift install since the auditor processes use the zero byte files to trigger re-replication whereas orphaned files in a drives lost+found wouldn't be audited. removing files from the swift directory structures

[Openstack] What's up doc? September 26 2012

2012-09-26 Thread Anne Gentle
Summary: We're down to 14 doc bugs targeted to Folsom but still want your help! After Thursday's code release, I will meet with Thierry to get ideas for how to scientifically determine a good doc release date based on the bug/task list. Stay tuned for that. I have instructions for how to do a

Re: [Openstack] TryStack latest status

2012-09-26 Thread Joshua Harlow
Sweet, I'm hoping and pushing for getting some Y! help here as well. Hopefully this will happen soon :-) On 9/20/12 10:07 AM, Anne Gentle a...@openstack.org wrote: Hi all - We're taking small steps to get the TryStack experience back on track. Yesterday we moved the trystack.org site to

[Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Nandakumar Pezhery
Hi Everyone, I've been working on the FC 17 version of Openstack for few days - single box implementation. Request help to fix the below problem which seems to have started after I configured floating IPs. In nova.conf, auto_assign_floating_ip=True I get the below error in compute.log while

[Openstack] Timing on Folsom inclusion in official distros

2012-09-26 Thread Asher Newcomer
Hi All, I'm curious, and I know that no one can give a definitive answer, but can anyone provide a ballpark expectation on when we can expect to see Folsom packages in 'official' Linux distros? How long does that process tend to take after release? Thanks! Asher

Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-26 Thread Bontala, Vibhuvardhan
Hi Anne, Do you have a similar pointer to the Image Service for Folsom? I am interested in the API reference specifically. Thanks Vibhu -Original Message- From: openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net

[Openstack] Doc on nova-volume

2012-09-26 Thread Ahmed Al-Mehdi
Hello, I recently setup an OpenStack environment using two servers. I read-up the document Object Storage Administration Guide at the OpenStack site. I have two questions: - I love the first few chapters of this document that talks about conceptual parts of a cloud OS, and then maps the

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Vishvananda Ishaya
Not sure how current the f17 repos are. There was an issue related to this that was fixed about a month ago, but it would be great to see if this is reproducible on trunk. Vish On Sep 26, 2012, at 12:43 PM, Nandakumar Pezhery nandakuma...@gmail.com wrote: Hi Everyone, I've been working on

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Vishvananda Ishaya
FYI, I just tested on devstack and it looks like it works fine. If you are on older code you may be running into this bug: https://bugs.launchpad.net/nova/+bug/1038266 If you can't update your code, you could check to see if there are deleted floating ips in your database: 'SELECT count(*)

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Pádraig Brady
On 09/26/2012 11:35 PM, Vishvananda Ishaya wrote: FYI, I just tested on devstack and it looks like it works fine. If you are on older code you may be running into this bug: https://bugs.launchpad.net/nova/+bug/1038266 To confirm. The last Fedora 17 essex update just missed the above fix. The

Re: [Openstack] Terminating instance stuck at deleting - Openstack on Fedora Core 17

2012-09-26 Thread Nandakumar Pezhery
Vishva...that worked. thanks. Pádraig...thanks for the update.Will test the update. On Thu, Sep 27, 2012 at 2:58 AM, Pádraig Brady p...@draigbrady.com wrote: On 09/26/2012 11:35 PM, Vishvananda Ishaya wrote: FYI, I just tested on devstack and it looks like it works fine. If you are on older

[Openstack] [nova] python-novaclient 2.9.0 released to pypi

2012-09-26 Thread Vishvananda Ishaya
Hello Everyone, To go along with the folsom release, I have released python-novaclient 2.9.0 to pypi. This is mostly bugfixes and cleanups, although a few new features were added such as: nova secgroup-list --all-tenants nova network-list nova network-show nova flavor-key nova show --minimal

Re: [Openstack] Ubuntu Cloud Archive information

2012-09-26 Thread Sam Morrison
Hi Chuck, I found all the information I need, cheers. One more thing, I see there is no swift-plugin-s3 package in the cloud archive. Can this be ported over? I installed the quantal one and it installed fine. I tried to contact the ubuntu-servers-team via lauchpad about this but get a

[Openstack] deploying juju on openstack instances

2012-09-26 Thread Iftakhul Anwar
Hi All, I want to deploy and scale up app on openstack instances using juju. Anyone have reference for it ? I've try to deploying it wtih my configuration like bellow: but i got error : *.juju/environments.yaml: environments.juju.placement: required value not found* This is my .yaml

Re: [Openstack] mailing list for nova-volume / Cinder

2012-09-26 Thread John Griffith
On Wed, Sep 26, 2012 at 8:18 PM, Ahmed Al-Mehdi ah...@coraid.com wrote: Hello, Is there a specific mailing list for nova-volume / Cinder? Thank you, Ahmed. ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_glance_trunk #183

2012-09-26 Thread openstack-testing-bot
Title: quantal_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_trunk/183/Project:quantal_folsom_glance_trunkDate of build:Wed, 26 Sep 2012 12:00:34 -0400Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #647

2012-09-26 Thread openstack-testing-bot
at 20120926-1409Build needed 00:09:34, 97688k disc spaceERROR:root:Error occurred during package creation