Earlier  
Posted Nick Remark
#openstack-nova - 2019-09-02
13:00:25 openstackgerrit Luyao Zhong proposed openstack/nova master: db: Add resources column in instance_extra table https://review.opendev.org/678447
13:00:26 openstackgerrit Luyao Zhong proposed openstack/nova master: Add resources dict into _Provider https://review.opendev.org/678449
13:00:26 openstackgerrit Luyao Zhong proposed openstack/nova master: object: Introduce Resource and ResouceList objs https://review.opendev.org/678448
13:00:27 openstackgerrit Luyao Zhong proposed openstack/nova master: Retrieve the allocations early https://review.opendev.org/678450
13:00:28 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: report VPMEM resources by provider tree https://review.opendev.org/678454
13:00:28 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Enable driver discovering PMEM namespaces https://review.opendev.org/678453
13:00:28 openstackgerrit Luyao Zhong proposed openstack/nova master: Claim resources in resource tracker https://review.opendev.org/678452
13:00:29 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Support VM creation with vpmems and vpmems cleanup https://review.opendev.org/678455
13:00:30 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Enable driver configuring PMEM namespaces https://review.opendev.org/679640
13:00:30 openstackgerrit Luyao Zhong proposed openstack/nova master: Add functional tests for virtual persistent memory https://review.opendev.org/678470
13:00:30 openstackgerrit Luyao Zhong proposed openstack/nova master: Parse vpmem related flavor extra spec https://review.opendev.org/678456
13:26:24 openstackgerrit Chris Dent proposed openstack/nova master: single pass instance info fetch in host manager https://review.opendev.org/623558
13:32:58 cdent efried, mriedem: I've still not managed to unit test that ^ but I did do some tweaks to the loop so that it yields more simply, as efried suggested. As I said on the patch, if someone else wants to poke at it that would be welcome, I've got other things leaking into my priorities :(
13:35:13 openstackgerrit Chris Dent proposed openstack/nova master: Tune up db.instance_get_all_uuids_by_hosts https://review.opendev.org/679627
13:35:14 openstackgerrit Chris Dent proposed openstack/nova master: single pass instance info fetch in host manager https://review.opendev.org/623558
13:52:25 openstackgerrit Balazs Gibizer proposed openstack/nova master: Refactor MigrationTask._execute https://review.opendev.org/679651
13:55:12 openstackgerrit Balazs Gibizer proposed openstack/nova master: unit test: do not fill rp mapping for failed re-schedule https://review.opendev.org/679653
13:55:59 bauzas gibi: to make it clear, I'm about to +W https://review.opendev.org/#/c/655110/ but do you want me to hold until we fully review the series ?
13:56:20 bauzas gibi: I think we can safely merge the above given we don't call it yet
13:56:50 gibi bauzas:I have no objection against merging that :)
13:56:56 bauzas heh ok
13:57:19 gibi bauzas: and thank you
13:57:28 luyao dansmith: Are you around?
13:57:54 bauzas gibi: well, this one is easy
13:57:58 bauzas all the credits go to you
14:04:39 bauzas luyao: today's bank holiday for US folks https://en.wikipedia.org/wiki/Labor_Day
14:05:08 openstackgerrit sean mooney proposed openstack/nova master: [WIP] multi numa nfv testing job https://review.opendev.org/679656
14:07:37 luyao bauzas: ok, thanks
14:08:38 openstackgerrit sean mooney proposed openstack/nova master: [WIP] multi numa nfv testing job https://review.opendev.org/679656
14:10:41 sean-k-mooney donnyd: not sure if your around today but ^ should run against the FN multi numa lable and do some basic testing
14:11:06 donnyd Oh nice
14:11:21 donnyd I will be in and out
14:11:43 sean-k-mooney its basicaly my fedora job but swaped to use the new lable with some minor tweaks.
14:12:36 sean-k-mooney donnyd: no worries its a holiday in the us right. im going to spend some time today tweaking the job and hopefully it will be working when people get back tomorow
14:14:53 donnyd Please LMK if something isn't working right on my end
14:15:13 sean-k-mooney it seams to be workign fine so far http://zuul.openstack.org/stream/4778ebe053804dbb976917fd40c1a860?logfile=console.log
14:59:04 sean-k-mooney donnyd: so in the plus side some of the test that spawn vms are passing. on the minus side i for got to turn on the live migration tests
15:03:52 donnyd Do you think the extra memory helps?
15:05:28 sean-k-mooney am it does to a degree in that i can more easily allocate memory to hugepages
15:05:37 sean-k-mooney but i could make it work with 8G
15:06:11 sean-k-mooney donnyd: looks like the job is almost done
15:12:56 sean-k-mooney donnyd: uploading logs to swift takes a while
15:15:03 sean-k-mooney donnyd: https://d14c0e495b00eea27855-0acfe5e696fda6aec28b6c718c3c4841.ssl.cf2.rackcdn.com/679656/2/check/tempest-nfv-multi-numa-multinode/4778ebe/testr_results.html.gz :) thats not bad for a first try.
15:16:00 aspiers kashyap: what exception should be raised?
15:16:06 donnyd That's not too bad at all
15:17:21 sean-k-mooney i have a few bugs in my job definition mainly stuff i remvoed that i thought was not needed but is
15:17:29 sean-k-mooney once i fix that i think everythin should pass
15:18:20 kashyap aspiers: In a call. But how about an error on "Invalid MachineType" or some such?
15:18:35 sean-k-mooney the contoler node was deployed the way i wanted with kvm but the compute node is missing some of the setting
15:18:47 aspiers kashyap: you mean a new exception class?
15:19:06 aspiers InvalidMachineType?
15:19:23 kashyap aspiers: I just used CamelCase as an example. But but a simple error should do, no?
15:19:40 aspiers kashyap: I need to decide on an exception class
15:19:57 aspiers I can't just raise a string
15:20:01 aspiers TypeError: exceptions must derive from BaseException
15:20:10 kashyap aspiers: Right, InvalidMachineType sounds reasonable, then?
15:20:14 aspiers so I'm not sure what you mean by "simple error"
15:20:24 aspiers Yeah I could add that
15:20:32 kashyap Forgive; split attention
15:22:41 kashyap aspiers: Mind alerting me when you post that?
15:33:54 aspiers sure
15:35:49 openstackgerrit sean mooney proposed openstack/nova master: [WIP] multi numa nfv testing job https://review.opendev.org/679656
15:38:13 sean-k-mooney now with 100% more live migration tests ^
15:38:45 sean-k-mooney still no cinder/swift ro concurancy however.@chat:button1
15:44:52 openstackgerrit Balazs Gibizer proposed openstack/nova master: prepare func test env for moving servers with bandwidth https://review.opendev.org/655109
15:44:53 openstackgerrit Balazs Gibizer proposed openstack/nova master: Func test for migrate server with ports having resource request https://review.opendev.org/655113
15:45:38 sean-k-mooney bauzas: care to +w on https://review.opendev.org/#/c/636334/49 it has 3 +2s and the follow up patch also has +2+w
15:46:42 sean-k-mooney my device model series that is in the runway is conflciting with the sev series so the sooner we merge one the better
15:49:44 stephenfin ffs, I need to rebase again
15:50:24 stephenfin gibi: Think you could send these trivial fixes on their way before I do? https://review.opendev.org/#/c/678861/ https://review.opendev.org/#/c/678902/ https://review.opendev.org/#/c/678902/
15:51:12 stephenfin Actually, bauzas, think you could hit https://review.opendev.org/#/c/676729/ https://review.opendev.org/#/c/674103/ ?
15:51:19 stephenfin More trivial patches that I don't want to have to rebase
15:53:13 openstackgerrit Balazs Gibizer proposed openstack/nova master: Make _rever_allocation nested allocation aware https://review.opendev.org/676138
15:55:56 openstackgerrit Balazs Gibizer proposed openstack/nova master: Support reverting migration / resize with bandwidth https://review.opendev.org/676140
15:56:18 bauzas sean-k-mooney: on it
15:56:21 bauzas stephenfin: ack
15:56:40 stephenfin bauzas: Do mine first. I'll look at sean-k-mooney's ;-)
15:57:15 stephenfin sean-k-mooney: '[scheduler] enable_legacy_pinning_policy_translation' (default = False)
15:57:18 stephenfin Happy with that?
15:57:36 bauzas stephenfin: lol, ok
15:57:49 sean-k-mooney stephenfin: i would drop legacy
15:57:59 stephenfin Good idea
15:58:05 sean-k-mooney given by defualt we want to translate in the future
15:58:07 sean-k-mooney but yes
15:58:20 stephenfin that's a hangover from when we planned to kill these
15:58:33 stephenfin kill hw:cpu_policy et al, that is
15:58:41 sean-k-mooney ya
15:58:41 openstackgerrit Balazs Gibizer proposed openstack/nova master: Func test for migrate re-schedule with bandwidth https://review.opendev.org/676972
15:59:28 openstackgerrit sean mooney proposed openstack/nova master: [WIP] multi numa nfv testing job https://review.opendev.org/679656
16:01:28 openstackgerrit Balazs Gibizer proposed openstack/nova master: Support migrating SRIOV port with bandwidth https://review.opendev.org/676980
16:04:20 openstackgerrit Balazs Gibizer proposed openstack/nova master: Allow migrating server with port resource request https://review.opendev.org/671497
16:07:10 openstackgerrit Balazs Gibizer proposed openstack/nova master: Allow resizing server with port resource request https://review.opendev.org/679019
16:07:10 openstackgerrit Balazs Gibizer proposed openstack/nova master: Do not query allocations twice in finish_revert_resize https://review.opendev.org/678827
16:32:11 openstackgerrit Stephen Finucane proposed openstack/nova master: Remove dead code https://review.opendev.org/679668
16:35:00 openstackgerrit Merged openstack/nova master: allow getting resource request of every bound ports of an instance https://review.opendev.org/655110
17:35:43 openstackgerrit Dustin Cowles proposed openstack/nova master: Provider Config File: Public method to retrieve custom resources https://review.opendev.org/676029
17:35:43 openstackgerrit Dustin Cowles proposed openstack/nova master: Provider Config File: YAML file loading and schema validation https://review.opendev.org/673341
17:35:44 openstackgerrit Dustin Cowles proposed openstack/nova master: Provider Config File: Update provider tree with new custom resources https://review.opendev.org/676522
18:02:56 openstackgerrit sean mooney proposed openstack/nova master: [WIP] multi numa nfv testing job https://review.opendev.org/679656
18:07:08 openstackgerrit Merged openstack/nova master: Pass network API to the conducor's MigrationTask https://review.opendev.org/655111

Earlier   Later