Earlier  
Posted Nick Remark
#openstack-nova - 2017-10-12
23:00:51 dansmith but you mean untargeted and thus pointing at cell0 by virtue of the config right?
23:00:59 dansmith I wonder if we should do two things:
23:01:04 melwitt but it's probably RequestContext like you said
23:01:22 melwitt yes, untargeted but going to cell0 by config
23:01:25 dansmith 1. Make target_cell freak out or log a warning if we try to target a targeted cell, at least to see if we do that anywhere
23:01:38 dansmith 2. copy.deepcopy() in that mofo
23:01:40 dansmith and maybe
23:01:52 melwitt yeah that thing is being set on RequestContext
23:02:02 dansmith 3. Check for context._enginefacade_context before the copy and log another warning
23:02:22 melwitt yeah, sounds like a plan
23:02:55 dansmith I'm also mildly skeptical of reproducing this in a unittest environment and not introducing other unrealistic situations,
23:03:06 dansmith but since you have a reproducer for that, I guess it's the best place to start
23:03:12 dansmith but I reserve the right to object to fakery
23:03:26 melwitt heh
23:04:22 melwitt dansmith: okay. I really have to run out for an appointment right now. did you want to run with those changes? otherwise I can try them out later after I'm back
23:04:46 dansmith melwitt: i have to run too, but when I'm back I can put up a patch if you can try testing against it
23:05:32 melwitt dansmith: yep, can do. thanks for the brain-crushing discussion
23:05:52 melwitt ditto
23:16:08 dansmith sapd_: anything weird about your deployment that would be a clue as to why you're seeing this?
23:16:15 dansmith sapd_: that's even more puzzling tome
23:16:24 dansmith sapd_: only one main cell I assume right?
23:17:44 sapd_ yes. I have only one cell, cell1 and 3 dbs for nova - nova-api , nova_cell0. nova_cell1
23:20:16 dansmith sapd_: and you see that transaction message when? on every list? when listing during other activity?
23:21:27 sapd_ when I use to listing instance, though I can use horizon normal.
23:24:40 dansmith sapd_: does that mean
23:24:49 dansmith listing from the command line only?
23:26:44 Kevin_Zheng https://review.openstack.org/#/c/509326
23:27:10 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add 'delete_host' command in 'nova-manage cell_v2' https://review.openstack.org/510324
23:27:33 Kevin_Zheng mriedem ^ could you review this one again?
23:37:05 openstackgerrit Merged openstack/nova stable/pike: Ensure instance can migrate when launched concurrently https://review.openstack.org/508591
23:39:45 openstackgerrit Dan Smith proposed openstack/nova master: Deepcopy context during targeting, and sanity check some things https://review.openstack.org/511651
23:43:07 openstackgerrit Merged openstack/nova master: Add missing tests for _remove_deleted_instances_allocations https://review.openstack.org/496847
#openstack-nova - 2017-10-13
00:12:52 openstackgerrit Dan Smith proposed openstack/nova master: Regenerate context during targeting, and sanity check some things https://review.openstack.org/511651
00:24:03 openstackgerrit Dan Smith proposed openstack/nova master: Regenerate context during targeting, and sanity check some things https://review.openstack.org/511651
00:50:02 openstackgerrit Merged openstack/nova master: Make TestRPC inherit from the base nova TestCase https://review.openstack.org/507239
01:16:11 sapd_ dansmith, listing from command :D
01:16:56 dansmith sapd_: is anything else going on on the cloud when you're doing this btw?
01:17:05 dansmith sapd_: also is it only when you do --all-tenants?
01:17:38 sapd_ no, When I use normal user, I get this error too.
01:30:01 dansmith sapd_: you could try applying this: https://review.openstack.org/#/c/511651/
01:30:12 dansmith sapd_: back out the other change and apply this, api and conductor nodes at least
01:35:57 openstackgerrit Chen Hanxiao proposed openstack/nova master: libvirt: properly decode error message from qemu guest agent https://review.openstack.org/511459
01:47:50 sapd_ When I turn on DEBUG mode, I see Generated UUID 7bfa7fa8-ea0b-43bd-9b13-ffb1f92806a1 for service 67 _from_db_object /usr/lib/python2.7/dist-packages/nova/objects/service.py:245
01:48:15 sapd_ But service with id 67 was nova-compute ocata, and It was deleted dansmith
01:48:31 sapd_ The new service with id 95
01:51:20 sapd_ The compute name is compute-1, I saw three records in services table in nova_cell1 database
02:00:08 alex_xu efried: the aggregate/shared is the most complex part, previous implementation is using the sql building the mapping between shared rp and root rp, currently we move that into the python code
02:00:54 alex_xu efried: the basic logic is ensure the correct combination of the root rp and shared rp, and find out the traits in those combination
02:03:50 sapd_ hi dansmith! I fixed that error, I deleted two records of a compute service.
02:07:18 alex_xu gmann: fyi, we got some feedback from nova meeting http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-10-12-21.00.log.html#l-90
02:15:59 gmann alex_xu: yea i saw. i will update BP/spec accordingly
02:22:27 alex_xu gmann: thanks
02:43:56 openstackgerrit Matt Riedemann proposed openstack/nova stable/ocata: Fix joins in instance_get_all_by_host https://review.openstack.org/511682
02:50:48 openstackgerrit Rong Han proposed openstack/nova master: Modify zh_CN translation error. https://review.openstack.org/511686
03:01:05 openstackgerrit melanie witt proposed openstack/nova master: Remove old-style quotas code https://review.openstack.org/511689
03:20:08 vivsoni from pike onwards, do we have some other flag to enable multipath .. other than 'volume_use_multipath = True'
03:21:23 vivsoni In case of FC, i am able to see multiple vlun, but ISCSI there is only one vluns created after cinder volume attached to nova instance
03:23:05 vivsoni the 'connector' value passed to cinder's driver code 'initialise_connection' function does have 'multipath=False' instead of 'multipath=True' in case of ISCSI
03:29:03 openstackgerrit jichenjc proposed openstack/nova master: mv generate_glance_url to get_image_endpoint_url https://review.openstack.org/511400
03:36:55 openstackgerrit jichenjc proposed openstack/nova master: Remove glance usage inside compute https://review.openstack.org/511392
03:36:55 openstackgerrit jichenjc proposed openstack/nova master: Remove usage of glance.generate_image_url https://review.openstack.org/511397
05:43:19 openstackgerrit jichenjc proposed openstack/nova master: Add description for reousrce class creation https://review.openstack.org/508083
05:48:05 openstackgerrit jichenjc proposed openstack/nova master: Enhance doc for placement allocation list https://review.openstack.org/511715
05:58:29 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi: Support live migration in pooled multi-nodes environment https://review.openstack.org/489451
06:27:25 openstackgerrit jichenjc proposed openstack/nova master: mv generate_glance_url to get_image_endpoint_url https://review.openstack.org/511400
06:31:29 openstackgerrit jichenjc proposed openstack/nova master: Remove glance usage inside compute https://review.openstack.org/511392
06:31:29 openstackgerrit jichenjc proposed openstack/nova master: Remove usage of glance.generate_image_url https://review.openstack.org/511397
06:42:52 openstackgerrit Huan Xie proposed openstack/nova master: [WIP] VGPU: Define vgpu related resources https://review.openstack.org/511180
06:53:15 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and timestamp filtering support for os-migrations API https://review.openstack.org/506030
07:01:07 bauwser good morning folks
07:14:59 gibi bauwser: good morning
07:26:32 openstackgerrit Jianghua Wang proposed openstack/nova master: rt: Implement XenAPI get_inventory() method https://review.openstack.org/339204
07:53:04 openstackgerrit jichenjc proposed openstack/nova master: Enhance doc for placement allocation list https://review.openstack.org/511715
08:02:38 openstackgerrit Merged openstack/nova master: Reproduce bug 1721652 in the functional test env https://review.openstack.org/510176
08:02:39 openstack bug 1721652 in OpenStack Compute (nova) "Evacuate cleanup fails at _delete_allocation_for_moved_instance" [High,In progress] https://launchpad.net/bugs/1721652 - Assigned to Balazs Gibizer (balazs-gibizer)
08:13:16 openstackgerrit jichenjc proposed openstack/nova master: mv generate_glance_url to get_image_endpoint_url https://review.openstack.org/511400
08:13:25 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and timestamp filtering support for os-migrations API https://review.openstack.org/506030
08:13:29 openstackgerrit Balazs Gibizer proposed openstack/nova stable/pike: Reproduce bug 1721652 in the functional test env https://review.openstack.org/511759
08:13:30 openstack bug 1721652 in OpenStack Compute (nova) "Evacuate cleanup fails at _delete_allocation_for_moved_instance" [High,In progress] https://launchpad.net/bugs/1721652 - Assigned to Balazs Gibizer (balazs-gibizer)
08:32:27 openstackgerrit zhangyangyang proposed openstack/nova master: Remove method get_by_service_id https://review.openstack.org/511767
09:00:35 openstackgerrit Huan Xie proposed openstack/nova master: [WIP] VGPU: Define vgpu related resources https://review.openstack.org/511180
10:07:36 victor exit
10:32:11 openstackgerrit Chhavi Agarwal proposed openstack/nova master: Volume detach should have instance uuid https://review.openstack.org/511804
11:04:08 openstackgerrit priyaduggirala proposed openstack/nova master: Rename parameters in call() of nova/image/glance.py https://review.openstack.org/508533
11:11:36 openstackgerrit Merged openstack/nova master: Implement query param schema for GET hypervisor(2.33) https://review.openstack.org/507344
11:53:03 epalper hi, I'm trying to nova vm from opnfv functest deployment seeing the following error in nova-compute.log
11:53:05 epalper https://paste.ubuntu.com/25731708/
11:53:39 epalper could you please tell me what is going on during nova boot ?
12:04:48 efried alex_xu What's the best source of information for me to understand the semantics of shared/aggregates?
12:05:05 efried Is there a nice doc? Is it described in a spec?
12:05:20 efried I pawed around specs a bit yesterday and couldn't find what I was looking for.
12:26:09 efried D'oh
12:32:53 openstackgerrit Balazs Gibizer proposed openstack/nova master: fix cleaning up evacuated instances https://review.openstack.org/510938
12:41:50 openstackgerrit Bhagyashri Shewale proposed openstack/nova-specs master: Skip instance backup image creation when rotation 0 https://review.openstack.org/511825
12:54:19 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Convenience Allocations objects for compute https://review.openstack.org/511831
12:57:11 openstackgerrit zhangyangyang proposed openstack/nova master: Remove method get_by_service https://review.openstack.org/511835
13:14:34 openstackgerrit Viktor Bass proposed openstack/nova master: doc: Fix command output in scheduler document https://review.openstack.org/511839
13:20:45 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Make TestRPC inherit from the base nova TestCase https://review.openstack.org/511842
13:22:22 openstackgerrit melanie witt proposed openstack/nova master: Remove old-style quotas code https://review.openstack.org/511689
13:23:02 mriedem melwitt: so did you and dan get to the bottom of https://launchpad.net/bugs/1722404 ?

Earlier   Later