| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2020-06-12 | |||
| 13:56:38 | gmann | yeah osc does not have | |
| 13:58:34 | gibi | lvdombrkr: and I also think you need inject_password=true in the nova.conf on the compute side | |
| 13:58:44 | gibi | maybe even inject_partition = -1 | |
| 13:59:21 | gibi | and also python-guestfs package installed on the compute node | |
| 13:59:46 | lvdombrkr | gibi: inject_password=true inject_partition = -1 not working with python3 thats why im looking other way to inject password | |
| 13:59:49 | frickler | openstack server set --root-password exists, but no get-password seemingly | |
| 14:00:09 | lvdombrkr | gibi : https://review.opendev.org/#/c/733982/ | |
| 14:01:23 | lvdombrkr | frickler: yes yes but still need this patch https://review.opendev.org/#/c/733982/ correct? | |
| 14:01:41 | gmann | humm, and we do not test that? | |
| 14:02:27 | frickler | gmann: doesn't look like it, unit testing is all mocked, no real functional test I've found | |
| 14:02:35 | gibi | lvdombrkr: thanks for the context, I think I was able to reproduce your bug | |
| 14:03:38 | frickler | lvdombrkr: the set-pw seems to try to use QEMU guest agent instead, when I try it I get: QEMU guest agent is not enabled (HTTP 409) | |
| 14:05:15 | lvdombrkr | frickler : good than i need to test it | |
| 14:10:58 | gmann | frickler: lvdombrkr yeah, for kvm or qemu you need to enable the qemu agent | |
| 14:29:28 | lvdombrkr | gmann: i can enable it permanently in nova.conf? | |
| 14:32:41 | gmann | lvdombrkr: not in nova conf but you need to enable it on image. you can set hw_qemu_guest_agent in image meta. | |
| 14:32:58 | gmann | and image you booting the instance from | |
| 14:35:56 | lvdombrkr | gmann: so on both on image and on image meta? | |
| 14:38:13 | gmann | lvdombrkr: sorry i mean set hw_qemu_guest_agent=True in image meta | |
| 14:39:04 | lvdombrkr | gmann: good, thanks | |
| 14:54:29 | openstackgerrit | Ghanshyam Mann proposed openstack/nova master: Fix pdf-docs build failing for TeX over capacity https://review.opendev.org/735279 | |
| 14:56:02 | gmann | gibi: ^^ updated, it is now correctly skipped for pdf and added for html version | |
| 14:56:22 | gibi | gmann: looking in a minute | |
| 14:56:54 | gmann | gibi: thanks, it will have gate result also meantime. tested locally and its all fine. | |
| 15:15:37 | gibi | gmann: shouldn't be a policy link in here? https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_939/735279/3/check/openstack-tox-docs/939d61f/docs/admin/configuration/samples/ | |
| 15:16:53 | gibi | we have it here https://docs.openstack.org/nova/latest/admin/configuration/samples/ | |
| 15:16:56 | gmann | gibi: checking.. it should be complete file | |
| 15:24:29 | gibi | gmann: I'm singing off for the weekend see you next week | |
| 15:27:10 | gmann | gibi: it will be in html version, this is not html version - https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_939/735279/3/check/openstack-tox-docs/939d61f/docs/admin/configuration/samples/ | |
| 15:27:50 | gmann | it shows locally. | |
| 15:34:49 | openstackgerrit | Ghanshyam Mann proposed openstack/nova master: Fix pdf-docs build failing for TeX over capacity https://review.opendev.org/735279 | |
| 15:47:56 | gmann | gibi: ^^ fixed, its there now - https://bbd364adb9ecffa2cba8-64c11a180f7c97233fe37e0ff9660661.ssl.cf1.rackcdn.com/735279/4/check/openstack-tox-docs/8ea1225/docs/admin/configuration/samples/index.html | |
| 15:48:12 | gmann | have a good weekend. ttyl | |
| 16:03:12 | lbotell | Hello: Does anyone know how to set a compute node to host ONLY specific flavors? | |
| 16:03:26 | lbotell | (I am using Train release) | |
| 18:54:21 | mriedem | lbotell: there are some filter that you can configure for that https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html | |
| 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 | |