Re: [openstack-dev] [nova][placement] Placement requests and caching in the resource tracker

2018-11-05 Thread Belmiro Moreira
Thanks Eric for the patch. This will help keeping placement calls under control. Belmiro On Sun, Nov 4, 2018 at 1:01 PM Jay Pipes wrote: > On 11/02/2018 03:22 PM, Eric Fried wrote: > > All- > > > > Based on a (long) discussion yesterday [1] I have put up a patch [2] > > whereby you can set

Re: [openstack-dev] [nova] increasing the number of allowed volumes attached per instance > 26

2018-06-18 Thread Belmiro Moreira
Hi, this looks reasonable to me but I would prefer B. In this case the operator can configure the hard limit. I don't think we more granularity or expose it using the API. Belmiro On Fri, Jun 8, 2018 at 3:46 PM Dan Smith wrote: > > Some ideas that have been discussed so far include: > > FYI,

Re: [Openstack-operators] nova-placement-api tuning

2018-03-29 Thread Belmiro Moreira
Hi, with Ocata upgrade we decided to run local placements (one service per cellV1) because we were nervous about possible scalability issues but specially the increase of the schedule time. Fortunately, this is now been address with the placement-req-filter work. We started slowly to aggregate

Re: [Openstack-operators] Custom libvirt fragment for instance type?

2018-01-16 Thread Belmiro Moreira
Hi Jonathan, this was introduced in Pike. Belmiro On Tue, 16 Jan 2018 at 22:48, Jonathan Proulx wrote: > On Tue, Jan 16, 2018 at 03:49:25PM -0500, Jonathan Proulx wrote: > :On Tue, Jan 16, 2018 at 08:42:00PM +, Tim Bell wrote: > ::If you want to hide the VM signature,

Re: [Openstack] [Nova]Update glance image contents

2018-01-12 Thread Belmiro Moreira
Hi Ondrej, the following spec tries to address the issue that you described. https://review.openstack.org/#/c/508133/ Let me know if you have comments/suggestions. cheers, Belmiro On Fri, Jan 12, 2018 at 2:31 PM, Ondrej Vaško wrote: > Hello guys, > > I am dealing with

Re: [openstack-dev] [faas] [qinling] demo video

2017-11-13 Thread Belmiro Moreira
Hi, just started to look what's available as Functions as a Service in OpenStack. Thanks for the demo. What's the difference between "qinling" and "picasso"? https://github.com/openstack/qinling https://github.com/openstack/picasso cheers, Belmiro On Mon, Nov 13, 2017 at 11:03 AM, Lingxian

Re: [Openstack-operators] reminder: ops meetups team meeting on #openstack-operators

2017-10-24 Thread Belmiro Moreira
Hi, can we add this meeting into the official IRC meetings page? https://wiki.openstack.org/wiki/Meetings http://eavesdrop.openstack.org/ thanks, Belmiro On Tue, 24 Oct 2017 at 15:51, Chris Morgan wrote: > Next meeting in about 10 minutes from now > > Chris > > -- >

Re: [Openstack-operators] Libvirt CPU map (host-model)

2017-10-10 Thread Belmiro Moreira
> Hope this helps some, > > Thanks, > Paul Browne > > [1] https://pastebin.com/JshWi6i3 > [2] https://pastebin.com/5b8cAanP > [3] https://bugzilla.redhat.com/show_bug.cgi?id=1495171 > > On 9 October 2017 at 04:59, Belmiro Moreira <moreira.belmiro.email.lists@

[Openstack-operators] Libvirt CPU map (host-model)

2017-10-08 Thread Belmiro Moreira
Hi, the CPU model that we expose to the guest VMs varies considering the compute node use case. We use "cpu_mode=host-passthrough" for the compute nodes that run batch processing VMs and "cpu_mode=host-model" for the compute nodes for service VMs. The reason to have "cpu_mode=host-model" is

Re: [Openstack-operators] [nova] Should we allow passing new user_data during rebuild?

