Earlier  
Posted Nick Remark
#openstack-nova - 2018-04-05
16:04:31 stephenfin sean-k-mooney: Sounds good. I can review once they're done
16:04:35 stephenfin *ready
16:05:22 stephenfin sean-k-mooney: I'll push up what I have probably some time tomorrow
16:05:33 stephenfin Try not to laugh too hard. It's strewn with TODOs :D
16:05:34 sean-k-mooney well i broke them more in the refactor. once they are back passing unuit test i will need to do some more testing with real hardware so they wont be "ready" untill later next week but they can still be reviewed
16:05:54 stephenfin Yeah, that's fine. I can do some basic validation too
16:06:02 stephenfin ...given that I actually have hardware again
16:06:31 sean-k-mooney well im currently doing the rebase work in a vm so need to deploy on real hard ware to test after that is done.
16:12:16 mriedem efried: imacdonn: i've updated https://review.openstack.org/#/c/554577/ to depend on your nova change
16:13:34 efried mriedem: cool
16:30:05 mriedem kashyap: holy wow everything volume-related failed in your patch http://logs.openstack.org/84/534384/24/check/tempest-full/c7c0cbe/
16:30:09 mriedem congratulations on breaking cinder
16:31:03 kashyap mriedem: I suppose you're referring to: https://review.openstack.org/#/c/558783/
16:31:05 mriedem it's not related to your patch, just looks like c-vol is having a very bad time http://logs.openstack.org/84/534384/24/check/tempest-full/c7c0cbe/controller/logs/screen-c-vol.txt.gz?level=TRACE
16:31:06 kashyap ?
16:31:16 mriedem no
16:31:21 mriedem https://review.openstack.org/#/c/534384/
16:31:43 kashyap Ah, that one
16:32:25 kashyap mriedem: I go do a plain 'recheck', or does it require a more deeper incantation?
16:32:32 mriedem just recheck it
16:32:43 kashyap Done
16:33:13 kashyap mriedem: Too eager to jump the gun, eh :P
16:34:38 melwitt triaging this bug about disk_available_least going negative for an image-based instance with 0 GB disk flavor. proposal is to reject such requests with 400 (which would require a microversion, I think). additional thoughts welcome https://bugs.launchpad.net/nova/+bug/1758278
16:34:38 openstack Launchpad bug 1758278 in OpenStack Compute (nova) "disk_available_least become a negative value unexpectedly" [Undecided,New]
16:36:14 kashyap dansmith: Thanks for the fast-approve, and the eagle eyes, as usual.
16:38:41 jaypipes efried, pls see my response on https://review.openstack.org/#/c/556873
16:38:52 efried jaypipes: ack
16:39:27 mriedem dansmith: if you're done with your meeting, this will close out the cell-disable bp https://review.openstack.org/#/c/556459/
16:39:32 mriedem just the final docs patch
16:51:20 melwitt can someone remind me, in this last comment from belmiro, did he mean cells v2 instead of cells v1 or? https://bugs.launchpad.net/nova/+bug/1761197
16:51:20 openstack Launchpad bug 1761197 in OpenStack Compute (nova) "Not defined keypairs in instance_extra cellsV1 DBs" [Undecided,New] - Assigned to Surya Seetharaman (tssurya)
17:01:42 openstackgerrit Arvind Nadendla proposed openstack/nova master: Update ImageMetaProp object to expose traits https://review.openstack.org/557795
17:02:29 arvindn051 dansmith: jaypipes: updated code per comment(changed name of the field)
17:14:35 jaypipes dansmith: you good with it, I'm good with it.
17:14:56 dansmith I'm under a pile of other stuff right now,
17:14:58 dansmith hence me ignoring pings
17:14:59 dansmith sorry
17:15:02 dansmith will look later
17:15:59 jaypipes dansmith: no worries. I left a +2 on it.
17:26:20 sean-k-mooney jaypipes: just thinking back over your cpu spec and some of the other granualr requests discussions. have we finalised on the fact that numbered request groups will be guraenteed to be form different RPs
17:29:53 efried sean-k-mooney: Nobody has proposed a spec change
17:31:18 sean-k-mooney efried: hum ok in the current form if they are in the same request group are all resouces in that group required form the same subtree?
17:31:56 sean-k-mooney efried: ill read the sepc to confim just tought i would ask if you knew off the top of your head
17:32:09 efried if in the same numbered request group, they'll land in the same provider
17:32:38 efried in the unnumbered group, can be spread around the tree
17:32:38 sean-k-mooney efried: same provider or "same proviers or one of its childern"
17:33:56 melwitt tssurya: in this bug in belmiro's last comment, did he mean keypair isn't in instance_extra with cells v2? the comment says "cells v1" https://bugs.launchpad.net/nova/+bug/1761197
17:33:56 openstack Launchpad bug 1761197 in OpenStack Compute (nova) "Not defined keypairs in instance_extra cellsV1 DBs" [Undecided,New] - Assigned to Surya Seetharaman (tssurya)
17:34:17 efried sean-k-mooney: same provider. The only thing we have today (impl or design) that uses children is the concept of grouping as a tree. Nothing in placement deals with hierarthies or branches or subtrees etc
17:34:57 efried hierarchies, that is
17:35:02 melwitt fwiw, I checked a recent devstack of mine and see keypairs in instance_extra in the nova_cell1 database, so if there's a bug in ocata, it looks like it got fixed somehow later
17:35:27 melwitt (assuming cells v2 was what he meant)
17:36:19 sean-k-mooney efried: so you can never have a numbered resouce group containig CPUs and virtual fucntions and find a host as they will be from diffrent RPs in a subtree of a compute host
17:36:21 tssurya melwitt: no its in cellsv1 that we have this issue
17:36:38 melwitt tssurya: ah, okay. thanks for confirming
17:37:03 jaypipes sean-k-mooney: that is correct.
17:37:11 jaypipes sean-k-mooney: and we are aware that is a problem.
17:37:16 sean-k-mooney jaypipes: ok
17:37:53 efried sean-k-mooney: That's correct, given your premise.
17:38:01 openstackgerrit Merged openstack/nova master: Add nova-status check for ironic flavor migration https://review.openstack.org/527541
17:38:01 tssurya no problem :), yea its a weird thing happening between the two migrations in newton, one moving keypairs from the cellsDB keypairs table to instance_extra.keypairs and two moving the instance_extra.keypairs up to the apidb
17:38:27 tssurya and for the new instance currently created we don't have any instance_extra.keypairs and instance_extra.vcpu_models
17:38:32 tssurya instances**
17:38:39 sean-k-mooney i was talking to xlinx at the ptg after teh cyborg session ended. they reached out to me during the week to follow up and i suggested a solution that should still work for them provided we require they come form the same provider
17:39:15 sean-k-mooney efried: jaypipes it would still work with subtrees potetailly but it may also not
17:41:58 melwitt tssurya: yeah ... the way cells v1 works is it will write the instance data to the API level DB first, then sync the instances table down to child cell, and I assume instance_extra must not be part of that
17:42:18 melwitt so you'll never see instance_extra in child cells AFAIK
17:42:34 tssurya yes , this is what we are also thinking
17:42:46 tssurya I mean we have instance_extra, but some fields are not being synced
17:43:02 melwitt oh, so some fields and not others
17:43:10 tssurya yea
17:43:22 mriedem jaypipes: dingers on that image meta props traits change
17:43:29 melwitt that would make sense if some writes are initiated while already in the child cell
17:43:32 tssurya like for now we know for sure instance_extra.keypairs and instance_extra.vcpu_models are not syncing
17:43:52 melwitt I see
17:44:47 sean-k-mooney tssurya: were you discussing this with dansmith yesterday? someone else was having issues with cellsv1 and instance_extra
17:45:02 tssurya sean-k-mooney: yes belmiro was talking about this
17:45:15 sean-k-mooney tssurya: ah yes
17:45:22 tssurya we are from the same team at CERN (he is my supervisor :D)
17:45:48 sean-k-mooney tssurya: he will be happy to know your contunuing to follow up so
17:46:09 tssurya sean-k-mooney: :)
17:46:42 openstackgerrit Eric Fried proposed openstack/nova master: [placement] Fix incorrect exception import https://review.openstack.org/558916
17:50:23 efried mriedem, melwitt: ^
17:51:00 mriedem o
17:51:04 mriedem already looking at it
17:51:15 mriedem agree with all of your comments about mock usage in PS2 btw
17:52:14 jaypipes mriedem: honestly, if some operator sets an image property called traits_required=foo, I really don't care.
17:52:43 jaypipes mriedem: traits were all about trying to standardize this mess of completely random string key/values.
17:53:11 jaypipes mriedem: we can add all the unit tests you want for these edge cases, but I don't feel they add much value. Just MHO.
17:54:52 arvindn051 btw, since we call _set_attr_from_trait_names method after the _set_attr_from_current_names, i can just overwrite over the other property just to be safe
17:56:07 melwitt owalsh: do you know if/how things got resolved here? https://bugs.launchpad.net/nova/+bug/1717915
17:56:07 openstack Launchpad bug 1717915 in oslo.messaging "nova services and transport_url, cannot connect to vhost if specified" [Undecided,New]
17:56:07 arvindn051 i currently just have a check if "'traits_required' not in self" i can also check for if traits_required is also not a list, then i overwrite it...would that make sense?
17:57:01 jaypipes after a certain point, I just don't feel like doing any reviews -- or at least don't feel like leaving any *positive* reviews. seems like we go out of our way sometimes to -1 for things that just aren't particularly important.
17:58:34 jaypipes efried: speaking of negative reviews... what is the current status on the whole "use case" around granular request groups *not* meaning that the resource providers will be different for each group?
17:59:57 arvindn051 jaypipes: just taking it as constructive criticism...you guys have been at this a lot more than i have :)
18:00:36 efried jaypipes: I recently wrote up a decent synopsis in a spec review. Finding...
18:00:39 arvindn051 i am sure there are more edge cases...but if we want to guard against known one by adding few lines of code...should be fine
18:01:23 jaypipes efried: since I "solved" that "use case" with the whole "sum the inventories for like resource classes for a tree" and that was -1'd by you (https://review.openstack.org/#/c/534339/) because it would not make sense ("No, I think that, under the current design, if you want two VFs, you should specify them in separate granular request groups, even if they're identical, so that you'll still get a viable candidate in the
18:01:23 jaypipes scenario described for this test case.")

Earlier   Later