| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2019-05-20 | |||
| 12:43:10 | openstackgerrit | Merged openstack/nova master: api-ref: mention default project filtering when listing servers https://review.opendev.org/659873 | |
| 12:48:58 | sean-k-mooney | dansmith: this is proably a little early for you but if you are about can i get your input on something related to bug #1813789 | |
| 12:48:59 | openstack | bug 1813789 in OpenStack Compute (nova) "Evacuate test intermittently fails with network-vif-plugged timeout exception" [Medium,In progress] https://launchpad.net/bugs/1813789 - Assigned to Artom Lifshitz (notartom) | |
| 12:49:54 | sean-k-mooney | dansmith: artom is away for a few days on PTO so i have been asked to take a look at ^ | |
| 12:52:14 | sean-k-mooney | dansmith: one thing that came up when talking to artom last week was the idea of buffering the last 100 unhandeled events such that if we race on setting up the litener for the event we have an opertunity to recover. | |
| 12:53:03 | ralonsoh | stephenfin, ping https://review.opendev.org/#/c/658780/. Thank you in advance! | |
| 12:55:26 | stephenfin | ralonsoh: I can't review stable patches but lyarwood might be able to help you out if you say nice things about Wales^H^H^H England | |
| 12:56:12 | sean-k-mooney | stephenfin: ah your homeland :P | |
| 12:56:13 | ralonsoh | stephenfin, thanks! for sure I'll say nice things about Wales! | |
| 12:56:36 | ralonsoh | hehehehe | |
| 12:57:49 | stephenfin | sean-k-mooney: https://media1.giphy.com/media/l4lQZA7mIIjdK/giphy.gif | |
| 12:58:32 | sean-k-mooney | i mean you did leave your self open want is a good friend to do :) | |
| 13:04:38 | Luzi | hi, for the image encryption weekly meeting, it would be nice to have someone from nova attending. If you are interested please help find a meeting time: https://doodle.com/poll/wtg9ha3e5dvym6yt :) | |
| 13:11:52 | sean-k-mooney | lyarwood: mdbooth i dont know if ^ is something ye are interested in given ye're image backend knowladge | |
| 13:13:30 | lyarwood | sean-k-mooney: ack thanks | |
| 13:13:43 | lyarwood | Luzi: added my name | |
| 13:13:59 | Luzi | lyarwood, thank you :) | |
| 13:15:38 | mdbooth | Luzi: What's the agenda? | |
| 13:18:34 | Luzi | mdbooth, did you attend the forum session for image encryption at the summit? | |
| 13:18:41 | mdbooth | Luzi: No. | |
| 13:18:53 | mdbooth | Luzi: Is there a link to what was discussed? | |
| 13:18:57 | Luzi | we want to bring image encryption to openstack, therefore coordination between projects who need to decrypt or encrypt images is needed. | |
| 13:19:07 | Luzi | https://etherpad.openstack.org/p/Foundations-for-Image-Encryption | |
| 13:19:18 | mdbooth | Luzi: Reading, thanks. | |
| 13:20:48 | sean-k-mooney | Luzi: ye are creating a popup team to tackel this in a cross project way correct and this is the weekly meeting for that team or atleast the activity to make image encryption work with openstack | |
| 13:21:36 | Luzi | sean-k-mooney, yes basically | |
| 13:21:39 | mdbooth | Luzi: Do you have a document describing the use case anywhere? | |
| 13:22:04 | mdbooth | Luzi: i.e. what problem is encryption solving? | |
| 13:22:08 | Luzi | only some not yet updated specs - because i need to wait for a barbican spec as reference | |
| 13:23:03 | Luzi | https://review.opendev.org/#/c/608696/4/specs/stein/approved/image-encryption.rst | |
| 13:24:40 | mdbooth | Luzi: From the spec: "when a user uploads an image containing | |
| 13:24:40 | mdbooth | private data or confidential information - the image data should not be | |
| 13:24:40 | mdbooth | accessible for unauthorized entities." | |
| 13:25:11 | mdbooth | Who are the unauthorized entities? Specifically, why not rely on glance permissions here? | |
| 13:29:00 | Luzi | unauthorized entitiescould be anyone who get access to the image data outside of glance | |
| 13:29:13 | mdbooth | Luzi: Like who? | |
| 13:29:47 | mdbooth | The problem is, this stuff ends up unencrypted on the compute host. | |
| 13:30:03 | mdbooth | I'm worried we might sell this as a problem to a rogue administrator. | |
| 13:30:16 | mdbooth | That's a seriously hard problem, and I can't believe we're planning to address it. | |
| 13:32:32 | mdbooth | Specifically, our implementation of LVM disk encryption provides no data security whatsoever. | |
| 13:32:56 | mdbooth | If it's a model we plan to copy, I'd be against it on the basis of complexity with no advantages. | |
| 13:35:24 | openstackgerrit | Lee Yarwood proposed openstack/nova master: Restore connection_info after live migration rollback https://review.opendev.org/551349 | |
| 13:35:24 | openstackgerrit | Lee Yarwood proposed openstack/nova master: compute: Use source_bdms to reset attachment_ids during LM rollback https://review.opendev.org/652800 | |
| 13:35:25 | openstackgerrit | Lee Yarwood proposed openstack/nova master: compute: refactor volume bdm rollback error handling https://review.opendev.org/656500 | |
| 13:40:06 | dansmith | sean-k-mooney: I'm really opposed to that | |
| 13:40:18 | sean-k-mooney | mdbooth: the goal of that work is to ensure that the image is never decrypted in a persitent way on the compute node | |
| 13:40:27 | dansmith | sean-k-mooney: what I want is for us to wait for events before they are triggered, or not wait for them at all | |
| 13:40:30 | sean-k-mooney | dansmith: because its just hiding the root issue | |
| 13:40:42 | dansmith | sean-k-mooney: I think that attach-detach-attach would fool that buffering approach | |
| 13:40:43 | dansmith | sean-k-mooney: yes | |
| 13:41:14 | sean-k-mooney | dansmith: right i get that i was just wondering if we wanted to be a bit mor defensive untill we figure out how to do that | |
| 13:41:45 | dansmith | I'd rather not wait at all | |
| 13:42:07 | sean-k-mooney | dansmith: it may or may not the idea was to store event that were recived but not expected and when you wait for a new event check if you have already recived it | |
| 13:42:17 | sean-k-mooney | dansmith: well not waiting is also an option | |
| 13:42:53 | sean-k-mooney | dansmith: its what artom has already done here https://review.opendev.org/#/c/639396/16 | |
| 13:44:48 | sean-k-mooney | dansmith: anyway im going to spend some time trancing through this today to see if i can find a way to determin if we can wait or not but presently im not sure we can do that without a new rpc call from the dest to the compute to start it waiting | |
| 13:45:04 | sean-k-mooney | and im not sure that is worth it | |
| 13:45:32 | dansmith | I'd rather that than buffering, but...ack | |
| 13:46:32 | sean-k-mooney | well its certenly an option i just did not want to jump to that if there was something less invasive. | |
| 13:46:50 | sean-k-mooney | anyway thank for the input ill pause the buffering investigation so for now | |
| 13:48:55 | openstackgerrit | Lee Yarwood proposed openstack/nova master: Block swap volume on volumes with >1 rw attachment https://review.opendev.org/572790 | |
| 13:48:56 | openstackgerrit | Lee Yarwood proposed openstack/nova master: Keep attach_mode as top-level field in _translate_attachment_ref https://review.opendev.org/574413 | |
| 13:50:22 | cdent | placement meeting in #openstack-meeting-alt in 10 minutes | |
| 13:52:24 | mriedem | sean-k-mooney: i'm not in favor of https://review.opendev.org/#/c/639396/ since it breaks a thing in the gate | |
| 13:52:38 | mriedem | hence the patch on top | |
| 13:53:03 | mriedem | https://review.opendev.org/#/c/639396/5//COMMIT_MSG@25 | |
| 13:54:20 | sean-k-mooney | mriedem: ya i am aware of why you made the original change | |
| 13:54:34 | sean-k-mooney | which is why im trying to figure out how to wait reliably | |
| 13:54:56 | sean-k-mooney | the patch on top still wait to late in some cases | |
| 13:56:14 | sean-k-mooney | if we take bufferign off the table my next idea is a pre_revert_at_source rpc function what will start the source node waithing for the vif-plugged event before we start the revert | |
| 13:56:50 | sean-k-mooney | that feel heavy wait but it shoudl resolve the issue of missing the event | |
| 13:57:05 | sean-k-mooney | *heavyweight | |
| 13:58:22 | mriedem | umm, isn't the issue just that we're not waiting for the unplugged even on the dest when we unplug vifs before casting to the source? | |
| 13:58:58 | mriedem | i'm kind of in the middle of changing all of my internal domain and email shit b/c of this embargo so can't really dig into this right now, but pretty sure i've gone over this (with dansmith and artom) already in detail once or twice | |
| 13:59:32 | cdent | blargh, that sounds painful | |
| 13:59:43 | mriedem | things are not fun right now no | |
| 14:02:02 | sean-k-mooney | mriedem: ack. | |
| 14:05:10 | sean-k-mooney | as far as i can tell for the logs we are still reciving the event before we start waiting | |
| 14:05:57 | sean-k-mooney | recive the vif-plugged event here http://logs.openstack.org/81/644881/15/check/nova-multinode/628c731/logs/subnode-2/screen-n-cpu.txt.gz#_Apr_29_15_18_02_574298 but starte to wait for it 2 seconds later here http://logs.openstack.org/81/644881/15/check/nova-multinode/628c731/logs/subnode-2/screen-n-cpu.txt.gz#_Apr_29_15_18_04_002370 | |
| 14:06:11 | sean-k-mooney | if we fix that i think that will resolve the issue | |
| 14:17:14 | mriedem | sean-k-mooney: i believe i pointed out the issue here https://review.opendev.org/#/c/639396/3/nova/compute/manager.py@4184 | |
| 14:17:58 | mriedem | which is what artom's final patch in the series is doing https://review.opendev.org/#/c/644881/15/nova/compute/manager.py | |
| 14:18:05 | mriedem | waiting for the event before doing migrate_instance_finish | |
| 14:18:58 | sean-k-mooney | mriedem thanks im looking at the code now but ill read your comment to make sure im on the same page | |
| 14:19:21 | mriedem | did the bug get punted to you at this point or are you just trying to get caught up and review the series? | |
| 14:19:46 | sean-k-mooney | mriedem: artom is on PTO for a few days so both | |
| 14:20:10 | sean-k-mooney | im trying to get caught up to review and determin if the current fix is correct and if not fix it | |
| 14:22:49 | sean-k-mooney | we think that this issue happens when you are using hybrid_plug e.g. the iptables firewall driver which we use downstream but not upstream so one of the things that i need to test is modifying the gate job temporally to repoduce this upstream without code change to confrim | |
| 15:12:32 | aarents | Hi, If need some more review on change that fix please (only +1 for now) https://review.opendev.org/#/c/659054/ | |
| 15:12:40 | openstackgerrit | Stephen Finucane proposed openstack/nova master: Remove conductor_api and _last_host_check from manager.py https://review.opendev.org/651059 | |
| 15:12:40 | openstackgerrit | Stephen Finucane proposed openstack/nova master: Remove 'etc/nova/cells.json' https://review.opendev.org/660146 | |
| 15:13:21 | openstackgerrit | Stephen Finucane proposed openstack/nova master: docs: Remove references to nova-consoleauth https://review.opendev.org/652965 | |
| 15:13:21 | openstackgerrit | Stephen Finucane proposed openstack/nova master: tests: Stop starting consoleauth in functional tests https://review.opendev.org/652966 | |
| 15:13:22 | openstackgerrit | Stephen Finucane proposed openstack/nova master: xvp: Start using consoleauth tokens https://review.opendev.org/652967 | |
| 15:13:22 | openstackgerrit | Stephen Finucane proposed openstack/nova master: nova-status: Remove consoleauth workaround check https://review.opendev.org/652968 | |
| 15:13:23 | openstackgerrit | Stephen Finucane proposed openstack/nova master: Remove nova-consoleauth https://review.opendev.org/652969 | |
| 15:13:23 | openstackgerrit | Stephen Finucane proposed openstack/nova master: objects: Remove ConsoleAuthToken.to_dict https://review.opendev.org/652970 | |
| 15:13:24 | openstackgerrit | Stephen Finucane proposed openstack/nova master: docs: Rework nova console diagram https://review.opendev.org/660147 | |
| 15:13:48 | aarents | with less typo: I need some more review on that fix please (only +1 for now) https://review.opendev.org/#/c/659054/ thks ! | |
| 15:14:52 | efried | aarents: Looks like you have a merge conflict to resolve. | |