2017-10-04 Thread Belmiro Moreira
In our cloud rebuild is the only way for a user to keep the same IP. Unfortunately, we don't offer floating IPs, yet. Also, we use the user_data to bootstrap some actions in new instances (puppet, ...). Considering all the use-cases for rebuild it would be great if the user_data can be updated at

Re: [openstack-dev] [glance] Queens PTG: Thursday summary

2017-09-27 Thread Belmiro Moreira
wrote: > On 27 September 2017 at 22:40, Belmiro Moreira > <moreira.belmiro.email.li...@gmail.com> wrote: > > In the past we used the tabs but latest Horizon versions use the > visibility > > column/search instead. > > The issue is that we would like the old images to cont

Re: [openstack-dev] [glance] Queens PTG: Thursday summary

2017-09-27 Thread Belmiro Moreira
/ Cheers, Belmiro On Wed, 27 Sep 2017 at 00:25, Blair Bethwaite <blair.bethwa...@gmail.com> wrote: > Hi Belmiro, > > > On 20 Sep. 2017 7:58 pm, "Belmiro Moreira" < > moreira.belmiro.email.li...@gmail.com> wrote: > > Discovering the latest image relea

Re: [openstack-dev] [glance] Queens PTG: Thursday summary

2017-09-20 Thread Belmiro Moreira
g/abusing of the visibility "community". Changing the visibility of old images releases to "community" will hide them from the default "image-list" but they will continue discoverable and available. Belmiro On Tue, Sep 19, 2017 at 8:24 PM, Brian Rosmaita <ros

Re: [Openstack-operators] [openstack-dev] [nova] Queens PTG recap - everything else

2017-09-19 Thread Belmiro Moreira
Hi Matt, thanks for these great summaries. I didn't find any mention to nested quotas. Was it discussed in the PTG? and what can we expect for Queens? thanks, Belmiro CERN On Mon, Sep 18, 2017 at 11:58 PM, Matt Riedemann wrote: > There was a whole lot of other stuff

Re: [openstack-dev] [nova] Queens PTG recap - everything else

2017-09-19 Thread Belmiro Moreira
Hi Matt, thanks for these great summaries. I didn't find any mention to nested quotas. Was it discussed in the PTG? and what can we expect for Queens? thanks, Belmiro CERN On Mon, Sep 18, 2017 at 11:58 PM, Matt Riedemann wrote: > There was a whole lot of other stuff

Re: [openstack-dev] [glance] Queens PTG: Thursday summary

2017-09-18 Thread Belmiro Moreira
Hi Brian, Thanks for the sessions summaries. We are really interested in the image lifecycle support. Can you elaborate how searchlight would help solving this problem? thanks, Belmiro CERN On Fri, Sep 15, 2017 at 4:46 PM, Brian Rosmaita wrote: > For those who

Re: [Openstack-operators] [nova][scheduler] Anyone relying on the host_subset_size config option?

2017-05-28 Thread Belmiro Moreira
This option is useful in large deployments. Our scheduler strategy is to "pack", however we are not interested in this strategy per individual compute node but per sets of them. One of the advantages is that when a user creates consecutive instances in the same AVZ it's unlikely that they will be

Re: [openstack-dev] [Openstack-operators] [nova][scheduler] Anyone relying on the host_subset_size config option?

2017-05-28 Thread Belmiro Moreira
This option is useful in large deployments. Our scheduler strategy is to "pack", however we are not interested in this strategy per individual compute node but per sets of them. One of the advantages is that when a user creates consecutive instances in the same AVZ it's unlikely that they will be

Re: [Openstack-operators] [openstack-dev] [keystone][nova][cinder][glance][neutron][horizon][policy] defining admin-ness

2017-05-26 Thread Belmiro Moreira
Hi, thanks for bringing this into discussion in the Operators list. Option 1 and 2 and not complementary but complety different. So, considering "Option 2" and the goal to target it for Queens I would prefer not going into a migration path in Pike and then again in Queens. Belmiro On Fri, May

