Wednesday, 2021-01-27

gmannhttps://review.opendev.org/c/openstack/oslo.policy/+/76653600:00
gmannif we want to support 4th scenario I mentioned in that review then yes we can have otherwise there is no change with SYSTEM_ADMIN and what we have currently00:02
sean-k-mooneywell i was suggesting that at a minium we define SYSTEM_ADMIN as00:03
sean-k-mooney SYSTEM_ADMIN = {00:03
sean-k-mooney    'check_str':'role:admin and system_scope:all',00:03
sean-k-mooney    'scope_types': ['system']00:03
sean-k-mooney }00:03
sean-k-mooneybut i do prefer having real objects for the personas00:03
sean-k-mooneyi am not convice that these shoudl be handeled as a rule based on reading  https://review.opendev.org/c/openstack/oslo.policy/+/76653600:07
sean-k-mooneygmann: the thing i want to avoid is SYSTEM_ADMIN meaning differnt things on different clouds.00:07
sean-k-mooneyif they want to customis there personsa i think they shoudl defien entirely new ones00:07
gmannchallenge in that we cannot add deprecation rule in that which we need at service side00:08
gmannso we can define it as constant for check_str00:09
sean-k-mooneywe can make a copy and add deprecations00:09
sean-k-mooneythis https://github.com/openstack/nova/blob/3a6c1cbc3a07814b3fecfdc23f28da9294779bcc/nova/policies/migrate_server.py#L3500:09
sean-k-mooneyto me is a pug in nova00:09
gmannyeah that is one use case00:09
sean-k-mooneythat api is neither systme admin or project admin00:09
sean-k-mooneyits realy a union of both00:10
gmannits system admin by default and allow operator to override for project users00:10
sean-k-mooneyno its not00:10
sean-k-mooneyits defiend right now as project admin or system admin00:11
gmannhttps://github.com/openstack/nova/blob/3a6c1cbc3a07814b3fecfdc23f28da9294779bcc/nova/policies/migrate_server.py#L2700:11
gmannscope_type both means it allow both scoped token but check_str is what controlling it00:11
sean-k-mooney which is 'rule:system_admin_api00:12
gmannwith special string in check_str00:12
sean-k-mooneywhich becomes rule:admin_api00:12
gmannsystem_admin_api is 'role:admin and system_scope:all',00:13
sean-k-mooneywher eis that defiend00:13
sean-k-mooneyi was looking at https://github.com/openstack/nova/blob/3a6c1cbc3a07814b3fecfdc23f28da9294779bcc/nova/policies/base.py#L1600:13
gmannhttps://github.com/openstack/nova/blob/3a6c1cbc3a07814b3fecfdc23f28da9294779bcc/nova/policies/base.py#L10400:13
sean-k-mooneyoh here https://github.com/openstack/nova/blob/3a6c1cbc3a07814b3fecfdc23f28da9294779bcc/nova/policies/base.py#L103-L10800:14
gmannthis one ^^00:14
sean-k-mooneysee this is already a problem in that the definiton are different beteen nova and placment00:14
gmannplacement has already scope_type so current change for ADMIN-SYSTEM_ADMIN is not needed as such, that is my point on that review00:14
sean-k-mooneyii know its not needed but i dont think we should have default RBAC personcs unless they are the same across all services00:15
gmannok for consistency if we want to have same default then I am ok. then  we can do same in in aggregate API too https://review.opendev.org/c/openstack/placement/+/760235/10/placement/policies/aggregate.py#5200:18
gmannlet's see what lbragstad and stephenfin prefer.00:18
sean-k-mooneykeystone has the same definiton for system reader as nova for what its worth00:20
sean-k-mooneyhttps://github.com/openstack/keystone/blob/a98f006f854be02e5682390012d8bb917f4f3940/keystone/common/policies/base.py#L4800:20
gmannlike base rule we have in nova it is easy for operator to only override the 4-5 base rule only in policy file to make changes for all the policy instead of 200 rules override. that is why we defined thee as rule instead of string00:23
sean-k-mooneyso with my downstrem had on im in two minds00:24
sean-k-mooneyfirst we dont support custom policy00:24
sean-k-mooneyso our customer are not able to override any fo them00:24
sean-k-mooneyon the other had if they where i would have to check the policy difeintion when looking at api issue or suggesting what steps they could take for there given cloud00:24
sean-k-mooneyso while i understand its useful for operators to quickly redfien things in reality it will make debug ing much harder00:25
sean-k-mooneye.g. if we have upstream bug reports or they are working with a vendor00:26
sean-k-mooneythe interop part of me is schreaming policy is config diriven api behavior00:26
sean-k-mooneywhich is bad00:26
sean-k-mooneyits componded by the fact as a client i have no way of determining what i am alowed to do00:27
sean-k-mooneythere is no policy endpoin i can query to figure it out00:27
sean-k-mooneyso for me if we have default RBAC personas across multipel project they shoudl be imutable00:27
sean-k-mooneywe could provide a way to simpley replce SYSTEM_ADMIN with CUSTOM_SYSTEM_ADMIN via policy.yaml but i think that hsould be the excption rahter then what we expect people to do00:28
sean-k-mooneylbragstad: gmann that is the main context around my view on this and why i think we should have shared constants for the personas00:29
gmannsean-k-mooney: yeah i agree on common persona which provide much needed consistency but we need to see if those should be as constant or rule or rule-with-set-method to add deprecated rule00:31
gmannmay be best way is to proceed with constant string. that is one of the possible option we discussed in policy meeting last week00:32
brinzhang_nightmare_unreal> ack, add to my list, after done my things I will try to fill this issue00:34
brinzhang_gmann: thanks ^00:34
*** ircuser-1 has quit IRC00:37
*** hamalq has quit IRC00:41
*** LinPeiWen has joined #openstack-nova00:41
*** mlavalle has quit IRC00:58
*** ircuser-1 has joined #openstack-nova01:01
openstackgerritWenping Song proposed openstack/nova master: Replace all_tenants with all_projects in List Server APIs  https://review.opendev.org/c/openstack/nova/+/76531101:05
openstackgerritWenping Song proposed openstack/nova master: Replaces tenant_id with project_id from Rebuild Server API  https://review.opendev.org/c/openstack/nova/+/76638001:05
openstackgerritWenping Song proposed openstack/nova master: Replaces tenant_id with project_id from List SG API  https://review.opendev.org/c/openstack/nova/+/76672601:05
sapd1_xbauzas, Hi, do we need RHEL for vGPU feature? in the supported matrix, they dont mention Ubuntu or CentOS (https://docs.nvidia.com/grid/latest/product-support-matrix/index.html)01:18
sapd1_xwe are running Ubuntu + KVM.01:19
*** zenkuro has joined #openstack-nova01:29
*** k_mouza has joined #openstack-nova01:30
*** k_mouza has quit IRC01:34
*** rcernin has quit IRC01:54
*** dklyle has quit IRC01:55
*** dklyle has joined #openstack-nova01:57
mnasersean-k-mooney: sorry for the late reply, been dealing with a lot of stuff (move and puppy)02:09
mnasersean-k-mooney: we run it daily because we noticed when we don't, too many records accumualte and we end up with a near impossible to clean state02:10
mnasersapd1_x: it should work fine without rhel02:10
*** k_mouza has joined #openstack-nova02:10
*** ircuser-1 has quit IRC02:12
*** sapd__x has joined #openstack-nova02:13
openstackgerritMerged openstack/nova master: libvirt: Drop support for UML  https://review.opendev.org/c/openstack/nova/+/74323002:14
*** k_mouza has quit IRC02:15
*** ircuser-1 has joined #openstack-nova02:18
lbragstadsean-k-mooney gmann fwiw - i'm fine with constant strings somewhere if that helps move things along02:33
lbragstadi agree having the common personas represented as objects would be ideal02:35
*** rcernin has joined #openstack-nova02:38
*** rcernin has quit IRC02:43
*** k_mouza has joined #openstack-nova03:04
*** rcernin has joined #openstack-nova03:05
*** hemanth_n has joined #openstack-nova03:07
*** k_mouza has quit IRC03:09
*** rcernin has quit IRC03:12
*** rcernin has joined #openstack-nova03:12
*** martinkennelly has quit IRC03:18
*** k_mouza has joined #openstack-nova03:23
*** mkrai has joined #openstack-nova03:24
*** k_mouza has quit IRC03:28
*** ircuser-1 has quit IRC03:32
*** psachin has joined #openstack-nova03:36
*** ircuser-1 has joined #openstack-nova03:45
*** zoharm has joined #openstack-nova04:07
*** jamesden_ has quit IRC04:08
*** logan- has quit IRC04:08
*** f0o has quit IRC04:08
*** janno has quit IRC04:08
*** PrinzElvis has quit IRC04:08
*** zigo has quit IRC04:08
*** sorrison has quit IRC04:08
*** mgoddard has quit IRC04:11
*** mgoddard has joined #openstack-nova04:14
*** f0o has joined #openstack-nova04:14
*** janno has joined #openstack-nova04:14
*** PrinzElvis has joined #openstack-nova04:14
*** zigo has joined #openstack-nova04:14
*** sorrison has joined #openstack-nova04:14
*** masterpe has quit IRC04:20
*** dklyle has quit IRC04:24
*** sapd__x has quit IRC04:28
*** ircuser-1 has quit IRC04:31
*** jamesden_ has joined #openstack-nova04:34
*** logan- has joined #openstack-nova04:34
*** jamesden_ has quit IRC04:36
*** logan- has quit IRC04:36
*** ratailor has joined #openstack-nova04:36
*** jamesden_ has joined #openstack-nova04:38
*** logan- has joined #openstack-nova04:38
*** vishalmanchanda has joined #openstack-nova04:41
*** ysirndjuro has quit IRC04:44
*** jamesden_ has quit IRC04:54
*** logan- has quit IRC04:54
*** jamesden_ has joined #openstack-nova04:57
*** logan- has joined #openstack-nova04:57
*** sapd__x has joined #openstack-nova05:19
*** k_mouza has joined #openstack-nova05:21
*** k_mouza has quit IRC05:26
*** spatel has joined #openstack-nova05:29
*** sapd__x has quit IRC05:32
*** spatel has quit IRC05:33
*** masterpe has joined #openstack-nova05:36
*** k_mouza has joined #openstack-nova05:57
*** avolkov has joined #openstack-nova05:59
*** k_mouza has quit IRC06:01
*** lbragstad has quit IRC06:03
*** lbragstad has joined #openstack-nova06:03
*** k_mouza has joined #openstack-nova06:29
*** k_mouza has quit IRC06:33
*** gyee has quit IRC06:44
*** psachin has quit IRC06:45
*** mkrai has quit IRC06:55
*** mkrai_ has joined #openstack-nova06:55
*** psachin has joined #openstack-nova07:00
*** hoonetorg has quit IRC07:14
*** mkrai_ has quit IRC07:14
*** hoonetorg has joined #openstack-nova07:19
*** LinPeiWen has quit IRC07:19
openstackgerritWenping Song proposed openstack/os-traits master: remove babel.cfg  https://review.opendev.org/c/openstack/os-traits/+/77263407:28
*** lpetrut has joined #openstack-nova07:32
*** ralonsoh has joined #openstack-nova07:34
*** psachin has quit IRC07:36
*** psachin has joined #openstack-nova07:37
*** khomesh24 has joined #openstack-nova07:39
*** sapd__x has joined #openstack-nova07:45
*** mkrai_ has joined #openstack-nova07:51
*** andrewbonney has joined #openstack-nova08:08
*** slaweq has joined #openstack-nova08:08
*** tesseract has joined #openstack-nova08:10
*** songwenping_ has quit IRC08:15
*** songwenping_ has joined #openstack-nova08:15
*** xek_ has joined #openstack-nova08:29
*** rpittau|afk is now known as rpittau08:30
*** tosky has joined #openstack-nova08:43
MrClayPoleadmin0 & lyarwood Thanks for both you help recently. We were able to trace it through to a possible issue with our storage cinder driver.08:44
*** yoctozepto5 has joined #openstack-nova08:47
*** yoctozepto has quit IRC08:48
*** yoctozepto5 is now known as yoctozepto08:48
*** sapd__x has quit IRC08:49
*** rcernin has quit IRC08:53
*** songwenping__ has joined #openstack-nova08:53
*** songwenping_ has quit IRC08:56
*** ociuhandu has joined #openstack-nova09:00
*** vishalmanchanda has quit IRC09:00
*** spatel has joined #openstack-nova09:01
lyarwoodMrClayPole: awesome, np!09:04
*** rcernin has joined #openstack-nova09:04
*** sapd__x has joined #openstack-nova09:05
*** spatel has quit IRC09:05
*** sapd__x has quit IRC09:09
*** ccstone has quit IRC09:11
*** eandersson has quit IRC09:11
*** ccstone has joined #openstack-nova09:12
*** eandersson has joined #openstack-nova09:12
*** tkajinam has quit IRC09:22
bauzassapd1_x: you're unfortunately absolutely correct09:28
*** derekh has joined #openstack-nova09:47
openstackgerritWenping Song proposed openstack/os-traits master: remove babel.cfg  https://review.opendev.org/c/openstack/os-traits/+/77263409:47
*** martinkennelly has joined #openstack-nova10:05
*** dtantsur|afk is now known as dtantsur10:18
*** martinkennelly has quit IRC10:25
stephenfinbauzas: If you have time this week, there are a couple of DB compaction patches that still need a final +2, starting here https://review.opendev.org/c/openstack/nova/+/758397/10:25
stephenfinLower priority than gibi's series, but it would still be nice to close that out in Wallaby so I can work on getting alembic integrated (assuming we decide to do that)10:26
*** nightmare_unreal has joined #openstack-nova10:27
bauzasstephenfin: ack, currently reviewing gibi's series10:27
*** whoami-rajat__ has joined #openstack-nova10:28
bauzaseven if I have to look at https://review.opendev.org/c/openstack/nova/+/769942/10:28
bauzasmypy my love <310:28
* bauzas is ironic :p10:28
*** rcernin has quit IRC10:28
*** vishalmanchanda has joined #openstack-nova10:28
*** LinPeiWen has joined #openstack-nova10:35
stephenfinbauzas: don't you dare diss mypy10:35
* stephenfin whispers sweet nothings to mypy10:35
bauzasI love cakes10:36
bauzasbut surely it's not mypy10:36
stephenfinboo this man10:36
stephenfinboooooo10:36
* bauzas can' hide on an IRC channel10:36
bauzasemojis are for the others10:37
*** martinkennelly has joined #openstack-nova10:40
*** spatel has joined #openstack-nova10:49
*** spatel has quit IRC10:54
*** k_mouza has joined #openstack-nova10:54
*** yoctozepto5 has joined #openstack-nova11:01
*** yoctozepto has quit IRC11:02
*** yoctozepto5 is now known as yoctozepto11:02
*** rcernin has joined #openstack-nova11:17
*** ociuhandu has quit IRC11:27
*** ociuhandu has joined #openstack-nova11:27
*** ociuhandu has quit IRC11:30
*** ociuhandu has joined #openstack-nova11:30
*** rcernin has quit IRC11:31
*** martinkennelly has quit IRC12:04
*** ociuhandu_ has joined #openstack-nova12:15
*** ociuhandu has quit IRC12:17
*** ociuhandu_ has quit IRC12:19
*** ociuhandu has joined #openstack-nova12:23
*** ociuhandu has quit IRC12:28
*** raildo has joined #openstack-nova12:30
*** gibi has quit IRC12:41
*** hack-char has quit IRC12:42
*** hack-char has joined #openstack-nova12:44
*** ratailor has quit IRC12:45
*** khomesh24 has quit IRC12:45
*** hemanth_n has quit IRC12:50
*** liuyulong has joined #openstack-nova13:12
lyarwoodhttps://review.opendev.org/q/topic:bug/1909120 & https://review.opendev.org/q/topic:bug/1908075 could use reviews from cores if anyone has time in the coming weeks, simple enough bugfixes.13:13
lyarwoodelod / bauzas ; https://review.opendev.org/c/openstack/nova/+/764611 & https://review.opendev.org/c/openstack/nova/+/764612 - can I get stable reviews on these please?13:20
bauzasack, will try13:20
elodlyarwood: looking13:22
lyarwoodmany thanks both13:24
*** LinPeiWen has quit IRC13:26
lyarwoodhttps://review.opendev.org/c/openstack/nova/+/752489/ and the series below it on stable/train is also ready13:26
*** yoctozepto2 has joined #openstack-nova13:27
*** spatel has joined #openstack-nova13:28
*** yoctozepto has quit IRC13:28
*** yoctozepto2 is now known as yoctozepto13:28
*** links has joined #openstack-nova13:31
*** spatel has quit IRC13:33
openstackgerritMerged openstack/nova master: zuul: Allow encryption tests in nova-ceph-multistore again  https://review.opendev.org/c/openstack/nova/+/77183713:35
*** hemna has quit IRC13:36
*** hemna has joined #openstack-nova13:36
*** gibi has joined #openstack-nova13:37
*** khomesh24 has joined #openstack-nova13:45
openstackgerritMerged openstack/nova master: libvirt: Drop support for Xen  https://review.opendev.org/c/openstack/nova/+/74323113:47
*** hemanth_n has joined #openstack-nova13:53
*** sapd__x has joined #openstack-nova13:55
*** liuyulong has quit IRC13:58
lyarwood \o/13:58
*** liuyulong has joined #openstack-nova13:59
*** spatel has joined #openstack-nova13:59
*** spatel has quit IRC14:01
*** spatel has joined #openstack-nova14:01
*** xek_ has quit IRC14:02
*** zoharm has quit IRC14:03
*** spotz has joined #openstack-nova14:03
*** zoharm has joined #openstack-nova14:05
*** xek has joined #openstack-nova14:05
*** liuyulong has quit IRC14:07
openstackgerritLee Yarwood proposed openstack/nova master: docs: Move the LibvirtDistroSupportMatrix wiki page into our docs  https://review.opendev.org/c/openstack/nova/+/77198114:08
*** liuyulong has joined #openstack-nova14:08
*** liuyulong has quit IRC14:09
*** nweinber has joined #openstack-nova14:10
*** yoctozepto8 has joined #openstack-nova14:14
*** yoctozepto has quit IRC14:15
*** yoctozepto8 is now known as yoctozepto14:15
*** zoharm1 has joined #openstack-nova14:33
*** tosky has quit IRC14:35
*** tosky has joined #openstack-nova14:36
*** zoharm has quit IRC14:36
*** yoctozepto0 has joined #openstack-nova14:41
*** yoctozepto has quit IRC14:41
*** yoctozepto0 is now known as yoctozepto14:41
*** songwenping_ has joined #openstack-nova14:48
stephenfinlyarwood: I have an open API policy question on https://review.opendev.org/c/openstack/nova/+/768352/14:49
*** songwenping_ has quit IRC14:49
*** songwenping_ has joined #openstack-nova14:49
*** tosky has quit IRC14:50
*** tosky has joined #openstack-nova14:50
*** songwenping__ has quit IRC14:51
lyarwoodstephenfin: ah my bad, looking14:53
openstackgerritLee Yarwood proposed openstack/nova master: WIP zuul: Increase SWIFT_LOOPBACK_DISK_SIZE within nova-lvm job  https://review.opendev.org/c/openstack/nova/+/77270214:53
*** irclogbot_0 has quit IRC14:55
openstackgerritMerged openstack/nova master: Refactor _claim_pci_device_for_interface_attach to prepare for qos  https://review.opendev.org/c/openstack/nova/+/75689514:57
*** belmoreira has joined #openstack-nova14:57
*** irclogbot_0 has joined #openstack-nova14:59
*** sapd__x has quit IRC15:07
dansmithsean-k-mooney: gdi, I do that *every* dang time :/15:08
openstackgerritStephen Finucane proposed openstack/nova master: rpc: Rework 'get_notifier', 'wrap_exception'  https://review.opendev.org/c/openstack/nova/+/74166315:11
openstackgerritStephen Finucane proposed openstack/nova master: mypy: Add type annotations to 'nova.pci'  https://review.opendev.org/c/openstack/nova/+/67620915:11
openstackgerritStephen Finucane proposed openstack/nova master: mypy: Add nova.cmd, nova.conf, nova.console  https://review.opendev.org/c/openstack/nova/+/70565715:11
openstackgerritStephen Finucane proposed openstack/nova master: mypy: Add type annotations to top-level modules  https://review.opendev.org/c/openstack/nova/+/70565815:11
openstackgerritStephen Finucane proposed openstack/nova master: trivial: Clean manager.Manager, service.Service signatures  https://review.opendev.org/c/openstack/nova/+/76480615:11
openstackgerritStephen Finucane proposed openstack/nova master: WIP: Expand type hints for nova.block_device  https://review.opendev.org/c/openstack/nova/+/74217015:11
*** ociuhandu has joined #openstack-nova15:11
*** zoharm has joined #openstack-nova15:17
*** zoharm1 has quit IRC15:20
*** ociuhandu has quit IRC15:23
*** ociuhandu has joined #openstack-nova15:24
*** spatel has quit IRC15:24
openstackgerritLee Yarwood proposed openstack/nova master: Add regression test for bug #1909120  https://review.opendev.org/c/openstack/nova/+/76835115:24
openstackbug 1909120 in OpenStack Compute (nova) "n-api should reject requests to detach a volume when the compute is down" [Medium,Confirmed] https://launchpad.net/bugs/1909120 - Assigned to Lee Yarwood (lyarwood)15:24
openstackgerritLee Yarwood proposed openstack/nova master: api: Reject requests to detach a volume when the compute is down  https://review.opendev.org/c/openstack/nova/+/76835215:24
*** mlavalle has joined #openstack-nova15:26
*** ociuhandu has quit IRC15:29
*** ociuhandu has joined #openstack-nova15:34
*** zenkuro has quit IRC15:34
*** zenkuro has joined #openstack-nova15:35
*** rcernin has joined #openstack-nova15:36
*** rcernin has quit IRC15:41
openstackgerritLee Yarwood proposed openstack/nova master: Add regression test for bug #1908075  https://review.opendev.org/c/openstack/nova/+/76697615:41
openstackbug 1908075 in OpenStack Compute (nova) "Nova allows a non-multiattach volume to be attached to multiple instances *if* its volume state is reset by an admin" [Undecided,New] https://launchpad.net/bugs/1908075 - Assigned to Lee Yarwood (lyarwood)15:41
openstackgerritLee Yarwood proposed openstack/nova master: api: Reject volume attach requests when an active bdm exists  https://review.opendev.org/c/openstack/nova/+/76847215:41
*** khomesh24 has quit IRC15:45
*** zenkuro has quit IRC15:51
openstackgerritStephen Finucane proposed openstack/nova master: libvirt: Rationalize attachment of USB tablet  https://review.opendev.org/c/openstack/nova/+/75655115:53
openstackgerritStephen Finucane proposed openstack/nova master: libvirt: Add support for virtio-based input devices  https://review.opendev.org/c/openstack/nova/+/75655215:53
*** lpetrut has quit IRC16:00
*** xek has quit IRC16:01
*** xek has joined #openstack-nova16:03
*** mkrai_ has quit IRC16:06
openstackgerritStephen Finucane proposed openstack/nova master: libvirt: Enable 'vmcoreinfo' feature by default  https://review.opendev.org/c/openstack/nova/+/75291216:10
gmannstephenfin: lbragstad sean-k-mooney replied on https://review.opendev.org/c/openstack/placement/+/760240/21/placement/policies/base.py#2016:11
gmannLet's go with SYSTEM_ADMIN so that we donot depends on the timing of removing the old rule and enforce_scope=true by default16:12
*** macz_ has joined #openstack-nova16:13
*** dklyle has joined #openstack-nova16:14
*** rpittau is now known as rpittau|afk16:24
openstackgerritsean mooney proposed openstack/nova master: libvirt: delegate ovs plug to os-vif  https://review.opendev.org/c/openstack/nova/+/60243216:24
*** yoctozepto2 has joined #openstack-nova16:28
*** yoctozepto has quit IRC16:29
*** yoctozepto2 is now known as yoctozepto16:29
stephenfinlyarwood: Two of those three patches from me above ^ previously had +2 from you but conflicted with the just-merged Xen removal patch. Can you (re)look at them real quick?16:31
stephenfinIf you could get to https://review.opendev.org/c/openstack/nova/+/756552 too that'd be extra awesome. Spec is approved, fwiw16:33
*** CeeMac has quit IRC16:37
*** PrinzElvis has quit IRC16:37
lyarwoodstephenfin: need to run for a while now but I'll try to look later or first thing tomorrow16:37
*** vdrok has quit IRC16:37
*** NobodyCam has quit IRC16:37
*** avolkov has quit IRC16:37
*** flaviof has quit IRC16:37
*** cz3 has quit IRC16:37
*** mnaser has quit IRC16:37
stephenfinack, thanks16:37
*** vishalmanchanda has quit IRC16:37
*** pas-ha has quit IRC16:38
*** johnsom has quit IRC16:38
*** gmann has quit IRC16:38
*** arne_wiebalck has quit IRC16:38
*** whoami-rajat__ has quit IRC16:38
*** donnyd has quit IRC16:38
*** csatari has quit IRC16:38
*** knikolla has quit IRC16:38
*** rpittau|afk has quit IRC16:38
*** TheJulia has quit IRC16:38
*** coreycb has quit IRC16:38
*** fyx has quit IRC16:38
*** guilhermesp has quit IRC16:38
*** mnasiadka has quit IRC16:38
*** nicolasbock has quit IRC16:38
*** andrewbonney has quit IRC16:38
*** nightmare_unreal has quit IRC16:38
*** dviroel has quit IRC16:38
openstackgerritVlad Gusev proposed openstack/nova stable/stein: tests: Add regression test for bug 1894966  https://review.opendev.org/c/openstack/nova/+/77272016:38
openstackbug 1894966 in OpenStack Compute (nova) stein "Create servergroup failed with unexpected error" [Undecided,Confirmed] https://launchpad.net/bugs/189496616:38
*** CeeMac has joined #openstack-nova16:39
*** johnsom has joined #openstack-nova16:39
*** vdrok has joined #openstack-nova16:39
*** NobodyCam has joined #openstack-nova16:39
*** andrewbonney has joined #openstack-nova16:39
*** avolkov has joined #openstack-nova16:40
*** gouthamr has quit IRC16:40
*** flaviof has joined #openstack-nova16:40
*** jrosser has quit IRC16:40
*** pas-ha has joined #openstack-nova16:40
*** vishalmanchanda has joined #openstack-nova16:40
*** rm_work has quit IRC16:40
*** coreycb has joined #openstack-nova16:40
*** knikolla has joined #openstack-nova16:40
*** TheJulia has joined #openstack-nova16:40
*** rpittau|afk has joined #openstack-nova16:40
*** donnyd has joined #openstack-nova16:40
*** dviroel has joined #openstack-nova16:41
*** hemanth_n has quit IRC16:41
*** whoami-rajat__ has joined #openstack-nova16:42
*** arne_wiebalck has joined #openstack-nova16:42
*** csatari has joined #openstack-nova16:42
*** guilhermesp has joined #openstack-nova16:42
*** nightmare_unreal has joined #openstack-nova16:42
openstackgerritVlad Gusev proposed openstack/nova stable/stein: api: Set min, maxItems for server_group.policies field  https://review.opendev.org/c/openstack/nova/+/77272116:42
*** gmann has joined #openstack-nova16:45
*** mnaser has joined #openstack-nova16:45
openstackgerritStephen Finucane proposed openstack/nova master: tox: Enable parallel docs build  https://review.opendev.org/c/openstack/nova/+/75103416:46
gmannlbragstad: did your single tests for all persona approach worked? https://review.opendev.org/c/openstack/placement/+/760238/9/placement/tests/functional/gabbits/inventory-legacy-rbac.yaml#2016:47
gmannnova did the same to avoid 409 or creating new resource per persona though nova tests are with stub for non-api layer16:47
lbragstadgmann i haven't gotten back around to it - i've been helping cinder setup test plumbing16:47
gmannohk16:48
lbragstadi can repropose the beginning of that series since it sounds like we have consensus on the check string16:49
openstackgerritStephen Finucane proposed openstack/nova master: libvirt: Add support for virtio-based input devices  https://review.opendev.org/c/openstack/nova/+/75655216:50
*** fyx has joined #openstack-nova16:50
*** nicolasbock has joined #openstack-nova16:50
*** rm_work has joined #openstack-nova16:50
*** mnasiadka has joined #openstack-nova16:50
*** rm_work has quit IRC16:50
*** gouthamr has joined #openstack-nova16:50
*** gouthamr has quit IRC16:50
gmannlbragstad: for using common constraint from oslo?16:51
*** rm_work has joined #openstack-nova16:51
*** gouthamr has joined #openstack-nova16:51
*** rm_work has quit IRC16:51
*** gouthamr has quit IRC16:52
lbragstadoh - no, i was just going to rebase them and cleanup the concern in the aggregate patch16:52
gmannlbragstad: ah this https://review.opendev.org/c/openstack/placement/+/760235/10/placement/policies/aggregate.py#5216:52
*** rm_work has joined #openstack-nova16:53
*** rm_work has quit IRC16:53
*** gouthamr has joined #openstack-nova16:53
*** gouthamr has quit IRC16:53
lbragstadyeah16:53
*** rm_work has joined #openstack-nova16:55
*** rm_work has quit IRC16:55
*** jrosser has joined #openstack-nova16:55
gmannlbragstad: ok, as you are rebasing what you think of https://review.opendev.org/c/openstack/placement/+/760240/21/placement/policies/resource_provider.py#5016:55
*** gouthamr has joined #openstack-nova16:55
*** gouthamr has quit IRC16:55
*** nicolasbock has quit IRC16:55
gmannthis can leave all explicit  deprecation in policies.16:55
*** rm_work has joined #openstack-nova16:55
*** gouthamr has joined #openstack-nova16:55
*** mnasiadka has quit IRC16:55
*** rm_work has quit IRC16:55
*** gouthamr has quit IRC16:56
*** PrinzElvis has joined #openstack-nova16:56
gmannand deprecate current admin with system-admin rule in base.py and use system-admin rule as check_str16:56
gmannand in system-admin rule we will use common string from oslo whenever we are ready16:56
*** rm_work has joined #openstack-nova16:56
*** gouthamr has joined #openstack-nova16:56
*** gouthamr has quit IRC16:56
*** rm_work has quit IRC16:57
*** gouthamr has joined #openstack-nova16:57
*** rm_work has joined #openstack-nova16:57
*** nicolasbock has joined #openstack-nova16:57
*** gouthamr has quit IRC16:57
gmannlbragstad: if that is too much asking at this stage then we can leave that i can do that in follow up for all policy together16:57
*** mnasiadka has joined #openstack-nova16:57
*** viks____ has joined #openstack-nova16:57
*** rm_work has quit IRC16:57
lbragstadgmann stephenfin has a patch to do the deprecation https://review.opendev.org/c/openstack/placement/+/772334/416:57
openstackgerritArtom Lifshitz proposed openstack/nova master: WIP: libvirt: start tracking NUMACell.socket for hosts  https://review.opendev.org/c/openstack/nova/+/76681616:58
openstackgerritArtom Lifshitz proposed openstack/nova master: WIP: extra specs/image pros: add `socket PCI NUMA affinity  https://review.opendev.org/c/openstack/nova/+/77274816:58
*** gouthamr has joined #openstack-nova16:58
openstackgerritArtom Lifshitz proposed openstack/nova master: WIP: Add `socket` PCI NUMA affinity policy request prefilter  https://review.opendev.org/c/openstack/nova/+/77274916:58
*** gouthamr has quit IRC16:58
gmannlbragstad: i see, l do that there.16:58
stephenfinlbragstad: gmann: Yeah, I just replied :)16:58
*** rm_work has joined #openstack-nova16:58
*** rm_work has quit IRC16:58
*** johanssone has quit IRC16:58
gmannstephenfin: nice, do you mind if I update that to define all other deprecation also in common place? https://review.opendev.org/c/openstack/placement/+/772334/416:59
stephenfinNot at all. Go for it17:00
*** cz3 has joined #openstack-nova17:00
gmannor i can do on top of that to see how it look like17:00
gmannok17:00
*** johanssone has joined #openstack-nova17:01
*** rm_work has joined #openstack-nova17:02
*** rm_work has quit IRC17:02
*** gouthamr has joined #openstack-nova17:02
*** gouthamr has quit IRC17:02
*** tesseract has quit IRC17:06
*** gouthamr has joined #openstack-nova17:08
*** gouthamr has quit IRC17:08
*** rm_work has joined #openstack-nova17:09
*** rm_work has quit IRC17:09
*** rm_work has joined #openstack-nova17:13
*** gouthamr has joined #openstack-nova17:13
*** gouthamr has quit IRC17:13
*** rm_work has quit IRC17:13
*** psachin has quit IRC17:14
*** nicolasbock has quit IRC17:18
*** viks____ has quit IRC17:18
*** mnasiadka has quit IRC17:18
*** cz3 has quit IRC17:18
*** fyx has quit IRC17:18
*** gouthamr has joined #openstack-nova17:19
*** gouthamr has quit IRC17:19
*** nicolasbock has joined #openstack-nova17:19
*** fyx has joined #openstack-nova17:19
*** rm_work has joined #openstack-nova17:20
*** rm_work has quit IRC17:20
*** mnasiadka has joined #openstack-nova17:20
*** stand has joined #openstack-nova17:20
*** cz3 has joined #openstack-nova17:21
*** arne_wiebalck has quit IRC17:21
*** andrewbonney has quit IRC17:21
*** andrewbonney has joined #openstack-nova17:24
openstackgerritMerged openstack/nova stable/victoria: Add regression test for bug #1899649  https://review.opendev.org/c/openstack/nova/+/76461117:27
openstackbug 1899649 in OpenStack Compute (nova) "Volume marked as available after a failure to build" [Undecided,In progress] https://launchpad.net/bugs/1899649 - Assigned to Lee Yarwood (lyarwood)17:27
*** arne_wiebalck has joined #openstack-nova17:28
*** gouthamr has joined #openstack-nova17:29
*** gouthamr has quit IRC17:30
*** rm_work has joined #openstack-nova17:30
*** ociuhandu_ has joined #openstack-nova17:30
*** rm_work has quit IRC17:30
kashyapgibi: stephenfin: When you get a minute, can you please have a gander at this (but it is from chengsheng, a new contributor, fixing a good problem): https://review.opendev.org/c/openstack/nova/+/762330/17:33
gibikashyap: ack, added to my queue17:33
kashyapIt is related using the correct CPU APIs17:33
kashyapAnd he's addressed some feedback of mine in the past; and it also checks off one of the items in this old spec:17:34
kashyaphttps://opendev.org/openstack/nova-specs/commit/70811da221035044e27 (Add "CPU selection with hypervisor consideration" spec)17:34
*** rm_work has joined #openstack-nova17:34
*** gouthamr has joined #openstack-nova17:34
*** ociuhandu has quit IRC17:34
*** gouthamr has quit IRC17:34
*** rm_work has quit IRC17:34
*** ociuhandu_ has quit IRC17:35
openstackgerritLance Bragstad proposed openstack/placement master: Pass context objects to oslo.policy directly  https://review.opendev.org/c/openstack/placement/+/76678517:35
openstackgerritLance Bragstad proposed openstack/placement master: policy: Suppress policy deprecation warnings  https://review.opendev.org/c/openstack/placement/+/77185217:35
openstackgerritLance Bragstad proposed openstack/placement master: policy: Don't persist default rule changes in tests  https://review.opendev.org/c/openstack/placement/+/77250817:35
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for resource providers  https://review.opendev.org/c/openstack/placement/+/76024017:35
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for aggregates  https://review.opendev.org/c/openstack/placement/+/76023517:35
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for allocations  https://review.opendev.org/c/openstack/placement/+/76023617:35
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for allocation candidates  https://review.opendev.org/c/openstack/placement/+/76023717:35
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for inventories  https://review.opendev.org/c/openstack/placement/+/76023817:35
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for resource classes  https://review.opendev.org/c/openstack/placement/+/76023917:36
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for traits  https://review.opendev.org/c/openstack/placement/+/76024117:36
openstackgerritLance Bragstad proposed openstack/placement master: Implement secure RBAC for usage  https://review.opendev.org/c/openstack/placement/+/76024217:36
openstackgerritLance Bragstad proposed openstack/placement master: policy: Remove the deprecated 'placement' rule  https://review.opendev.org/c/openstack/placement/+/77233317:36
openstackgerritLance Bragstad proposed openstack/placement master: policy: Deprecate 'admin_api' rule  https://review.opendev.org/c/openstack/placement/+/77233417:36
lbragstadstephenfin gmann sean-k-mooney since i needed to go through and fix things early in the series, i cleaned up a bunch of the one-off patches later in the series17:36
lbragstadi abandoned the ones i had the ability to abandon17:36
sean-k-mooneylbragstad: yep just saw them come in17:36
gmannlbragstad: thanks,17:37
lbragstadand i left comments on others that can be abandoned because i rolled them into subsequent patches17:37
sean-k-mooneyi need to look at how the roles compose and this works again because it sound like its working muc differently then i tought17:37
sean-k-mooneyto the point where im questinging the feature17:37
sean-k-mooneyi hope i am just missundering how the tests are written17:38
sean-k-mooneybasically the point im trying to figure out is as a SYSTEM_ADMIN do i only have the admin role or do i also have the member and reader role17:39
sean-k-mooneyim hoping its the former17:40
sean-k-mooneyand that we have ineritence between the roles17:40
*** gouthamr has joined #openstack-nova17:40
*** gouthamr has quit IRC17:40
stephenfinack17:40
* stephenfin abandons the remainder17:40
sean-k-mooneyif we dont have inheritance betwen the roles then i dont think it make sense to have personas and reference them in the policy rules17:41
*** rm_work has joined #openstack-nova17:41
*** rm_work has quit IRC17:41
sean-k-mooneyif im reading https://specs.openstack.org/openstack/keystone-specs/specs/keystone/queens/system-scope.html#system-roles-implied-roles-inherited-roles correctly17:44
sean-k-mooneyif i have role:admin i should have role:member and role:reader trasitivly as they are implied roles17:45
sean-k-mooneybut i shoudl not have to add them to my user explictly17:45
sean-k-mooneyso im very confused by https://review.opendev.org/c/openstack/placement/+/760240/21/placement/tests/functional/gabbits/resource-provider-legacy-rbac.yaml#917:46
stephenfinsean-k-mooney: I'm pretty sure it is implied, and because it's implied both the main role and the implied roles are included in the HTTP_X_ROLES header in CSV form17:47
stephenfinso the implied link is encoded in keystone, and oslo.context and oslo.policy don't need to know about it. They can simply check for the role they care about17:47
sean-k-mooneyright i think including them in the x roles header explictly is odd17:48
lbragstadif you have the admin role on a project and you look at the token response, you'll see keystone expands those out for you17:48
stephenfinYeah, that seems perfectly sensible to me17:48
lbragstadthe reason why we set them in the headers explicitly is so you don't have a dependency on keystone via keystonemiddleware17:48
sean-k-mooneylbragstad: ok so the gabit test data is not the input date for the user to create17:48
sean-k-mooneyits a mix of both the input and the expect output17:49
lbragstadthe header input should represent what keystonemiddleware would translate17:49
lbragstadsince we're cutting that out of these tests17:49
sean-k-mooneyah ok17:49
sean-k-mooneycan we add that as a note17:49
stephenfinsean-k-mooney: You're simulating the request. In a real-world deployment keystonemiddleware would add those headers for you17:50
sean-k-mooneyi was not expect use to cut that out17:50
stephenfinyeah17:50
sean-k-mooneysince these are functional tests17:50
sean-k-mooneynot unit tests17:50
sean-k-mooneyso we normally would not mock that17:50
* stephenfin looks at the mocking of libvirt in nova and smiles :)17:50
stephenfin*nova functional tests17:50
kashyapgibi: Also, just to note, chengsheng, the reporter has done real live migration tests w/ the patch.  I've discussed with them in December17:50
lbragstadif placement wants to add functional test with keystone - then i'd say just use tempest?17:50
lbragstadfunctional tests*17:50
stephenfinsean-k-mooney: https://review.opendev.org/c/openstack/placement/+/760240/22/placement/auth.py17:50
sean-k-mooneywell im not suggesting keystone i was expecting a test fixture17:51
*** gouthamr has joined #openstack-nova17:51
*** gouthamr has quit IRC17:51
sean-k-mooneythat would do the translation instead of use doing it by hand17:51
sean-k-mooneybut if you add a note to the test saying that is what happeing then im ok with it17:51
sean-k-mooneythese vars are bing used as the request headers in the test17:52
gmannin nova also we prepared the context like that by adding admin, member, reader in admin or so17:52
*** rm_work has joined #openstack-nova17:52
sean-k-mooneyso i was expecting them to be differnet17:52
*** rm_work has quit IRC17:52
stephenfinwe could rework that test fixture to associate known usernames with specific roles and set the headers that way, but what lbragstad has done is far more obvious IMO17:52
gmannhttps://github.com/openstack/nova/blob/master/nova/tests/unit/policies/base.py#L5717:52
sean-k-mooneystephenfin: the bit i was missing was keystone auto expanding all the roles you have and flatening them17:53
openstackgerritLee Yarwood proposed openstack/nova master: WIP zuul: Increase SWIFT_LOOPBACK_DISK_SIZE within nova-lvm job  https://review.opendev.org/c/openstack/nova/+/77270217:53
sean-k-mooneyi was expecting that to be a list of your direct roles only17:53
sean-k-mooneylbragstad: if i add a role i dont have to that maully keystone midelware will validate that on the project api side right17:54
sean-k-mooneylbragstad: e.g. it will hit keystone to valideate it17:54
sean-k-mooneyas part of normal token validation17:55
lbragstadsean-k-mooney ksm cleans out those headers and repopulates them based on the token validation response17:55
sean-k-mooneyassuming yes then i think i understand how the tests are workign now17:55
*** k_mouza has quit IRC17:56
sean-k-mooneylbragstad: ok so the imporant thin is in the project we can trust the roles in the context because ksm has checked for us17:56
lbragstadhttps://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/auth_token/_request.py#L7517:56
sean-k-mooneythats what i was expecting but just wanted to confirm17:56
lbragstadhttps://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/auth_token/_request.py#L224-L22717:56
openstackgerritStephen Finucane proposed openstack/placement master: policy: Add note about keystone's expansion of roles  https://review.opendev.org/c/openstack/placement/+/77275217:57
sean-k-mooneylbragstad: thanks perfect17:57
lbragstadyep17:57
*** nightmare_unreal has quit IRC17:57
stephenfinsean-k-mooney: lemme know if that's useful ^17:57
stephenfinWe can refine wording if so17:58
*** tosky has quit IRC17:58
sean-k-mooneystephenfin: yep no that make sense to me17:58
* stephenfin read that initially as "that makes no sense" :)17:58
sean-k-mooneyim not sure why gerrit thinks you change the last 3 lins17:58
*** tosky has joined #openstack-nova17:58
sean-k-mooneyi should have a , after yep17:59
*** xek_ has joined #openstack-nova17:59
stephenfinOh no, I really did add spacing :)17:59
stephenfina'ight, and with that17:59
* stephenfin -> 🏋️ o/17:59
stephenfinkashyap: I'll take a look at that tomorrow17:59
*** derekh has quit IRC18:00
kashyapstephenfin: Thank you; it is fixing some real gnarly problem18:00
*** vishalmanchanda has quit IRC18:00
*** mnasiadka has quit IRC18:00
*** coreycb has quit IRC18:00
*** coreycb has joined #openstack-nova18:00
*** mnasiadka has joined #openstack-nova18:00
*** vishalmanchanda has joined #openstack-nova18:01
*** xek has quit IRC18:01
*** k_mouza has joined #openstack-nova18:03
*** pas-ha has quit IRC18:04
*** dviroel has quit IRC18:04
*** pas-ha has joined #openstack-nova18:05
*** dviroel has joined #openstack-nova18:05
*** andrewbonney has quit IRC18:05
*** mgariepy has quit IRC18:06
*** swp20 has joined #openstack-nova18:07
*** songwenping_ has quit IRC18:07
*** vishalmanchanda has quit IRC18:08
*** k_mouza has quit IRC18:08
*** ralonsoh has quit IRC18:13
*** mnasiadka has quit IRC18:13
*** dviroel has quit IRC18:14
*** pas-ha has quit IRC18:14
*** coreycb has quit IRC18:14
*** cz3 has quit IRC18:17
*** fyx has quit IRC18:17
*** guilhermesp has quit IRC18:17
*** nicolasbock has quit IRC18:17
*** mnaser has quit IRC18:17
*** donnyd has quit IRC18:17
*** mgariepy has joined #openstack-nova18:18
*** mnaser has joined #openstack-nova18:18
*** donnyd has joined #openstack-nova18:18
*** cz3 has joined #openstack-nova18:18
*** nicolasbock has joined #openstack-nova18:18
*** mnasiadka has joined #openstack-nova18:18
*** dviroel has joined #openstack-nova18:18
*** coreycb has joined #openstack-nova18:18
*** fyx has joined #openstack-nova18:18
*** guilhermesp has joined #openstack-nova18:18
*** pas-ha has joined #openstack-nova18:19
*** gouthamr has joined #openstack-nova18:20
*** gyee has joined #openstack-nova18:23
*** dviroel has quit IRC18:25
*** pas-ha has quit IRC18:25
*** mnasiadka has quit IRC18:25
*** donnyd has quit IRC18:25
*** guilhermesp has quit IRC18:25
*** fyx has quit IRC18:25
*** cz3 has quit IRC18:25
*** mnaser has quit IRC18:27
*** coreycb has quit IRC18:27
*** nicolasbock has quit IRC18:27
*** donnyd has joined #openstack-nova18:28
*** pas-ha has joined #openstack-nova18:30
*** k_mouza has joined #openstack-nova18:31
*** guilhermesp has joined #openstack-nova18:31
*** fyx has joined #openstack-nova18:31
*** dviroel_ has joined #openstack-nova18:31
*** cz3 has joined #openstack-nova18:32
*** mnaser has joined #openstack-nova18:32
*** mnasiadka has joined #openstack-nova18:33
*** nicolasbock has joined #openstack-nova18:33
*** coreycb has joined #openstack-nova18:33
openstackgerritMerged openstack/nova stable/victoria: compute: Don't detach volumes when RescheduledException raised without retry  https://review.opendev.org/c/openstack/nova/+/76461218:35
*** k_mouza has quit IRC18:35
*** k_mouza has joined #openstack-nova18:40
*** dtantsur is now known as dtantsur|afk18:44
*** k_mouza has quit IRC18:45
*** rm_work has joined #openstack-nova18:53
*** rm_work has quit IRC18:53
*** zoharm1 has joined #openstack-nova18:53
*** dviroel_ has quit IRC18:54
*** mnasiadka has quit IRC18:54
*** guilhermesp has quit IRC18:54
*** fyx has quit IRC18:55
*** coreycb has quit IRC18:55
*** nicolasbock has quit IRC18:55
*** mnaser has quit IRC18:55
*** cz3 has quit IRC18:55
*** markmcclain has quit IRC18:55
*** zoharm has quit IRC18:56
*** eharney has quit IRC18:56
*** markmcclain has joined #openstack-nova18:57
*** links has quit IRC19:04
*** hamalq has joined #openstack-nova19:08
*** eharney has joined #openstack-nova19:09
gmannstephenfin: lbragstad replied on this. as per my finding/run oslo.policy does not change rule's self.check_str even it only change rule's self.check which is internal attribute for oslo policy to play with -  https://review.opendev.org/c/openstack/placement/+/772508/1//COMMIT_MSG#1319:15
*** dviroel_ has joined #openstack-nova19:15
gmannI ran few scenario and did not find oslo policy changing defined rule check_str.19:15
openstackgerritMerged openstack/nova stable/victoria: Use subqueryload() instead of joinedload() for (system_)metadata  https://review.opendev.org/c/openstack/nova/+/76180919:18
*** gouthamr_ has joined #openstack-nova19:18
*** rm_work has joined #openstack-nova19:18
*** rm_work has quit IRC19:18
*** mnaser has joined #openstack-nova19:19
*** dviroel_ is now known as dviroel19:19
*** cz3 has joined #openstack-nova19:19
*** guilhermesp has joined #openstack-nova19:20
*** mnasiadka has joined #openstack-nova19:20
*** fyx has joined #openstack-nova19:20
*** nicolasbock has joined #openstack-nova19:20
*** coreycb has joined #openstack-nova19:21
*** zoharm1 has quit IRC19:32
openstackgerritmelanie witt proposed openstack/nova stable/ussuri: Use subqueryload() instead of joinedload() for (system_)metadata  https://review.opendev.org/c/openstack/nova/+/76181019:37
*** coreycb has quit IRC19:40
*** gouthamr_ has quit IRC19:40
*** mnaser has quit IRC19:40
*** fyx has quit IRC19:40
*** guilhermesp has quit IRC19:40
*** mnasiadka has quit IRC19:40
*** nicolasbock has quit IRC19:40
*** cz3 has quit IRC19:40
*** mnasiadka has joined #openstack-nova19:42
*** mnaser has joined #openstack-nova19:42
*** fyx has joined #openstack-nova19:42
*** coreycb has joined #openstack-nova19:42
*** guilhermesp has joined #openstack-nova19:42
*** spatel has joined #openstack-nova19:43
*** nicolasbock has joined #openstack-nova19:45
*** cz3 has joined #openstack-nova19:45
*** yoctozepto9 has joined #openstack-nova19:50
*** yoctozepto has quit IRC19:51
*** yoctozepto9 is now known as yoctozepto19:51
*** rm_work has joined #openstack-nova19:54
*** rm_work has quit IRC19:54
*** rcernin has joined #openstack-nova20:01
*** rm_work has joined #openstack-nova20:19
*** rm_work has quit IRC20:19
*** jdillaman has joined #openstack-nova20:19
openstackgerritVlad Gusev proposed openstack/nova stable/train: Use subqueryload() instead of joinedload() for (system_)metadata  https://review.opendev.org/c/openstack/nova/+/76181120:24
openstackgerritVlad Gusev proposed openstack/nova stable/train: Use subqueryload() instead of joinedload() for (system_)metadata  https://review.opendev.org/c/openstack/nova/+/76181120:31
openstackgerritVlad Gusev proposed openstack/nova stable/stein: Use subqueryload() instead of joinedload() for (system_)metadata  https://review.opendev.org/c/openstack/nova/+/76181220:34
openstackgerritVlad Gusev proposed openstack/nova stable/rocky: Use subqueryload() instead of joinedload() for (system_)metadata  https://review.opendev.org/c/openstack/nova/+/76181320:35
openstackgerritVlad Gusev proposed openstack/nova stable/queens: Use subqueryload() instead of joinedload() for (system_)metadata  https://review.opendev.org/c/openstack/nova/+/76181420:37
*** rcernin has quit IRC20:41
*** stand has quit IRC20:42
*** dviroel has quit IRC20:43
*** stand has joined #openstack-nova20:46
*** rm_work has joined #openstack-nova20:54
*** rm_work has quit IRC20:54
*** avolkov has quit IRC20:59
*** nweinber has quit IRC21:03
openstackgerritMerged openstack/nova stable/stein: Update pci stat pools based on PCI device changes  https://review.opendev.org/c/openstack/nova/+/76172721:08
*** rm_work has joined #openstack-nova21:19
*** rm_work has quit IRC21:19
*** xek_ has quit IRC21:29
*** whoami-rajat__ has quit IRC21:37
*** dviroel_ has joined #openstack-nova21:42
*** ircuser-1 has joined #openstack-nova21:49
*** masterpe has quit IRC21:50
*** raildo has quit IRC21:51
*** raildo has joined #openstack-nova21:52
*** rcernin has joined #openstack-nova21:52
*** ganso has quit IRC21:53
*** rm_work has joined #openstack-nova21:55
*** vdrok has quit IRC21:55
*** rm_work has quit IRC21:55
*** rcernin has quit IRC21:55
*** rcernin has joined #openstack-nova21:56
*** k_mouza has joined #openstack-nova21:56
*** vdrok has joined #openstack-nova21:57
*** k_mouza has quit IRC22:01
*** ganso has joined #openstack-nova22:01
*** macz_ has quit IRC22:02
*** ganso has quit IRC22:04
openstackgerritArtom Lifshitz proposed openstack/nova master: WIP: extra specs/image pros: add `socket PCI NUMA affinity  https://review.opendev.org/c/openstack/nova/+/77274822:04
openstackgerritArtom Lifshitz proposed openstack/nova master: WIP: Add `socket` PCI NUMA affinity policy request prefilter  https://review.opendev.org/c/openstack/nova/+/77274922:04
openstackgerritArtom Lifshitz proposed openstack/nova master: WIP: pci: implement the SOCKET NUMA affinity policy  https://review.opendev.org/c/openstack/nova/+/77277922:04
*** rcernin has quit IRC22:05
*** rcernin has joined #openstack-nova22:05
*** ganso has joined #openstack-nova22:05
openstackgerritGhanshyam proposed openstack/nova master: DNM:try l-c with direct deps  https://review.opendev.org/c/openstack/nova/+/77278022:15
*** rm_work has joined #openstack-nova22:20
*** rm_work has quit IRC22:20
*** f0o has quit IRC22:29
*** janno has quit IRC22:29
*** zigo has quit IRC22:29
*** sorrison has quit IRC22:29
*** f0o has joined #openstack-nova22:30
*** janno has joined #openstack-nova22:30
*** zigo has joined #openstack-nova22:30
*** sorrison has joined #openstack-nova22:30
*** ircuser-1 has quit IRC22:31
*** spatel has quit IRC22:43
*** macz_ has joined #openstack-nova22:45
openstackgerritGhanshyam proposed openstack/placement master: Move policy deprecation to base rules  https://review.opendev.org/c/openstack/placement/+/77278422:48
*** slaweq has quit IRC22:51
*** rm_work has joined #openstack-nova22:55
*** rm_work has quit IRC22:55
*** tkajinam has joined #openstack-nova22:59
*** rm_work has joined #openstack-nova23:04
*** rm_work has quit IRC23:04
*** rm_work has joined #openstack-nova23:05
*** rm_work has quit IRC23:05
*** rm_work has joined #openstack-nova23:05
*** rm_work has quit IRC23:05
*** rm_work has joined #openstack-nova23:05
*** rm_work has quit IRC23:05
*** rm_work has joined #openstack-nova23:06
gmannbrinzhang_: few comments left to fix in https://review.opendev.org/c/openstack/nova/+/76429223:06
*** masterpe has joined #openstack-nova23:34

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!