Re: [Openstack] compute_nodes DB table

2012-08-06 Thread Michael Still
On 06/08/12 16:47, Trinath Somanchi wrote: Hi- Can any one guide me on understanding the process that updates the compute_nodes table in nova database. nova-compute on each compute node sends a regular message to the nova-scheduler on the scheduler node with an update of its status. These

Re: [Openstack] compute_nodes DB table

2012-08-06 Thread Trinath Somanchi
thanks a lot for the guidance... On Mon, Aug 6, 2012 at 12:57 PM, Michael Still michael.st...@canonical.comwrote: On 06/08/12 16:47, Trinath Somanchi wrote: Hi- Can any one guide me on understanding the process that updates the compute_nodes table in nova database. nova-compute on

Re: [Openstack] No handlers could be found for logger keystoneclient.v2_0.client (HTTP 404)???

2012-08-06 Thread Rafael Durán Castañeda
On 08/03/2012 09:37 AM, 王鹏 wrote: Everyone: Hi! When I install keystone alone, find a error, that’s make me crazy !the situation as follow: This is my conf [DEFAULT] bind_host = 0.0.0.0 public_port = 5000 admin_port = 35357 admin_token = admin compute_port = 8774 verbose = True

[Openstack] 回复: glance error

2012-08-06 Thread 延生 付
Have you used keystone as auth server? If yes, please share your glance and keystone logs to figure out the root cause.   Regards, Willfu 发件人: 王鹏 breakwin...@gmail.com 收件人: openstack@lists.launchpad.net 发送日期: 2012年8月6日, 星期一, 上午 11:22 主题: [Openstack] glance

Re: [Openstack] compute_nodes DB table

2012-08-06 Thread Sébastien Han
Hi, The interval can be managed via the periodic_interval flag in nova.conf, which is by default 60 sec Cheers! On Mon, Aug 6, 2012 at 9:40 AM, Trinath Somanchi trinath.soman...@gmail.com wrote: thanks a lot for the guidance... On Mon, Aug 6, 2012 at 12:57 PM, Michael Still

Re: [Openstack] No handlers could be found for logger keystoneclient.v2_0.client (HTTP 404)???

2012-08-06 Thread Alessandro Tagliapietra
Have you exported vars as the guide: export SERVICE_ENDPOINT=http://localhost:35357/v2.0; export SERVICE_TOKEN=admin Best Il giorno 03/ago/2012, alle ore 09:37, 王鹏 breakwin...@gmail.com ha scritto: Everyone: Hi! When I install keystone alone, find a error, that’s make me crazy !the

[Openstack] Change Ephemeral Disk FS

2012-08-06 Thread Jerico Revote
Hi, Is there a way to change the default file system of the ephemeral disk attached to an instance? By default it's ext3. Thanks, Jerico ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Change Ephemeral Disk FS

2012-08-06 Thread Sébastien Han
Hi, I think this only way is to edit the code like so: - go to the line 66 of /usr/lib/python2.7/dist-packages/nova/virt/disk/api.py - and change to 'default=mkfs.ext4 -L %(fs_label)s -F %(target)s', Make sure to purge your /var/lib/nova/instances/_base It worked for me :) Let me

Re: [Openstack] Change Ephemeral Disk FS

2012-08-06 Thread Jerico Revote
Hi, Are you using Essex or Folsom when it worked for you? Regards, Jerico On 06/08/2012, at 8:48 PM, Sébastien Han han.sebast...@gmail.com wrote: Cool ;) On Mon, Aug 6, 2012 at 12:47 PM, Jerico Revote jerico.rev...@monash.edu wrote: Thanks Sebastien, I'll give it a shot. Jerico

Re: [Openstack] Change Ephemeral Disk FS

2012-08-06 Thread Sébastien Han
I'm using Essex. Where did you make the code change? You must put the change on each nova-compute node. Enable the --verbose flag in nova.conf on your compute nodes, purge /var/lib/nova/instances/_base/'ephemeral_something', boot a new vm and watch the log. Grep for a line matching 'mkfs' My

[Openstack] KVM live block migration: stability, future, docs

