Earlier  
Posted Nick Remark
#openstack-nova - 2019-08-27
22:43:02 efried I think it may be telling you that '12.1' is an invalid literal for int() with base 10.
22:43:55 sean-k-mooney this is the oslo code https://github.com/openstack/oslo.utils/blob/master/oslo_utils/imageutils.py#L108
22:44:09 sean-k-mooney they are trying to caset what i assume is a sting to an int
22:44:57 sean-k-mooney int('12') work
22:45:02 sean-k-mooney but it does not truncate
22:45:02 efried I'm guessing the caller either omitted units or forgot to convert or forgot to round.
22:46:34 sean-k-mooney well this is the nova call site https://github.com/openstack/nova/blob/master/nova/virt/images.py#L95
22:47:01 sean-k-mooney and out is the standard out from running "'env', 'LC_ALL=C', 'LANG=C', 'qemu-img', 'info', path£
22:47:31 sean-k-mooney so either the qemu output has changed to include decimal
22:47:41 sean-k-mooney or this has always been broken
22:48:30 sean-k-mooney i think qemu has changed its proably both
22:48:59 sean-k-mooney that is from a f29 job with virt preview repor so its basically the nightly build of qemu and libvirt
22:49:35 sean-k-mooney oslo does not handel that import correctly and we pass the output form qemu directly
#openstack-nova - 2019-08-28
01:28:00 openstackgerrit zhufl proposed openstack/nova master: [Trivial]Remove unused helper check_temp_folder https://review.opendev.org/678973
02:41:25 openstackgerrit zhufl proposed openstack/nova master: [Trivial]Remove unused helper get_allocated_disk_size https://review.opendev.org/678976
03:06:05 openstackgerrit ZhengMa proposed openstack/nova master: Check container_format on instance creation https://review.opendev.org/673407
03:43:04 openstackgerrit Artom Lifshitz proposed openstack/nova master: Introduce live_migration_claim() https://review.opendev.org/635669
03:43:05 openstackgerrit Artom Lifshitz proposed openstack/nova master: New objects for NUMA live migration https://review.opendev.org/634827
03:43:05 openstackgerrit Artom Lifshitz proposed openstack/nova master: LM: Use Claims to update numa-related XML on the source https://review.opendev.org/635229
03:43:06 openstackgerrit Artom Lifshitz proposed openstack/nova master: NUMA live migration support https://review.opendev.org/634606
03:43:06 openstackgerrit Artom Lifshitz proposed openstack/nova master: Deprecate CONF.workarounds.enable_numa_live_migration https://review.opendev.org/640021
03:43:07 openstackgerrit Artom Lifshitz proposed openstack/nova master: Functional tests for NUMA live migration https://review.opendev.org/672595
03:43:07 openstackgerrit Artom Lifshitz proposed openstack/nova master: DNM: Run LM integration tests with NUMA flavor https://review.opendev.org/678887
05:14:51 openstackgerrit melanie witt proposed openstack/nova master: Remove unused args from archive_deleted_rows calls https://review.opendev.org/678988
05:40:20 openstackgerrit Fan Zhang proposed openstack/nova master: Fix exception translation when creating volume https://review.opendev.org/678991
05:45:11 openstackgerrit Luyao Zhong proposed openstack/nova master: db: Add resources column in instance_extra table https://review.opendev.org/678447
05:45:12 openstackgerrit Luyao Zhong proposed openstack/nova master: object: Introduce Resource and ResouceList objs https://review.opendev.org/678448
05:45:12 openstackgerrit Luyao Zhong proposed openstack/nova master: Add resources dict into _Provider https://review.opendev.org/678449
05:45:13 openstackgerrit Luyao Zhong proposed openstack/nova master: Retrive the allocations early https://review.opendev.org/678450
05:45:13 openstackgerrit Luyao Zhong proposed openstack/nova master: Claim resources in resource tracker https://review.opendev.org/678452
05:45:14 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Enable driver configuring PMEM namespaces https://review.opendev.org/678453
05:45:14 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: report VPMEM resources by provider tree https://review.opendev.org/678454
05:45:15 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Support VM creation with vpmems and vpmems cleanup https://review.opendev.org/678455
05:45:15 openstackgerrit Luyao Zhong proposed openstack/nova master: Parse vpmem related flavor extra spec https://review.opendev.org/678456
05:45:16 openstackgerrit Luyao Zhong proposed openstack/nova master: Add functional tests for virtual persistent memory https://review.opendev.org/678470
05:49:58 openstackgerrit Dustin Cowles proposed openstack/nova master: Provider config file schema and loader https://review.opendev.org/673341
05:49:58 openstackgerrit Dustin Cowles proposed openstack/nova master: Public method to retrieve custom resource providers https://review.opendev.org/676029
05:49:59 openstackgerrit Dustin Cowles proposed openstack/nova master: Load the custom resource providers to resource tracker https://review.opendev.org/676522
05:59:05 openstackgerrit zhufl proposed openstack/nova master: [Trivial]Remove unused helper get_allocated_disk_size https://review.opendev.org/678976
07:07:59 dr_gogeta86 hi
07:09:06 dr_gogeta86 nobody know a common pattern between nova-compute dying and rabbitmq connections falls to zero
07:09:19 dr_gogeta86 after a while from 10 to 30 minutes
07:09:28 dr_gogeta86 nova-compute kills all rabbitmq
07:09:33 dr_gogeta86 and going stuck
07:17:38 openstackgerrit ZhengMa proposed openstack/nova master: Check container_format on instance creation https://review.opendev.org/673407
07:32:11 bauzas good morning Nova
08:11:26 openstackgerrit Luyao Zhong proposed openstack/nova master: Track orphan instances and error migrations in resource tracker https://review.opendev.org/678451
08:33:28 openstackgerrit Balazs Gibizer proposed openstack/nova master: Func test for migrate re-schedule with bandwidth https://review.opendev.org/676972
08:33:29 openstackgerrit Balazs Gibizer proposed openstack/nova master: Support migrating SRIOV port with bandwidth https://review.opendev.org/676980
08:35:56 openstackgerrit Balazs Gibizer proposed openstack/nova master: Allow migrating server with port resource request https://review.opendev.org/671497
08:38:57 kashyap aspiers: Thanks for the PS-6 changes here, just got back: https://review.opendev.org/#/c/673790/6/
08:39:29 kashyap aspiers: I _do_ owe a couple of drinks!
08:40:45 openstackgerrit Balazs Gibizer proposed openstack/nova master: Do not query allocations twice in finish_revert_resize https://review.opendev.org/678827
09:00:22 aspiers kashyap: yw :)
09:01:06 kashyap aspiers: Investigating the "weird" thing you noticed: https://review.opendev.org/#/c/673790/6/nova/tests/unit/virt/libvirt/test_config.py@216
09:13:18 openstackgerrit Brin Zhang proposed openstack/nova master: Add user_id and project_id colume to Migration https://review.opendev.org/673990
09:22:22 openstackgerrit ya.wang proposed openstack/nova master: vCPU model selection https://review.opendev.org/670298
09:22:23 openstackgerrit ya.wang proposed openstack/nova master: Add compatibility checks for CPU mode and CPU models and extra flags https://review.opendev.org/670299
09:22:23 openstackgerrit ya.wang proposed openstack/nova master: Support report multi CPU model traits https://review.opendev.org/670300
09:45:13 aspiers kashyap: replied
09:45:29 aspiers stupid question - where's the thing which does linting on our .rst files?
09:45:37 aspiers I can't see it in tox.ini
09:46:51 kashyap aspiers: Thanks; will look
09:47:56 kashyap aspiers: Hmm, I'm unclear why os.loader.features doesn't contain the given keys doesn't make sense.
09:57:47 openstackgerrit Balazs Gibizer proposed openstack/nova master: Allow migrating server with port resource request https://review.opendev.org/671497
10:00:10 openstackgerrit Balazs Gibizer proposed openstack/nova master: Do not query allocations twice in finish_revert_resize https://review.opendev.org/678827
10:00:16 sean-k-mooney stephenfin: i noticed another helper function for nomalising tratis i can share between the prefilter and the driver code so im going to pull that out and then respin the first patch to adress your nits
10:00:30 stephenfin cool cool
10:00:47 stephenfin got some nits on the following one too if you want to wait 5 mins
10:01:11 sean-k-mooney also the verion in the prefilter has a bug
10:01:27 sean-k-mooney sure im just going to make coffee anyway
10:01:47 sean-k-mooney want me to wait untill you review all tree
10:01:57 sean-k-mooney then ill adress all your comments
10:02:36 openstackgerrit Balazs Gibizer proposed openstack/nova master: Allow resizing server with port resource request https://review.opendev.org/679019
10:11:30 stephenfin sean-k-mooney: done
10:12:48 sean-k-mooney thanks just looking at the scond one now
10:16:29 openstackgerrit Stephen Finucane proposed openstack/nova master: Add reshaper for PCPU https://review.opendev.org/674895
10:22:35 bauzas stephenfin: wow, chilling ^
10:23:33 sean-k-mooney bauzas: is that like something taht is almost cool
10:23:54 bauzas I should wear a t-shirt saying "I love reshapes"
10:24:16 sean-k-mooney if you did we would make you write all of them
10:24:33 bauzas \o/
10:24:37 bauzas anyway, lunch now
10:45:49 openstackgerrit Luyao Zhong proposed openstack/nova master: Claim resources in resource tracker https://review.opendev.org/678452
10:45:50 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Enable driver configuring PMEM namespaces https://review.opendev.org/678453
10:45:50 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: report VPMEM resources by provider tree https://review.opendev.org/678454
10:45:51 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Support VM creation with vpmems and vpmems cleanup https://review.opendev.org/678455
10:45:51 openstackgerrit Luyao Zhong proposed openstack/nova master: Parse vpmem related flavor extra spec https://review.opendev.org/678456
10:45:52 openstackgerrit Luyao Zhong proposed openstack/nova master: Add functional tests for virtual persistent memory https://review.opendev.org/678470
11:03:12 openstackgerrit Luyao Zhong proposed openstack/nova master: Add functional tests for virtual persistent memory https://review.opendev.org/678470
11:22:53 sean-k-mooney stephenfin: i hope that answers your question. https://review.opendev.org/#/c/665775/14/nova/scheduler/request_filter.py@176 im going to start reworkign the patches now but your comments make sense
11:28:46 openstackgerrit Brin Zhang proposed openstack/nova master: Add user_id and project_id colume to Migration https://review.opendev.org/673990
11:51:40 aspiers kashyap: I'm getting a parse error on your last sentence :)
12:06:41 aspiers kashyap: but what I don't understand is why a list of OS bootloader features would be subdivided into two sections called 'type' and 'readonly'
12:07:06 aspiers 'type' makes no sense as a category
12:20:16 kashyap aspiers: Err, sorry for the garbled sentence; I meant, why doesn't os.loader.features with type|readonly make sense.
12:20:51 kashyap aspiers: Okay, you don't think 'type' makes sense as as category...
12:24:59 kashyap aspiers: Anyway, I'll think a bit more on what I can do there.
12:26:28 aspiers kashyap: 'type' makes as much sense as a category as 'category' does
12:26:56 aspiers i.e. none

Earlier   Later