Earlier  
Posted Nick Remark
#openstack-nova - 2020-06-12
18:54:25 mriedem *filters
18:55:36 mnaser o/ i have a customer who's have a requirement of quota's based on flavors. they want to contribute it upstream and they have developers who want to implement it. who's playing a lot with quota these days? :)
19:24:01 gmann mnaser: quotas are going to be restructured with unified limits - https://review.opendev.org/#/c/732173/
19:29:42 gmann basically to make 'instances', 'cores', 'ram' moving to unified limit (driven by APIs) and rest all quotas to config-driven only (no project/user based support and no API support too for those).
20:43:18 mnaser gmann: so in that case, this users use-case is pretty much not possible/unsupported
20:43:24 mnaser they have to implement their own api layer?
21:01:19 mriedem mnaser: chat with johnthetubaguy at some point; rackspace had flavor classes (i'm pretty sure) and he's been working on the unified limits quota stuff so i'm sure he has ideas on how to do that
21:01:32 mriedem i know he's chimed in in the past on the flavor qoutas discussions
21:02:09 mnaser mriedem: nice to hear from you :)
21:02:13 mnaser yeah, perhaps there's something there
21:04:26 mriedem btw, out of curiosity, have you moved over to getting quota from placement?
21:06:37 mnaser mriedem: count_usage_from_placement ? no i haven't flipped that switch
21:06:43 mnaser i remember recently playing with something quota related tho
21:07:08 mriedem some performance bug right?
21:07:22 mnaser i think so, yeah. gerrit's down now
21:07:53 mnaser mriedem: https://github.com/openstack/nova/commit/ab16946885e68ccdef7222a71cc0ad6f92b10de7 yeah this
21:08:00 mnaser the workaround could have been to switch to placement but eh
#openstack-nova - 2020-06-13
04:11:09 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove hacking rules for python 2/3 compatibility https://review.opendev.org/733987
04:11:27 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.PY2 and six.PY3 https://review.opendev.org/726512
04:11:43 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.add_metaclass https://review.opendev.org/726565
04:11:56 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.reraise https://review.opendev.org/726898
04:25:56 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.moves https://review.opendev.org/727224
04:26:22 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.iteritems/itervalues/iterkeys https://review.opendev.org/727757
04:26:38 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.byte2int/int2byte https://review.opendev.org/727777
04:26:49 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/728094
04:37:04 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/728109
04:37:24 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/728117
07:01:32 openstackgerrit sunhao proposed openstack/nova master: Add checks for volume status when rebuilding https://review.opendev.org/734734
07:08:11 ikla when using sriov neutron ports can I name them a specific interface name when booting instance it to linux? like 10eth01 and 20eth01
07:27:33 openstackgerrit sunhao proposed openstack/nova master: Add checks for volume status when rebuilding https://review.opendev.org/734734
10:14:27 openstackgerrit sunhao proposed openstack/nova stable/train: Fixed a bug: confusing error message https://review.opendev.org/735422
14:16:52 openstackgerrit Andreas Jaeger proposed openstack/nova master: Update interop repo link https://review.opendev.org/735427
#openstack-nova - 2020-06-15
01:50:07 gmann mnaser: yeah as mriedem mentioned, we can wait for johnthetubaguy PoV on that and if it can fit in unified limit or not.
08:25:49 openstackgerrit Tony Su proposed openstack/nova master: Provider Config File: YAML file loading and schema validation https://review.opendev.org/673341
08:30:52 openstackgerrit Tony Su proposed openstack/nova master: Provider Config File: YAML file loading and schema validation https://review.opendev.org/673341
09:42:29 openstackgerrit sunhao proposed openstack/nova master: Add checks for volume status when rebuilding https://review.opendev.org/734734
09:47:41 ignaziocassano1 Hello All, anyone know why attached volume migration to ceph rbd does not work ? Nova returns: Failed to swap volume
12:05:01 openstackgerrit Balazs Gibizer proposed openstack/nova master: Remove compute service level check for qos ops https://review.opendev.org/735570
12:10:52 openstackgerrit Pavlo Shchelokovskyy proposed openstack/nova master: Raise 409 when removing security group from instance https://review.opendev.org/735572
12:12:41 openstackgerrit Pavlo Shchelokovskyy proposed openstack/nova master: Raise 409 when removing security group from instance https://review.opendev.org/735572
12:32:23 openstackgerrit sunhao proposed openstack/nova master: Add checks for volume status when rebuilding https://review.opendev.org/734734
13:17:13 openstackgerrit sunhao proposed openstack/nova master: Add checks for volume status when rebuilding https://review.opendev.org/734734
13:50:36 openstackgerrit Merged openstack/nova master: Fix pdf-docs build failing for TeX over capacity https://review.opendev.org/735279
14:14:07 lvdombrkr hello guys. trying to inject passwoword with --admin-pass but without any successs. hw_qemu_guest_agent='True' in images enabled. in nova logs no errors. more information : http://paste.openstack.org/raw/794771/
14:14:11 lvdombrkr any ideaS?
14:33:11 openstackgerrit Dan Smith proposed openstack/nova master: Plumb image import functionality through our glance module https://review.opendev.org/731550
14:33:11 openstackgerrit Dan Smith proposed openstack/nova master: Make libvirt able to trigger a backend image copy when needed https://review.opendev.org/656998
15:00:18 openstackgerrit Dan Smith proposed openstack/nova master: Make libvirt able to trigger a backend image copy when needed https://review.opendev.org/656998
15:27:38 openstackgerrit Pavlo Shchelokovskyy proposed openstack/nova master: Raise 409 when removing security group from instance https://review.opendev.org/735572
15:41:14 melwitt mnaser: re: quotas (I was out friday), yes definitely talk to johnthetubaguy but also fyi the unified limits patch series he's working on will provide quota by placement resource class, so if your customer needs quota by flavor where flavor == ironic flavor, then they would get what they want via quota by placement custom resource class
15:48:31 openstackgerrit Jiri Suchomel proposed openstack/nova master: Remove deprecated nova.image.download hook https://review.opendev.org/725338
15:48:31 openstackgerrit Jiri Suchomel proposed openstack/nova master: Add ability to download Glance images into the libvirt image cache via RBD https://review.opendev.org/574301
15:59:15 melwitt lvdombrkr: did you install the qemu-guest-agent package inside the guest? that's the only thing I can think that would prevent it from working
16:02:44 lvdombrkr melwitt: i activated gemu agent in image with : hw_qemu_guest_agent='True'
16:03:09 lvdombrkr melwitt: i need to install something maunally?
16:04:38 melwitt lvdombrkr: right, you also need to have the package for the guest agent installed inside the guest, i.e. yum install qemu-guest-agent if you don't already have it. that is what I've had to do in the past to use admin password. also looking at step 4 here https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/chap-qemu_guest_agent (I haven't had to do any of the
16:04:39 melwitt other steps before, just install the package)
16:06:19 lvdombrkr melwitt: so this steps should be provided to each VM? i mean there is no any automation for this
16:07:57 melwitt lvdombrkr: right, unless you deploy a cloud image that contains the package already, for example. AFAIK anyway, I'm not an expert on this. you may also be able to add it via a script that you pass as userdata to cloud-init to install extra packages you need, that might be a way of automating an install if it's not baked into the image
16:09:13 melwitt but for the sake of sanity testing, I would install it manually once and see if your password setting works, then next figure out how you want to automate
16:09:39 melwitt just to verify there aren't any additional problems first
16:14:45 lvdombrkr melwitt: ok i seee
16:14:50 lvdombrkr thanj you for assist
16:15:00 lvdombrkr will try to figure out
16:15:56 melwitt ok cool. lmk if it doesn't work after installing the package
16:21:07 lvdombrkr melwitt: sure thanks
17:20:25 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove hacking rules for python 2/3 compatibility https://review.opendev.org/733987
17:20:41 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.PY2 and six.PY3 https://review.opendev.org/726512
17:21:07 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.add_metaclass https://review.opendev.org/726565
17:21:28 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.reraise https://review.opendev.org/726898
17:21:51 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.moves https://review.opendev.org/727224
17:22:32 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.iteritems/itervalues/iterkeys https://review.opendev.org/727757
17:22:56 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.byte2int/int2byte https://review.opendev.org/727777
17:23:23 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/728094
17:23:54 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/728109
17:24:40 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/728117
18:05:02 dansmith elod: so are you good with this final version? https://review.opendev.org/#/c/735205
18:11:05 elod dansmith: oh, just reviewed it and I've found one issue
18:11:42 elod but otherwise it will be ok :)
18:12:19 elod I've tested some cases locally and looks fine
18:14:34 dansmith ack
18:15:31 openstackgerrit Dan Smith proposed openstack/nova master: Check cherry-pick hashes in pep8 tox target https://review.opendev.org/735205
18:15:34 dansmith elod: ^
18:17:14 elod dansmith: +1, thanks :)
18:17:21 dansmith elod: cool thanks
18:17:23 dansmith gmann: ^
18:17:49 gmann dansmith: ack, will review after lunch.
18:18:02 dansmith gmann: thanks, I'll update the backport after that
18:18:18 gmann ok
18:58:52 prometheanfire for ephemeral disks, 2 questions, are they live migrated and can you use a diferent backing store than the default (in my case, a diferent lvm vg)?
19:10:56 melwitt dansmith: fyi I'll also review after gmann
19:36:12 openstackgerrit Ghanshyam Mann proposed openstack/nova stable/ussuri: DNM: Testing a thing https://review.opendev.org/735241
19:42:05 dansmith melwitt: thjanks
20:07:46 openstackgerrit Merged openstack/nova stable/stein: Add functional test for bug 1550919 https://review.opendev.org/732695
20:07:46 openstack bug 1550919 in OpenStack Compute (nova) stein "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,In progress] https://launchpad.net/bugs/1550919 - Assigned to Lee Yarwood (lyarwood)
21:33:11 gmann dansmith: melwitt +2, lgtm.
21:34:09 gmann stable-only tag testing result also good (will be uploaded by zuul soon)
21:44:18 dansmith gmann_afk: thanks
22:32:34 openstackgerrit Merged openstack/nova master: Check cherry-pick hashes in pep8 tox target https://review.opendev.org/735205
23:52:22 oyrogerg Hey I thought I'd report back: We've successfully upgraded Nova mons from Rocky to Train-with-Placement. Flawless upgrade it seems.

Earlier   Later