| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-09-18 | |||
| 22:38:58 | dansmith | but I could lie | |
| 22:39:25 | mriedem | dude, it's already in production in starlingx | |
| 22:39:30 | dansmith | haha | |
| 22:42:08 | mriedem | kablam http://logs.openstack.org/24/602124/4/experimental/grenade-postgresql/c27d517/ | |
| 22:42:10 | mriedem | passing | |
| 22:42:23 | dansmith | I don't know why, but.. congrats :) | |
| 22:49:51 | openstackgerrit | Merged openstack/nova master: Revert "libvirt: add method to configure migration speed" https://review.openstack.org/590814 | |
| 22:49:58 | openstackgerrit | Merged openstack/nova master: Add missing backticks in nova-manage docs https://review.openstack.org/603370 | |
| #openstack-nova - 2018-09-19 | |||
| 00:02:30 | openstackgerrit | Tetsuro Nakamura proposed openstack/nova-specs master: Spec: Support filtering by forbidden aggregate https://review.openstack.org/603352 | |
| 00:39:32 | new-comer | https://bugs.launchpad.net/nova/+bug/1792674 | |
| 00:39:32 | openstack | Launchpad bug 1792674 in OpenStack Compute (nova) "[Rocky] fail to get VNC console" [Undecided,Confirmed] | |
| 01:43:06 | openstackgerrit | Chen proposed openstack/nova master: doc trivial: additional info to admin-password-injection https://review.openstack.org/603414 | |
| 02:38:27 | openstackgerrit | Matt Riedemann proposed openstack/nova master: DNM: test resize reschedule up-calls https://review.openstack.org/603389 | |
| 03:18:17 | openstackgerrit | Brin Zhang proposed openstack/python-novaclient master: Add support changes-before for microversion 2.66 https://review.openstack.org/603549 | |
| 03:32:39 | openstackgerrit | Merged openstack/nova stable/rocky: Handle binding_failed vif plug errors on compute restart https://review.openstack.org/595317 | |
| 03:32:46 | openstackgerrit | Merged openstack/nova stable/rocky: Restart scheduler in TestNovaManagePlacementHealAllocations https://review.openstack.org/598152 | |
| 04:57:32 | gmann | alex_xu: i will skip today API office hour due to fever. we will continue from next week. | |
| 05:06:39 | alex_xu | gmann: ok, no problem | |
| 06:53:49 | openstackgerrit | OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/601047 | |
| 07:11:32 | dpawlik_ | is someone using cellv2 but not as "simple" cell but multiple cells? | |
| 07:22:24 | sorrison | dpawlik_: I know CERN are | |
| 07:22:39 | dpawlik_ | sorrison: thx | |
| 07:23:04 | dpawlik_ | sorrison: I got a feeling when I read documentation and the code on github, that all uses simple cell setup xD | |
| 07:23:54 | sorrison | We (Nectar) have some cellsv2 stuff running in testing, still cellsv1 in production | |
| 07:23:57 | dpawlik_ | there are no starts scripts for RDO/Debian Salsa/Ubuntu cloud archive to start super conductor and also conductor that take configuration from different file | |
| 07:25:22 | sorrison | I'm *think* that the super conductor is just a normal conductor but it listens on the api level rabbit queue | |
| 07:26:01 | sorrison | If you were running multiple cells then you'd have lots of different controllers running different conductors | |
| 07:26:50 | bauzas | good morning stackers | |
| 07:27:16 | bauzas | sorrison: this is correct | |
| 07:27:57 | bauzas | dpawlik_: a super conductor is just a normal conductor with a specific configuration | |
| 07:30:24 | dpawlik_ | bauzas: but its reading amqps queue from vhost / and its also talking with nova_cell0 db yes? | |
| 07:31:01 | dpawlik_ | and the second conductor e.g. cell1 is reading from another vhost e.g. nova_cell1 and its also puting data to nova_cell1 db | |
| 07:31:26 | dpawlik_ | I just describe my point of knowledge how it should be configured, is it true? | |
| 07:32:01 | dpawlik_ | I just take it from devstack | |
| 07:32:33 | dpawlik_ | and Im wondering why after executing the same commands like it is done on devstack, on my controller I have duplicated nova services | |
| 07:40:20 | bauzas | dpawlik_: sorry, I was on mute so I missed your ping | |
| 07:40:41 | bauzas | dpawlik_: hold on, we have some docs that explain this | |
| 07:40:59 | dpawlik_ | bauzas: thx | |
| 07:41:57 | bauzas | dpawlik_: https://docs.openstack.org/nova/latest/user/cells.html#setup-of-cells-v2 | |
| 07:42:20 | bauzas | dpawlik_: and https://docs.openstack.org/nova/latest/user/cellsv2-layout.html | |
| 07:42:31 | bauzas | hope that will help you understand the cells v2 concepts | |
| 07:42:34 | dpawlik_ | So im doing the same how its described and TBH its not working well | |
| 07:42:47 | dpawlik_ | Im still have duplication of nova services | |
| 07:43:03 | dpawlik_ | yesterday I send it to dansmith how my cell mappings looks like | |
| 07:43:24 | dpawlik_ | and let me quote "looks like only one mapping in there, so I guess you're good" | |
| 07:45:40 | dpawlik_ | hmm, clean host, new day | |
| 07:45:41 | dpawlik_ | bauzas: | |
| 07:45:50 | dpawlik_ | bauzas: pro tip to setup cells | |
| 07:46:09 | bauzas | how many services are you running in parallel ? | |
| 07:46:13 | dpawlik_ | stop nova-conductor services before start setup cells_v2 | |
| 07:46:45 | bauzas | dpawlik_: you're in an upgrade case or greenfields ? | |
| 07:47:29 | dpawlik_ | bauzas: for now Im just testing deployment queens release on new infra | |
| 07:47:42 | dpawlik_ | for now I don't want to touch "upgrade" procedure | |
| 07:47:49 | bauzas | but yeah, I'm assuming you populate the mappings first before starting the services | |
| 07:48:03 | bauzas | since those services use the mappings you need to set | |
| 07:48:24 | bauzas | dpawlik_: but we could make it clearer in docs, I presume | |
| 07:48:24 | dpawlik_ | Now I will know | |
| 07:48:46 | bauzas | dpawlik_: so yeah, that's why you had duplicate services | |
| 07:48:52 | dpawlik_ | bauzas: Small notification on the top of the doc will be helpful for other people | |
| 07:48:54 | bauzas | those first registered on startup | |
| 07:49:10 | bauzas | dpawlik_: yeah, that makes sense in https://docs.openstack.org/nova/latest/user/cells.html#cells-v2 | |
| 07:49:21 | bauzas | I could spin a change | |
| 07:49:46 | dpawlik_ | dansmith: ^^ above is description why I have duplicated services on good cell mapping xD | |
| 07:50:15 | dpawlik_ | bauzas: please :) | |
| 07:50:43 | dpawlik_ | bauzas: if you can, write it please | |
| 07:51:31 | openstackgerrit | Brin Zhang proposed openstack/python-novaclient master: Add support changes-before for microversion 2.66 https://review.openstack.org/603549 | |
| 07:58:09 | bauzas | dpawlik_: lemme stash my current work :) | |
| 08:02:49 | openstackgerrit | Tetsuro Nakamura proposed openstack/nova-specs master: Spec: allocation candidates in tree https://review.openstack.org/603585 | |
| 08:08:53 | openstackgerrit | Sylvain Bauza proposed openstack/nova master: cells: Be explicit in docs about service restarts https://review.openstack.org/603588 | |
| 08:10:04 | bauzas | dpawlik_: ^ | |
| 08:16:45 | kashyap | Sigh, copy-pasting Git commit messages seem to break the line-wrapping in LaunchPad: https://bugs.launchpad.net/nova/+bug/1789868 | |
| 08:16:45 | openstack | Launchpad bug 1789868 in OpenStack Compute (nova) "RFE: Add a virtio-rng device to Nova instances by default" [Medium,Triaged] - Assigned to Kashyap Chamarthy (kashyapc) | |
| 08:16:58 | kashyap | The formatting is now fugly | |
| 08:18:46 | dpawlik_ | bauzas: checking | |
| 08:22:23 | dpawlik_ | bauzas: maybe warning will be better than info | |
| 08:22:34 | dpawlik_ | but it looks good | |
| 08:23:18 | bauzas | not really | |
| 08:24:09 | dpawlik_ | bauzas: im reading it from my perspective where I was wondering half day why my deployment doesn't work correctly | |
| 08:38:15 | kashyap | bauzas: johnthetubaguy: Hey there, this trivial thing is ready for merge: https://review.openstack.org/#/c/602592/ | |
| 09:26:14 | openstackgerrit | Vlad Gusev proposed openstack/nova stable/queens: WIP libvirt: Reduce calls to qemu-img during update_available_resource https://review.openstack.org/603358 | |
| 09:33:20 | openstackgerrit | Vlad Gusev proposed openstack/nova stable/queens: libvirt: Reduce calls to qemu-img during update_available_resource https://review.openstack.org/603358 | |
| 09:46:35 | bauzas | kashyap: sorry, was on meeting | |
| 09:48:22 | bauzas | kashyap: do we recreate the guest XML on start() ? | |
| 09:48:34 | bauzas | kashyap: I'm confused by https://review.openstack.org/#/c/602592/3/releasenotes/notes/Use-virt-as-machine-type-for-ARMv7-cd2c252336057ec8.yaml | |
| 09:48:37 | bauzas | but I can check | |
| 09:49:39 | bauzas | kashyap: nevermind, I check | |
| 09:49:41 | bauzas | checked* | |
| 09:50:09 | bauzas | https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L2931 | |
| 09:51:36 | bauzas | oops, bad link https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L2895 | |
| 09:58:03 | kashyap | bauzas: Sorry, was out to get some groceries | |
| 09:58:16 | bauzas | nah no worries | |
| 09:59:03 | kashyap | bauzas: Would you like me to update the text here: https://review.openstack.org/#/c/602592/3/releasenotes/notes/Use-virt-as-machine-type-for-ARMv7-cd2c252336057ec8.yaml | |
| 09:59:21 | kashyap | bauzas: Since your question is answered (by yourself), or is the text good as-is for you? | |
| 09:59:28 | kashyap | Ah, you +2ed it | |
| 10:00:33 | kashyap | Thanks for looking! | |
| 11:49:21 | pvc | good evening bauzas is vgpu supported on ocata? | |
| 11:49:52 | bauzas | nope, queens only | |
| 11:50:02 | pvc | queens and rocky right? | |
| 11:50:05 | bauzas | but you can passthru in ocata | |
| 11:50:17 | bauzas | queens and later, yes | |