Earlier  
Posted Nick Remark
#openstack-nova - 2018-01-09
22:56:54 mriedem placement was ocata
22:57:00 SamYaple no sorry, itc lag
22:57:08 mriedem CoreFilter has been around awhile yes
22:57:11 SamYaple the corefilter, thats been around since before mitaka, yes
22:57:13 SamYaple cool
22:57:18 SamYaple sorry just looking at https://github.com/openstack/nova/blob/mitaka-eol/nova/conf/scheduler.py#L126
22:57:31 mriedem yeah the CoreFilter was never a default filter for some reason
22:57:43 SamYaple didnt see it listed and we were removing the retryfilter and now its overcommitting vcpus
22:58:07 SamYaple we added the corefilter intothe copied list and it started filtering likeit should
22:58:14 SamYaple was just tryingto trackdown the disconnect
22:58:19 mriedem ildikov: a rebase and https://review.openstack.org/#/c/271047/51/nova/tests/unit/api/openstack/compute/test_serversV21.py is as far as i got; was trying to get that libvirt test that was race failing to pass, but couldn't after over an hour
22:59:16 mriedem rechecking the tempest test patch and calling it a day
23:00:22 ildikov mriedem: sounds good enough, thanks!
23:00:22 mriedem dansmith: yes i hacked up that comment pretty bad :)
23:00:29 dansmith mriedem: :P
23:00:37 mriedem will put a fix on top tomorrow
23:01:02 ildikov mriedem: I will look into it tomorrow too
23:09:33 openstackgerrit Merged openstack/nova stable/pike: Fix an error in _get_host_states when deleting a compute node https://review.openstack.org/529626
#openstack-nova - 2018-01-10
00:59:50 openstackgerrit Matt Riedemann proposed openstack/nova master: Fix comment in MigrationSortContext https://review.openstack.org/532368
01:01:23 mriedem alex_xu: need another reviewer on https://review.openstack.org/#/c/330406/ - we have +2s on the 2 changes below it
01:11:20 mriedem efried: i think you're wrong about https://bugs.launchpad.net/nova/+bug/1742311
01:11:22 openstack Launchpad bug 1742311 in OpenStack Compute (nova) "AttributeError in report client error path" [Undecided,Invalid]
01:11:24 mriedem because https://github.com/requests/requests/blob/v2.18.4/requests/models.py#L663
01:25:27 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Use neutron port_list when filtering instance by ip https://review.openstack.org/525505
02:09:38 alex_xu mriedem: got it, will get it done today
02:31:24 gmann alex_xu: if you can check this simple one,we can close the BP - https://review.openstack.org/#/c/531061/
02:32:17 alex_xu gmann: got it
02:32:29 gmann alex_xu: thanks
02:32:33 alex_xu gmann: np
02:35:03 takashin
02:39:13 openstackgerrit Kevin Zhao proposed openstack/nova master: Modify the test case of get_disk_mapping_rescue_with_config https://review.openstack.org/494156
02:58:52 openstackgerrit Eric Berglund proposed openstack/nova master: WIP: PowerVM Driver: vSCSI https://review.openstack.org/526094
05:25:16 openstackgerrit Takashi NATSUME proposed openstack/nova master: Transform rescue/unrescue instance notifications https://review.openstack.org/385644
05:34:20 openstackgerrit Rajesh Tailor proposed openstack/nova master: Host addition host-aggregate should be case-sensitive https://review.openstack.org/498334
05:51:54 openstackgerrit Jie Li proposed openstack/nova-specs master: Support volume-backed server rebuild https://review.openstack.org/532407
06:00:40 openstackgerrit Jie Li proposed openstack/nova-specs master: Support volume-backed server rescue https://review.openstack.org/532410
06:11:28 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Use neutron port_list when filtering instance by ip https://review.openstack.org/525505
06:40:11 openstackgerrit Jie Li proposed openstack/nova-specs master: Support volume-backed server rescue https://review.openstack.org/532410
06:50:46 openstackgerrit Jie Li proposed openstack/nova-specs master: Support volume-backed server rebuild https://review.openstack.org/532407
07:04:24 openstackgerrit Lajos Katona proposed openstack/nova master: Deduplicate service status notification samples https://review.openstack.org/531381
07:14:13 openstackgerrit Jie Li proposed openstack/nova-specs master: Support volume-backed server rescue https://review.openstack.org/532410
07:22:16 openstackgerrit Jie Li proposed openstack/nova-specs master: Support volume-backed server rebuild https://review.openstack.org/532407
07:44:09 openstackgerrit Jie Li proposed openstack/nova master: Support volume-backed server rescue https://review.openstack.org/531524
07:59:33 ameeda Morning :)
07:59:44 ameeda please review my code here "https://review.openstack.org/#/c/526900/" and let me know if I need to write microversions.
07:59:46 ameeda Yikun Jiang (Kero) asked me to write microversions since he said that I changed a status code on a particular response.
08:00:02 ameeda Thanks !
08:05:49 yikun @ameeda, actually, I'm not sure we should add a new micro version in this change or not.
08:05:54 yikun yeah, we change the status code and API behaviour when "Metadata property value > 255".(400 ---> 200)
08:06:03 yikun but as @jichen mentioned: we don't accept 255 before and now we accept it , no impact to end user ?
08:06:22 yikun I think you maybe can get some help from @alex_xu or @takashi.
08:10:00 ameeda yikun: thanks alot :)
08:10:52 ameeda alex_xu: are you around ?
08:10:57 ameeda takashi: also ?
08:12:37 alex_xu ameeda: I added it into my review list, will try it asap
08:13:32 ameeda alex_xu: thank you very much :)
08:36:50 gmann ameeda: alex_xu we are all good in term of microversion, this does not change the API behavior
08:37:09 gmann need to check whether it fix the reported bug or not
08:52:48 gmann ameeda: left comment there
08:55:30 openstackgerrit Jie Li proposed openstack/nova master: Support volume-backed server rescue https://review.openstack.org/531524
08:59:25 bauzas morning Novaers
09:01:15 gmann morning
09:01:22 ameeda gmann: Thank you for review, so I need to return the master code, this restrict the length of the value, I removed the limitations for that ? I will change the reno. also add a functional regression test.
09:03:56 gmann ameeda: you mean this? - https://review.openstack.org/#/c/526900/17/nova/compute/api.py
09:04:14 ameeda gmann: yes
09:04:35 gmann ameeda: i checked and it should not have impact but let me confirm again.
09:05:22 ameeda gmann: thanks :)
09:05:30 gmann ameeda: np!
09:22:30 gmann ameeda: i still not find if that code truncated the value in case of system metadata
09:22:38 gmann ameeda: any failure link etc?
09:24:29 ameeda gmann: I am not sure. I still beginner with nova and openstack, so you guess that I need to restore the original code ?
09:25:14 gmann ameeda: np!. let's not change that and see whether bug is fixed or not. you can check locally also and by adding functional tests also
09:26:03 gmann ameeda: if something compute/api.py change needs to do we can do later. but i am sure changing DB field and util function should work
09:27:42 ameeda gmann: what about functional tests. its important ? if so, how I can do that ?
09:31:37 gmann ameeda: yea it is imp to see bug is fixed and it does not regress . example is like these tests - https://github.com/openstack/nova/tree/master/nova/tests/functional/regressions
09:32:01 ameeda gmann: thanks for your help and your time.
09:32:09 gmann ameeda: with that we can get to know whether bug is actually fixed and no more hidden restriction/truncation etc
09:32:16 gmann ameeda: np!
09:35:47 openstackgerrit sahid proposed openstack/nova master: libvirt: slow live-migration to ensure network is ready https://review.openstack.org/497457
09:53:10 openstackgerrit caishan proposed openstack/nova master: Unit testing test_driver.py indent issue https://review.openstack.org/532473
09:57:07 openstackgerrit caishan proposed openstack/nova master: Unit testing test_driver.py indent issue https://review.openstack.org/532473
10:07:18 openstackgerrit Stephen Finucane proposed openstack/nova master: Fix typo in release note https://review.openstack.org/531854
10:24:45 mdbooth lyarwood: Could you take a look at https://review.openstack.org/#/c/531524/ ? I'd like to encourage the author to resurrect your stable rescue series instead.
10:26:55 lyarwood mdbooth: sure, there's a spec up for review for this, might provide the feedback there - https://review.openstack.org/#/c/532410/3/specs/rocky/approved/volume-backed-server-rescue.rst
10:27:39 mdbooth Hmm. I didn't see that linked from the bp.
10:28:13 lyarwood mdbooth: it isn't, it's on the gerrit topic.
10:28:28 mdbooth Eurgh.
10:29:00 stephenfin lyarwood: Small question here https://review.openstack.org/#/c/460243/13/nova/virt/libvirt/driver.py@1273
10:29:41 mdbooth I reviewed the patch anyway, which had issues. I pointed out your series as a much more thorough alternative which was also previously nearly across the line.
10:36:30 mdbooth stephenfin: I answered for him :)
10:38:29 stephenfin mdbooth: Ta!
10:38:39 stephenfin That's done now, as promised
10:45:37 openstackgerrit sahid proposed openstack/nova master: hardware: only take into account small pages https://review.openstack.org/532168
10:50:24 lyarwood stephenfin / mdbooth ; yup thanks, context is still required for attach
11:07:41 openstackgerrit Jie Li proposed openstack/nova-specs master: Support volume-backed server rescue https://review.openstack.org/532410
11:11:01 openstackgerrit Liam Young proposed openstack/nova master: Add exception to no-upcall note of cells doc https://review.openstack.org/532491
11:14:20 sean-k-mooney did they upgrade gerrit recently? i just commented on a patch set 15 of someting and it included old draft comment i had on patchset 4 also...
11:15:32 sean-k-mooney granted it did at least include them on the patchset 4 version but still that annoying when you cant see that they are there
11:17:43 gibi sean-k-mooney: yeah, this is a new feature from the last gerrit upgrade
11:17:53 gibi sean-k-mooney: but the upgrade happened couple of months ago

Earlier   Later