Earlier  
Posted Nick Remark
#openstack-nova - 2017-11-09
17:13:20 jaypipes efried: ok, never mind. change in future patch.
17:13:26 efried ack
17:14:39 efried jaypipes I got the impression that the fixture was mocking the database-ness in some way different than the main TestCase base .
17:15:14 jaypipes efried: I hate the whole USES_DB_SELF crap.
17:15:28 jaypipes along with NoDBTestCase... just doesn't make logical sense.
17:17:22 efried jaypipes Well, FWIW, NoDB+USES_DB_SELF seems to run 19-23% faster (CPU vs. wallclock)
17:17:37 efried (sample size: 1)
17:17:58 jaypipes efried: I just hate the incongruence.
17:18:02 efried mm
17:20:52 efried jaypipes Appears same effect could be achieved by inheriting from TestCase, setting USES_DB = False, and also setting USES_DB_SELF = True.
17:21:14 openstackgerrit Murali Annamneni proposed openstack/nova master: Enables MySQL Cluster Support for Nova https://review.openstack.org/446643
17:21:29 jaypipes efried: USES_DB_SELF is a terribly-named class variable.
17:21:37 jaypipes efried: I mean, wtf does that even mean? :(
17:22:15 efried USES_a_DB_that_i_will_configure_mySELF_so_dont_do_it_for_me ?
17:24:08 efried The code that consumes those vars looks pretty simple; *and* they appear to be mutually exclusive, so the base class(es) could toggle the one based on the other. Then we could come up with better names, and jaypipes is a happy bear.
17:24:20 efried bbiab
17:40:18 jaypipes efried_afk: number of requests for you in https://review.openstack.org/#/c/518124/
18:13:46 snasir Hi Nova people. I have this error in Nova-conductor logs (using Newton Release), when I try to spawn a baremetal node . Changed the compute_driver to ironic driver and ironic_host_manager in nova.conf to do so. https://thepasteb.in/p/Vmh0yPQz56GC4
18:14:15 snasir Desperately need some help. I dont see any other logs to indicate why nova cannot schedule.. Any help would be greatly appreciated, Thanks
18:18:22 snasir Is anyone here ?
18:33:56 snasir Anybody ?
18:36:36 openstackgerrit Mike Lowe proposed openstack/nova master: live-mig: keep disk device address same https://review.openstack.org/518022
18:39:37 jaypipes snasir: not many people here due to people being in Sydney at the OpenStack summit...
18:40:01 jaypipes snasir: have you asked on the #openstack-ironic channel and/or the openstack@ mailing list?
18:41:35 jaypipes snasir: compute-0: (ComputeCapabilitiesFilter) capability is missing
18:41:52 jaypipes snasir: there is a capability that compute-0 doesn't have that the flavor you are booting requires.
19:00:42 snasir jaypipes: oh ok, No the problem is with the other node, which just fails at Retry
19:07:57 jaypipes snasir: I'm telling you that the logs are pointing out why a NoValidHost is being returned. Compute-0 is being filtered out of the results because it's missing a required capability.
19:41:38 openstackgerrit Elod Illes proposed openstack/nova master: Transform instance-live_migration_pre notification https://review.openstack.org/482070
20:13:48 efried jaypipes Module-level using rp.context -- does rp have a .context or just a ._context?
20:14:03 jaypipes efried: yeah, sorry, rp._context
20:14:19 efried jaypipes You're okay with me using a private member for the sake of making the method module-level?
20:14:27 jaypipes efried: yes sir
20:14:29 efried ight.
20:18:42 openstackgerrit Merged openstack/nova master: Extract allocation candidates functional tests https://review.openstack.org/518123
20:28:23 jmlowe jaypipes: got a sec?
20:28:36 jaypipes jmlowe: yessir
20:31:13 jmlowe so I gave that test another try, I think it should work but it doesn't seem to update the xml like I expect it to, is there some obvious gross conceptual error on my part?
20:31:15 jmlowe http://logs.openstack.org/22/518022/7/check/openstack-tox-py27/104cb93/testr_results.html.gz
20:37:24 jaypipes jmlowe: looking....
20:45:28 jaypipes jmlowe: gawd I hate dealing with XML... :( the only thing I'm guessing is maybe because the host list is a sub-element one level further down from the address element, that maybe the copy-destination-element thing isn't working properly? Try changing the alias element, which *is* at the same level as the address element and seeing if that works.
20:46:50 jmlowe on the upside if it can't do nested then it's probably a bug, there are certainly storage systems where the sub elements can and should change over time
20:55:58 jaypipes jmlowe: ack. I'm just grasping at straws really :)
20:56:22 jmlowe I'm trying to find where the alias is generated
21:08:00 jmlowe so I can't actually locate where the alias is generated, but I'm thinking it's generated from the address which isn't supposed to change
21:36:49 openstackgerrit Marco Chiappero proposed openstack/nova master: Add a communication channel for power management support https://review.openstack.org/512815
22:32:19 openstackgerrit Eric Fried proposed openstack/nova master: Refactor test_allocation_candidates https://review.openstack.org/518124
22:32:19 openstackgerrit Eric Fried proposed openstack/nova master: Test alloc candidates with same RC in cn & shared https://review.openstack.org/513149
22:32:20 openstackgerrit Eric Fried proposed openstack/nova master: Test allocation_candidates with only sharing RPs https://review.openstack.org/518382
22:32:20 openstackgerrit Eric Fried proposed openstack/nova master: Test allocation candidates: multiple aggregates https://review.openstack.org/518633
22:32:25 efried jaypipes ^
22:38:20 efried jaypipes Is underscore a special character in SQL?
22:38:47 efried bah, not that it should matter, I would expect sqla to be escaping any py vars that come through.
22:41:27 efried Last update of that topmost test case, the aggregate-crossing behavior went away, and I have no idea why.
22:43:02 efried Ah, there, it's back. I had a typo in the test case.
22:45:59 openstackgerrit Eric Fried proposed openstack/nova master: Test allocation candidates: multiple aggregates https://review.openstack.org/518633
22:49:27 openstackgerrit Eric Fried proposed openstack/nova master: Test allocation candidates: multiple aggregates https://review.openstack.org/518633
23:11:38 openstackgerrit Eric Fried proposed openstack/nova master: Test allocation candidates: multiple aggregates https://review.openstack.org/518633
23:11:58 efried jaypipes Added a smaller test case to isolate the aggregate crossover behavior ^
#openstack-nova - 2017-11-10
00:33:06 masber good morning, I can see this in the nova logs 2017-11-10 11:11:36.747 7 WARNING nova.compute.manager [req-1db68b3d-0457-4626-a57e-4a29fb17e7c4 - - - - -] While synchronizing instance power states, found 2 instances in the database and 0 instances on the hypervisor
00:33:12 masber on the compute node
00:33:17 masber is there a way to solve this?
00:50:30 larsks masber: do the instance show up when you do an 'openstack server list'?
01:04:02 openstackgerrit Stephen Finucane proposed openstack/nova master: Cleanup build_request_spec https://review.openstack.org/515539
01:07:36 masber larsks, yes I can see the instances when I run openstack server list
01:09:18 masber larsks, these are some of the logs I can see from compute node log files http://paste.openstack.org/show/625989/
01:32:26 masber larsks, most of the instances are missing http://paste.openstack.org/show/625990/
01:52:06 stephenfin jaypipes: Wanna have a look at this? https://review.openstack.org/#/c/510680/
02:11:04 openstackgerrit Yikun Jiang proposed openstack/nova master: WIP: Add cross cell sort support for get_migrations https://review.openstack.org/517273
03:15:14 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration db and object pagination support. https://review.openstack.org/514904
03:22:40 openstackgerrit Merged openstack/nova master: Add Flavor.description attribute https://review.openstack.org/514371
03:33:41 openstackgerrit Yikun Jiang proposed openstack/nova master: Implement query param schema for migration index https://review.openstack.org/518644
04:07:10 openstackgerrit Yikun Jiang proposed openstack/nova master: WIP: Add cross cell sort support for get_migrations https://review.openstack.org/517273
04:07:30 openstackgerrit Merged openstack/nova master: Avoid redundant security group queries in GET /servers/{id}/os-security-groups https://review.openstack.org/517648
04:08:01 openstackgerrit Yikun Jiang proposed openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
04:16:15 openstackgerrit Yikun Jiang proposed openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
04:42:56 openstackgerrit Merged openstack/nova master: Cleanup build_request_spec https://review.openstack.org/515539
05:05:04 stephenfin *mikal, even
05:06:47 openstackgerrit Rabi Mishra proposed openstack/nova master: Revert "Don't overwrite binding-profile" https://review.openstack.org/518833
05:42:53 masber hi all
05:43:09 masber I am having problems with nova, I can't create a VM http://paste.openstack.org/raw/625993/
06:16:16 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration db and object pagination support. https://review.openstack.org/514904
06:18:01 openstackgerrit Yikun Jiang proposed openstack/nova master: Implement query param schema for migration index https://review.openstack.org/518644
06:18:45 openstackgerrit Yikun Jiang proposed openstack/nova master: WIP: Add cross cell sort support for get_migrations https://review.openstack.org/517273
06:19:04 openstackgerrit Zhenyu Zheng proposed openstack/nova master: nova-manage db archive_deleted_rows is not multi-cell aware https://review.openstack.org/507486
06:33:15 openstackgerrit Yikun Jiang proposed openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
06:49:04 openstackgerrit Rabi Mishra proposed openstack/nova master: Revert "Don't overwrite binding-profile" https://review.openstack.org/518833
06:49:40 ramishra stephenfin: Hi!
06:49:52 stephenfin ramishra: Hey
06:50:13 ramishra It seems the revert fixes heat gate ^^^
06:51:38 stephenfin ramishra: Have you any idea why it breaks it though
06:51:44 stephenfin moshele isn't around or I'd ask him
06:52:35 ramishra stephenfin: I don't know why it breaks, may be something with the image don't know
06:53:45 ramishra stephenfin: added nova to the bug for you guys to have a look and see if we can revert or there can be a quick fix
06:54:53 stephenfin ramishra: To be honest, I think I'm about the only one around here and as I didn't approve that, I'd be reluctant to revert it straight off. Can this wait til Monday when everyone else is back?
06:56:27 ramishra stephenfin: I mean heat gate is broken and nothing can merge, but if no one is around atm, no option but to wait
06:57:00 ramishra we've the option of skipping the tests though
06:57:27 stephenfin ramishra: Yeah, good point. I think the policy is to fast-revert anything that breaks stuff, so I've done that. Someone can investigate Monday
06:57:55 ramishra stephenfin: thanks!
06:58:29 stephenfin ramishra: No problem. I'm away next week but can you work with moshele to resolve these issues, please?

Earlier   Later