Re: [openstack-dev] [Openstack-operators] [keystone][nova][cinder][glance][neutron][horizon][policy] defining admin-ness

2017-05-26 Thread Belmiro Moreira
Hi, thanks for bringing this into discussion in the Operators list. Option 1 and 2 and not complementary but complety different. So, considering "Option 2" and the goal to target it for Queens I would prefer not going into a migration path in Pike and then again in Queens. Belmiro On Fri, May

Re: [Openstack-operators] [openstack-dev] [Nova] [Cells] Stupid question: Cells v2 & AZs

2017-05-24 Thread Belmiro Moreira
Hi David, AVZs are basically aggregates. In cells_v2 aggregates are defined in the cell_api, so it will be possible to have multiple AVZs per cell and AVZs that spread between different cells. Belmiro On Wed, May 24, 2017 at 5:14 AM, David Medberry wrote: > Hi Devs and

Re: [openstack-dev] [Nova] [Cells] Stupid question: Cells v2 & AZs

2017-05-24 Thread Belmiro Moreira
Hi David, AVZs are basically aggregates. In cells_v2 aggregates are defined in the cell_api, so it will be possible to have multiple AVZs per cell and AVZs that spread between different cells. Belmiro On Wed, May 24, 2017 at 5:14 AM, David Medberry wrote: > Hi Devs and

Re: [openstack-dev] [nova] Boston Forum session recap - searchlight integration

2017-05-22 Thread Belmiro Moreira
Hi Matt, if by "incomplete results" you mean retrieve the instances UUIDs (in the cell_api) for the cells that failed to answer, I would prefer to have incomplete results than a failed operation. Belmiro On Mon, May 22, 2017 at 11:39 AM, Matthew Booth wrote: > On 19 May 2017

Re: [Openstack-operators] Successful nova-network to Neutron Migration

2017-05-20 Thread Belmiro Moreira
Hi Joe, congrats. Can you also make available your scripts changes for IPv6? The more the better for any site that is still working in the migration, like us :) thanks, Belmiro On Sat, May 20, 2017 at 6:51 PM, Joe Topjian wrote: > Hi all, > > There probably aren't a lot of

Re: [Openstack] Quota Exceeded when no Instances are running

2017-03-07 Thread Belmiro Moreira
Hi Georgios, probably the problem is related with quotas. For some reason they were not sync when you deleted the instances. To confirm this, you can increase your quota and then check you can create new instances. If you are using Newton you can use "nova-manage project quota_usage_refresh" to

Re: [Openstack-operators] nova mitaka->newton online_data_migrations

2017-03-07 Thread Belmiro Moreira
Hi Saverio, when not using "max_count" the message "Running batches of 50 until complete" is always printed. If you are not getting any error and no more output the migrations should have finished. Unfortunately, there is not such message "All Done" when the online_data_migrations finish. You

Re: [Openstack-operators] [nova] FYI: live_migration_progress_timeout will default to 0 and be deprecated in Ocata

2017-02-09 Thread Belmiro Moreira
+1 We use "block-migration" and we needed to disable this timeout. Belmiro CERN On Thu, Feb 9, 2017 at 5:29 PM, Matt Riedemann wrote: > This is just a heads up to anyone running with this since Liberty, there > is a patch [1] that will go into Ocata which deprecates the >

Re: [Openstack-operators] [openstack-dev] [nova] How to expose the compute node local disks to instances

2016-12-09 Thread Belmiro Moreira
re Cinder with the LVM driver to > use that pool of space to present volumes to your compute instances. > > Thanks, > Sean > > On Thu, Dec 08, 2016 at 07:46:35PM +0100, Belmiro Moreira wrote: > > Hi, > > > > we have a set of disk servers (JBOD) that we would like to int

Re: [openstack-dev] [nova] [Openstack-operators] How to expose the compute node local disks to instances

