Wednesday, 2018-01-10

*** AlexeyAbashkin has joined #openstack-operators00:01
*** AlexeyAbashkin has quit IRC00:05
*** penick has quit IRC00:09
klindgren_mriedem, how often are compute nodes suppose to check in to the placement API? asking because it seems like every vm check internval it updates placement ip.  Every min, with ~5 calls per HV?  Seems like that will quickly turn terrible at scale?00:13
mriedemklindgren_: the compute node provider inventory is updated in placement (if the inventory has changed) every time the update_available_resources periodic task runs00:39
mriedemsame as updating the compute_nodes table in the same periodic00:40
*** chyka has quit IRC00:40
klindgren_So its done over rest vs's rpc?00:40
mriedemyes00:41
klindgren_Just noticed once I got that working in my cell of 1 compute node, 5+ calls to placement every minute00:41
mriedemwhich release?00:41
mriedemocata?00:41
klindgren_having done something similar for vms to poll into metadata services, to do somethings... that seemed risky.00:41
klindgren_pike00:41
mriedemi don't know what all of those 5 calls are without auditing it, but know there would at least be a GET on the resource provider for that compute node, and a GET on the inventories for that provider, and a PUT on the inventories for that provider if inventory changed since the last check00:42
*** markvoelker has joined #openstack-operators00:43
mriedemplacement has to be over rest so it can be it's own service and things external to nova can use it00:44
mriedemif it were over rpc, you'd likely have scaling adjustments to make for the increased rpc load right?00:44
mriedemi don't doubt there are probably areas that we can optimize, we've mostly been in "get things working" for a few releases now00:45
*** markvoelker has quit IRC00:45
klindgren_https://paste.ubuntu.com/26356656/00:47
mriedemwe likely don't need to be doing the aggregates ones yet,00:48
mriedemthose are for shared resource, e.g. storage, providers but that doesn't work yet00:48
*** markvoelker has joined #openstack-operators00:49
mriedemklindgren_: https://github.com/openstack/nova/blob/stable/pike/nova/scheduler/client/report.py#L49000:49
*** markvoelker has quit IRC00:50
mriedemand _provider_aggregate_map isn't used for anything00:50
mriedemso likely something we should nix in master and backport until we actually need to use it00:50
mriedemor as that note says, put it on a cache with a refresh interval00:51
klindgren_ it based upon agent down time? - figured it would have been based upon the report internval?00:52
mriedemhuh?00:56
mriedemklindgren_: you want to report a bug about the useless aggregates GET calls in the report client?00:56
klindgren_no sorry - if I wanted to change the interval from every minute to say 2 minutes00:56
klindgren_how would one go about doing that00:57
mriedemit's the update_available_resources periodic in compute00:57
mriedemhttps://github.com/openstack/nova/blob/stable/pike/nova/compute/manager.py#L671700:57
mriedem"update_resources_interval" config option00:57
mriedemnote that the RT code is still going to run whenever instances change on the host though, like create/delete/move00:58
klindgren_ - I swore I searched for all the internval config options00:58
mriedemsearch *harder*!00:58
klindgren_yea thats fine00:58
klindgren_haha00:58
*** markvoelker has joined #openstack-operators01:08
*** markvoelker has quit IRC01:09
*** VW has joined #openstack-operators01:09
*** VW has quit IRC01:11
*** VW has joined #openstack-operators01:12
*** VW has quit IRC01:16
*** Apoorva_ has joined #openstack-operators01:43
*** d0ugal has quit IRC01:43
*** Apoorva has quit IRC01:46
*** Apoorva_ has quit IRC01:47
*** gfa has joined #openstack-operators01:50
*** penick has joined #openstack-operators01:56
*** penick_ has joined #openstack-operators02:00
*** d0ugal has joined #openstack-operators02:01
*** penick has quit IRC02:01
*** slaweq has joined #openstack-operators02:09
*** liverpooler has joined #openstack-operators02:10
*** chyka has joined #openstack-operators02:12
*** slaweq has quit IRC02:13
*** mriedem has quit IRC02:16
*** chyka has quit IRC02:17
*** harlowja has quit IRC02:24
*** Apoorva has joined #openstack-operators02:29
*** penick_ has quit IRC02:32
*** JinVan_ has joined #openstack-operators02:37
*** liverpooler has quit IRC02:47
*** lathiat has quit IRC02:51
*** lathiat has joined #openstack-operators02:52
*** Apoorva has quit IRC02:52
*** khyr0n has quit IRC02:55
*** khyr0n has joined #openstack-operators02:56
*** tuanla____ has joined #openstack-operators02:59
*** khyr0n has quit IRC03:01
*** liverpooler has joined #openstack-operators03:08
*** VW has joined #openstack-operators03:28
*** Apoorva has joined #openstack-operators03:30
*** liverpooler has quit IRC03:42
*** DinaBelova has quit IRC03:44
*** DinaBelova has joined #openstack-operators03:46
*** AlexeyAbashkin has joined #openstack-operators03:52
*** AlexeyAbashkin has quit IRC03:57
*** dmitryme has quit IRC03:57
*** dmitryme has joined #openstack-operators03:58
*** VW has quit IRC04:01
*** VW has joined #openstack-operators04:01
*** VW has quit IRC04:06
*** AlexeyAbashkin has joined #openstack-operators04:25
*** AlexeyAbashkin has quit IRC04:29
*** VW has joined #openstack-operators04:39
*** Apoorva has quit IRC04:58
*** VW has quit IRC05:17
*** harlowja has joined #openstack-operators05:24
*** chyka has joined #openstack-operators05:29
*** admin0 has quit IRC05:33
*** chyka has quit IRC05:33
*** gyee has quit IRC05:36
*** markvoelker has joined #openstack-operators05:39
*** admin0 has joined #openstack-operators05:47
*** jbadiapa has quit IRC06:02
*** lathiat has quit IRC06:09
*** mistur has quit IRC06:10
*** racedo has joined #openstack-operators06:10
*** racedo has quit IRC06:10
*** mistur has joined #openstack-operators06:12
*** lathiat has joined #openstack-operators06:12
*** jbadiapa has joined #openstack-operators06:26
*** pcaruana has joined #openstack-operators06:27
*** dbecker_ has quit IRC06:30
*** jbadiapa has quit IRC06:30
*** pcaruana has quit IRC06:33
*** pcaruana has joined #openstack-operators06:34
*** simon-AS5591 has quit IRC06:35
*** simon-AS559 has joined #openstack-operators06:35
*** fragatina has quit IRC06:36
*** dbecker_ has joined #openstack-operators06:43
*** tuanla____ has quit IRC07:04
*** tuanla____ has joined #openstack-operators07:05
*** masber has quit IRC07:08
*** damien_r has joined #openstack-operators07:08
*** slaweq has joined #openstack-operators07:09
*** slaweq has quit IRC07:14
*** rcernin has quit IRC07:15
*** jbadiapa has joined #openstack-operators07:18
*** kristaps__ has joined #openstack-operators07:20
*** kristaps_ has quit IRC07:22
*** makowals has joined #openstack-operators07:25
*** threestrands has quit IRC07:36
*** vijaykc4 has joined #openstack-operators07:44
*** harlowja has quit IRC07:49
*** vijaykc4 has quit IRC07:49
*** vijaykc4 has joined #openstack-operators07:49
*** vijaykc4 has quit IRC07:53
*** AlexeyAbashkin has joined #openstack-operators07:57
*** lathiat has quit IRC08:02
*** gkadam has joined #openstack-operators08:04
*** lathiat has joined #openstack-operators08:04
*** tesseract has joined #openstack-operators08:14
*** damien_r has quit IRC08:20
*** vijaykc4 has joined #openstack-operators08:24
*** simon-AS559 has quit IRC08:24
*** simon-AS559 has joined #openstack-operators08:37
*** simon-AS5591 has joined #openstack-operators08:39
*** yprokule has joined #openstack-operators08:40
*** simon-AS559 has quit IRC08:41
*** damien_r has joined #openstack-operators08:45
*** racedo has joined #openstack-operators08:51
*** markvoelker has quit IRC09:08
*** arif-ali has quit IRC09:10
*** slaweq_ has joined #openstack-operators09:11
*** slaweq_ has quit IRC09:15
*** vijaykc4 has quit IRC09:17
*** arif-ali has joined #openstack-operators09:40
*** derekh has joined #openstack-operators09:42
*** JinVan_ has quit IRC09:54
*** kristaps__ has quit IRC10:02
*** threestrands has joined #openstack-operators10:21
*** tuanla____ has quit IRC10:55
*** markvoelker has joined #openstack-operators11:08
*** AlexeyAbashkin has quit IRC11:18
*** AlexeyAbashkin has joined #openstack-operators11:18
*** d0ugal has quit IRC11:39
*** markvoelker has quit IRC11:42
*** d0ugal has joined #openstack-operators11:57
*** vijaykc4 has joined #openstack-operators12:18
*** markvoelker has joined #openstack-operators12:39
*** makowals has quit IRC12:57
*** makowals has joined #openstack-operators12:59
*** kristaps__ has joined #openstack-operators13:10
*** markvoelker has quit IRC13:12
*** makowals has quit IRC13:39
*** makowals has joined #openstack-operators13:43
*** simon-AS559 has joined #openstack-operators13:46
*** simon-AS5591 has quit IRC13:48
*** markvoelker has joined #openstack-operators14:10
*** VW has joined #openstack-operators14:25
*** VW has quit IRC14:25
*** VW has joined #openstack-operators14:26
*** mriedem has joined #openstack-operators14:38
*** markvoelker has quit IRC14:43
*** markvoelker has joined #openstack-operators14:51
*** markvoelker has quit IRC15:03
mriedemklindgren_: did you ever report a nova bug about the compute hitting the placement aggregates API unnecessarily?15:15
*** aluria has quit IRC15:22
*** aluria has joined #openstack-operators15:22
*** vijaykc4 has quit IRC15:30
*** vijaykc4 has joined #openstack-operators15:35
*** Apoorva has joined #openstack-operators15:37
*** markvoelker has joined #openstack-operators15:37
*** kristaps_ has joined #openstack-operators15:57
*** kristaps__ has quit IRC16:00
*** mfisch` has joined #openstack-operators16:06
*** mfisch has quit IRC16:10
*** chito_ has joined #openstack-operators16:13
*** markvoelker has quit IRC16:19
*** markvoelker has joined #openstack-operators16:22
*** markvoelker has quit IRC16:27
*** chyka has joined #openstack-operators16:31
*** d0ugal has quit IRC16:46
*** racedo has quit IRC16:48
*** gyee has joined #openstack-operators16:54
*** AlexeyAbashkin has quit IRC16:55
*** liverpooler has joined #openstack-operators16:57
*** Apoorva has quit IRC17:01
*** yprokule has quit IRC17:04
*** damien_r has quit IRC17:11
*** pcaruana has quit IRC17:11
*** harlowja has joined #openstack-operators17:16
*** chyka has quit IRC17:18
*** chyka has joined #openstack-operators17:19
*** mfisch` has quit IRC17:23
klindgren_mriedem, I did not - I can though17:30
*** breton has quit IRC17:31
mriedemi created one17:31
mriedemhttps://bugs.launchpad.net/nova/+bug/174246717:32
openstackLaunchpad bug 1742467 in OpenStack Compute (nova) "Compute unnecessarily gets resource provider aggregates during every update_available_resource run" [Medium,Triaged]17:32
*** simon-AS559 has quit IRC17:37
klindgren_Awesome17:38
*** zerick has joined #openstack-operators17:39
*** zerick has quit IRC17:41
*** zerick has joined #openstack-operators17:42
*** penick has joined #openstack-operators17:43
*** zerick has quit IRC17:45
*** zerick has joined #openstack-operators17:46
*** gkadam has quit IRC17:47
*** chito_ has quit IRC17:56
*** arif-ali has quit IRC17:57
*** derekh has quit IRC18:00
*** Apoorva has joined #openstack-operators18:00
*** Apoorva has quit IRC18:00
*** Apoorva has joined #openstack-operators18:01
*** openstack has joined #openstack-operators18:31
*** ChanServ sets mode: +o openstack18:31
*** AlexeyAbashkin has joined #openstack-operators18:31
*** B_Smith has joined #openstack-operators18:31
*** B_Smith_ has quit IRC18:33
*** AlexeyAbashkin has quit IRC18:35
*** tesseract has quit IRC18:36
*** harlowja has quit IRC18:37
*** TxGirlGeek has joined #openstack-operators18:55
*** vijaykc4 has quit IRC19:08
*** simon-AS559 has joined #openstack-operators19:11
*** vijaykc4 has joined #openstack-operators19:12
*** harlowja has joined #openstack-operators19:13
*** harlowja_ has joined #openstack-operators19:16
*** harlowja has quit IRC19:19
*** thingee has quit IRC19:23
*** thingee has joined #openstack-operators19:28
*** breton has joined #openstack-operators19:30
*** Apoorva_ has joined #openstack-operators19:32
*** Apoorva has quit IRC19:34
*** dbecker_ has quit IRC19:38
*** vijaykc4 has quit IRC19:42
*** penick has quit IRC19:43
*** zerick has quit IRC19:51
*** zerick_ has joined #openstack-operators19:51
*** chito_ has joined #openstack-operators20:08
*** slaweq has joined #openstack-operators20:09
*** chito_ has quit IRC20:12
klindgren_mriedem, just wanted to let you know that I got a pike cellsv2 cloud working.  Also with routed network creating segments within nova and placement of those resources working correctly.  Right now its a cell of 1 compute node. but.... it works.20:38
klindgren_All without any local patches.20:39
mriedemklindgren_: nice!20:41
mriedemdansmith: ^20:41
dansmithum20:41
mriedemklindgren_: are you doing routed networks with the deferred IP allocation stuff?20:41
dansmithone cell of one compute?20:41
dansmithor multiple cells with one compute each?20:41
mriedemdansmith: yes, it's single node devstack, but...20:41
klindgren_actaully its deploying kolla containers using custom ansible stuff we wrote...20:42
dansmithI'm just saying, I'll believe all the networking stuff works when it's multiple cells20:42
klindgren_I have a few more computes to add and going to define another cell.  But starting small...20:44
*** chyka has quit IRC20:49
*** chyka has joined #openstack-operators20:50
*** chyka has quit IRC20:59
*** chyka_ has joined #openstack-operators20:59
*** AlexeyAbashkin has joined #openstack-operators21:00
*** chito_ has joined #openstack-operators21:02
*** AlexeyAbashkin has quit IRC21:04
*** Apoorva_ has quit IRC21:15
*** Apoorva has joined #openstack-operators21:16
klindgren_@dansmith is their something specific you would like to see to confirm that it works?21:21
klindgren_argh slack has runied me...21:23
klindgren_dansmith, ^21:23
*** pcaruana has joined #openstack-operators21:42
*** pcaruana has quit IRC21:43
klindgren_mriedem, I was noticing that during a cellv2 setup, that if you are using a list of rabbitmq hosts in the transport_url that when it does the cell add stuff (nova-manage cell_v2 create cell) without the transport-url defined on the command line. it only adds one of the rabbitmq servers that are defined in the url?  I assume its one that it randomly selects from the list.  Is this expected?21:49
*** threestrands_ has joined #openstack-operators21:52
mriedemi wouldn't say it's expected21:53
*** threestrands_ has quit IRC21:53
*** threestrands_ has joined #openstack-operators21:53
mriedemklindgren_: this is an older bug too that i never was able to figure out https://bugs.launchpad.net/nova/+bug/171791521:54
openstackLaunchpad bug 1717915 in oslo.messaging "nova services and transport_url, cannot connect to vhost if specified" [Undecided,New]21:54
*** threestrands has quit IRC21:54
klindgren_we had a related issue in cellsv1 where the rabbitmq host list was set to a 255 character limit.21:54
klindgren_which was awesome when it would just drop anything after 255 characters...21:55
klindgren_only hada few outages due to that one21:55
mgagneouch :-/21:55
mriedemyou'll be happy to know you get a TEXT field for the db and mq urls in the cell_mappings table :)_ https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api_models.py#L11821:55
*** chyka_ has quit IRC21:57
*** chito_ has quit IRC21:57
*** chito_ has joined #openstack-operators21:57
*** masber has joined #openstack-operators22:02
*** jamespd has quit IRC22:10
*** jamespd has joined #openstack-operators22:11
*** rcernin has joined #openstack-operators22:11
*** threestrands_ has quit IRC22:41
*** VW_ has joined #openstack-operators22:46
*** slaweq has quit IRC22:47
*** VW has quit IRC22:50
*** VW_ has quit IRC22:50
*** threestrands has joined #openstack-operators22:55
*** chito_ has quit IRC22:56
*** racedo has joined #openstack-operators22:59
*** threestrands has quit IRC23:11
*** racedo has quit IRC23:14
*** threestrands has joined #openstack-operators23:20
*** haint has quit IRC23:41
*** liverpooler has quit IRC23:44
*** ckonstanski has quit IRC23:49

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!