Re: [Openstack] Help - swift with low IOPS

2013-09-03 Thread Kuo Hugo
Using RamDisk to simulate spindles +Hugo Kuo+ h...@swiftstack.com tonyt...@gmail.com +886 935004793 2013/9/3 Jonathan Lu > Hi, pangj > While putting small objects, the bottleneck will not be the network > bandwidth, and the server's cpu/mem will be low. It will be a matter of > inode and c

Re: [Openstack] Ironic release date?

2013-09-03 Thread Thierry Carrez
Jake G. wrote: > I have been unable to get the nova baremetal driver to work to save my life, > so I was wondering when Ironic is expected to be released? Ironic is still very much in incubation at this point. I'll let devananda answer more precisely, but at this point I expect a first usable rele

Re: [Openstack] Ironic release date?

2013-09-03 Thread Jake G.
On 2013/09/03, at 16:37, Thierry Carrez wrote: > Jake G. wrote: >> I have been unable to get the nova baremetal driver to work to save my life, >> so I was wondering when Ironic is expected to be released? > > Ironic is still very much in incubation at this point. I'll let > devananda answer m

Re: [Openstack] Ironic release date?

2013-09-03 Thread happy idea
may be six month after Haven released. 2013/9/3 Jake G. > Hi all, > > I have been unable to get the nova baremetal driver to work to save my > life, > so I was wondering when Ironic is expected to be released? > > This year, next year sometime? > > Thanks! > > __

Re: [Openstack] Ironic release date?

2013-09-03 Thread Sylvain Bauza
Hi Jake, Come in #openstack-ironic, I'll try to help you as much as I can. I tested the latest baremetal driver using devstack and real baremetal hosts (using IPMI), it works like a charm. Btw, I'm planning to write a blogpost about how to devstack using baremetal driver. Hope it will help

Re: [Openstack] Ironic release date?

2013-09-03 Thread Jake G.
Hi Sylvain, Thank you very much. Not sure what I am doing wrong here but seems like there are some steps missing or mistakes on the wiki. I very much look forward to you blog! I joined the irc channel. Hope to catch you there. (iLikeIT) Best, Jake From: Sy

Re: [Openstack] Help - swift with low IOPS

2013-09-03 Thread pangj
On 2013-9-3 14:10, Jonathan Lu wrote: Robert van Leeuwen once post a report of their experience in the mail list and I think it's such a good sharing. http://engineering.spilgames.com/openstack-swift-lots-small-files/ Hi, Thanks for the info. I have checked this one days ago. Given the ca

Re: [Openstack] Help - swift with low IOPS

2013-09-03 Thread Robert van Leeuwen
>> http://engineering.spilgames.com/openstack-swift-lots-small-files/ > > there are many containers (more than 100 millions), but objects under > each container are few (less than 20). There is only one account for > TempAuth. Hi, For each countainer there is a sql-lite database. Creating 100 mil

[Openstack] Neutron with packstack on several CentOS 6.4 nodes

2013-09-03 Thread Nicolae Paladi
Hi, I am in the process of setting up a cluster of 4 CentOS 6.4 servers, with Neutron and VLAN. The current goal is to create under the same tenant 3 subnets in different VLANs. Also, I've used the following guides to do this: http://openstack.redhat.com/Neutron_with_OVS_and_VLANs http://docs.op

Re: [Openstack] Help - swift with low IOPS

2013-09-03 Thread Chuck Thier
Hi Pangj, First, make sure you have an updated version of swift-bench. There was a bug where it was relying on python-swiftclient to setup eventlet, but when eventlet was removed from swiftclient, that caused swift-bench to not run requests concurrently. There are quite a few things that should

[Openstack] Slow API operations

2013-09-03 Thread Guilherme Russi
Hello guys, I'm facing a problem where my APIs' works are too slow, I've been searching through the internet and I saw some people talking about expired keystone tokens, but my point is, how do I find which tokens are still valid and which are expired? Those guys were talkning about "keystone-man

Re: [Openstack] Reg. nova compute and openstack controller interaction

2013-09-03 Thread JuanFra Rodriguez Cardoso
Hi: Hope you find these links useful: http://www.laurentluce.com/posts/openstack-nova-internals-of-instance-launching/ http://ilearnstack.com/2013/04/26/request-flow-for-provisioning-instance-in-openstack/ Regards, --- JuanFra 2013/9/2 ESWAR RAO > Hi All, > > I am new to open stack. > Can so

Re: [Openstack] Slow API operations

2013-09-03 Thread Gangur, Hrushikesh (HP Converged Cloud - R&D - Sunnyvale)
I usually run this on my SQL Query to clean up expired tokens: DELETE FROM token WHERE expires <= NOW(); Unfortunately, this does not help much in improving slow response time of nova list or other APIs, but worth trying it out. From: Guilherme Russi [mailto:luisguilherme...@gmail.com] Sent: Tue

Re: [Openstack] Swift sharding across containers

2013-09-03 Thread Chuck Thier
Hi Shri, The short answer is that sharding your data across containers in swift is generally a good idea. The limitations with containers has a lot more to do with overall concurrency rather than total objects in a container. The number of objects in a container can have an affect on that, but w