2016-12-09 Thread Belmiro Moreira
re Cinder with the LVM driver to > use that pool of space to present volumes to your compute instances. > > Thanks, > Sean > > On Thu, Dec 08, 2016 at 07:46:35PM +0100, Belmiro Moreira wrote: > > Hi, > > > > we have a set of disk servers (JBOD) that we would like to int

[Openstack-operators] [openstack-dev] [nova] How to expose the compute node local disks to instances

2016-12-08 Thread Belmiro Moreira
Hi, we have a set of disk servers (JBOD) that we would like to integrate into our cloud to run applications like Hadoop and Spark. Using file disks for storage and a huge "/var/lib/nova" is not an option for these use cases so we would like to expose the local drives directly to the VMs as

[openstack-dev] [nova] [Openstack-operators] How to expose the compute node local disks to instances

2016-12-08 Thread Belmiro Moreira
Hi, we have a set of disk servers (JBOD) that we would like to integrate into our cloud to run applications like Hadoop and Spark. Using file disks for storage and a huge "/var/lib/nova" is not an option for these use cases so we would like to expose the local drives directly to the VMs as

Re: [Openstack-operators] How to tune scheduling for "Insufficient compute resources" (race conditions ?)

2016-11-30 Thread Belmiro Moreira
How many nova-schedulers are you running? You can hit this issue when multiple nova-schedulers select the same compute node for different instances. Belmiro On Wed, Nov 30, 2016 at 3:56 PM, Massimo Sgaravatto < massimo.sgarava...@gmail.com> wrote: > Hi all > > I have a problem with scheduling

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread Belmiro Moreira
Hi, we wrote this blog post a year ago but it still can be useful depending on the OpenStack version that you are running. http://openstack-in-production.blogspot.ch/2015/05/purging-nova-databases-in-cell.html Belmiro On Thu, Jun 23, 2016 at 3:32 PM, Nick Jones

Re: [openstack-dev] [Openstack-operators] [glance] Proposal for a mid-cycle virtual sync on operator issues

2016-06-01 Thread Belmiro Moreira
47=22=157=87=24=78=283 > > > > A vote of +1, 0, -1 on these times would help long way. > > > On 5/31/16 4:35 PM, Belmiro Moreira wrote: > > Hi Nikhil, > > I'm interested in this discussion. > > > > Initially you were proposing Thursday June 9th, 2016 at

Re: [Openstack-operators] [openstack-dev] [glance] Proposal for a mid-cycle virtual sync on operator issues

2016-05-31 Thread Belmiro Moreira
Hi Nikhil, I'm interested in this discussion. Initially you were proposing Thursday June 9th, 2016 at 2000UTC. Are you suggesting to change also the date? Because in the new timeanddate suggestions is 6/7 of June. Belmiro On Tue, May 31, 2016 at 6:13 PM, Nikhil Komawar

Re: [openstack-dev] [Openstack-operators] [glance] Proposal for a mid-cycle virtual sync on operator issues

2016-05-31 Thread Belmiro Moreira
Hi Nikhil, I'm interested in this discussion. Initially you were proposing Thursday June 9th, 2016 at 2000UTC. Are you suggesting to change also the date? Because in the new timeanddate suggestions is 6/7 of June. Belmiro On Tue, May 31, 2016 at 6:13 PM, Nikhil Komawar

Re: [Openstack-operators] Display all nova (or other service) configuration parameters

2016-05-08 Thread Belmiro Moreira
When a service starts with the log level configured to debug you can see what options/values is using. Belmiro On Sat, May 7, 2016 at 10:17 PM, Sergio Cuellar Valdes < scuell...@kionetworks.com> wrote: > Hi everybody, > > How can you display all the values that has nova or other service and

Re: [Openstack-operators] [nova][neutron] What are your cells networking use cases?

2016-02-26 Thread Belmiro Moreira
Hi, thanks Carl for info about the DHCP plans. Our DHCP concern is because currently the DHCP agent needs to be assigned to a network and then it creates a port for each subnet. In our infrastructure we only consider a network with several hundred subnets. By default the DHCP agent runs in the

