*** sapd1 has joined #openstack-nova | 00:18 | |
*** sapd1 has quit IRC | 00:39 | |
*** zhanglong has joined #openstack-nova | 00:41 | |
*** hemna has quit IRC | 01:01 | |
*** hemna has joined #openstack-nova | 01:01 | |
*** hemna has quit IRC | 01:17 | |
*** hemna has joined #openstack-nova | 01:18 | |
*** ayoung has joined #openstack-nova | 01:42 | |
ayoung | Dumb idea time. Say I wanted to live migrate a VM from one openstack instance to another, across cluster boundaries. Would this be at all feasable? | 01:43 |
---|---|---|
*** zhanglong has quit IRC | 02:04 | |
*** ganso has quit IRC | 02:04 | |
*** zhanglong has joined #openstack-nova | 02:06 | |
*** ganso has joined #openstack-nova | 02:09 | |
*** sapd1 has joined #openstack-nova | 02:09 | |
*** zhanglong has quit IRC | 02:10 | |
*** gyee has quit IRC | 02:11 | |
*** zhanglong has joined #openstack-nova | 02:12 | |
*** zhanglong has quit IRC | 02:21 | |
*** hamalq_ has quit IRC | 02:21 | |
*** zhanglong has joined #openstack-nova | 02:22 | |
sean-k-mooney | ayoung: only by using libvirt directly and then manuly updating the db | 02:23 |
sean-k-mooney | ayoung: in other words no not really | 02:23 |
sean-k-mooney | ayoung: not in any way that would be supportable by nova | 02:23 |
ayoung | Of course it would be horrible. But so is leaving a cluster in place because it has key workloads. | 02:25 |
ayoung | So, yeah, diret libvirt would be necessary, and the receiving cluster would need to be able to take that running VM and make a database entry for it. On the old host, you would need to finish the migration and then set the VM into a non-runnable mode, too. | 02:26 |
sean-k-mooney | the eaiser approch would be to snapshot the vms and then copy the images and restore them on another cloud | 02:26 |
ayoung | So, say I needed to do something like this to migrate ahead to Victoria | 02:27 |
ayoung | Yeah, but that means downtime, right? | 02:27 |
ayoung | We can snapshot and restore today | 02:27 |
sean-k-mooney | the live snapshot would not but you would hten need to restore the snapshot (createing a second instance of the applcaiotn) and somehow sync there state | 02:27 |
ayoung | openstack vm --steal <source> | 02:28 |
sean-k-mooney | if you looking for a solution before the end of they year it will need to be somethign you develop your self unfortuntely | 02:28 |
sean-k-mooney | what versions are you dealing with | 02:28 |
sean-k-mooney | is it n to n+1 or multiple versions | 02:29 |
ayoung | Oh, old stuff by your standards. OSP 16 is...Train? | 02:29 |
ayoung | I' | 02:29 |
sean-k-mooney | ayoung: do you work for redhat | 02:29 |
ayoung | I'm really more interested in being able to talk someone thriough waht it would take and why it is a bad idea | 02:29 |
ayoung | Yep, I work for Red Hat. I used to be Keystone core, but now I see stuff.... | 02:29 |
ayoung | sell stuff | 02:30 |
sean-k-mooney | well its a bad idea in general because you cant assume two openstack clouds are using the same hypervior | 02:30 |
sean-k-mooney | one could be libvirt and the other vmware | 02:30 |
sean-k-mooney | in which case you cant live migrate | 02:30 |
sean-k-mooney | ayoung: ah ok im in the compute dfg | 02:30 |
ayoung | Nah, that is not a problem. We know it is all libvirt when we are talking about this. People have old clusters...I have one on RDO Liberty.... | 02:30 |
sean-k-mooney | yes so there is the paralle cloud migration work that is being done | 02:31 |
ayoung | I suspect that even the live migrationm would not make them happy, but I need to be able to talk it through. I suspect that the payloads would not suffer the cloud split anyway. | 02:31 |
sean-k-mooney | that works by runing basicaly a proxy vm on each cloud that can acess the hosts running the vms then it somehow orchestrates the migration betwen the clouds | 02:31 |
ayoung | So migrate from Nova to proxy and then from Proxy to new cloud? | 02:32 |
ayoung | Ah, proxy VM, not proxy host | 02:32 |
sean-k-mooney | i think how its ment to work is the first recreate the flavors network imaves on the new cloud | 02:32 |
sean-k-mooney | both a new vm on the new cloud with thos imnages | 02:32 |
sean-k-mooney | then migrate the runing instnce form one cloud to the prepared vm on the new cloud | 02:33 |
sean-k-mooney | something like that | 02:33 |
ayoung | So the proxy is smart enough to "trick" the old and new Novas that all is well | 02:33 |
sean-k-mooney | i think the plan is to recreate the resouces on the new cloud with the same uuid/flavors ectra | 02:33 |
sean-k-mooney | e.g. spin up a nova managed vm | 02:33 |
sean-k-mooney | then swap out the root disk ectra using a migration | 02:34 |
sean-k-mooney | its totally a hack but its one thing that people are looking at | 02:34 |
sean-k-mooney | the proxy just provides connectivity between the cloud i think | 02:34 |
ayoung | So it is not a completely crazy idea, but it requires a substantial amoung of work to make it stable. | 02:34 |
sean-k-mooney | oh its crazy i would never use it in production or recommend it to customer | 02:34 |
sean-k-mooney | that does not mean that marketing dont like it and want to sell it | 02:35 |
sean-k-mooney | and there are people working on maiking it work | 02:35 |
sean-k-mooney | just because its a crazy idea does not mean its a worse idea then doing FFU form libverty to train | 02:35 |
sean-k-mooney | if your on osp 7 still it makes sense in a strange way | 02:36 |
ayoung | mind if I use " oh its crazy i would never use it in production or recommend it to customer" in my next deck? | 02:36 |
sean-k-mooney | i mean you can if you want | 02:37 |
ayoung | I am sure some sick bastid somewhere got live migration from vmware to libirt (or the reverse) working | 02:37 |
sean-k-mooney | its not something the compoent teams are currently plannign on supporting | 02:37 |
*** rcernin has quit IRC | 02:37 | |
sean-k-mooney | it being developl by the upgrades dfg with input form the feild teams and support | 02:37 |
sean-k-mooney | vmware proablyt have the reverse working | 02:38 |
sean-k-mooney | ayoung: but realistitly its very unlikely | 02:38 |
sean-k-mooney | the virtual devices are completely differnt | 02:38 |
ayoung | I was actually thinking through the steps required for oVirt to Kubevirt and realized it was the same kind of problem | 02:39 |
sean-k-mooney | yes althoguh in that case i think there is less state to recreate | 02:39 |
ayoung | What makes that one interesting is that it is possibly a migration to the same hardware, but a different libvirst (in a container) | 02:39 |
sean-k-mooney | in both ovirt and kubevirt there isnt realy and nic state to recreate and if you are uing an external storage solution you can proably jsut reuse it since kubvirt allow much more acess to the xml | 02:40 |
*** zhanglong has quit IRC | 02:40 | |
sean-k-mooney | ayoung: i mean technically you can do that with openstack too | 02:40 |
ayoung | Right. Hence me being here and asking the question of people I trust to have the basis for answering. | 02:41 |
ayoung | The real question is if you could set up a system to do that, and to make it work with old deployments. | 02:42 |
ayoung | Like RDO liberty to OSP 17 | 02:42 |
sean-k-mooney | ayoung: https://www.redhat.com/en/blog/migrating-openstack-platform-13-openstack-platform-16-os-migrate | 02:42 |
*** zhanglong has joined #openstack-nova | 02:42 | |
ayoung | Never show stuff like that to sales.... | 02:43 |
sean-k-mooney | https://github.com/os-migrate/os-migrate | 02:43 |
sean-k-mooney | ayoung: its now offically a supported part of the product starting in 16.1 | 02:43 |
sean-k-mooney | it might be tech preview | 02:44 |
sean-k-mooney | im also not sure if it live or cold migration | 02:44 |
sean-k-mooney | Shut down the instances that are going to be migrated. Currently this OpenStack to OpenStack migration solution only supports cold migration. | 02:44 |
sean-k-mooney | so ya cold right now | 02:45 |
sean-k-mooney | if you know it was libvirt or osp on both end | 02:45 |
sean-k-mooney | you proably could make live migration work too eventurally | 02:45 |
ayoung | Like OSP 13 to 16 ... | 02:46 |
sean-k-mooney | this really isnt something supportable upstream in nova. | 02:46 |
sean-k-mooney | ayoung: its intended for moving fom 13 to 16 yes | 02:46 |
sean-k-mooney | as an alterniivte to an inplace update | 02:46 |
ayoung | I actually have just that use case.... | 02:46 |
sean-k-mooney | just deploy a second cloud the cold migrate the workloads | 02:46 |
*** rcernin has joined #openstack-nova | 02:48 | |
sean-k-mooney | anyway its almost 4am here and i was just checking a few thing on my laptop when i work up so im going back to bed o/ | 02:48 |
ayoung | OK, thank you for all this. It might be very useful, if only to drive discussions. | 02:49 |
*** dklyle has quit IRC | 02:52 | |
*** david-lyle has joined #openstack-nova | 02:52 | |
*** zhanglong has quit IRC | 03:00 | |
*** zhanglong has joined #openstack-nova | 03:01 | |
*** tobberydberg_ has quit IRC | 03:04 | |
*** dpawlik2 has quit IRC | 03:04 | |
*** bnemec has quit IRC | 03:04 | |
*** kevinbenton has quit IRC | 03:04 | |
*** mkrai has joined #openstack-nova | 03:04 | |
*** irclogbot_3 has quit IRC | 03:05 | |
*** kevinbenton has joined #openstack-nova | 03:05 | |
*** hemna has quit IRC | 03:05 | |
*** bnemec has joined #openstack-nova | 03:06 | |
*** hemna has joined #openstack-nova | 03:06 | |
*** irclogbot_0 has joined #openstack-nova | 03:07 | |
*** sapd1 has quit IRC | 03:08 | |
*** tobberydberg has joined #openstack-nova | 03:10 | |
*** ayoung has quit IRC | 03:18 | |
*** ayoung has joined #openstack-nova | 03:22 | |
*** mvorwerk_ has quit IRC | 03:24 | |
*** mvorwerk has joined #openstack-nova | 03:24 | |
*** Liang__ has joined #openstack-nova | 03:28 | |
*** ayoung has quit IRC | 03:29 | |
*** ayoung has joined #openstack-nova | 03:32 | |
*** psachin has joined #openstack-nova | 03:37 | |
*** Liang__ has quit IRC | 03:40 | |
*** Liang__ has joined #openstack-nova | 03:41 | |
*** ratailor has joined #openstack-nova | 03:46 | |
*** yaawang_ has quit IRC | 03:48 | |
*** yaawang_ has joined #openstack-nova | 03:48 | |
*** rcernin has quit IRC | 03:54 | |
*** ayoung has quit IRC | 04:03 | |
*** ayoung has joined #openstack-nova | 04:04 | |
*** Liang__ has quit IRC | 04:07 | |
*** Liang__ has joined #openstack-nova | 04:09 | |
*** rcernin has joined #openstack-nova | 04:21 | |
*** links has joined #openstack-nova | 04:32 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-nova | 04:33 | |
*** zhanglong has quit IRC | 04:36 | |
*** ratailor has quit IRC | 04:43 | |
*** ratailor has joined #openstack-nova | 04:43 | |
*** udesale has joined #openstack-nova | 05:29 | |
*** belmoreira has joined #openstack-nova | 05:56 | |
*** belmoreira has quit IRC | 05:58 | |
*** mvorwerk has quit IRC | 05:58 | |
*** mvorwerk has joined #openstack-nova | 05:58 | |
*** belmoreira has joined #openstack-nova | 06:14 | |
*** zhanglong has joined #openstack-nova | 06:18 | |
*** mvorwerk_ has joined #openstack-nova | 06:35 | |
*** danpawlik has joined #openstack-nova | 06:37 | |
*** mvorwerk has quit IRC | 06:37 | |
*** slaweq_ has joined #openstack-nova | 06:40 | |
*** udesale has quit IRC | 06:51 | |
*** udesale has joined #openstack-nova | 06:52 | |
*** danpawlik has quit IRC | 06:54 | |
*** danpawlik has joined #openstack-nova | 06:55 | |
*** jsuchome has joined #openstack-nova | 06:55 | |
*** mkrai has quit IRC | 06:59 | |
*** tesseract has joined #openstack-nova | 07:19 | |
*** dougsz has joined #openstack-nova | 07:30 | |
*** yedongcan has joined #openstack-nova | 07:32 | |
*** tosky has joined #openstack-nova | 07:41 | |
*** maciejjozefczyk has joined #openstack-nova | 07:42 | |
*** tbachman has quit IRC | 07:59 | |
*** brinzhang_ has quit IRC | 08:09 | |
*** yedongcan has quit IRC | 08:10 | |
*** sapd1 has joined #openstack-nova | 08:17 | |
*** priteau has joined #openstack-nova | 08:27 | |
*** priteau has quit IRC | 08:42 | |
*** luyao has joined #openstack-nova | 08:54 | |
*** psachin has quit IRC | 08:54 | |
luyao | stephenfin, alex_xu: thanks for review, I updated and split the patch. https://review.opendev.org/#/c/714653/ | 08:56 |
*** priteau has joined #openstack-nova | 08:59 | |
*** rcernin has quit IRC | 09:11 | |
*** tbachman has joined #openstack-nova | 09:15 | |
*** martinkennelly has joined #openstack-nova | 09:23 | |
*** psachin has joined #openstack-nova | 09:31 | |
*** rcernin has joined #openstack-nova | 09:34 | |
*** tkajinam has quit IRC | 09:36 | |
*** sapd1 has quit IRC | 09:36 | |
*** markvoelker has joined #openstack-nova | 09:45 | |
*** zhanglong has quit IRC | 09:45 | |
*** jangutter has joined #openstack-nova | 09:47 | |
*** udesale_ has joined #openstack-nova | 09:49 | |
*** markvoelker has quit IRC | 09:49 | |
*** jangutter_ has quit IRC | 09:51 | |
*** udesale has quit IRC | 09:52 | |
*** zhanglong has joined #openstack-nova | 09:54 | |
*** rcernin has quit IRC | 09:56 | |
*** nightmare_unreal has joined #openstack-nova | 09:56 | |
lyarwood | jsuchome: apologies for not getting back to you yesterday | 10:08 |
lyarwood | jsuchome: I still wanted to write up a job that would actually exercise this | 10:08 |
lyarwood | jsuchome: the job I posted previously did not | 10:08 |
lyarwood | jsuchome: I'll try to find some time this week but I'm fighting a few fires downstream at the moment | 10:08 |
*** priteau has quit IRC | 10:11 | |
*** yaawang_ has quit IRC | 10:13 | |
jsuchome | lyarwood: thanks, I was afraid I scared you away :-) | 10:28 |
*** jangutter_ has joined #openstack-nova | 10:30 | |
*** Liang__ has quit IRC | 10:31 | |
*** jangutter has quit IRC | 10:32 | |
*** mgariepy has quit IRC | 10:46 | |
*** markvoelker has joined #openstack-nova | 10:52 | |
*** markvoelker has quit IRC | 10:56 | |
*** k_mouza has joined #openstack-nova | 11:29 | |
*** k_mouza has quit IRC | 11:30 | |
*** rcernin has joined #openstack-nova | 11:31 | |
*** k_mouza has joined #openstack-nova | 11:33 | |
*** markvoelker has joined #openstack-nova | 11:35 | |
openstackgerrit | Alex Deiter proposed openstack/nova master: Detach is broken for multi-attached fs-based volumes https://review.opendev.org/741712 | 11:36 |
*** markvoelker has quit IRC | 11:40 | |
*** zhanglong has quit IRC | 11:58 | |
*** martinkennelly has quit IRC | 11:58 | |
*** raildo has joined #openstack-nova | 11:58 | |
*** martinkennelly has joined #openstack-nova | 11:58 | |
*** zhanglong has joined #openstack-nova | 12:00 | |
*** martinkennelly has quit IRC | 12:00 | |
*** martinkennelly has joined #openstack-nova | 12:00 | |
*** ratailor has quit IRC | 12:03 | |
*** k_mouza has quit IRC | 12:11 | |
*** mgariepy has joined #openstack-nova | 12:20 | |
*** iurygregory has quit IRC | 12:25 | |
*** iurygregory has joined #openstack-nova | 12:26 | |
*** nweinber has joined #openstack-nova | 12:36 | |
*** liuyulong has joined #openstack-nova | 12:39 | |
*** zhanglong has quit IRC | 12:43 | |
*** eharney has quit IRC | 12:54 | |
*** Luzi has joined #openstack-nova | 12:55 | |
*** JamesBenson has joined #openstack-nova | 12:57 | |
*** slaweq_ is now known as slaweq | 12:59 | |
*** Luzi has quit IRC | 13:00 | |
*** vishalmanchanda has joined #openstack-nova | 13:04 | |
*** eharney has joined #openstack-nova | 13:07 | |
*** dave-mccowan has joined #openstack-nova | 13:12 | |
openstackgerrit | sean mooney proposed openstack/nova master: Remove deprecated scheduler filters https://review.opendev.org/744800 | 13:26 |
*** dave-mccowan has quit IRC | 13:29 | |
*** eharney has quit IRC | 13:29 | |
*** dougsz has quit IRC | 13:32 | |
*** links has quit IRC | 13:34 | |
openstackgerrit | Stephen Finucane proposed openstack/nova master: tests: Add reproducer for bug #1879878 https://review.opendev.org/744950 | 13:38 |
openstack | bug 1879878 in OpenStack Compute (nova) "VM become Error after confirming resize with Error info CPUUnpinningInvalid on source node " [Medium,In progress] https://launchpad.net/bugs/1879878 - Assigned to Stephen Finucane (stephenfinucane) | 13:38 |
openstackgerrit | Stephen Finucane proposed openstack/nova master: Don't unset Instance.old_flavor, new_flavor until necessary https://review.opendev.org/744958 | 13:38 |
openstackgerrit | Stephen Finucane proposed openstack/nova master: compute: Add type hints for resize functions https://review.opendev.org/745341 | 13:38 |
openstackgerrit | Stephen Finucane proposed openstack/nova master: manager: Move context manager up one level https://review.opendev.org/745674 | 13:38 |
openstackgerrit | Stephen Finucane proposed openstack/nova master: WIP: compute: Add more type hints for resize functions https://review.opendev.org/745675 | 13:38 |
*** eharney has joined #openstack-nova | 13:41 | |
*** ociuhandu_ has joined #openstack-nova | 13:46 | |
*** mkrai has joined #openstack-nova | 13:47 | |
*** ociuhandu has quit IRC | 13:47 | |
*** sapd1 has joined #openstack-nova | 13:53 | |
*** jangutter has joined #openstack-nova | 13:56 | |
*** mlavalle has joined #openstack-nova | 13:57 | |
*** jangutter_ has quit IRC | 13:59 | |
*** smcginnis has quit IRC | 14:01 | |
*** smcginnis has joined #openstack-nova | 14:05 | |
*** rcernin has quit IRC | 14:08 | |
*** flaviof has joined #openstack-nova | 14:14 | |
*** rcernin has joined #openstack-nova | 14:19 | |
*** gbajson has joined #openstack-nova | 14:20 | |
*** gbajson has left #openstack-nova | 14:21 | |
*** rcernin has quit IRC | 14:24 | |
*** rcernin has joined #openstack-nova | 14:27 | |
*** rcernin has quit IRC | 14:31 | |
*** mriedem has joined #openstack-nova | 14:35 | |
*** david-lyle has quit IRC | 14:44 | |
*** dklyle has joined #openstack-nova | 14:45 | |
*** sapd1 has quit IRC | 14:55 | |
*** liuyulong has quit IRC | 14:57 | |
*** mvorwerk has joined #openstack-nova | 15:02 | |
*** mvorwerk_ has quit IRC | 15:05 | |
*** mkrai has quit IRC | 15:07 | |
*** brtknr has left #openstack-nova | 15:08 | |
*** maciejjozefczyk has quit IRC | 15:14 | |
sean-k-mooney | stephenfin: lyarwood can i get some priority review on https://review.opendev.org/#/c/738432/ | 15:15 |
*** mlavalle has quit IRC | 15:15 | |
sean-k-mooney | i want to get that backported sooner rather then later | 15:16 |
sean-k-mooney | perferably strating it this week | 15:16 |
sean-k-mooney | i would like to see if we can get that in 16.1.1 maybe 16.1.2 downstream but would prefer to do that by backporting upstream | 15:17 |
sean-k-mooney | this only need to go back to train but its important to fix | 15:17 |
*** mlavalle has joined #openstack-nova | 15:17 | |
*** belmoreira has quit IRC | 15:25 | |
*** mkrai has joined #openstack-nova | 15:37 | |
*** psachin has quit IRC | 15:41 | |
*** jangutter_ has joined #openstack-nova | 15:46 | |
*** jangutter has quit IRC | 15:50 | |
artom | melwitt, if you're online already, could you give https://review.opendev.org/#/c/743710/5 a look? It's blocking a bugfix on top | 15:51 |
*** mgariepy has quit IRC | 16:05 | |
*** sapd1 has joined #openstack-nova | 16:06 | |
*** hamalq has joined #openstack-nova | 16:10 | |
*** hamalq_ has joined #openstack-nova | 16:11 | |
*** hamalq has quit IRC | 16:16 | |
*** tesseract has quit IRC | 16:20 | |
*** hamalq_ has quit IRC | 16:29 | |
*** hamalq has joined #openstack-nova | 16:30 | |
*** udesale_ has quit IRC | 16:34 | |
*** zzzeek has quit IRC | 16:47 | |
*** tosky has quit IRC | 16:59 | |
sean-k-mooney | alex_xu: maybe you could take a look at the patch artom linked above ^ https://review.opendev.org/#/c/743710/5 | 16:59 |
sean-k-mooney | if melwitt is not about | 16:59 |
sean-k-mooney | its pretty small and would be nice to get landed to unblock the other | 17:00 |
*** k_mouza has joined #openstack-nova | 17:04 | |
*** mgariepy has joined #openstack-nova | 17:06 | |
*** sapd1 has quit IRC | 17:07 | |
*** k_mouza has quit IRC | 17:09 | |
*** JamesBen_ has joined #openstack-nova | 17:14 | |
*** mvorwerk has quit IRC | 17:14 | |
*** JamesBenson has quit IRC | 17:14 | |
*** aj_mailing has joined #openstack-nova | 17:15 | |
*** mkrai has quit IRC | 17:19 | |
melwitt | artom, sean-k-mooney: I can look if no one else gets to it first | 17:20 |
artom | melwitt, cheers! | 17:20 |
*** hamalq has quit IRC | 17:31 | |
lyarwood | sean-k-mooney: I'll look this evening | 17:37 |
*** maciejjozefczyk has joined #openstack-nova | 17:37 | |
artom | lyarwood, you can't, you're the author | 17:38 |
artom | With gibi and bauzas on PTO, melwitt and alex_xu are the only 2 cores who can +A it | 17:38 |
melwitt | and dansmith | 17:43 |
dansmith | artom: ouch artom, ouch | 17:47 |
artom | dansmith, not my fault you're off in 1/4 U2 land | 17:47 |
artom | U0.5 | 17:47 |
lyarwood | artom: sorry I was talking about another patch | 17:53 |
artom | lyarwood, whoops, apologies, here I go assuming stuff | 17:53 |
lyarwood | https://review.opendev.org/#/c/738432/ | 17:53 |
artom | dansmith, aww, thanks, you're bumped to U1 now ;) | 17:54 |
* dansmith scowls | 17:54 | |
artom | You think I'm just going to stop making lame puns? | 17:56 |
*** jsuchome has quit IRC | 18:01 | |
*** k_mouza has joined #openstack-nova | 18:23 | |
*** mlavalle has quit IRC | 18:54 | |
*** mlavalle has joined #openstack-nova | 18:54 | |
*** nightmare_unreal has quit IRC | 19:03 | |
openstackgerrit | Merged openstack/nova stable/queens: objects: Update keypairs when saving an instance https://review.opendev.org/743271 | 19:04 |
*** k_mouza has quit IRC | 19:20 | |
*** k_mouza has joined #openstack-nova | 19:26 | |
*** k_mouza has quit IRC | 19:26 | |
*** k_mouza has joined #openstack-nova | 19:27 | |
*** k_mouza has quit IRC | 19:32 | |
*** mriedem has left #openstack-nova | 19:42 | |
lyarwood | sean-k-mooney: http://paste.openstack.org/show/796745/ - getting this in a two node stable/queens env, any ideas? | 19:55 |
lyarwood | https://bugs.launchpad.net/os-vif/+bug/1749972 - of course I've hit this before lol | 19:55 |
openstack | Launchpad bug 1749972 in os-vif "`brctl setageing $bridge 0` fails on Ubuntu 16.04 4.4.0-21-generic" [Undecided,Invalid] | 19:55 |
lyarwood | virt-builder is both awesome and a PITA sometimes | 19:56 |
* lyarwood updates and reboots | 19:56 | |
openstackgerrit | Merged openstack/nova master: func: Introduce a server_expected_state kwarg to InstanceHelperMixin._live_migrate https://review.opendev.org/743710 | 19:57 |
*** gyee has joined #openstack-nova | 19:59 | |
*** nweinber has quit IRC | 20:01 | |
openstackgerrit | Merged openstack/nova master: Add regression test for bug 1879787 https://review.opendev.org/741230 | 20:48 |
openstack | bug 1879787 in OpenStack Compute (nova) "post_live_migration does not handle Neutron errors" [Medium,In progress] https://launchpad.net/bugs/1879787 - Assigned to Artom Lifshitz (notartom) | 20:48 |
*** openstackgerrit has quit IRC | 20:52 | |
-openstackstatus- NOTICE: The openstackgerrit IRC bot (gerritbot) will be offline for a short period while we redeploy it on a new server | 20:52 | |
*** vishalmanchanda has quit IRC | 21:14 | |
*** raildo has quit IRC | 21:15 | |
*** martinkennelly has quit IRC | 21:30 | |
*** zzzeek has joined #openstack-nova | 21:38 | |
*** ayoung has quit IRC | 21:48 | |
*** ayoung has joined #openstack-nova | 21:49 | |
*** slaweq has quit IRC | 21:51 | |
sean-k-mooney | lyarwood: just so its still on your list https://review.opendev.org/#/c/738432/ :) | 21:55 |
artom | sean-k-mooney, FWIW it's on mine, I normally do reviews on Thursdays | 21:59 |
artom | (yes, I've compartmentalized my week like that) | 21:59 |
artom | Tbh, it would help if the commit message was in better English :/ | 21:59 |
sean-k-mooney | artom: cool but i would really like to get that merged before the end of the week | 22:00 |
artom | No shade on the original author, I realize writing commit messae (or anything, really), in a second language is hard | 22:00 |
artom | sean-k-mooney, it's not your patch though... are you going to iterate on it? | 22:00 |
sean-k-mooney | if need but i want to get this downstream into 16.1 sooner rather then later | 22:01 |
sean-k-mooney | i have just been trying to get people to review | 22:01 |
sean-k-mooney | i tested the first verision but i need to retet the latest version | 22:01 |
*** ociuhandu_ has quit IRC | 22:05 | |
*** maciejjozefczyk has quit IRC | 22:20 | |
*** mlavalle has quit IRC | 22:30 | |
*** gregwork has joined #openstack-nova | 22:45 | |
*** rcernin has joined #openstack-nova | 22:45 | |
*** tkajinam has joined #openstack-nova | 22:54 | |
*** JamesBen_ has quit IRC | 23:01 | |
*** JamesBenson has joined #openstack-nova | 23:04 | |
*** logan- has quit IRC | 23:05 | |
*** JamesBenson has quit IRC | 23:10 | |
artom | nova-grenade-multinode just failed twice in a row with apparently the same errors | 23:45 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!