Earlier  
Posted Nick Remark
#openstack-nova - 2017-11-27
22:40:00 dansmith mriedem: definitely if we don't allow sort keys or directions (agreed we shouldn't)
22:40:05 zigo melwitt: I'll try to always set writethrough and see what happens...
22:40:16 dansmith mriedem: looks like it was blindly copied in there huh?
22:40:22 melwitt zigo: something that might work is if you set [libvirt]/disk_cachemodes = file=writethrough
22:40:46 dansmith mriedem: I can apply more brainpower to this tomorrow if needed
22:41:04 zigo melwitt: Thanks, trying now !
22:42:51 openstackgerrit Eric Berglund proposed openstack/nova master: WIP: PowerVM Driver: SEA https://review.openstack.org/523216
22:45:04 zigo melwitt: Bad luck, it's still the same log in nova-compute.log ... :/
22:45:04 mriedem dansmith: there is a patch below it which extracts some of the common object wrapper bits, but otherwise yeah it's mostly a copy of instance_list
22:45:37 dansmith mriedem: yeah, I'm not really in favor of genericifying that stuff unless we need to, it just becomes more complex
22:45:38 mriedem and i'm thinking if the user can't pass sort keys/dirs, (which they can't for os-migrations), then it's less work for us to just find the marker, page from there (like we used to do for instances) and merge sort the results at the end
22:45:46 dansmith yup
22:46:06 mriedem i know yikun wrote up some test cases so i think he was mostly worried about the merge sort prat
22:46:07 mriedem *part
22:46:13 melwitt zigo: guh :( okay, so we have some bug there where we're not setting cache mode in that particular code path or something like that. I'd have to dig into it more to know what's going on there
22:46:49 zigo melwitt: Let me check with /var/lib/nova/instances mounted on ext4, just to make sure that's the issue.
22:47:31 melwitt zigo: what images_type are you using? just flat? or is it volume or ceph?
22:48:13 zigo melwitt: You mean for the image that I'm trying to boot? It's a "nornal" qcow2 image ...
22:48:42 zigo ie: the official Debian OpenStack Stretch image that I maintain in cdimages.debian.org/cdimages/openstack ...
22:49:04 zigo flat file in glance ...
22:49:33 melwitt oh okay, I see
22:59:52 zigo melwitt: I'm getting a different error due to other issues in my setup (neutron issue apparently), but I'm not seeing the qemu-img problem anymore after mounting over ext4 !
23:00:00 zigo So definitively there's a problem...
23:01:17 zigo Should I file a bug?
23:03:14 melwitt zigo: yeah, if you could file a bug that would help us look into it
23:13:30 gmann mriedem: melwitt happy to get more review on novaclient zullv3 migration - https://review.openstack.org/#/q/topic:zuulv3-novaclient
23:18:31 zigo melwitt: https://bugs.launchpad.net/nova/+bug/1734784
23:18:31 openstack Launchpad bug 1734784 in OpenStack Compute (nova) "Cannot boot instances on filesystem without O_DIRECT support (fails on tmpfs)" [Undecided,New]
23:22:27 melwitt zigo: ack, thanks
23:57:57 openstackgerrit Matt Riedemann proposed openstack/nova master: Deprecate file injection https://review.openstack.org/522027
#openstack-nova - 2017-11-28
00:13:57 tonyb export COMPUTE_API_VERSION=1.1
00:14:30 tonyb is that ^^ even valid? I though 2.1 was the functional minimum or am I confused?
00:15:43 artom tonyb, I don't think that's valid
00:16:02 artom I noticed that as well in the stuff we ship in OSP by default
00:16:20 artom Somehow it ends up settling on latest, though, so I didn't dig further
00:16:24 artom But it's definitely weird
00:24:51 tonyb artom: I'm preety sure the version negotiation decides '1.1' isn't valid and defaults to latest.
00:25:17 tonyb artom: something to fix in queens
01:17:36 openstackgerrit Li Xipeng proposed openstack/nova master: Fix bug as BDM failed when booting from volume https://review.openstack.org/522486
01:22:15 openstackgerrit Eli Qiao proposed openstack/nova master: Api-guide: Add Block Device Mapping https://review.openstack.org/522084
01:52:57 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Refined fix for validating image on rebuild https://review.openstack.org/523212
01:52:57 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Add regression test for rebuild with new image doubling allocations https://review.openstack.org/523213
01:52:58 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Fix doubling allocations on rebuild https://review.openstack.org/523214
01:56:07 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Add regression test for rebuild with new image doubling allocations https://review.openstack.org/523213
01:56:07 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Fix doubling allocations on rebuild https://review.openstack.org/523214
02:21:01 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add x-openstack-request-id in API ref https://review.openstack.org/523007
03:02:41 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Implement query param schema for migration index https://review.openstack.org/518644
03:04:10 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Extract SortContext/SortWrapper of instance_list into utils https://review.openstack.org/518871
03:33:17 openstackgerrit Guoqiang Ding proposed openstack/nova master: Update the documentation links https://review.openstack.org/523288
03:48:45 openstackgerrit Merged openstack/nova master: Refined fix for validating image on rebuild https://review.openstack.org/521186
05:34:40 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Fix 'all_tenants' & 'all_projects' type in api-ref https://review.openstack.org/522918
05:37:19 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Add 'all_tenants' for GET sec group api ref https://review.openstack.org/522910
05:38:15 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Fix 'all_tenants' & 'all_projects' type in api-ref https://review.openstack.org/522918
06:14:35 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Extract SortContext/SortWrapper of instance_list into utils https://review.openstack.org/518871
06:16:16 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add cross cell sort support for get_migrations https://review.openstack.org/517273
06:18:08 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Implement query param schema for migration index https://review.openstack.org/518644
06:18:54 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Extract SortContext/SortWrapper of instance_list into utils https://review.openstack.org/518871
06:19:26 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add cross cell sort support for get_migrations https://review.openstack.org/517273
06:33:08 openstackgerrit Ghanshyam Mann proposed openstack/nova master: check query param for server groups function https://review.openstack.org/500347
06:55:18 openstackgerrit xulei proposed openstack/nova master: correct the resource provider log when return 409 https://review.openstack.org/521764
06:58:59 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add cross cell sort support for get_migrations https://review.openstack.org/517273
07:52:47 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add cross cell sort support for get_migrations https://review.openstack.org/517273
07:59:46 openstackgerrit Hamdy Khader proposed openstack/nova master: Adding NVMEoF for libvirt driver https://review.openstack.org/482640
08:30:38 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: get vGPU stats from hypervisor https://review.openstack.org/512965
08:30:39 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: provide vGPU inventory in compute node https://review.openstack.org/516217
08:30:39 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: create vGPU for instance https://review.openstack.org/516899
08:30:40 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: provide VGPU_DISPLAY_HEAD inventory in compute node https://review.openstack.org/523342
08:37:45 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: provide VGPU_DISPLAY_HEAD inventory in compute node https://review.openstack.org/523342
08:39:31 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
08:54:50 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for lock/unlock instances https://review.openstack.org/523353
09:02:42 openstackgerrit Hamdy Khader proposed openstack/nova master: Adding NVMEoF for libvirt driver https://review.openstack.org/482640
09:22:51 alex_xu cdent: good morning, I have a confuse on this patch https://review.openstack.org/#/c/510626, looks like we just ignore the 'generation' parameter from the request, is it on purpose? or I missed something
09:23:43 cdent yes, it is ignored on purpose. the idead is that when you do a GET the generation is included, so if you want to PUT that back you don’t have to worry about removing the generation
09:23:48 cdent there’s more in the linked spec
09:27:28 alex_xu cdent: ah, thanks
09:30:37 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: update the picture in Xen hypervisor document https://review.openstack.org/523360
09:32:23 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: update the picture in Xen hypervisor document https://review.openstack.org/523360
09:37:20 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: update the picture in Xen hypervisor document https://review.openstack.org/523360
10:08:45 openstackgerrit Claudiu Belu proposed openstack/nova master: POC: tests: autospecs all the mock.patch usages https://review.openstack.org/470775
10:20:48 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and changes-since for instance-actions https://review.openstack.org/326326
10:40:55 saop Hello all
10:41:12 nkorabli Hey
10:41:35 saop I have openstack pike, and i tried to provision one instance with nova using libvirt driver
10:42:33 saop I got error regarding "VirtualInterfaceCreateException: Virtual Interface creation failed"
10:42:58 saop My dhcp is right and everything seems fine
10:43:06 saop any idea what's the problem?
10:56:03 nkorabli I'm not an expert on that, sorry..
10:58:01 openstackgerrit xulei proposed openstack/nova master: correct the resource provider log when return 409 https://review.openstack.org/521764
11:03:49 nsingh i am facing an issue ref: http://paste.openstack.org/show/627553/. any help?
11:06:24 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
11:09:05 openstackgerrit Merged openstack/nova master: [placement] Symmetric GET and PUT /allocations/{consumer_uuid} https://review.openstack.org/510626
11:24:25 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for lock/unlock instances https://review.openstack.org/523353
11:38:33 openstackgerrit Balazs Gibizer proposed openstack/nova master: Extract instance allocation removal code https://review.openstack.org/513041
11:56:49 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and changes-since for instance-actions https://review.openstack.org/326326
11:56:57 openstackgerrit Wangpan proposed openstack/nova master: Handle ImageInUse exception during instance backup https://review.openstack.org/523395
12:09:20 openstackgerrit Chris Dent proposed openstack/nova master: [placement] Enable limiting GET /allocation_candidates https://review.openstack.org/513526
12:12:51 ebbex /os-simple-tenant-usage/{tenant_id} , should that query return duplicates in "server_usages": [] ?
12:15:30 efried nsingh Still around?
12:15:43 nsingh yes
12:16:13 efried nsingh What's the config group?

Earlier   Later