*** erlon has quit IRC | 00:00 | |
*** sambetts_ has quit IRC | 00:12 | |
*** sambetts_ has joined #openstack-nova | 00:13 | |
*** cdent has quit IRC | 00:15 | |
*** ileixe has joined #openstack-nova | 00:55 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova-specs master: Re-propose numa-aware-live-migration spec https://review.openstack.org/599587 | 00:56 |
---|---|---|
*** brinzhang has joined #openstack-nova | 01:21 | |
openstackgerrit | Yikun Jiang proposed openstack/nova master: Remove live_migration_progress_timeout config https://review.openstack.org/619142 | 01:23 |
alex_xu | stephenfin: do you know whether we support resize for numa topology stuff? I didn't see where we update the numa topo in req_spec with new flavor when resize | 02:00 |
*** cfriesen has quit IRC | 02:12 | |
*** ileixe has quit IRC | 02:22 | |
*** ileixe has joined #openstack-nova | 02:24 | |
*** owalsh has quit IRC | 02:25 | |
*** mrsoul has joined #openstack-nova | 02:27 | |
*** owalsh has joined #openstack-nova | 02:39 | |
*** mhen has quit IRC | 02:46 | |
*** tonyb has quit IRC | 02:49 | |
*** mhen has joined #openstack-nova | 02:50 | |
*** whoami-rajat has joined #openstack-nova | 02:52 | |
*** tonyb has joined #openstack-nova | 02:52 | |
*** cfriesen has joined #openstack-nova | 03:05 | |
*** psachin has joined #openstack-nova | 03:12 | |
*** udesale has joined #openstack-nova | 03:13 | |
*** ileixe has quit IRC | 03:58 | |
*** ileixe has joined #openstack-nova | 03:59 | |
*** ileixe has quit IRC | 04:00 | |
*** janki has joined #openstack-nova | 04:29 | |
*** ivve has joined #openstack-nova | 04:35 | |
*** sridharg has joined #openstack-nova | 05:04 | |
*** psachin has quit IRC | 05:13 | |
*** ileixe has joined #openstack-nova | 05:14 | |
*** psachin has joined #openstack-nova | 05:14 | |
*** abhishekk has joined #openstack-nova | 05:33 | |
*** tonyb[m] has joined #openstack-nova | 05:36 | |
*** yikun has quit IRC | 05:41 | |
*** pcaruana has quit IRC | 05:44 | |
*** ratailor has joined #openstack-nova | 05:45 | |
*** janki has quit IRC | 05:55 | |
*** janki has joined #openstack-nova | 05:56 | |
*** ralonsoh has joined #openstack-nova | 06:23 | |
openstackgerrit | Yikun Jiang proposed openstack/nova master: Remove live_migration_progress_timeout config https://review.openstack.org/619142 | 06:32 |
openstackgerrit | Merged openstack/nova stable/rocky: Imported Translations from Zanata https://review.openstack.org/614757 | 06:49 |
*** cfriesen has quit IRC | 06:57 | |
*** david-lyle has joined #openstack-nova | 07:03 | |
*** dklyle has quit IRC | 07:04 | |
*** pcaruana has joined #openstack-nova | 07:08 | |
*** rmart04 has joined #openstack-nova | 07:11 | |
*** rmart04 has quit IRC | 07:19 | |
*** Luzi has joined #openstack-nova | 07:23 | |
*** dtantsur|afk is now known as dtantsur | 07:38 | |
openstackgerrit | Yongli He proposed openstack/nova-specs master: add 'show-server-group' spec https://review.openstack.org/612255 | 07:47 |
*** rcernin has quit IRC | 07:48 | |
*** slaweq has joined #openstack-nova | 07:49 | |
openstackgerrit | Yongli He proposed openstack/nova-specs master: add spec "show-server-numa-topology" https://review.openstack.org/612256 | 07:51 |
*** rmart04 has joined #openstack-nova | 07:59 | |
*** yonglihe has joined #openstack-nova | 08:01 | |
*** jangutter has joined #openstack-nova | 08:05 | |
*** rmart04 has quit IRC | 08:11 | |
*** sridharg has quit IRC | 08:13 | |
*** awalende has joined #openstack-nova | 08:14 | |
*** sridharg has joined #openstack-nova | 08:17 | |
*** helenaAM has joined #openstack-nova | 08:27 | |
*** brault has joined #openstack-nova | 08:58 | |
*** mdbooth has joined #openstack-nova | 09:01 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova master: Bump compute service to indicate attach/detach root volume is supported https://review.openstack.org/614750 | 09:01 |
*** mdbooth has quit IRC | 09:03 | |
*** mdbooth has joined #openstack-nova | 09:11 | |
*** cdent has joined #openstack-nova | 09:16 | |
*** k_mouza has joined #openstack-nova | 09:17 | |
*** alexchadin has joined #openstack-nova | 09:19 | |
*** erlon has joined #openstack-nova | 09:24 | |
*** alexchadin has quit IRC | 09:29 | |
lyarwood | mdbooth: morning, can I bug you about fake_imagebackend this morning? | 09:37 |
mdbooth | lyarwood: You may | 09:37 |
* mdbooth is at home without his external monitors today, btw, waiting for a tradesman | 09:38 | |
lyarwood | mdbooth: cool, so, https://github.com/openstack/nova/blob/master/nova/tests/unit/virt/libvirt/fake_imagebackend.py#L124-L183 and the way it's currently returning a func over an actual class | 09:39 |
lyarwood | mdbooth: do you recall why you wired it up this up instead of returning some fake Image class? | 09:39 |
mdbooth | Have I got a patch up which changes that? | 09:39 |
mdbooth | The issue, iirc, is that you'd need to have a closed class | 09:39 |
mdbooth | i.e. the function it returns is a closure | 09:40 |
lyarwood | ahhhhh | 09:40 |
mdbooth | If you returned a class, the class would also have to be a closure over the same data | 09:40 |
mdbooth | However, I vaguely recall I may have a patch which touches this | 09:40 |
lyarwood | right, so I have that WIP change on top of another series from you where I'm attempting to use the static is_shared_block_storage method from the image classes that I obviously can't when it's a func | 09:41 |
mdbooth | Hmm, if I do I can't see it right now | 09:41 |
mdbooth | I'm *convinced* I've written a patch for this already | 09:42 |
*** alexchadin has joined #openstack-nova | 09:43 | |
mdbooth | If only we could land cleanup changes in non-geological time I wouldn't lose track of this stuff. | 09:43 |
*** tssurya has joined #openstack-nova | 09:43 | |
*** derekh has joined #openstack-nova | 09:44 | |
mdbooth | lyarwood: I'm pretty sure that whenever I wrote it, it was for exactly the issue you just hit, so I'm guessing we've worked on this before. | 09:45 |
lyarwood | kk looking through https://review.openstack.org/#/q/owner:%22Matthew+Booth+%253Cmbooth%2540redhat.com%253E%22+file:%22nova/tests/unit/virt/libvirt/fake_imagebackend.py%22 now | 09:47 |
lyarwood | mdbooth: yeah I really don't see it there, maybe you didn't post it? | 09:49 |
mdbooth | lyarwood: Possible | 09:49 |
mdbooth | lyarwood: Which bug are you working on? | 09:51 |
lyarwood | mdbooth: https://launchpad.net/bugs/1414895 & https://review.openstack.org/#/c/618478/1 | 09:52 |
openstack | Launchpad bug 1414895 in OpenStack Compute (nova) "failed compute node didn't delete instance's path directory in init_host" [Low,In progress] - Assigned to Lee Yarwood (lyarwood) | 09:52 |
mdbooth | lyarwood: Nope, I'm coming up blank. | 09:53 |
mdbooth | lyarwood: Lemme have a quick look at the code to refresh my memory. | 09:53 |
lyarwood | mdbooth: basically with images_type = rbd we never cleanup the instance directory after an evacuation | 09:54 |
lyarwood | mdbooth: we also don't have migrate_data set so I wanted to call down into the local backend to see if it's safe to remove the instance directory | 09:54 |
lyarwood | mdbooth: I don't understand the use of migrate_data here if I'm honest, given how the imagebackend is local to the current compute, I know we can't mix but it still seems pointless to stash in migrate_data | 09:55 |
*** jangutter has quit IRC | 09:56 | |
kashyap | Hey folks, those who dwell on the Nova API part: any specific reason why the custom server metadata value is limited to 255 bytes here: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L343,L360 | 09:58 |
*** jangutter has joined #openstack-nova | 09:59 | |
mdbooth | lyarwood: is_shared_block_storage() is a bug, btw | 09:59 |
mdbooth | lyarwood: Any use of it is pretty much guaranteed to be wrong in some circumstances | 09:59 |
lyarwood | mdbooth: how so? | 10:00 |
lyarwood | mdbooth: it's only True for the Rbd backend | 10:01 |
lyarwood | mdbooth: which is always shared | 10:01 |
mdbooth | lyarwood: Not necessarily shared between everything, though | 10:02 |
mdbooth | It's broken if you have more than 1 ceph pool | 10:03 |
lyarwood | mdbooth: that's still not a reason to leave the instance directory around on the source node of an evacuation | 10:04 |
lyarwood | mdbooth: or to not clean the instance directory up | 10:04 |
mdbooth | lyarwood: Ok, from very vague memory I picked an arbitrary imagebackend, probably Flat, and made it return a closed subclass of that | 10:04 |
mdbooth | Or perhaps it wasn't a subclass... perhaps it was an autospec'd Mock | 10:05 |
lyarwood | mdbooth: kk thanks, I'll take a swing at that today | 10:05 |
openstackgerrit | Michael Still proposed openstack/nova master: Remove utils.execute() calls from xenapi. https://review.openstack.org/619700 | 10:06 |
openstackgerrit | Michael Still proposed openstack/nova master: Remove utils.execute() from libvirt remotefs calls. https://review.openstack.org/619701 | 10:06 |
openstackgerrit | Michael Still proposed openstack/nova master: Remove utils.execute() from quobyte libvirt storage driver. https://review.openstack.org/619702 | 10:06 |
openstackgerrit | Michael Still proposed openstack/nova master: Move nova.libvirt.utils away from using nova.utils.execute(). https://review.openstack.org/619703 | 10:06 |
openstackgerrit | Michael Still proposed openstack/nova master: Imagebackend should call processutils.execute directly. https://review.openstack.org/619704 | 10:06 |
openstackgerrit | Michael Still proposed openstack/nova master: Remove final users of utils.execute() in libvirt. https://review.openstack.org/619705 | 10:06 |
*** yikun has joined #openstack-nova | 10:07 | |
*** tssurya has quit IRC | 10:11 | |
*** abhishekk has quit IRC | 10:18 | |
*** evrardjp has joined #openstack-nova | 10:20 | |
*** psachin has quit IRC | 10:26 | |
*** psachin has joined #openstack-nova | 10:27 | |
*** brinzhang has quit IRC | 10:30 | |
*** dpawlik_ has quit IRC | 10:32 | |
*** dpawlik has joined #openstack-nova | 10:37 | |
kashyap | mdbooth: Hi, got a moment to borrow your eyes on my understanding of a bit certain code? | 10:39 |
mdbooth | kashyap: Sure | 10:40 |
kashyap | mdbooth: So the context is I'm trying to fix this bug: https://bugs.launchpad.net/nova/+bug/1780138 | 10:41 |
openstack | Launchpad bug 1780138 in OpenStack Compute (nova) "Don't assume the guest machine type to be of 'pc'" [Medium,Confirmed] - Assigned to Kashyap Chamarthy (kashyapc) | 10:41 |
kashyap | mdbooth: See the "What will break?" section to get to the "tofu of the matter". | 10:41 |
mdbooth | Is that like a less-substantial meat of the matter? | 10:42 |
kashyap | Heh | 10:42 |
kashyap | mdbooth: My first step is to see in _get_guest_config() here: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L5194 | 10:43 |
kashyap | If the host capabilities (including the machine type for a given QEMU binary) will be in memory. | 10:43 |
kashyap | Let me show an example of what I mean: | 10:43 |
kashyap | Given this line of code there: caps = self._host.get_capabilities() | 10:46 |
*** lpetrut has joined #openstack-nova | 10:46 | |
kashyap | Will we have both the 'host' _and_ 'guest' part of the capabilities output as shown here: https://kashyapc.fedorapeople.org/virsh-capabilities.txt | 10:46 |
mdbooth | ok | 10:48 |
kashyap | I need to extract the default machine type (caps.guest.machine) for the QEMU on the given host, from this snippet: | 10:48 |
kashyap | <guest> | 10:48 |
kashyap | <os_type>hvm</os_type> | 10:48 |
kashyap | <arch name='x86_64'> | 10:48 |
kashyap | <wordsize>64</wordsize> | 10:48 |
kashyap | <emulator>/usr/bin/qemu-system-x86_64</emulator> | 10:48 |
kashyap | <machine maxCpus='255'>pc-i440fx-3.0</machine> | 10:48 |
kashyap | [...] | 10:48 |
*** sambetts_ has quit IRC | 10:49 | |
*** sambetts has joined #openstack-nova | 10:49 | |
kashyap | So my question is do you know if we'll have the "guest.arch.machine" as well in memory. (And not just the <host> part) | 10:50 |
kashyap | If you're deeply buried in something, disregard me, I'll keep duking around :-) | 10:50 |
mdbooth | kashyap: Sorry, repair guy just turned up | 10:52 |
kashyap | mdbooth: Yeah, saw your note about it earlier. Keep going | 10:52 |
kashyap | I also need to shortly step out to get some groceries | 10:53 |
mdbooth | kashyap: To 'answer' your question, I have no idea :) | 10:55 |
kashyap | mdbooth: No worries, I'm trying to figure out how on earth to try it; maybe break-points and do 'print' of "caps", etc | 10:55 |
kashyap | I'll let you know when / if I see the light | 10:56 |
sean-k-mooney | kashyap: i belive you can use the machive type to set the arch but not sure. this was a capablit i taught we always had but recently i have been less sure if we actully support it or not | 10:57 |
kashyap | sean-k-mooney: Heya, I'm not trying to set the arch via machine type. What I want to know is, what _exactly_ are the contents of "caps" | 10:58 |
kashyap | [Where caps = self._host.get_capabilities()] | 10:58 |
kashyap | And how do I "see" it | 10:58 |
sean-k-mooney | kashyap: i would hope it was be what is show in virsh cabalities for that emalator type | 10:59 |
*** k_mouza has quit IRC | 10:59 | |
kashyap | sean-k-mooney: So, 'virsh capabilities' has two parts: <host> and <guest> (per emulator) | 10:59 |
kashyap | E.g. https://kashyapc.fedorapeople.org/virsh-capabilities.txt | 10:59 |
kashyap | sean-k-mooney: Given that 'caps' holds self._host.get_capabilities(), will it have _both_ parts is what I'm wondering. | 11:00 |
sean-k-mooney | kashyap: i added the arm package and this got added to virsh capablities http://paste.openstack.org/show/735969/ | 11:01 |
kashyap | sean-k-mooney: That's on your host, and is expected :-). | 11:02 |
kashyap | So, I'll assume Nova will have the entire 'virsh capabilities' output from the host. | 11:03 |
*** mdbooth has quit IRC | 11:03 | |
kashyap | When it runs: self._host.get_capabilities() | 11:03 |
sean-k-mooney | yes but you can list the falgs of the different cpus yes and get there capablities | 11:03 |
*** mdbooth has joined #openstack-nova | 11:05 | |
kashyap | sean-k-mooney: Nod; my main goal is to extract the default machine from the caps XML and update the code in _get_guest_config() to reflect that | 11:07 |
*** udesale has quit IRC | 11:07 | |
kashyap | (Instead of assuming the machine the machine type is "pc", when 'guest.os_mach_type == None' -- as noted in the code snippet in the bug.) | 11:07 |
* kashyap --> groceries; bbiab | 11:08 | |
*** mdbooth has quit IRC | 11:09 | |
*** alexchadin has quit IRC | 11:09 | |
*** jchhatbar has joined #openstack-nova | 11:13 | |
* cdent waves | 11:13 | |
sean-k-mooney | o/ | 11:14 |
kashyap | cdent: Heya, wonder if you saw my earlier question about Nova API and metadata value limit to 255 bytes | 11:15 |
cdent | kashyap: I didn't see it. I also know almost nothing about anything :) | 11:15 |
*** janki has quit IRC | 11:15 | |
kashyap | 10:58 < kashyap> Hey folks, those who dwell on the Nova API part: any specific reason why the custom server metadata value is limited to 255 bytes here: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L343,L360 | 11:15 |
kashyap | Heh, okay; I'll do a `git blame` and find the culprit ;-) | 11:16 |
cdent | It's probably an arbitrary choice of the "there needs to be some limit and we all love the number 255" sort | 11:16 |
kashyap | Hehe | 11:17 |
*** k_mouza has joined #openstack-nova | 11:17 | |
*** mdbooth_ has joined #openstack-nova | 11:19 | |
*** mdbooth_ is now known as mdbooth | 11:20 | |
*** psachin has quit IRC | 11:26 | |
sean-k-mooney | kashyap: if you like im sure we could change it to 42 | 11:26 |
*** jchhatba_ has joined #openstack-nova | 11:29 | |
*** jchhatbar has quit IRC | 11:32 | |
*** cdent has quit IRC | 11:49 | |
*** tssurya has joined #openstack-nova | 11:53 | |
jangutter | clearly, 640KB should be enough for everybody (second time today I said this). | 11:58 |
*** ileixe has quit IRC | 12:01 | |
openstackgerrit | Matthew Booth proposed openstack/nova master: Fix configure() called after DatabaseAtVersion fixture https://review.openstack.org/619723 | 12:06 |
mdbooth | ^^^ was a pig to find, causes non-deterministic failures in unit tests based on the order they run in a worker | 12:06 |
*** cdent has joined #openstack-nova | 12:16 | |
*** pcaruana has quit IRC | 12:26 | |
*** mdbooth has quit IRC | 12:34 | |
*** awalende_ has joined #openstack-nova | 12:57 | |
*** awalende has quit IRC | 13:01 | |
*** skatsaounis has quit IRC | 13:06 | |
*** cdent has quit IRC | 13:12 | |
openstackgerrit | Elod Illes proposed openstack/nova master: Transform scheduler.select_destinations notification https://review.openstack.org/508506 | 13:17 |
*** ratailor has quit IRC | 13:20 | |
*** cdent has joined #openstack-nova | 13:22 | |
*** davidsha has joined #openstack-nova | 13:40 | |
*** whoami-rajat has quit IRC | 13:48 | |
*** skatsaounis has joined #openstack-nova | 13:51 | |
*** tbachman has joined #openstack-nova | 13:55 | |
*** tbachman has quit IRC | 14:02 | |
*** cfriesen has joined #openstack-nova | 14:37 | |
*** awalende_ has quit IRC | 14:41 | |
*** cfriesen has quit IRC | 14:42 | |
*** ratailor has joined #openstack-nova | 14:43 | |
*** Luzi has quit IRC | 14:53 | |
*** cfriesen has joined #openstack-nova | 15:01 | |
*** dpawlik has quit IRC | 15:06 | |
*** mmethot has quit IRC | 15:09 | |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Extend RequestGroup object for mapping https://review.openstack.org/619527 | 15:16 |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Calculate RequestGroup resource provider mapping https://review.openstack.org/616239 | 15:16 |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Fill the RequestGroup mapping during schedule https://review.openstack.org/619528 | 15:16 |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Pass resource provider mapping to neutronv2 api https://review.openstack.org/616240 | 15:16 |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Recalculate request group - RP mapping during re-schedule https://review.openstack.org/619529 | 15:16 |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Send RP uuid in the port binding https://review.openstack.org/569459 | 15:16 |
openstackgerrit | Balazs Gibizer proposed openstack/nova master: Test boot with more ports with bandwidth request https://review.openstack.org/573317 | 15:16 |
*** lpetrut has quit IRC | 15:22 | |
*** cdent has quit IRC | 15:23 | |
*** mchlumsky has joined #openstack-nova | 15:39 | |
*** mmethot has joined #openstack-nova | 15:41 | |
*** pcaruana has joined #openstack-nova | 16:00 | |
*** maciejjozefczyk has joined #openstack-nova | 16:01 | |
*** cdent has joined #openstack-nova | 16:02 | |
*** dpawlik has joined #openstack-nova | 16:04 | |
*** dave-mccowan has joined #openstack-nova | 16:05 | |
*** maciejjozefczyk has quit IRC | 16:06 | |
*** dpawlik has quit IRC | 16:08 | |
*** ratailor has quit IRC | 16:29 | |
*** dave-mccowan has quit IRC | 16:45 | |
*** jchhatba_ has quit IRC | 16:54 | |
*** helenaAM has quit IRC | 16:58 | |
*** jangutter has quit IRC | 17:02 | |
openstackgerrit | Matthew Booth proposed openstack/nova master: Fix configure() called after DatabaseAtVersion fixture https://review.openstack.org/619723 | 17:06 |
*** dtantsur is now known as dtantsur|afk | 17:07 | |
lyarwood | hmm is tox -e debug also broken for others at the moment? | 17:10 |
lyarwood | Unhandled error: TypeError: Can't instantiate abstract class SubclassSignatureTestCase with abstract methods _get_base_class | 17:10 |
lyarwood | is all I'm getting, even running oslo_debug_helper directly | 17:11 |
*** sridharg has quit IRC | 17:15 | |
*** slaweq has quit IRC | 17:16 | |
*** rmart04 has joined #openstack-nova | 17:34 | |
*** davidsha has quit IRC | 17:35 | |
*** k_mouza_ has joined #openstack-nova | 17:38 | |
*** k_mouza has quit IRC | 17:42 | |
*** k_mouza_ has quit IRC | 17:42 | |
*** derekh has quit IRC | 18:00 | |
*** erlon has quit IRC | 18:01 | |
*** awalende has joined #openstack-nova | 18:06 | |
*** ralonsoh has quit IRC | 18:08 | |
*** rmart04 has quit IRC | 18:09 | |
*** awalende has quit IRC | 18:10 | |
*** rmart04 has joined #openstack-nova | 18:10 | |
*** tssurya has quit IRC | 18:23 | |
*** cdent has quit IRC | 18:25 | |
*** rmart04 has quit IRC | 18:27 | |
artom | lyarwood, maybe try with -r ? | 18:56 |
*** k_mouza has joined #openstack-nova | 18:56 | |
*** k_mouza has quit IRC | 19:00 | |
openstackgerrit | Jack Ding proposed openstack/nova-specs master: Flavor Extra Spec and Image Properties Validation https://review.openstack.org/618542 | 19:11 |
*** artom has quit IRC | 19:19 | |
*** artom has joined #openstack-nova | 19:19 | |
*** david-lyle has quit IRC | 19:47 | |
*** tbachman has joined #openstack-nova | 20:30 | |
*** slaweq has joined #openstack-nova | 20:40 | |
*** dave-mccowan has joined #openstack-nova | 20:55 | |
*** xek__ has quit IRC | 21:01 | |
*** xek__ has joined #openstack-nova | 21:02 | |
*** xek__ has quit IRC | 21:03 | |
*** xek__ has joined #openstack-nova | 21:04 | |
*** xek__ has quit IRC | 21:05 | |
*** imacdonn has quit IRC | 21:06 | |
*** imacdonn has joined #openstack-nova | 21:06 | |
*** xek has joined #openstack-nova | 21:06 | |
*** xek has quit IRC | 21:09 | |
*** xek has joined #openstack-nova | 21:09 | |
*** xek has quit IRC | 21:11 | |
*** xek_ has joined #openstack-nova | 21:11 | |
*** dave-mccowan has quit IRC | 21:11 | |
*** xek_ has quit IRC | 21:12 | |
*** slaweq has quit IRC | 21:21 | |
*** pcaruana has quit IRC | 21:46 | |
*** Yingxin has quit IRC | 22:03 | |
*** awalende has joined #openstack-nova | 22:06 | |
*** awalende has quit IRC | 22:11 | |
openstackgerrit | Lee Yarwood proposed openstack/nova master: libvirt: Always cleanup the instance dir when using block image backends https://review.openstack.org/618478 | 22:12 |
openstackgerrit | Lee Yarwood proposed openstack/nova master: fixtures: Return a mocked class instead of method within fake_imagebackend https://review.openstack.org/619804 | 22:12 |
*** mchlumsky has quit IRC | 22:36 | |
*** lbragstad has joined #openstack-nova | 22:53 | |
openstackgerrit | Lee Yarwood proposed openstack/nova master: fixtures: Return a mocked class instead of method within fake_imagebackend https://review.openstack.org/619804 | 22:56 |
openstackgerrit | Lee Yarwood proposed openstack/nova master: libvirt: Always cleanup the instance dir when using block image backends https://review.openstack.org/618478 | 22:56 |
*** eandersson has joined #openstack-nova | 23:10 | |
*** mmethot has quit IRC | 23:13 | |
*** slaweq has joined #openstack-nova | 23:18 | |
*** xek has joined #openstack-nova | 23:25 | |
*** slaweq has quit IRC | 23:27 | |
openstackgerrit | Andreas Karis proposed openstack/nova-specs master: Remove doc about metadata from 'share-pci-between-numa-nodes' https://review.openstack.org/619807 | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!