| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2020-06-11 | |||
| 20:41:54 | openstackgerrit | Dan Smith proposed openstack/nova stable/ussuri: DNM: Testing a thing https://review.opendev.org/735241 | |
| 21:48:56 | openstack | bug 1550919 in OpenStack Compute (nova) train "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,In progress] https://launchpad.net/bugs/1550919 - Assigned to Lee Yarwood (lyarwood) | |
| 21:48:56 | openstackgerrit | Merged openstack/nova stable/train: Add functional test for bug 1550919 https://review.opendev.org/731272 | |
| 22:19:29 | openstackgerrit | Dan Smith proposed openstack/nova master: Check cherry-pick hashes in pep8 tox target https://review.opendev.org/735205 | |
| 22:19:49 | openstackgerrit | Dan Smith proposed openstack/nova stable/ussuri: Check cherry-pick hashes in pep8 tox target https://review.opendev.org/735208 | |
| 22:19:55 | dansmith | elod: gmann: ^ I'm out tomorrow FYI | |
| 23:33:58 | openstackgerrit | Merged openstack/nova stable/train: libvirt: Don't delete disks on shared storage during evacuate https://review.opendev.org/731273 | |
| #openstack-nova - 2020-06-12 | |||
| 01:48:36 | openstackgerrit | sunhao proposed openstack/nova master: Add checks for volume status when rebuilding https://review.opendev.org/734734 | |
| 03:22:35 | openstackgerrit | Ghanshyam Mann proposed openstack/nova master: Workaround for pdf-docs build failing with sphinx 3.1.0 https://review.opendev.org/735279 | |
| 03:31:04 | gmann | melwitt: stephenfin gibi dansmith ^^ this is workaround on gate fix for pdf-docs build failing. We are hitting the TeX memory issue here due to our large sample files. | |
| 03:32:03 | gmann | i am not sure how to fix that as sample files is too large to include. It started failing with new Sphinx 3.1.0 which is also mystery as i cannot find any related change in that. | |
| 03:35:57 | gmann | workaround passing on gate. I am going away as my memory also exhausted :) on this pdf debugging where no relevant log on failure. | |
| 03:36:38 | gmann | can we make pdf build as non-failing ? | |
| 03:48:09 | ikla | when using sriov neutron ports can I name them a specific interface name when booting it to linux? like 10eth01 and 20eth01 | |
| 07:34:16 | openstackgerrit | Alexandre Arents proposed openstack/nova master: Snapshot: offload glance upload in a native thread https://review.opendev.org/734776 | |
| 11:21:58 | zigo | env=OS_NOVA_DISABLE_EVENTLET_PATCHING=yes | |
| 11:21:58 | zigo | Hi there ! I am wondering, would it be safe to run nova-api with: | |
| 11:22:12 | zigo | We're running with uwsgi, so not under eventlet... | |
| 11:27:54 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Workaround for pdf-docs build failing with sphinx 3.1.0 https://review.opendev.org/735279 | |
| 11:45:14 | gibi | gmann: updated ^^ | |
| 12:37:00 | gmann | gibi: thanks. checking. | |
| 12:43:36 | gmann | gibi: found the real issue on this. we are expanding the sample policy file in two places and that is why two times giant policy file inclusion end up excaussting memory - 1. https://github.com/openstack/nova/blob/a9e0b0573da65074db686ceb0c5cc000ec7110f1/doc/source/configuration/sample-policy.rst 2. https://github.com/openstack/nova/blob/master/doc/source/admin/configuration/samples/policy.yaml.rst | |
| 12:43:57 | gmann | we should ref the second one to first location and then it solve the memory issue. | |
| 12:44:16 | gmann | i thought it was just one place and still eating up all memory. | |
| 12:47:12 | gmann | and pdf doc also should be fine as it can refer the another section in same pdf doc. | |
| 12:55:34 | gibi | gmann: cool. feel free to propose the real solution | |
| 12:56:07 | gmann | i am testing on pdf doc also so that we do not endup web link there and then i will update | |
| 12:59:16 | gibi | yeah, I saw that many of our pdf links are weblinks. But I think this is a generic problem | |
| 13:13:55 | lvdombrkr | Hello guys. changing root password with nova set-password and nova get-password is deprecated now? | |
| 13:14:03 | gmann | gibi: you mean external links right not nova doc link right? | |
| 13:19:34 | gmann | lvdombrkr: no, its not deprecated. | |
| 13:20:01 | gmann | any warning you are getting for deprecation ? | |
| 13:23:33 | lvdombrkr | gmann: no no i heard somewhere that its depricated. can i pass by this metod password to instance during booting? | |
| 13:25:28 | gmann | lvdombrkr: yeah you can pass with adminPass field | |
| 13:26:00 | gmann | --admin-pass for CLI | |
| 13:26:57 | lvdombrkr | gmann: and then this pass will be stored on metadata as plaintext? | |
| 13:32:09 | gibi | gmann: looked deeper, most of the nova doc links are local in the pdf but some (e.g. on page 125) are web links even if it could be a pdf local link | |
| 13:33:02 | zigo | gibi: gmann: Do you know the answer about OS_NOVA_DISABLE_EVENTLET_PATCHING=yes? Is it fine to run nova-api with it? If so, I'll hard-wire it in the nova package in Debian, as it looked working better for us. I really would love to get upstream opinion here... | |
| 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 | should be set? | |
| 13:54:36 | lvdombrkr | gmann: to pass password by --admin-pass in nova.conf inject_password=true | |
| 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? :) | |