2012-08-06 Thread Blair Bethwaite
Hi all, KVM block migration support in OpenStack (https://blueprints.launchpad.net/nova/+spec/kvm-block-migration) seems to be somewhat of a secret - there's almost nothing in the docs/guides (which to the contrary state that live migration is only possible with shared storage) and only a couple

Re: [Openstack] glance error

2012-08-06 Thread Brian Waldon
Your glance-api server probably can't talk to your glance-registry server. Make sure glance-registry is running and that glance-api is correctly configured with its IP and port. On Aug 5, 2012, at 8:22 PM, 王鹏 breakwin...@gmail.com wrote: hello,everyone: when I over glance install and config

[Openstack] Interested in ISCSI CHAP

2012-08-06 Thread Sheng Bo Hou
Hi everyone, I remember that once in a Cinder IRC meeting, John mentioned the implementation of CHAP. Is it related to this blueprint: https://blueprints.launchpad.net/cinder/+spec/iscsi-chap ? I am interested in this topic, and not sure whether someone is already doing it. If no one has taken

Re: [Openstack] Change Ephemeral Disk FS

2012-08-06 Thread Sébastien Han
Oh I didn't know that one! Thanks ;) On Mon, Aug 6, 2012 at 6:07 PM, Vishvananda Ishaya vishvana...@gmail.comwrote: No need to edit code, there is a config option for this: ## (MultiStrOpt) mkfs commands for ephemeral device. The format is os_type=mkfs command Put the following in

Re: [Openstack] [openstack-dev] [Quantum] Multi-host implementation

2012-08-06 Thread Dan Wendlandt
Hi Nachi, I've reviewed the code and added comments. I'd like to see at least a basic spec describing the proposed approach (need only be a couple paragraphs, perhaps with a diagram) linked to the blueprint so we can have a design discussion around it. Thanks, Dan On Fri, Aug 3, 2012 at 1:03

Re: [Openstack] [Quantum] Update policy of device_id

2012-08-06 Thread Dan Wendlandt
On Fri, Aug 3, 2012 at 12:33 PM, Nati Ueno nati.u...@gmail.com wrote: Hi folks I report this bug recently. device_id should not be updated twice https://bugs.launchpad.net/quantum/+bug/1031473 Now, a user can update device_id which may cause problem. Yeah, ideally this field could only

Re: [Openstack] [Netstack] [openstack-dev] [Quantum] Multi-host implementation

2012-08-06 Thread Nachi Ueno
Hi Dan Thank you for pointing this. Yusuke updated design spec. https://blueprints.launchpad.net/quantum/+spec/quantum-multihost-dhcp 2012/8/6 Dan Wendlandt d...@nicira.com: Hi Nachi, I've reviewed the code and added comments. I'd like to see at least a basic spec describing the proposed

[Openstack] Swift 1.6.0 released

2012-08-06 Thread John Dickinson
I'm happy to announce that Swift 1.6.0 has been released. You can get the tarball at https://launchpad.net/swift/folsom/1.6.0. As always, you can upgrade your production Swift clusters to this new version with no downtime to your clients. The complete changelog for this release is at

[Openstack] Can't ssh to anything not on control node

2012-08-06 Thread Dave Pigott
https://answers.launchpad.net/nova/+question/204852 Can anyone help me? I'm banging my head against a brick wall. I can't ever get an instance on anything but the control node to be accessible. Thanks Dave Dave Pigott Validation Engineer T: +44 1223 40 00 63 | M +44 7940 45 93 44 Linaro.org │

[Openstack] LBaaS IRC meeting notes

2012-08-06 Thread Eugene Kirpichov
Hi, Below are the meeting notes from the IRC meeting about LBaaS which took place on Aug 2. The logs can be found at http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-02-17.00.log.html [19:18:27 .. 19:56:41] === Status on our side ===

[Openstack] Configuring with devstack for multiple hardware nodes

2012-08-06 Thread Syd (Sydney) Logan
Hi, I just posted the following at http://forums.openstack.org/viewtopic.php?f=15t=1435, then realized this mailing list might be a better place to ask the question. In summary, I've cobbled together devstack-based nodes to exercise quantum/openvswitch (when I say cobbled, I mean my result is

Re: [Openstack] Configuring with devstack for multiple hardware nodes

2012-08-06 Thread Aaron Rosen
Hi Syd, There should not be an additional gateway interface on the compute nodes, only the node that has n-net in ENABLED_SERVICES. I'm assuming you want to use the OVSQuantumPlugin? Can you also attach /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini from your two nodes? Also if you are

[Openstack] why [Errno 111] ECONNREFUSED ????please help me

2012-08-06 Thread 王鹏
Hi,every: That is my first install swift,I according to objectstorage-adminguide-essex.pdf from www.openstack.org. when I after install ,Verify the Installation, use swift -V 2 -A http://AUTH_HOSTNAME:5000/v2.0 -U adminUser:admin -K 012345SECRET99TOKEN012345 stat [Errno 111] ECONNREFUSED why?

Re: [Openstack] why [Errno 111] ECONNREFUSED ????please help me

2012-08-06 Thread Dolph Mathews
Replace AUTH_HOSTNAME with the IP/hostname port of your keystone server (e.g. 127.0.0.1:35357). -Dolph On Mon, Aug 6, 2012 at 9:15 PM, 王鹏 breakwin...@gmail.com wrote: Hi,every: That is my first install swift,I according to objectstorage-adminguide-essex.pdf from www.openstack.org. when I

[Openstack] Networking error while creating VM

2012-08-06 Thread Trinath Somanchi
Hi- I'm seeing these errors in the COMPUTE-NODE nova-compute.log while bringing up the virtual machines. 2012-08-07 04:45:46 DEBUG nova.rpc.amqp [req-7e560f6e-0342-4799-83da-94e46d555d96 668f5d9ca716417fa16208828c5acea8 a17de6f647b14739acb33f09d246f72e] Pool creating new connection from

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

2012-08-06 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/312/Project:quantal_folsom_nova_trunkDate of build:Mon, 06 Aug 2012 10:01:54 -0400Build duration:3 min 51 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_trunk #25

2012-08-06 Thread openstack-testing-bot
at 20120806

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

2012-08-06 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/314/Project:quantal_folsom_nova_trunkDate of build:Mon, 06 Aug 2012 13:01:58 -0400Build duration:2 min 55 secBuild cause:Started by an SCM changeBuilt

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

2012-08-06 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/325/Project:precise_folsom_nova_trunkDate of build:Mon, 06 Aug 2012 15:01:55 -0400Build duration:2 min 52 secBuild cause:Started by an SCM changeBuilt

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

2012-08-06 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/317/Project:quantal_folsom_nova_trunkDate of build:Mon, 06 Aug 2012 15:02:00 -0400Build duration:3 min 40 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-glanceclient_trunk #53

2012-08-06 Thread openstack-testing-bot
cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 2231 lines...]Finished at 20120806-1548Build needed 00:01:12, 1284k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-swiftclient_trunk #15

