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
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
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
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!
>
> __
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
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
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
>> 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
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
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
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
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
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
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
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
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
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
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
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
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.
_
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:
>
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
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
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'
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
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
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
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
28 matches
Mail list logo