[Openstack-operators] Operators Meetup Manchester - sessions schedule available?

2016-01-15 Thread Belmiro Moreira
Hi, for the Ops Meetup in Manchester we have the following etherpad: https://etherpad.openstack.org/p/MAN-ops-meetup but is there any schedule already available for the sessions? thanks, Belmiro ___ OpenStack-operators mailing list

Re: [openstack-dev] [Openstack-operators] [nova][cells] Should flavors in the API DB for cells v2 be soft-deletable?

2016-01-08 Thread Belmiro Moreira
IMHO I think it's a great way to fix the URI problem. +1 Belmiro On Fri, Jan 8, 2016 at 3:23 PM, Sylvain Bauza wrote: > > > Le 08/01/2016 15:10, Andrew Laski a écrit : > >> On 01/08/16 at 12:43pm, John Garbutt wrote: >> >>> On 7 January 2016 at 19:59, Matt Riedemann

Re: [Openstack-operators] [openstack-dev] [nova][cells] Should flavors in the API DB for cells v2 be soft-deletable?

2016-01-08 Thread Belmiro Moreira
IMHO I think it's a great way to fix the URI problem. +1 Belmiro On Fri, Jan 8, 2016 at 3:23 PM, Sylvain Bauza wrote: > > > Le 08/01/2016 15:10, Andrew Laski a écrit : > >> On 01/08/16 at 12:43pm, John Garbutt wrote: >> >>> On 7 January 2016 at 19:59, Matt Riedemann

Re: [Openstack-operators] Confirm resize in Kilo with Cells

2015-11-23 Thread Belmiro Moreira
Hi Mathieu, thanks for the related bugs. But I'm observing this on 2015.1.1. On Sun, Nov 22, 2015 at 12:58 AM, Mathieu Gagné <mga...@internap.com> wrote: > On 2015-11-21 4:47 PM, Belmiro Moreira wrote: > > Hi, > > We are about to upgrade nova to kilo using cells and we n

Re: [Openstack-operators] Confirm resize in Kilo with Cells

2015-11-23 Thread Belmiro Moreira
_specs": {}, "swap": 0, "rxtx_factor": 1.0, "flavorid": "2", "vcpu_weight": null, "id": 5}, "nova_object.namespace": "nova"}, "cur": {"nova_object.version": "1.1", "nova_object.c

[Openstack-operators] Confirm resize in Kilo with Cells

2015-11-21 Thread Belmiro Moreira
Hi, We are about to upgrade nova to kilo using cells and we noticed the resize/migrate functionality is not working properly. The instance is correctly resized/migrated but fails to “confirm resize” with the following trace: 2015-11-21 22:40:49.804 26786 ERROR nova.api.openstack.wsgi

[Openstack-operators] Confirm resize in Kilo with Cells

2015-11-21 Thread Belmiro Moreira
Hi, We are about to upgrade nova to kilo using cells and we noticed the resize/migrate functionality is not working properly. The instance is correctly resized/migrated but fails to “confirm resize” with the following trace: 2015-11-21 22:40:49.804 26786 ERROR nova.api.openstack.wsgi

Re: [openstack-dev] [oslo] [nova] default-next-release opt flag

2015-11-18 Thread Belmiro Moreira
With my operator hat on I think the release notes are the right place for these changes. Belmiro On Wed, Nov 18, 2015 at 4:58 PM, Alexis Lee wrote: > Sylvain Bauza said on Wed, Nov 18, 2015 at 04:48:50PM +0100: > > >This is just for the case of "we're going to change the default

Re: [Openstack-operators] Running mixed stuff Juno & Kilo , Was: cinder-api with rbd driver ignores ceph.conf

2015-11-18 Thread Belmiro Moreira
Hi Saverio, we always upgrade one component at a time. Cinder was one of the first components that we upgraded to kilo, meaning that other components (glance, nova, ...) were running Juno. We didn't have any problem with this setup. Belmiro CERN On Tue, Nov 17, 2015 at 6:01 PM, Saverio Proto

