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 cache. You can check the iowait of your storage node server
and it may be a "filesystem" problem. As a estimate of the performance
For each test file the size is 4KB.
Network connection is 1Gb.
But the bandwidth never got full, it's about only 70 - 80 Mb at peak.
And all servers' cpu/mem usage are low.
Thanks.
On 2013-9-3 13:32, Jonathan Lu wrote:
Hi,
What is the average size of the objects? And your network
condition?
Hi Peeyush-
You may also try to delete/rename that table (if its an empty one) and restart
the nova service.
The table with new column can be added.
--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048
From: wu jiang [mailto:win...@gmail.com]
Sent: Monday, September 02, 201
Hi,
What is the average size of the objects? And your network
condition? Maybe the bottleneck of performance is not Swift, but the
network or other things.
Best Regards
Jonathan Lu
On 2013/9/2 19:51, pangj wrote:
Hi,
We have benched the swift, the cluster is with one proxy server, one
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!___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/
Migrants can set up something if you want check the training page
Messaggio originale
Da: Alfredo De Luca
Data: 09/02/2013 16:22 (GMT-08:00)
A: Michael Still
Cc: openstack@lists.openstack.org
Oggetto: Re: [Openstack] Openstack training
Just sign up Michael. Thanks
I wo
"Also, we discussed removing actions altogether so we won't have a
promote action, but rather an explicit path for promotion..."
As long as it's agreed that the /instances API should be retrofitted
at some point to fit this vision, we have a consensus. Such a change
would likely necessitate an API
Just sign up Michael. Thanks
I won't be here that time but for sure next one. Still interested in
training if available.
Cheers
Alfredo
On Tue, Sep 3, 2013 at 9:18 AM, Michael Still wrote:
> On Tue, Sep 3, 2013 at 9:09 AM, Alfredo De Luca
> wrote:
> > Hi Michael.
> > I am looking for a traini
On Tue, Sep 3, 2013 at 9:09 AM, Alfredo De Luca
wrote:
> Hi Michael.
> I am looking for a training on the initial installation and more on admin
> stuff.
> Not sure if there is a group over here in Melbourne as I couldn't find any
> on the Openstack page. the only one was over there in Canberra!
Hi Leandro.
Remote training is fine too. Where are you based?
Alfredo
On Tue, Sep 3, 2013 at 9:00 AM, Leandro Reox wrote:
> Hi Alfredo,
>
> If remote training works 4 you, we're doing this since 2011
>
> Best
> Lean
>
>
> On Mon, Sep 2, 2013 at 7:43 PM, Alfredo De Luca
> wrote:
>
>> Hi all.
>
On Tue, Sep 3, 2013 at 8:43 AM, Alfredo De Luca
wrote:
> I wonder if there is any Openstack training in Australia and in particular
> in Melbourne?
What sort of training are you after? There is certainly an active
meetup group in Melbourne which I am sure runs new comers sessions.
Cheers,
Micha
Hi Michael.
I am looking for a training on the initial installation and more on admin
stuff.
Not sure if there is a group over here in Melbourne as I couldn't find any
on the Openstack page. the only one was over there in Canberra!
On Tue, Sep 3, 2013 at 8:54 AM, Michael Still wrote:
> On Tue
Hi Alfredo,
If remote training works 4 you, we're doing this since 2011
Best
Lean
On Mon, Sep 2, 2013 at 7:43 PM, Alfredo De Luca wrote:
> Hi all.
> I wonder if there is any Openstack training in Australia and in particular
> in Melbourne?
>
> I contacted Red Hat but no replies!!
>
> Cheers
>
Hi all.
I wonder if there is any Openstack training in Australia and in particular
in Melbourne?
I contacted Red Hat but no replies!!
Cheers
--
*Alfredo*
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : op
If you don't have lvm, cloud-init will do the resize automatically.
Otherwise you will have to do it manually. This is for qcow2 disk
format (maybe others, i only did it with this.)
To change disk size, you have to change the flavor:
http://docs.openstack.org/trunk/openstack-compute/admin/content
Ok, there seems to be a lot of conflicting information out there. Some
people are saying its possible, some people are saying the kvm gets
destroyed first and pretty much created from scratch, and others are
saying its possible with xenserver. FYI, I will be using KVM.
Without any crazy workar
https://wiki.openstack.org/wiki/HypervisorSupportMatrix suggest that this
feature only works with XenServer.
Bob
> -Original Message-
> From: Mark Chaney [mailto:m...@lists.macscr.com]
> Sent: 02 September 2013 14:56
> To: Bob Ball
> Cc: openstack@lists.openstack.org
> Subject: RE: [Ope
Hi All,
I am new to open stack.
Can some please point me to some links where I can get the information
regarding:
(1) communication b/w controller and nova compute on compute nodes??
(2) different states of VM as launched on compute node bu nova compute??
(3) any changes to VM states if communica
Hi,
We have benched the swift, the cluster is with one proxy server, one
combined account/container server, five object servers. All are
separated physical servers.
We benched from 12 clients (each with 200 threads), got the results as
below:
| node | PUT | GET | DELETE |
|---
Hi Peeyush,
You need to add a db migration file in
nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/, named with a number
prefix bigger than the existing files.
After then, You need to execute the command "nova-manage db sync".
On 2013-09-02 17:01 , Peeyush Gupta wrote:
Hi,
I have be
Hi Peeyush,
My approach is to create a file with successive number in dir
"\nova\db\sqlalchemy\migrate_repo\versions\" , and realize it according to
my needs.
And later, execute "nova-manage db sync", the new table will be available.
Please take it as your reference~
On Mon, Sep 2, 2013 at 5:01
Yes, i'm making snapshots of the instance volume directly with cinder,
but after i cannot manage it with glance like images. My configuration
is full boot from volume. All are backed in ceph (images, instance
volumes and secondary disk)
You know if in posterior versions (grizzly, havana) is so
Hello,
I tried to play with GroupAntiAffinityFilter and GroupAffinityFilter
filters but it looks like the documentation is misleading [1]. Looking
more precisely at the commits that introduced these filters [2][3], my
assumption is that to use these filters, one would boot a first instance
wi
Hi,
I have been trying to add a new column to compute_nodes table.
I understand the table is defined at db.sqlalchemy.models.py. So,
I added a new field in the file and restarted the nova-compute process.
But, there is no change in the table. What am I doing wrong? Where
should I make changes t
Hi Mark,
Just to add to this - if you use XenServer as the underlying hypervisor then
yes, it can perform automatic resize of the partitions when you resize an
instance between two flavors.
I believe you need to set auto_disk_config=True for the instance - at which
point the expectation is tha
25 matches
Mail list logo