| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2020-12-04 | |||
| 09:22:16 | bauzas | and after 2 seconds, cycling over it | |
| 09:22:32 | bauzas | i had this after upgrading to F33 | |
| 09:22:41 | bauzas | so maybe this is a kernel issue indeed | |
| 09:22:54 | bauzas | (T470s here) | |
| 09:23:20 | bauzas | (and kernel 5.9.x indeed) | |
| 09:26:05 | bauzas | haha, dmesg is telling me something ! | |
| 09:36:20 | kashyap | bauzas: I'm also still on T470s, with F33 | |
| 09:36:41 | bauzas | looks like the new kernel introduced a few race conditions | |
| 09:37:02 | bauzas | [ 1137.076863] [drm:drm_dp_mst_dpcd_read [drm_kms_helper]] *ERROR* mstb 00000000a9d93826 port 3: DPCD read on addr 0x4b0 for 1 bytes NAKed | |
| 09:37:32 | kashyap | bauzas: What I notice is ... sometimes my 'mutt' window gets pixelated, I have to refresh (by doing Alt-F10 twice) to re-render it cleanly | |
| 09:38:21 | bauzas | I just feel this is related to power saving management | |
| 09:38:34 | bauzas | that's... annoying at most | |
| 09:39:12 | gibi | :/ | |
| 09:39:23 | bauzas | I found a BZ but with closed/worksforme :( | |
| 09:39:31 | bauzas | https://bugzilla.redhat.com/show_bug.cgi?id=1874782 | |
| 09:39:32 | openstack | bugzilla.redhat.com bug 1874782 in kernel "Fails to resume external monitor" [High,Closed: worksforme] - Assigned to kernel-maint | |
| 09:40:14 | bauzas | anyway, moving on | |
| 11:37:47 | sean-k-mooney | bauzas: actully not really i was helping emma drop her car to the garage and i need to driver her back later so im here today but i need to step away form the keyboard once or twice during the day | |
| 11:38:52 | sean-k-mooney | bauzas: gibi but ya there is nothing urgent in os-vif | |
| 11:40:52 | sean-k-mooney | so a realse is fine but its also not technically needed | |
| 11:41:44 | sean-k-mooney | os-vif is release-model: cycle-with-intermediary | |
| 11:42:11 | sean-k-mooney | that does not need a release at every milestone but it also does not hurt | |
| 11:42:38 | sean-k-mooney | i have been thinking of moving it to release-model: independent recently | |
| 11:43:17 | sean-k-mooney | cycle-with-intermediary allow us to do release when ever we want to anyway it just require at least one intermediary before the final release | |
| 11:52:12 | gibi | sean-k-mooney: ack. | |
| 11:53:47 | sean-k-mooney | oslo recently moved many of there libs to independent https://github.com/openstack/releases/blob/3409c68da0d1ea03296d62f4afd08f93d95097bc/doc/source/reference/release_models.rst#openstack-related-libraries | |
| 11:54:01 | gibi | sean-k-mooney: here Herve says that libs needs a release per milestone http://lists.openstack.org/pipermail/openstack-discuss/2020-November/019080.html | |
| 11:54:26 | sean-k-mooney | that not documented and i have condened that is an incorrect interpertation | |
| 11:55:04 | sean-k-mooney | https://github.com/openstack/releases/blob/3409c68da0d1ea03296d62f4afd08f93d95097bc/doc/source/reference/release_models.rst#cycle-with-intermediary | |
| 11:55:11 | sean-k-mooney | is offially what the requirements are | |
| 11:58:09 | sean-k-mooney | its no like the relases are that much work anyway so it does not bother me to relase a little more often but we really have only have had one usefully fix since 2.2 https://github.com/openstack/os-vif/compare/2.2.0...2.3.0 | |
| 11:58:21 | sean-k-mooney | which is https://github.com/openstack/os-vif/commit/b37de19c58c877f5174d76d0a4ba5ab519f464e8 | |
| 11:59:24 | gibi | OK | |
| 13:34:46 | Dan6697 | Hi, Could someone tell me where to find the specifications for development? By specification I mean the high-level rules/requirements about how the system should behave | |
| 13:35:17 | bauzas | Dan6697: sorry, what do you mean about the Nova behaviour ? | |
| 13:35:39 | bauzas | for being a contributor ? | |
| 13:35:55 | Dan6697 | Like what's the correct behavior when it interact with other components such as keystone | |
| 13:36:34 | sean-k-mooney | there isnt a highlevel documetn for the interservice interaction | |
| 13:36:58 | sean-k-mooney | in most porjects we require spec to descibe api behavior when feature are being developed | |
| 13:37:24 | Dan6697 | I know there's spec but that seems to be like a proposal | |
| 13:37:27 | sean-k-mooney | those behviors in theory then get documented in the api ref for each service | |
| 13:38:03 | sean-k-mooney | Dan6697: yes spcs are propsosals for how a feature should function | |
| 13:39:14 | Dan6697 | Do you know 3GPP specification in telecommunication? That's more or less what I want | |
| 13:39:30 | sean-k-mooney | yes we are aware of them and we do not implement them | |
| 13:39:41 | Dan6697 | which defines the procedure of the system at a high level | |
| 13:39:56 | sean-k-mooney | yes that is not sutable for opensocue developemtn | |
| 13:40:53 | Dan6697 | I see. So there are only low level documentations and code? | |
| 13:41:22 | sean-k-mooney | there are a larg body of presentaiton and convfrence matial but yes | |
| 13:42:02 | sean-k-mooney | openstack is a distibute system compriese off many indepent sub porject that funciton in an integrated manner | |
| 13:42:14 | Dan6697 | Then how do a new contributor learn the overall procedures/requirements to follow? | |
| 13:42:38 | sean-k-mooney | we have a contiutors guide and each proejct has contiutor docs | |
| 13:42:49 | Dan6697 | Yeah, I also wonder whether there's 3GPP like specification in other components | |
| 13:43:05 | sean-k-mooney | no not really | |
| 13:43:22 | bauzas | Dan6697: I'd say that you should first to understand what are the nova services, like by looking at https://docs.openstack.org/nova/latest/admin/index.html | |
| 13:43:53 | bauzas | what the* are | |
| 13:44:25 | sean-k-mooney | i would have suggested https://docs.openstack.org/nova/latest/contributor/ if you want to know the ways we work | |
| 13:44:35 | sean-k-mooney | thater then what nova provides | |
| 13:44:43 | sean-k-mooney | *rather | |
| 13:45:09 | bauzas | we also have https://docs.openstack.org/nova/latest/contributor/how-to-get-involved.html | |
| 13:45:27 | sean-k-mooney | https://docs.openstack.org/contributors/ is the general guide for all openstack porjects | |
| 13:45:53 | bauzas | in general, people already know what they want to change :) | |
| 13:46:49 | sean-k-mooney | yep so we encurrage them to talk to us on irc or email and get involved that way and we can mentor them or provide guidnece on how to change the thing they want | |
| 13:54:48 | Dan6697 | I see, thanks | |
| 14:18:32 | bauzas | mmmm, how can I just resolve a gerrit comment without any reply ? | |
| 14:32:08 | gibi | I just ignore them | |
| 15:31:06 | openstackgerrit | Artom Lifshitz proposed openstack/nova-specs master: [WIP] PCI Socket Affnity https://review.opendev.org/c/openstack/nova-specs/+/765551 | |
| 15:58:38 | openstackgerrit | Alexandre arents proposed openstack/nova master: WIP libvirt: Make cross cell resize spawn from snapshot image https://review.opendev.org/c/openstack/nova/+/765561 | |
| 16:00:14 | openstack | Launchpad bug 1906428 in OpenStack Compute (nova) "test_cold_migrate_unshelved_instance failing with cat: can't open '/mnt/timestamp': No such file or directory" [Critical,In progress] | |
| 16:00:14 | aarents | gibi: lyarwood I gave a try to fix https://bugs.launchpad.net/nova/+bug/1906428 ^^ | |
| 16:00:42 | aarents | need more work on unit test but idea is here | |
| 16:09:48 | artom | aarents, sorry, I'm just imagining a cat pulling a wire and causing the test to fail | |
| 16:12:01 | aarents | :) | |
| 17:05:22 | sean-k-mooney | aarents: i feel like we fixed this before | |
| 17:25:14 | dcapone2004 | sean-k-mooney: I filed that blueprint, I don't know how I did, https://blueprints.launchpad.net/nova/+spec/add-support-for-hyperv-in-windows-instances-on-kvm | |
| 17:43:20 | dcapone2004 | I was also thinking of making an attempt to work on a patch.... can you point me in the correct direction as to where image properties are defined to add image properties? | |
| 18:04:24 | melwitt | dcapone2004: have fun :) https://github.com/openstack/nova/blob/master/nova/objects/image_meta.py#L151 also disclaimer: I don't know what any of this is about but that's where the image properties are | |
| 18:05:21 | melwitt | on the glance side they're documented here https://docs.openstack.org/glance/latest/admin/useful-image-properties.html | |
| 18:08:44 | dcapone2004 | thx | |
| 22:38:56 | openstackgerrit | Merged openstack/nova master: nova-multi-cell: Skip test_cold_migrate_unshelved_instance https://review.opendev.org/c/openstack/nova/+/765141 | |
| 23:19:21 | gmann | finally merged and gate is back ^^ | |
| #openstack-nova - 2020-12-05 | |||
| 08:49:48 | openstackgerrit | Adit Sarfaty proposed openstack/nova master: Retry on vmware create_vm when it fails https://review.opendev.org/c/openstack/nova/+/764586 | |
| 08:51:29 | openstackgerrit | Adit Sarfaty proposed openstack/nova master: Retry on vmware create_vm when it fails https://review.opendev.org/c/openstack/nova/+/764586 | |
| 11:36:04 | openstackgerrit | Merged openstack/nova master: virt: Remove 'reset_network' API https://review.opendev.org/c/openstack/nova/+/749315 | |
| 11:38:08 | openstackgerrit | Merged openstack/nova master: virt: Remove 'get_all_bw_counters' API https://review.opendev.org/c/openstack/nova/+/749312 | |
| 13:45:44 | openstackgerrit | Takashi Natsume proposed openstack/nova master: Fix a deprecation warning of 'collections' https://review.opendev.org/c/openstack/nova/+/765646 | |
| 14:11:20 | openstackgerrit | Merged openstack/nova master: pci: Add a '_filter_pools' helper function https://review.opendev.org/c/openstack/nova/+/764375 | |
| 14:28:21 | openstackgerrit | Merged openstack/nova master: pci: Improve docs for '_filter_*' functions https://review.opendev.org/c/openstack/nova/+/764376 | |
| 15:44:56 | openstackgerrit | Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/c/openstack/nova/+/728094 | |
| 15:45:50 | openstackgerrit | Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/c/openstack/nova/+/728109 | |
| 15:47:06 | openstackgerrit | Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/c/openstack/nova/+/728117 | |
| 16:33:45 | openstackgerrit | Merged openstack/nova master: Remove unused bindir config option https://review.opendev.org/c/openstack/nova/+/760331 | |
| 17:01:20 | openstackgerrit | Merged openstack/nova master: libvirt: Skip encryption metadata lookups if secret already exists on host https://review.opendev.org/c/openstack/nova/+/764246 | |
| 17:01:55 | openstackgerrit | Merged openstack/nova master: Update supported transports for iscsi connector https://review.opendev.org/c/openstack/nova/+/524443 | |
| #openstack-nova - 2020-12-06 | |||
| 04:22:53 | openstackgerrit | Brin Zhang proposed openstack/nova master: Replaces tenant_id with project_id from List Servers APIs https://review.opendev.org/c/openstack/nova/+/764292 | |
| 05:03:00 | openstackgerrit | Brin Zhang proposed openstack/nova master: Replace all_tenants with all_projects in List Server APIs https://review.opendev.org/c/openstack/nova/+/765311 | |
| 05:41:01 | openstackgerrit | Merged openstack/nova master: Improve documentation of (unpin|pin)_cpus_with_siblings() https://review.opendev.org/c/openstack/nova/+/740327 | |
| 05:51:43 | openstackgerrit | Merged openstack/nova master: pci: Add logging for filtering https://review.opendev.org/c/openstack/nova/+/764377 | |
| 05:54:20 | openstackgerrit | Merged openstack/nova stable/victoria: zuul: Replace nova-live-migration with zuulv3 jobs https://review.opendev.org/c/openstack/nova/+/764432 | |
| 06:33:48 | openstackgerrit | Brin Zhang proposed openstack/nova master: Replace all_tenants with all_projects in List Server APIs https://review.opendev.org/c/openstack/nova/+/765311 | |
| 09:44:54 | openstackgerrit | Adit Sarfaty proposed openstack/nova master: Retry on vmware create_vm when it fails https://review.opendev.org/c/openstack/nova/+/764586 | |