Re: [Openstack-operators] [Scale][Performance] / compute_nodes ratio experience

2015-11-18 Thread Belmiro Moreira
Hi, we are still running nova Juno and I don't see this performance issue. (I can comment on Kilo next week). Per cell, we have a node that runs conductor + other control plane services. The number of conductor workers can change between 16 to 48. We try to not have more than 200 compute nodes

Re: [Openstack-operators] Informal Ops Meetup?

2015-10-29 Thread Belmiro Moreira
+1 Belmiro On Thursday, 29 October 2015, Kris G. Lindgren wrote: > We seem to have enough interest… so meeting time will be at 10am in the > Prince room (if we get an actual room I will send an update). > > Does anyone have any ideas about what they want to talk

Re: [Openstack-operators] [Large Deployments Team] Updated Agenda for Later Today

2015-06-22 Thread Belmiro Moreira
Hi, just added our use-cases/patches to the etherpad. Belmiro On Fri, Jun 19, 2015 at 11:09 PM, Kris G. Lindgren klindg...@godaddy.com wrote: Mike added our use case to the etherpad [1] today. I talked it over with Carl Baldwin and he seemed ok with the format. If you guys want to add

[Openstack-operators] Random NUMA cell selection can leave NUMA cells unused

2015-06-05 Thread Belmiro Moreira
Hi, I would like to raise your attention for the bug https://bugs.launchpad.net/nova/+bug/1461777 since it can impact the efficiency of your cloud. It affects Juno and Kilo deployments. Belmiro ___ OpenStack-operators mailing list

Re: [Openstack-operators] max_age and until_refresh for fixing Nova quotas

2015-03-21 Thread Belmiro Moreira
Hi, I just posted in our operations blog how CERN is dealing with quotas synchronization problem. http://openstack-in-production.blogspot.fr/2015/03/nova-quota-usage-synchronization.html Hope it helps, cheers, Belmiro On Sat, Mar 21, 2015 at 12:55 AM, Sam Morrison sorri...@gmail.com wrote:

[openstack-dev] [openstack-operators] [nova] Nova options as instance metadata

2015-03-04 Thread Belmiro Moreira
Hi, in nova there are several options that can be defined in the flavor (extra specs) and/or as image properties. This is great, however to deploy some of these options we will need offer the same image with different properties or let the users upload the same image with the right properties. It

Re: [Openstack-operators] Deprecation of in tree EC2 API in Nova for Kilo release

2015-01-29 Thread Belmiro Moreira
I completely agree with Tim and Daniel. Also, deprecating nova EC2 API without having the community engaged with the new stackforge “EC2 standalone service” can lead to a no EC2 support at all. On Thu, Jan 29, 2015 at 4:46 AM, Saju M sajup...@gmail.com wrote: I think, new EC2 API also uses EC2

Re: [openstack-dev] design question : green thread model

2015-01-29 Thread Belmiro Moreira
Hi, nova-conductor starts multiple processes as well. Belmiro On Wednesday, January 28, 2015, Johannes Erdfelt johan...@erdfelt.com wrote: On Wed, Jan 28, 2015, murali reddy muralimmre...@gmail.com javascript:; wrote: On hosts with multi-core processors, it does not seem optimal to run a

Re: [Openstack-operators] Way to check compute - rabbitmq connectivity

2015-01-16 Thread Belmiro Moreira
Hi, we had similar issues. In our case, some times (not really a pattern here!) nova-compute didn't consume messages even if everything was apparently happy. We started monitoring the queues size and restarting nova-compute. We are still using python-oslo-messaging-1.3.0.2, however the problem

[Openstack-operators] New services disable reason

2015-01-14 Thread Belmiro Moreira
Hi, as operators I would like to have your comments/suggestions on: https://review.openstack.org/#/c/136645/1 With a large number of nodes several services are disabled because various reasons (in our case mainly hardware interventions). To help operations we use the disable reason as fast

