| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2020-12-11 | |||
| 14:10:39 | lyarwood | http://paste.openstack.org/show/800970/ excellent, pip sorted out the awful error message in the latest version | |
| 14:10:56 | kashyap | sean-k-mooney: Do you have an example of how 'placement-manage' can register a trait? | |
| 14:14:18 | openstackgerrit | Lee Yarwood proposed openstack/nova stable/ussuri: [stable-only] Bump hacking to 3.0.1 in lower-contraints.txt https://review.opendev.org/c/openstack/nova/+/766738 | |
| 14:16:05 | bauzas | kashyap: not placement-manage | |
| 14:16:12 | bauzas | kashyap: osc-placement rather | |
| 14:16:28 | bauzas | you ask for a custom trait, right? | |
| 14:16:42 | kashyap | Ah, okay; then in the review here, Sean meant 'osc-placement', then: https://review.opendev.org/c/openstack/nova-specs/+/759731 | |
| 14:17:00 | kashyap | bauzas: See this part of Sean's comment: | |
| 14:17:00 | bauzas | kashyap: see this example https://docs.openstack.org/nova/latest/admin/virtual-gpu.html#optional-provide-custom-traits-for-multiple-gpu-types | |
| 14:17:02 | kashyap | [quote] | |
| 14:17:03 | kashyap | ... this will require os-traits to be installed | |
| 14:17:03 | kashyap | on the host runing plamcent and the placement-manage executable to be | |
| 14:17:03 | kashyap | run to register the new standard traits before nova is upgraded." | |
| 14:17:05 | kashyap | [/quote] | |
| 14:17:14 | kashyap | bauzas: /me clicks | |
| 14:17:41 | bauzas | ah, this | |
| 14:18:39 | kashyap | I'm placement-unaware -- so is there an example of "placement-manage executable to be run to register the new standard traits" | |
| 14:19:26 | openstackgerrit | Lee Yarwood proposed openstack/nova stable/ussuri: [stable-only] lower-contraints: Bump hacking to 3.0.1 https://review.opendev.org/c/openstack/nova/+/766738 | |
| 14:20:28 | kashyap | bauzas: The only examples of "placement-manage" I see are during data migration here: https://docs.openstack.org/placement/latest/admin/upgrade-to-stein.html | |
| 14:20:49 | kashyap | [Scroll to the bottom to see the 'placement-manage' invocation] | |
| 14:30:21 | kashyap | bauzas: Ah-ha! I know what Sean meant: to sync the 'os-traits' into Placement: `placement-manage os-traits sync` | |
| 14:30:56 | bauzas | correct, sorry I forgot to answer | |
| 14:31:09 | bauzas | you need to tell you support a new os-trait | |
| 14:31:12 | kashyap | No problem | |
| 14:32:49 | bauzas | sean-k-mooney: dumb question, but as I copied from https://review.opendev.org/c/openstack/nova/+/656885/7/nova/network/neutron.py, do you know what we should verify the multi-provider extension given we only call the segments API extension ? | |
| 14:34:16 | openstackgerrit | Kashyap Chamarthy proposed openstack/nova-specs master: Re-propose "Secure Boot support for KVM & QEMU guests" for Wallaby https://review.opendev.org/c/openstack/nova-specs/+/759731 | |
| 14:34:26 | kashyap | gibi: sean-k-mooney: Fixed --^ Hope that looks okay | |
| 14:37:39 | sean-k-mooney | am you repeaded placment manage | |
| 14:37:45 | sean-k-mooney | service by ``placement-manage os-traits sync``placement-manage`` . | |
| 14:38:01 | sean-k-mooney | but ya other wise it looks good to me | |
| 14:43:31 | gibi | sean-k-mooney: does placement-manager os-traits sync exists? | |
| 14:44:53 | sean-k-mooney | actully im not sure | |
| 14:45:03 | sean-k-mooney | there is dbsync | |
| 14:45:13 | gibi | yeah I only see db sync | |
| 14:45:14 | sean-k-mooney | perhaps placment jsut does the traits import on startu | |
| 14:45:19 | sean-k-mooney | *startup | |
| 14:46:42 | gibi | sean-k-mooney: it seems it does it at startup https://github.com/openstack/placement/blob/10146978ea2d7eace1ffdf6552eafd22360e37dd/placement/deploy.py#L133 | |
| 14:47:26 | sean-k-mooney | ok cool in this case i guess you just need to install the new os-traits and restart | |
| 14:48:22 | gibi | yepp | |
| 14:49:42 | kashyap | sean-k-mooney: Sigh; fixing :) | |
| 14:50:44 | kashyap | gibi: Pretty sure I saw the "os-traits sync" somewhere -- let me dig it up | |
| 14:51:55 | kashyap | https://specs.openstack.org/openstack/nova-specs/specs/pike/implemented/resource-provider-traits.html | |
| 14:52:25 | gibi | kashyap: I did not found a corresponding implementation | |
| 14:53:01 | kashyap | gibi: Ah, okay. Then, what do you suggest here? :-) Just a 'placement-manage db sync' is okay? | |
| 14:53:25 | gibi | kashyap: as sean-k-mooney said, upgrade the os-traits lib and then restat the placement service | |
| 14:53:43 | gibi | placement service at startup will sync the traits from os-traits into the placement db | |
| 14:53:45 | kashyap | Okay; I'll adjust the text to that effect; thank you! | |
| 14:55:05 | bauzas | sean-k-mooney: saw my question about the multi-provider extension ? | |
| 14:55:13 | bauzas | I'm about to remove it | |
| 14:56:18 | sean-k-mooney | bauzas: no i didnt but ill look now | |
| 14:56:28 | bauzas | no worries | |
| 14:56:30 | kashyap | [quote] | |
| 14:56:31 | kashyap | This requires 'os-traits' to be installed (or upgraded if need be) on | |
| 14:56:31 | kashyap | the host running ``placement`` service. Followed by a restart ofthe | |
| 14:56:31 | kashyap | ``placement`` service -- this will synchronize the traits into the | |
| 14:56:31 | kashyap | Placement database. | |
| 14:56:33 | kashyap | [/quote] | |
| 14:56:38 | kashyap | gibi: sean-k-mooney: Does that read okay? | |
| 14:57:00 | sean-k-mooney | ya that fine | |
| 14:57:03 | gibi | kashyap: OK | |
| 14:57:08 | bauzas | sean-k-mooney: tl;dr: why should we verify this extension in https://review.opendev.org/c/openstack/nova/+/656885/7/nova/network/neutron.py@3522 | |
| 14:57:09 | bauzas | ? | |
| 14:57:16 | kashyap | gibi: If you're not fully satisfied, can still tweak it :-) | |
| 14:57:40 | gibi | kashyap: I'm satisfied, it is Friday :D | |
| 14:57:46 | kashyap | LOL, noted | |
| 14:58:11 | sean-k-mooney | bauzas: i think this was jsut a mix up and we should jsut eb checkign for the segments exsion | |
| 14:58:18 | bauzas | all good then | |
| 14:58:21 | gibi | kashyap: I still have a week to put out fires :D | |
| 14:58:23 | bauzas | will remove it | |
| 14:58:29 | bauzas | kashyap: wow, lovely | |
| 14:58:39 | kashyap | gibi: Yikes; be sure to disconnect from all e-mail and other firehoses after that | |
| 14:58:40 | bauzas | have a very nice PTO ! | |
| 14:59:09 | sean-k-mooney | kashyap: nice hope you enjoy it | |
| 14:59:13 | kashyap | Thanks! Have some non-work) ideas to tinker with :-) | |
| 14:59:32 | gibi | kashyap: I want to disconnect my brain from the outside world but then I will get bored :D | |
| 14:59:36 | kashyap | sean-k-mooney: Thanks, and thank for the quick review; appreciate it | |
| 15:00:02 | bauzas | kashyap: go skiing^H^H^H^H^H^H outside? | |
| 15:00:21 | sean-k-mooney | ya im plannign to paint my bedroom to disconnect but i also bought a storage arrawy with 80TB of drives that im going to play with | |
| 15:00:51 | sean-k-mooney | so we will see how disconnecting goes | |
| 15:01:11 | kashyap | gibi: Hehe, nod | |
| 15:01:12 | sean-k-mooney | i have 4 audio books lined up and proably will add one or two more | |
| 15:01:35 | kashyap | bauzas: I'm afraid of ice! My friends mock me when they see me carefully balancing and walking on ice | |
| 15:02:17 | kashyap | sean-k-mooney: Wow, 80TB! | |
| 15:02:40 | kashyap | sean-k-mooney: Painting also sounds good; hopefully some relaxing colour | |
| 15:04:34 | sean-k-mooney | i may have bought one of these... https://www.ebay.co.uk/itm/Dell-PowerVault-MD3060e-20-x-4TB-SAS-Dell-Enterprise-Class-Hard-Drives-Rails/283916293220 | |
| 15:06:15 | openstackgerrit | Kashyap Chamarthy proposed openstack/nova-specs master: Re-propose "Secure Boot support for KVM & QEMU guests" for Wallaby https://review.opendev.org/c/openstack/nova-specs/+/759731 | |
| 15:06:29 | kashyap | sean-k-mooney: Wow, that array looks quite sturdy | |
| 15:06:57 | sean-k-mooney | it can hold 60 drives too so i have space for 40 more if i need them | |
| 15:09:17 | kashyap | Heh; that's quite some storage | |
| 15:19:54 | sean-k-mooney | i have 3TB of steam games and i want to move my windows gaming pc to a vm on openstack | |
| 15:20:35 | sean-k-mooney | so i wanted at least 20TB of addtional storage got 80 after hotspare and raid i should have 64 usable for cinder | |
| 15:21:21 | stephenfin | sean-k-mooney: I assume you used parcel motel for delivery? | |
| 15:21:26 | sean-k-mooney | stephenfin: yep i also have a 4TB external usb hardrive that ehy used to be on but i cant passthough though to a vm | |
| 15:21:35 | stephenfin | To avoid the £150 postage fee | |
| 15:21:36 | sean-k-mooney | nope its coming on a pallet | |
| 15:21:47 | sean-k-mooney | it ways 96KG | |
| 15:21:53 | stephenfin | oh | |
| 15:21:56 | stephenfin | well then | |
| 15:22:14 | stephenfin | that's more than I weigh | |
| 15:22:20 | sean-k-mooney | ya its over the wight limit | |