Re: [Openstack] Managing iptables with OpenStack Folsom (using Quantum)

2013-09-03 Thread Craig E. Ward
Razique, Thanks for the response. If I understand you correctly, you're saying that the iptables rules are redone by nova-compute or the quantum agents every time a network is added or removed and because of that, static rules will be lost. Is that correct? The installation I'm working with

Re: [Openstack] Slow API operations

2013-09-03 Thread Guilherme Russi
Query OK, 502150 rows affected (32 min 2.77 sec) and nothing has changed, lol. Thank you. Regards. Guilherme. 2013/9/3 Gangur, Hrushikesh (HP Converged Cloud - R&D - Sunnyvale) < hrushikesh.gan...@hp.com> > I usually run this on my SQL Query to clean up expired tokens: > > DELETE FROM to

Re: [Openstack] [Grizzly] Unable to reboot instance after Migrate

2013-09-03 Thread Guilherme Russi
Hey there, I made my NFS configuration again, I made this way: Controller node: 1- mkdir -p /local2/instances 2- mount --bind /var/lib/nova/instances /local2/instances 3- added this inside /etc/exports /var/lib/nova/instances 192.168.3.0/24(rw,sync,fsid=0,no_root_squash,no_subtree_check) /local2

Re: [Openstack] Slow API operations

2013-09-03 Thread Clint Byrum
Excerpts from Guilherme Russi's message of 2013-09-03 11:52:39 -0700: > Query OK, 502150 rows affected (32 min 2.77 sec) and nothing has changed, > lol. There's also indexes in Havana that help a lot, you might consider adding them manually: ALTER TABLE token ADD INDEX ix_token_valid (valid); ALT

Re: [Openstack] Slow API operations

2013-09-03 Thread Jay Pipes
On 09/03/2013 03:12 PM, Clint Byrum wrote: Excerpts from Guilherme Russi's message of 2013-09-03 11:52:39 -0700: Query OK, 502150 rows affected (32 min 2.77 sec) and nothing has changed, lol. There's also indexes in Havana that help a lot, you might consider adding them manually: ALTER TABLE

[Openstack] Cinder question

2013-09-03 Thread Mark Brown
Hello, I had a Cinder question, and maybe its pretty basic:-) Isn't there a way to attach the same Cinder volume to two different VMs, whether same physical server or different? I don't mean across different data centers, but any domain (zone, or whatever) within the same data center? Thanks. _

Re: [Openstack] [Grizzly] Unable to reboot instance after Migrate

2013-09-03 Thread happy idea
follow this page's guide *carefully* , http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html replace 'NOVA-INST-DIR' with '/var/lib/nova' 2013/9/4 Guilherme Russi > Hey there, I made my NFS configuration again, I made this way: > > Controller node: >

[Openstack] Join the online meeting for moderators of Ask OpenStack

2013-09-03 Thread Stefano Maffulli
We are holding an online meeting for all the people that use Ask OpenStack. On Thursday Sept. 5 from 6PM to 7PM Pacific Time on IRC freenode.net #openstack-community The main intention is to share best practices and in the long term improve the objective of Ask OpenStack: to provide the bes

[Openstack] Does openstack python API support vsphere?

2013-09-03 Thread openstack learner
Hi all, I am new to openstack, can anyone tell me if the openstack nova python API support vsphere? Thanks a lot xin ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe

Re: [Openstack] Cinder question

2013-09-03 Thread Swapnil Kulkarni
Hi Mark, You might want to have a look at https://blueprints.launchpad.net/cinder/+spec/multi-attach-volume Best Regards, Swapnil Kulkarni swapnilkulkarni2...@gmail.com On Wed, Sep 4, 2013 at 4:55 AM, Mark Brown wrote: > Hello, > I had a Cinder question, and maybe its pretty basic:-) > > Isn'

[Openstack] Quantum/Grizzy - Instance doesn't get IP

2013-09-03 Thread Marcelo Dieder
Hi All! I have a ambient with 3 hosts (Network, Controller and Node1 (Qemu)). I created an ambient based this tutorial (http://docs.openstack.org/grizzly/basic-install/apt/content/basic-install_controller.html). My problem is when I create a instance. The instance Instance doesn't get IP addr

Re: [Openstack] Quantum/Grizzy - Instance doesn't get IP

2013-09-03 Thread happy idea
you didn't install the dhcp agent, please refer to this guide https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst 2013/9/4 Marcelo Dieder > Hi All! > > I have a ambient with 3 hosts (Network, Controller and Node1 (Qemu)). I > c

Re: [Openstack] Does openstack python API support vsphere?

2013-09-03 Thread laclasse
Install python-suds on the nodes to speak to the vsphere API. See http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html Hope this helps. On Wed, Sep 4, 2013 at 3:03 AM, openstack learner wrote: > Hi all, > > I am new to openstack, can anyone tell me if the openstack nova

[Openstack] I18n meeting tomorrow

2013-09-03 Thread Ying Chun Guo
Hi, There will be OpenStack I18n team meeting at 0700UTC on Thursday (September 5th) in IRC channel #openstack-meeting. The time, we use Asia/Europe friendly time. Welcome to join the meeting. During the previous several weeks, we have good progress with the infrastructure setting up in Transi