Re: [openstack-dev] The state of nova-network to neutron migration

2015-01-07 Thread Belmiro Moreira
Hi Anita, I'm available Tuesday and Wednesday (0800-1600 UTC), Friday (0800-1800 UTC). Belmiro On Tuesday, December 30, 2014, Oleg Bondarev obonda...@mirantis.com wrote: On Tue, Dec 30, 2014 at 12:56 AM, Anita Kuno ante...@anteaya.info javascript:_e(%7B%7D,'cvml','ante...@anteaya.info');

Re: [openstack-dev] [qa] How to delete a VM which is in ERROR state?

2014-12-17 Thread Belmiro Moreira
Hi Vish, do you have more info about the libvirt deadlocks that you observed? Maybe I'm observing the same on SLC6 where I can't even kill libvirtd process. Belmiro On Tue, Dec 16, 2014 at 12:01 AM, Vishvananda Ishaya vishvana...@gmail.com wrote: I have seen deadlocks in libvirt that could

Re: [openstack-dev] [Nova] Handling soft delete for instance rows in a new cells database

2014-11-26 Thread Belmiro Moreira
Hi, my experience is that soft delete is important to keep record of deleted instances and its characteristics. In fact in my organization we are obliged to keep these records for several months. However, it would be nice that after few months we were able to purge the DB with a nova tool. In the

Re: [openstack-dev] [Nova][Cells] Cells subgroup and meeting times

2014-11-12 Thread Belmiro Moreira
Fine for me. On Wed, Nov 12, 2014 at 8:51 AM, Sylvain Bauza sba...@redhat.com wrote: Le 11/11/2014 23:07, Matt Riedemann a écrit : On 11/11/2014 3:51 PM, Matt Riedemann wrote: On 11/11/2014 3:50 PM, Matt Riedemann wrote: On 11/11/2014 3:04 PM, Andrew Laski wrote: We had a great

Re: [openstack-dev] [Nova] Cells conversation starter

2014-10-21 Thread Belmiro Moreira
Hi, to help the discussion, a small compilation about the bugs and previous attempts to fix the missing functionality in cells. Aggregates https://bugs.launchpad.net/nova/+bug/1161208 https://blueprints.launchpad.net/nova/+spec/cells-aggregate-support https://review.openstack.org/#/c/25813/

Re: [openstack-dev] [Nova] Cells conversation starter

2014-10-20 Thread Belmiro Moreira
Hi Andrew, great that you have started the “cells” discussion. Looking forward to see cells as default setup in Kilo. The feature gap is really painful for current cells users. We are looking into these features for some time and the main concern is really where these concepts should live.

[Openstack-operators] DB archive deleted rows

2014-10-02 Thread Belmiro Moreira
Hi, our nova DBs are growing rapidly and it's time to start pruning them... I'm trying the archive deleted rows however is not working and I'm getting the following warning in the logs: IntegrityError detected when archiving table Searching about this problem I found the bug

Re: [Openstack-operators] InstanceInfoCacheNotFound: Info cache for instance X could not be found.

2014-09-17 Thread Belmiro Moreira
Hi, I'm observing exactly the same problem. But in my case it is happening every time a VM is deleted. I'm using icehouse. Any idea? regards, Belmiro On Fri, Jul 18, 2014 at 10:22 AM, Alex Leonhardt aleonhardt...@gmail.com wrote: Hi All, I keep seeing this in the logs when deleting an

Re: [Openstack] Compute Node Local Storage: allow metadata preallocation when creating qcow2 images

2014-07-13 Thread Belmiro Moreira
Hi Martinx, currently nova only supports fallocate to preallocate space. Use the confirmation option preallocate_images=space. preallocation=metadata is mentioned in https://blueprints.launchpad.net/nova/+spec/preallocated-images as future work. Belmiro --- Belmiro Moreira

