| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2020-06-12 | |||
| 13:33:38 | zigo | I don't know the code well enough to tell what this implies. | |
| 13:35:27 | gibi | zigo: based on the code comment in https://github.com/openstack/nova/blob/a9e0b0573da65074db686ceb0c5cc000ec7110f1/nova/monkey_patch.py#L95 I don't think it is intended the services | |
| 13:36:08 | zigo | Right. | |
| 13:36:55 | zigo | That's kind of what I thought, though my colleague insisted... | |
| 13:37:45 | gibi | zigo: also I think the nova-api service uses eventlet for parallel querying multiple cells | |
| 13:40:59 | lvdombrkr | gmann : openstack server create: error: unrecognized arguments: --admin-pass | |
| 13:43:42 | gmann | lvdombrkr: you are using osc or novaclient? for nova client --admin-pass works but i cannot see that in osc which might be missing and not up to date | |
| 13:43:57 | gmann | and password in get is always encrypted not plaintext. | |
| 13:45:51 | gmann | and clear password does not actually clear the server password but only remove it from metadata | |
| 13:47:48 | gmann | gibi: i cannot see page 125 with link? or you mean some other page? | |
| 13:48:38 | lvdombrkr | gmann: i need to remove ir from metadata by myself? | |
| 13:49:02 | gmann | I mean if you want then there is API for that. | |
| 13:49:17 | gmann | otherwise in metadata it is in encrypted form. | |
| 13:50:24 | gibi | gmann: https://ibb.co/ftWttM2 | |
| 13:51:34 | gmann | gibi: ohk, that is 114 in this - https://docs.openstack.org//nova/latest/doc-nova.pdf | |
| 13:51:57 | gmann | yeah those should be fixed. I will do it but later | |
| 13:52:10 | gibi | gmann: yeah this is from the pdf workaround patch so I guess the difference in numbering is due to the remove policy sample | |
| 13:52:18 | gibi | gmann: sure, no rush fixing these | |
| 13:52:19 | gmann | i see | |
| 13:54:36 | lvdombrkr | gmann: to pass password by --admin-pass in nova.conf inject_password=true | |
| 13:54:36 | lvdombrkr | should be set? | |
| 13:54:44 | lvdombrkr | or its not related? | |
| 13:54:54 | lvdombrkr | and are two saparete ways | |
| 13:56:15 | gibi | lvdombrkr: did you tried the nova CLI I'm not sure openstack CLI has the --admin-pass flag implemented | |
| 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 | |