Earlier  
Posted Nick Remark
#openstack-nova - 2018-10-29
08:19:24 pvc bauzas but can i use it manually?
08:19:50 gibi finucannot, bauzas: hi! This weeks nova meeting is an EU timezone one and I'm regularly chair the EU timezone meetings. However 1st of November is a public holiday here so I'm looking for a way to pass this occasion to somebody else. Are you guys available on 1st of November?
08:44:58 bauzas gibi: Nov 1st is also an holiday for me
08:45:19 bauzas so I need to pass
08:47:24 gibi bauzas: OK, no worries. If everybody is out on 1st then I can chair a very short meeting anyhow :)
08:48:28 jangutter Is November 1 diabetes day?
08:49:51 jangutter or is halloween + candy not a major thing in Europe?
08:51:57 gibi jangutter: pumpkin art is getting popular in Hungary but candy not really. For me it is going to cemeteries and lit candles for the dead
08:53:41 gibi jangutter: but I think the root of halloween and all saints' day are the same
08:54:27 jangutter gibi: it's weird how things go round, Samhain morphed to All Saint's Eve went overseas to the New World and came back.
08:58:11 gibi jangutter: yeah, for me it is a bit similar to biologycal evolution but couple of order of magnitude faster
09:01:43 openstackgerrit Balazs Gibizer proposed openstack/nova master: Fix nits in I7cbd5d9fb875ebf72995362e0b6693492ce32051 https://review.openstack.org/613863
09:45:12 openstackgerrit Jan Gutter proposed openstack/os-vif master: Extend port profiles with datapath offload type https://review.openstack.org/572081
10:54:30 openstackgerrit Chris Dent proposed openstack/nova master: Integration tests using gabbi-tempest https://review.openstack.org/613386
11:47:15 openstackgerrit Merged openstack/nova master: Add post-test hook for testing evacuate https://review.openstack.org/602174
11:47:24 openstackgerrit Merged openstack/nova master: Add volume-backed evacuate test https://review.openstack.org/604397
11:47:33 openstackgerrit Merged openstack/nova master: Add functional regression test for bug 1794996 https://review.openstack.org/606106
11:47:33 openstack bug 1794996 in OpenStack Compute (nova) "_destroy_evacuated_instances fails and kills n-cpu startup if lazy-loading flavor on a deleted instance" [High,In progress] https://launchpad.net/bugs/1794996 - Assigned to Matt Riedemann (mriedem)
12:37:55 openstackgerrit Maciej Jozefczyk proposed openstack/nova master: Force refresh instance info_cache during heal https://review.openstack.org/591607
12:57:02 openstackgerrit Jan Gutter proposed openstack/nova-specs master: Spec to implement generic HW offloads for os-vif https://review.openstack.org/607610
13:36:13 openstackgerrit Jack Ding proposed openstack/nova master: Add I/O Semaphore to limit concurrent disk ops https://review.openstack.org/609180
13:44:49 bauzas edleafe: jaypipes_ : for obvious internal reasons, I won't be able to attend today's scheduler meeting
13:45:09 bauzas which is in 15 mins
13:46:05 jaypipes_ bauzas: IBM buys RH and you can't attend the scheduler meeting? :)
13:46:44 bauzas we have our big guru that tells us the story follow-up in 10 mins
13:46:52 jaypipes_ bauzas: Paul Cormier?
13:47:02 bauzas so I'll take popcorn and carefully listen
13:47:13 bauzas jaypipes_: nope, Jim
13:48:32 jaypipes_ bauzas: I'll tl;dr it for you: "execs make out like bandits. IBM and RH have such amazing synergistic realities that it will enable the bottom line to expand into unforeseen markets and mesh amazing benches of copesetic technology."
13:48:49 bauzas heh
13:51:02 jangutter I find it an incredibly sad day: AIX-bashing will no longer be possible on the Nova chat :-(
13:51:28 jaypipes_ jangutter: lol
13:51:43 edleafe jangutter: it never went out of style, even among us IBMers
13:54:43 bauzas on the good news, Europe is closer to the US for 2 weeks
13:54:54 bauzas we shifted yesterday
13:59:43 fried_rice n-sch meeting now in #openstack-meeting-alt
14:16:05 SteelyDan jangutter: I bashed AIX more when I was at IBM than ever :)
14:18:59 tobias-urdin struggling how we should be able to update flavor specs, the ideal way would be to use teh `disabled` field on flavors and just create new ones since that keeps all rows in db and relationships still work, but there is a unique constraint on flavor names so cant use the same names
14:20:09 tobias-urdin like updating disk and the flavor name is small.2x4 i cannot change the name, would have been good if the constraint was on the name, disabled, deleted combination (what i can see deleted field is deprecated though)
14:20:43 tobias-urdin and overall there isn't much info about the disabled field on flavors, thought it was deprecated at first but doesn't seem so? openstackclient doesn't even have support for setting it what i can see
14:22:15 mriedem tobias-urdin: there is no REST API support for modifying the disabled field
14:22:40 mriedem flavors, once they are in the API DB, do not use the SoftDeleteMixin in the model so they don't have the deleted/deleted_at columns anymore either
14:23:15 mriedem tobias-urdin: you can delete the flavors and recreate though
14:23:33 mriedem the flavor used to create a server is stored along with the instances record in the db
14:23:44 mriedem so nova knows the info about the flavor used to create the instance even if the original flavor is gone
14:24:54 tobias-urdin mriedem: ah great, then i can probably pull out that info from there if the referenced flavor_id doesn't exist anymore
14:25:28 tobias-urdin is the disable flavor functionality supported and just somewhat implemented? or is it one of those things that will get pulled soon
14:25:36 mriedem starting with microversion 2.47, showing a server will also show it's embedded flavor details
14:26:09 mriedem the flavors.disabled column seems to be an afterthought from rax from several years ago
14:26:20 mriedem was never plumbed into the api to change it, or nova-manage for that matter
14:26:26 BlackDex Hello there
14:26:39 BlackDex I'm having some issues with live-migrate of a large instances
14:26:56 mriedem tobias-urdin: sorrison was having these same types of questions awhile back, and i think i suggested that we could potentially use the flavor update API (PUT) to set/unset the disabled field while changing the flavor
14:26:57 BlackDex it has a large local storage, and takes a long time to transfer
14:27:01 mriedem but i'm not sure how much that would be accepted
14:27:07 BlackDex it looks like it timesout or something
14:27:17 BlackDex can i change this timeout or something?
14:28:02 mriedem BlackDex: https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.live_migration_completion_timeout ?
14:31:00 mriedem BlackDex: you might be interested in https://specs.openstack.org/openstack/nova-specs/specs/stein/approved/live-migration-force-after-timeout.html as well but that's not implemented yet
14:31:56 tobias-urdin mriedem: appreciate the help, i'll look if we can solve our issue taking the flavor data from the instance blob if the flavor doesn't exist
14:32:15 tobias-urdin not related but horizon will show "Flavor not available" as well so need to fix up a patch there as well probably, if >= 2.47 microversion is supported
14:33:34 mriedem when showing the server details in horizon you mean?
14:33:53 mriedem yeah that's true
14:34:32 BlackDex mriedem: Seems to be the value i'm searching for
15:00:48 openstackgerrit Jack Ding proposed openstack/nova-specs master: High Precision Event Timer (HPET) on x86 guests https://review.openstack.org/607989
15:22:34 spatel sean-k-mooney: morning
15:23:01 spatel Look at this http://paste.openstack.org/show/733564/
15:23:18 spatel I found my compute nodes getting reboot itself, look like kernel bug with iommu
15:23:33 spatel My kernel version is 3.10.0-862.14.4.el7.x86_64 #1 SMP
15:35:00 lbragstad jaypipes o/ wondering if you want to go through https://review.openstack.org/#/c/600266/ at some point
15:35:24 lbragstad we (keystone+oslo) want to make sure the interface is sane before merging that approach
15:36:02 lbragstad figured you would have some valuable feedback there regarding the discussions from the PTG
15:36:51 lbragstad cc bnemec ^
15:45:39 gibi mriedem: hi! This weeks nova meeting is an EU timezone one and I'm regularly chair the EU timezone meetings. However 1st of November is a public holiday here so I'm looking for a way to pass this occasion to somebody else. Could you chair the Thursday's meeting?
15:46:35 mriedem gibi: sure
15:46:45 gibi mriedem: thanks
15:46:48 mriedem np
15:47:03 bauzas FWIW, most of EU countries will respect this holiday
15:47:21 bauzas but I guess mriedem won't be surprised to see me off because $holiday
15:49:47 mriedem because .* :)
16:01:23 jaypipes lbragstad: yes, will try to take a look this afternoon. currently stuck working on $work shit in Chef. :(
16:11:12 cdent "When we last saw our hero, he was stuck working in Chef. Today, he's still stuck working in Chef."
16:11:42 jaypipes cdent: tomorrow, he shall be working in Chef.
16:11:59 cdent womp womp
16:16:06 mriedem efried: i guess https://docs.openstack.org/nova/latest/reference/update-provider-tree.html is out of date given reshaper and the allocations kwarg
16:16:12 BlackDex Hello there. Something went wrong with a live-migrate. The instance is running on compute03 now, but openstack/horizon still thinks it is on compute01
16:16:19 BlackDex how can i fix this?
16:16:32 jaypipes BlackDex: please see /topic
16:16:50 BlackDex ah sorry
16:16:56 mriedem BlackDex: likely something failed in post-live migration and compute01 logs should tell you
16:17:08 finucannot gibi: I don't know if you found someone but I can chair it if not, sure
16:17:10 mriedem failed before updating the instance.host/node values to reflect compute03
16:18:50 jaypipes heh
16:21:48 lbragstad jaypipes sounds good - i'll be available this afternoon if you have questions/advice, just ping
16:23:26 gibi stephenfin: mriedem already took it but thanks for the offer
16:25:21 jaypipes lbragstad: will do, thx
16:32:56 openstackgerrit Matt Riedemann proposed openstack/nova master: Provide allocation_ratio/reserved amounts from update_provider_tree() https://review.openstack.org/613126
16:32:57 mriedem bauzas: efried: jaypipes: cdent: i think this is much more sane now ^
16:33:21 cdent mriedem: huzzah, on my list for today
16:36:32 mnaser do we have someone who's a libvirt expert around here?

Earlier   Later