Re: [openstack-dev] [nova][scheduler] Proposal: FairShareScheduler.

2014-06-30 Thread Belmiro Moreira
. Is it available in github? Belmiro -- Belmiro Moreira CERN Email: belmiro.more...@cern.ch IRC: belmoreira On Mon, Jun 30, 2014 at 4:05 PM, Eric Frizziero eric.frizzi...@pd.infn.it wrote: Hi All, we have analyzed the nova-scheduler component (FilterScheduler

Re: [openstack-dev] [nova] should we have a stale data indication in nova list/show?

2014-06-25 Thread Belmiro Moreira
I like the current behavior of not changing the VM state if nova-compute goes down. The cloud operators can identify the issue in the compute node and try to fix it without users noticing. Depending in the problem I can inform users if instances are affected and change the state if necessary. I

[Openstack] [openstack][openstack-operators] Mysql 5.5 to 5.6

2014-06-23 Thread Belmiro Moreira
with the cache) but we expect that OpenStack will behave in the same way. Anyone running OpenStack in Mysql 5.6? thanks, Belmiro -- Belmiro Moreira CERN IRC: belmoreira ___ Mailing list: http://lists.openstack.org/cgi-bin

Re: [openstack-dev] [nova] AggregateMultiTenancyIsolation scheduler filter - bug, or new feature proposal?

2014-06-12 Thread Belmiro Moreira
Hi, if you are interested in this filter see: https://review.openstack.org/#/c/99476/ Belmiro -- Belmiro Moreira CERN Email: belmiro.more...@cern.ch IRC: belmoreira On Tue, Jun 10, 2014 at 10:42 PM, Belmiro Moreira moreira.belmiro.email.li...@gmail.com wrote

Re: [openstack-dev] [nova] AggregateMultiTenancyIsolation scheduler filter - bug, or new feature proposal?

2014-06-09 Thread Belmiro Moreira
considering the number of DB queries required. However this can be documented if people intend to enable the filter. In the review there was also the discussion about a config option for the old filter. cheers, Belmiro -- Belmiro Moreira CERN Email: belmiro.more

Re: [openstack-dev] [nova][scheduler] Availability Zones and Host aggregates..

2014-03-28 Thread Belmiro Moreira
+1 for Phil comments. I agree that VMs should spread between different default avzs if user doesn't define one at boot time. There is a blueprint for that feature that unfortunately didn't make it for icehouse. https://blueprints.launchpad.net/nova/+spec/schedule-set-availability-zones Belmiro

Re: [Openstack] [Cinder] Default volume type

2014-03-06 Thread Belmiro Moreira
billo...@us.ibm.com GPFS and OpenStack 520-799-4829 [image: Inactive hide details for Belmiro Moreira ---03/05/2014 01:31:54 PM---Hi, in our cinder setup we would like to have different v]Belmiro Moreira ---03/05/2014 01:31:54 PM---Hi, in our cinder setup we would like to have different

[Openstack] [Cinder] Default volume type

2014-03-05 Thread Belmiro Moreira
Hi, in our cinder setup we would like to have different volume types associated to different qos. For example: standard, high_iops. If the user doesn't specify explicitly the volume type when it creates the volume in our use case it should default to one. standard for example. I can't find

Re: [Openstack] Fwd: nova unique name generator middleware

2014-02-02 Thread Belmiro Moreira
: [Openstack] nova unique name generator middleware To: Belmiro Moreira moreira.belmiro.email.li...@gmail.com Since I am relatively new to the guts of OpenStack this might be an off base suggestion but why is this even OpenStack's problem vs. something that can be queried by whatever provisioning

Re: [Openstack] nova unique name generator middleware

2014-02-01 Thread Belmiro Moreira
Hi, in our case we have a network DB were all VMs are registered. We just check if the name provided by the user don’t conflict. Belmiro On Feb 1, 2014, at 20:19 , Craig J craig.jell...@gmail.com wrote: Hi, In our OpenStack environment, we have the need to enforce unique names for each