Earlier  
Posted Nick Remark
#openstack-nova - 2022-01-20
21:58:44 opendevreview melanie witt proposed openstack/nova master: Add logic to enforce local api and db limits https://review.opendev.org/c/openstack/nova/+/712139
21:58:45 opendevreview melanie witt proposed openstack/nova master: Update quota_class APIs for db and api limits https://review.opendev.org/c/openstack/nova/+/712143
21:58:46 opendevreview melanie witt proposed openstack/nova master: Update quota sets APIs https://review.opendev.org/c/openstack/nova/+/712749
21:58:46 opendevreview melanie witt proposed openstack/nova master: Update limit APIs https://review.opendev.org/c/openstack/nova/+/712707
21:58:48 opendevreview melanie witt proposed openstack/nova master: Enforce resource limits using oslo.limit https://review.opendev.org/c/openstack/nova/+/615180
21:58:48 opendevreview melanie witt proposed openstack/nova master: Tell oslo.limit how to count nova resources https://review.opendev.org/c/openstack/nova/+/713301
21:58:50 opendevreview melanie witt proposed openstack/nova master: Update quota apis with keystone limits and usage https://review.opendev.org/c/openstack/nova/+/713499
21:58:50 opendevreview melanie witt proposed openstack/nova master: Add legacy limits and usage to placement unified limits https://review.opendev.org/c/openstack/nova/+/713498
21:58:52 opendevreview melanie witt proposed openstack/nova master: Enable unified limits in the nova-next job https://review.opendev.org/c/openstack/nova/+/789963
21:58:52 opendevreview melanie witt proposed openstack/nova master: Add reno for unified limits https://review.opendev.org/c/openstack/nova/+/715271
#openstack-nova - 2022-01-21
00:33:00 opendevreview Merged openstack/nova stable/ussuri: Ensure MAC addresses characters are in the same case https://review.opendev.org/c/openstack/nova/+/817689
09:57:29 opendevreview Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729
10:16:00 opendevreview Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729
10:17:28 opendevreview Imran Hussain proposed openstack/nova master: [nova/libvirt] Support for checking and enabling SMM when needed https://review.opendev.org/c/openstack/nova/+/825496
10:31:19 bauzas first time ever I'm deploying devstack straight by once without getting an error
10:31:20 bauzas wow
10:31:46 bauzas in general, I get one or two issues
11:01:23 sean-k-mooney bauzas: on a clean installed vm i almost never get any errors
11:02:29 sean-k-mooney bauzas: there are like 3-4 command i tend to run before i install but i generally expect devstack to work first time most of the time
11:04:04 sean-k-mooney bauzas: are you using ubuntu or centos?
11:04:09 sean-k-mooney or fedora?
11:47:29 opendevreview Alexey Stupnikov proposed openstack/nova stable/train: Ensure MAC addresses characters are in the same case https://review.opendev.org/c/openstack/nova/+/817830
12:35:01 parallax Can Nova do local disks SCSI-passthrough? I'm looking at https://blueprints.launchpad.net/nova/+spec/support-for-raw-device-mapping, guessing this has never been implemented?
12:49:09 sean-k-mooney parallax: no it cannot
12:49:45 sean-k-mooney the closet to local disk passthough woudl be the lvm images_backend config option
12:50:12 sean-k-mooney but ingeneral that performace simialr to use raw files or qcow2 with preallocated disks
12:52:34 opendevreview Balazs Gibizer proposed openstack/placement master: Enhance doc of _get_trees_with_traits https://review.opendev.org/c/openstack/placement/+/825780
12:52:51 opendevreview Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729
12:54:16 parallax sean-k-mooney: thanks, can't find it under https://docs.openstack.org/nova/latest/configuration/config.html; is it called images_type maybe?
12:55:02 sean-k-mooney https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.images_type
12:55:47 sean-k-mooney parallax: we normally recommend setting that to raw, flat, qcow2
12:56:28 sean-k-mooney lvm works but its less well tested. it wont do a dirct parsshtough of a disk but it will create an lvm volume and passthough that block device
12:57:31 parallax yes, that's what I'm after - got a hybrid setup of rbd that's normally used + local disks for specific set of data
13:44:42 opendevreview Merged openstack/nova master: db: Remove use of 'bind' arguments https://review.opendev.org/c/openstack/nova/+/817747
13:44:49 opendevreview Merged openstack/nova master: db: Remove unnecessary warning filters https://review.opendev.org/c/openstack/nova/+/817748
13:51:51 opendevreview Imran Hussain proposed openstack/nova master: [nova/libvirt] Support for checking and enabling SMM when needed https://review.opendev.org/c/openstack/nova/+/825496
13:54:45 opendevreview Imran Hussain proposed openstack/nova master: [nova][libvirt] Use libvirt auto uefi firmware selection https://review.opendev.org/c/openstack/nova/+/825729
15:30:21 opendevreview Pierre Libeau proposed openstack/nova master: Nova resize don't extend disk in one specific case https://review.opendev.org/c/openstack/nova/+/820531
16:17:34 dansmith sean-k-mooney: did anything come out of that recent bug about FFUs and the service version thing?
16:17:49 dansmith I'm trying to proof out an FFU grenade thing and am hitting it myself :)
16:18:18 sean-k-mooney not really just the workaorund of stoping all the compute services and using force down before doing the contoler upgrade
16:18:35 sean-k-mooney so pre ffu stop all compute service and force them down in the api
16:18:43 sean-k-mooney then you should be able to upgrade the contoler
16:19:00 sean-k-mooney and then you can start the comptue service after you have updated them to the new container
16:19:17 sean-k-mooney at least i think that woudl work
16:19:31 sean-k-mooney dansmith: i dont thikn we have bug filed for this currently against nova
16:20:01 dansmith force down sets the state to down immediately, but when the service itself comes back up, it goes back to up right? no need to un-force-down it right?
16:20:16 dansmith sean-k-mooney: okay I asked the person to file one, but I guess that didn't happen
16:21:17 sean-k-mooney dansmith: no it wont go back up automaticaly if i recall correctly
16:21:37 dansmith oh yeah --unset
16:21:53 dansmith okay let me see if I can hack that into grenade to prove it out
16:22:00 sean-k-mooney so you woudl need 3 addtional steps in the ffu. 1.) stop all compute service, 2.) force them down, 3.) after upgrade unest
16:23:07 dansmith yeah
16:53:27 gmann dansmith: sean-k-mooney can either of you please check this 'moving py36 job from centos8->centos8stream' https://review.opendev.org/c/openstack/nova/+/824637
16:55:03 dansmith gmann: by "check" you mean "shrug and +W" right?
16:55:20 gmann yeah
16:55:30 dansmith done :)
16:56:57 gmann thanks
18:21:40 opendevreview Balazs Gibizer proposed openstack/placement master: Enhance doc of _get_trees_with_traits https://review.opendev.org/c/openstack/placement/+/825780
18:21:41 opendevreview Balazs Gibizer proposed openstack/placement master: Refactor trait normalization https://review.opendev.org/c/openstack/placement/+/825847
18:21:41 opendevreview Balazs Gibizer proposed openstack/placement master: Extra tests around required traits https://review.opendev.org/c/openstack/placement/+/825846
18:21:42 opendevreview Balazs Gibizer proposed openstack/placement master: Extend the RP tree DB query to support any-traits https://review.opendev.org/c/openstack/placement/+/825849
18:21:42 opendevreview Balazs Gibizer proposed openstack/placement master: Extend the RP db query to support any-traits https://review.opendev.org/c/openstack/placement/+/825848
18:32:50 yuval deadline
18:33:29 yuval hey, lol, was trying to search for the nova driver deadline in the chat
18:33:49 gibi yuval: we only have feauture freeze at milestone 3
18:33:55 gibi no special driver deadline
18:34:57 yuval ok so Feb 21
18:35:16 gibi yepp
18:35:55 gibi more like the week for Feb21
18:36:07 gibi probably the actual deadline is Thursday that week
18:36:32 yuval ok
18:37:01 yuval searching for the deadline I got this from google: https://yoganovastudios.com/pages/schedule
18:37:06 yuval was a bit confused
18:37:45 yuval :)
19:17:34 chateaulav lol
21:08:40 opendevreview Merged openstack/nova master: Update centos 8 py36 functional job nodeset to centos stream 8 https://review.opendev.org/c/openstack/nova/+/824637
21:08:50 opendevreview Merged openstack/nova master: Test aborting queued live migration https://review.opendev.org/c/openstack/nova/+/776250
#openstack-nova - 2022-01-22
00:37:50 opendevreview Ghanshyam proposed openstack/nova stable/xena: Update centos 8 py36 functional job nodeset to centos stream 8 https://review.opendev.org/c/openstack/nova/+/825930
02:18:10 opendevreview Merged openstack/nova master: nova-next: Deploy noVNC from source instead of packages https://review.opendev.org/c/openstack/nova/+/816738
09:55:13 opendevreview Balazs Gibizer proposed openstack/nova master: DNM: run nova tests with any--traits placement feature https://review.opendev.org/c/openstack/nova/+/825914
#openstack-nova - 2022-01-23
03:58:12 opendevreview Merged openstack/nova master: conf: Allow cinderclient and os_brick to independently log at DEBUG https://review.opendev.org/c/openstack/nova/+/820399
#openstack-nova - 2022-01-24
07:23:37 Ammad Hello,
07:23:47 Ammad Anyone available from nova team ?
07:24:48 Ammad I am able to live migrate vm that is on local disk of compute node to other compute node in wallaby but its not working in xena.
07:25:20 Ammad Timed out during operation: cannot acquire state change lock (held by monitor=remoteDispatchDomainMigratePrepare3Params)
07:25:38 Ammad Seeing above error from libvirt.
08:03:25 plibeau3 hello, when you have time to review https://review.opendev.org/c/openstack/nova/+/820531
08:22:39 opendevreview Federico Ressi proposed openstack/nova master: Debug Nova APIs call failures https://review.opendev.org/c/openstack/nova/+/806683
11:47:53 IPO Hello !
11:48:54 IPO Is there any plans for https://review.opendev.org/c/openstack/nova/+/805649 ?
11:52:14 sean-k-mooney[m] i have upgraded my vote to a +2
11:53:40 sean-k-mooney[m] IPO so i would like to see that merged sooner rather then later
11:54:56 sean-k-mooney[m] stephenfin not sure if you are arround but you might have input on ^ otherwise bauza or gibi perhaps.
11:55:55 IPO thx for info !
11:59:19 sean-k-mooney[m] stephenfin by the way i just noticed you have an old series up for removing vcpu_pin_set. i assume you wont have time to work on that. one of the patches is removing the reshape did we settle on that being an ok thing to do
12:00:02 sean-k-mooney[m] at this point i think it makes sense to remove it and do the other clean up but i know there was some concern about that in the past.
12:04:03 gibi sean-k-mooney[m]: ack, queued but my queue getting long this time as I'm spending quality time with placement SQL queries
12:16:43 sean-k-mooney[m] gibi hopefully someone else will get to it before you, how is the placement work going
13:26:56 gibi sean-k-mooney[m]: some initial patches are up, but there is still work to do

Earlier   Later