2012-08-06 Thread openstack-testing-bot
cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 1708 lines...]Finished at 20120806-1556Build needed 00:00:36, 1004k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_trunk #28

2012-08-06 Thread openstack-testing-bot
at 20120806-1657Build needed 00

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_trunk #31

2012-08-06 Thread openstack-testing-bot
at 20120806-1712Build needed 00:01

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_deploy #193

2012-08-06 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/193/Project:precise_folsom_deployDate of build:Mon, 06 Aug 2012 18:42:30 -0400Build duration:43 secBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_deploy #194

2012-08-06 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/194/Project:precise_folsom_deployDate of build:Mon, 06 Aug 2012 18:44:19 -0400Build duration:13 minBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_trunk #32

2012-08-06 Thread openstack-testing-bot
at 20120806-1918Build needed 00

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #197

2012-08-06 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/197/Project:precise_folsom_deployDate of build:Mon, 06 Aug 2012 20:14:04 -0400Build duration:46 minBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #198

2012-08-06 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/198/Project:precise_folsom_deployDate of build:Mon, 06 Aug 2012 21:00:13 -0400Build duration:36 secBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #200

2012-08-06 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/200/Project:precise_folsom_deployDate of build:Mon, 06 Aug 2012 21:59:34 -0400Build duration:46 minBuild cause:Started by command lineBuilt on:masterHealth