Earlier  
Posted Nick Remark
#openstack-nova - 2020-06-02
13:25:37 johnthetubaguy ... I should say the filter doesn't involve your name, its not a personal thing :)
13:26:24 johnthetubaguy stephenfin: I am torn on the abandon thing, because I agree that mess needs cleaning up (I think unified limits does that quite a bit, FWIW)
13:26:47 stephenfin heh :)
13:27:04 stephenfin hmm, perhaps you could incorporate them into your series, if you've bandwidth?
13:27:25 johnthetubaguy it could be a good follow on
13:27:54 stephenfin okay, so get unified limits in and _then_ look at this again?
13:28:33 stephenfin (for reference, the reason I even spotted these is that I'm trying to merge the long tail of really-old-but-likely-still-valid patches we have)
13:29:59 openstackgerrit Kevin Zhao proposed openstack/nova master: [WIP] CI: add tempest-integrated-compute-aarch64 job https://review.opendev.org/714439
14:20:46 josephillips hi im having a issue with nova when i perform a resize nova try to perform a request to a old url of placement
14:21:01 josephillips even all the endpoint are correctly
14:21:42 openstack Launchpad bug 1881704 in OpenStack Compute (nova) "Resize don't work on Train when placement is in another Address" [Undecided,New]
14:21:42 josephillips https://bugs.launchpad.net/nova/+bug/1881704
14:28:34 openstackgerrit Merged openstack/nova master: docs: Remove subtitles, metadata from man pages https://review.opendev.org/729916
14:39:48 rouk hmph, did the block-device-mapping metadata api break in train? for some reason volumes dont show up, but the root disk does.
14:40:26 sean-k-mooney not that im aware of
14:41:02 sean-k-mooney rouk: are you refering to the device role tagging metadata or just volume metadata in general
14:41:05 rouk any debugging steps i can follow? i have a stein and a train cluster, i add a volume in stein, shows up, add a volume in train, no dice.
14:41:50 rouk sean-k-mooney: latest/meta-data/block-device-mapping/ doesnt get volumes, but does show root disk, basically.
14:42:24 rouk code looks simple in nova/api/metadata/base.py... not sure how it could break unless instance.mappings is changed in stein?
14:43:02 openstackgerrit Merged openstack/nova master: hacking: Modify checks for translated logs https://review.opendev.org/728967
14:43:09 openstackgerrit Merged openstack/nova master: Add py38 package metadata https://review.opendev.org/724990
14:43:48 openstackgerrit Lee Yarwood proposed openstack/nova stable/stein: libvirt: Don't delete disks on shared storage during evacuate https://review.opendev.org/732696
14:43:48 openstack bug 1550919 in OpenStack Compute (nova) "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,Fix released] https://launchpad.net/bugs/1550919 - Assigned to Lee Yarwood (lyarwood)
14:43:48 openstackgerrit Lee Yarwood proposed openstack/nova stable/stein: Add functional test for bug 1550919 https://review.opendev.org/732695
14:45:53 rouk sean-k-mooney: sorry, changed in train, the metadata api code looks unchanged... so itd have to be a change of mappings format? any ideas?
14:46:10 sean-k-mooney rouk: are you using trusted_vfs by any chance
14:46:29 sean-k-mooney actully never mind
14:46:36 rouk im going to say... no? never heard of it.
14:46:51 sean-k-mooney i was debating if the addtion of a continue would affect it but it will not
14:47:22 sean-k-mooney rouk: its an sriov related feature i was just looking at git blame
14:47:57 rouk ive traced as far as https://github.com/openstack/nova/blob/master/nova/api/metadata/base.py#L284 so far
14:48:07 rouk which looks unchanged
14:49:14 sean-k-mooney right so from a debuging point of view we are expecting it to get too https://github.com/openstack/nova/blob/d9cd0e1f1ca1175a538d25149deb804bde493079/nova/api/metadata/base.py#L417-L423
14:49:44 sean-k-mooney i assume you are not seeing
14:49:46 sean-k-mooney LOG.debug('Metadata for device of unknown type %s has not '
14:49:48 sean-k-mooney 'been included in the '
14:49:50 sean-k-mooney 'output', device.__class__.__name__)
14:50:26 rouk i havnt flipped the debug level yet
14:50:54 rouk let me get the cluster nova-api flipped to debug
14:52:01 sean-k-mooney cool lets see if its hiting either the "Metadata for device of unknown" path or the "'Metadata for device with unknown bus" log messages
14:53:45 rouk hmm, just getting using cached metadata, any sure fire flush for it?
14:54:55 rouk in the metadata i only get ami and root entries, which point to sda, even though ive added sdb and sdc
15:03:19 rouk no debug messages about unknown types when i see a full query go though
15:05:41 rouk are you sure this device metadata appears in the api under block-device-mapping?
15:07:19 rouk get_ec2_metadata never seems to call that block
15:09:42 rouk "devices" in meta_data.json in both openstack versions in my tests are empty, this code seems unused for this?
15:11:15 josephillips question when i perform a resize who is resposable of
15:11:23 josephillips get the url of placement
15:11:32 josephillips nova scheduler or nova-compute?
15:11:33 josephillips ?
15:12:00 openstackgerrit Lee Yarwood proposed openstack/nova stable/rocky: libvirt: Don't delete disks on shared storage during evacuate https://review.opendev.org/732708
15:12:00 openstack bug 1550919 in OpenStack Compute (nova) "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,Fix released] https://launchpad.net/bugs/1550919 - Assigned to Lee Yarwood (lyarwood)
15:12:00 openstackgerrit Lee Yarwood proposed openstack/nova stable/rocky: Add functional test for bug 1550919 https://review.opendev.org/732707
15:27:00 rouk sean-k-mooney: the rows are in the db correctly... and the code looks like it should be showing them, unless its filtering somehow.
15:28:08 openstackgerrit Lee Yarwood proposed openstack/nova stable/queens: libvirt: Don't delete disks on shared storage during evacuate https://review.opendev.org/732717
15:28:08 openstackgerrit Lee Yarwood proposed openstack/nova stable/queens: libvirt: Fix misleading debug msg "Instance is running" https://review.opendev.org/732716
15:28:08 openstack bug 1550919 in OpenStack Compute (nova) "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,Fix released] https://launchpad.net/bugs/1550919 - Assigned to Lee Yarwood (lyarwood)
15:28:08 openstackgerrit Lee Yarwood proposed openstack/nova stable/queens: Add functional test for bug 1550919 https://review.opendev.org/732715
15:29:50 openstack bug 1869050 in OpenStack Compute (nova) queens "migration of anti-affinity server fails due to stale scheduler instance info" [Low,In progress] https://launchpad.net/bugs/1869050 - Assigned to Balazs Gibizer (balazs-gibizer)
15:29:50 openstackgerrit Balazs Gibizer proposed openstack/nova stable/queens: Reproduce bug 1869050 https://review.opendev.org/731563
15:31:04 openstackgerrit Balazs Gibizer proposed openstack/nova stable/queens: Update scheduler instance info at confirm resize https://review.opendev.org/731564
15:47:15 bauzas gibi: fwiw, I'm working on the routed-networks spec, hopefully be done by tomorrow so we could discuss it before the x-project PTG session with neutron
15:48:03 gibi bauzas: cool. thanks for the headsup
15:55:25 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Remove MIN_*_INTERFACE_MTU, MIN_*_TX_QUEUE_SIZE https://review.opendev.org/730866
15:55:25 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Remove MIN_LIBVIRT_ETHERNET_SCRIPT_PATH_NONE https://review.opendev.org/730865
15:55:26 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Remove unused host parameters https://review.opendev.org/732725
16:02:10 josephillips any idea of how to solve this
16:02:11 josephillips has allocations against this compute host but is not found in the database.
16:02:50 josephillips the uuid of the vm doens't exist on nova
16:06:10 openstackgerrit Merged openstack/nova master: Remove unused object_compat decorator https://review.opendev.org/729924
16:06:16 openstackgerrit Merged openstack/nova master: Remove inject_file from compute manager and virt driver https://review.opendev.org/729934
16:07:34 openstackgerrit Stephen Finucane proposed openstack/nova master: Use compression by default for 'SshDriver' https://review.opendev.org/684393
18:31:48 openstackgerrit Hervé Beraud proposed openstack/nova-specs master: Stop to use the __future__ module. https://review.opendev.org/732879
18:31:48 openstackgerrit Hervé Beraud proposed openstack/nova-specs master: Stop to use the __future__ module. https://review.opendev.org/732879
19:50:35 rouk sean-k-mooney: been tracing the bug, when i run a compile of the _block_device_mapping_get_query query, i get a query which returns 3 results
19:50:51 rouk but then when i .all() the query, as the code does, it returns... 0 result?
#openstack-nova - 2020-06-03
00:05:13 rouk looks like my issue is with kolla mixing up cell0? not sure.
01:52:50 openstackgerrit hulina proposed openstack/nova master: Nova raise exceptions when extending volume fails https://review.opendev.org/680648
01:53:54 openstackgerrit hulina proposed openstack/nova master: Nova raise exceptions when extending volume fails https://review.opendev.org/680648
03:01:11 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.PY2 and six.PY3 https://review.opendev.org/726512
03:01:19 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.add_metaclass https://review.opendev.org/726565
03:01:29 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.reraise https://review.opendev.org/726898
03:09:38 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.moves https://review.opendev.org/727224
03:10:24 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.iteritems/itervalues/iterkeys https://review.opendev.org/727757
03:10:31 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.byte2int/int2byte https://review.opendev.org/727777
03:10:39 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/728094
03:10:50 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/728109
03:11:04 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/728117
06:09:53 bauzas good morning Nova
06:26:05 alex_xu gibi: I and luyao huaqiang test the https://meetpad.opendev.org/oslo-victoria-ptg, it doesn't seems work for us, it is no audio. can we switch to zoom for nova ptg?
08:50:14 ikla can I attached an SR-IOV port to an existing instance?
08:50:19 ikla attach*
08:51:04 ikla AttachSRIOVPortNotSupported_Remote
08:54:00 stephenfin ikla: no, that is not supported currently
08:59:45 frickler lyarwood: not sure if you have seen it, devstack on focal is working fine now with these tests blacklisted https://review.opendev.org/#/c/704831/14/.zuul.yaml
09:00:58 frickler lyarwood: incidentally, one of them is also blacklisted on bionic for devstack-ceph-plugin. I'm going to build a ceph-focal job to verify the others, those did work fine in my local setup
09:01:20 openstack Launchpad bug 1876330 in devstack-plugin-ceph "Rescue BFV instances not working with ceph backend, Tempest new test failing" [Undecided,New] - Assigned to Lee Yarwood (lyarwood)
09:01:20 frickler c.f. https://bugs.launchpad.net/devstack-plugin-ceph/+bug/1876330
09:06:33 stephenfin frickler: lyarwood is on PTO for the next month (new baby)
09:06:53 stephenfin just FYI

Earlier   Later