Earlier  
Posted Nick Remark
#openstack-nova - 2018-02-06
02:05:32 mriedem Kevin_Zheng: yikun: easy docs bug to fix https://bugs.launchpad.net/nova/+bug/1747562
02:05:34 openstack Launchpad bug 1747562 in OpenStack Compute (nova) "CPU topologies in nova - wrong link for "Manage Flavors"" [Medium,Triaged]
02:07:10 Kevin_Zheng mriedem can you check https://review.openstack.org/#/c/540796/ ? Seems your idea in original patch is incorrect
02:07:49 mriedem what was my idea in what original patch?
02:09:26 mriedem i guess you mean https://review.openstack.org/#/c/330285/
02:10:17 mriedem anyway +W
02:10:50 Kevin_Zheng https://review.openstack.org/#/c/330285/173/nova/compute/manager.py yeah
02:10:51 Kevin_Zheng here
02:11:51 Kevin_Zheng seems you were wrong and here response was correct but somehow the result is wrong :)
02:12:26 mriedem yeah i guess i had a typo; reviewing a change with 176 patch sets will do that
02:12:36 Kevin_Zheng heh
02:35:03 yikun mriedem, OK, thanks, I will try to fix. :D
02:35:23 Kevin_Zheng yikun already assigned to you :)
02:36:42 mriedem good luck
02:39:03 yikun https://review.openstack.org/#/c/522161/
02:39:14 yikun : ), ^^ and this is a issue make us can't create vm with unicode server name.
02:39:41 yikun I update the patch again~
02:40:16 yikun take a look if you have time, :)
02:41:41 openstackgerrit Takashi NATSUME proposed openstack/nova master: Transform servergroup.addmember notification https://review.openstack.org/541101
02:49:01 openstackgerrit pangliye proposed openstack/nova master: fix misspelling of 'projectUser' https://review.openstack.org/541108
03:34:07 openstackgerrit ChangBo Guo(gcb) proposed openstack/nova master: Use check_string_length from oslo_utils https://review.openstack.org/286390
03:35:41 openstackgerrit LiChunlin proposed openstack/nova master: update the description of hypervisor statistics response https://review.openstack.org/462355
03:44:22 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Fix wrong link for "Manage Flavors" in CPU topologies doc https://review.openstack.org/541116
04:05:42 openstackgerrit Merged openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
04:05:52 openstackgerrit Merged openstack/nova master: Trivial fix a missleading comment https://review.openstack.org/540796
04:22:37 openstackgerrit Takashi NATSUME proposed openstack/nova master: Adds view builders for keypairs controller https://review.openstack.org/347289
06:33:06 jianghuaw bauzas, you're right. XenServer has the same problem for VM resizing and migration. The new VM has no vGPU after these operations. We need fix that in Rocky.
06:36:14 jianghuaw bauzas, for "rescue VM", the instance being rescued won't have vGPU. But after unrescue it, it will get the vGPU again. Also placement will hold the allocation. So I think it's not a problem.
06:36:42 jianghuaw I guess there is no need to use workaround to rebuild an instance after rescue.
06:37:36 jianghuaw Maybe kvm is different for this item. Need you help to clarify.
07:00:45 openstackgerrit jichenjc proposed openstack/nova master: Avoid raise InstanceNotFound exception https://review.openstack.org/541152
07:25:03 openstackgerrit Nakanishi Tomotaka proposed openstack/nova master: Test Compute API in multiple cells https://review.openstack.org/534116
08:19:08 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: Provide support matrix and doc for VGPU https://review.openstack.org/540808
08:23:05 openstackgerrit Merged openstack/nova master: [placement] Add sending global request ID in put (1) https://review.openstack.org/531258
08:25:36 hrw morning
09:25:17 openstackgerrit Zhenyu Zheng proposed openstack/nova master: nova-manage db archive_deleted_rows is not multi-cell aware https://review.openstack.org/507486
09:25:20 stephenfin o/
09:32:34 openstackgerrit Marcin Juszkiewicz proposed openstack/nova master: Make sure that we have usable input for graphical console https://review.openstack.org/538003
09:35:12 bauzas good morning
09:35:33 bauzas stephenfin: could you please give me again the change you want me to review ?
09:36:22 stephenfin bauzas: It was that backport patch from mdbooth, but I'm told there's a small issue with it that should be resolved on master first
09:36:31 stephenfin bauzas: I'll ping you if/when it's ready to go again :)
09:38:31 bauzas k
09:38:33 hrw 14th version pushed. hope that it will be final ;D
09:40:56 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Fix wrong link for "Manage Flavors" in CPU topologies doc https://review.openstack.org/541116
09:52:44 hrw lovely comment from sahid ;)
10:12:55 gibi ameeda: hi! Thanks for updating the cleanup patch. I have one small nit: https://review.openstack.org/#/c/528385/17/nova/compute/manager.py@2508
10:13:43 ameeda gibi: I will add it now, Thank you !!
10:21:26 gibi ameeda: I like the fact that the current patch does not change the notification functional tests :)
10:21:58 vivsoni_ Hi Team, i have just now created devstack newton
10:22:07 vivsoni_ cinder service-list works fine
10:22:11 vivsoni_ but nova service-list
10:22:16 vivsoni_ gives error
10:22:18 vivsoni_ <type 'exceptions.ImportError'> (HTTP 500) (Request-ID: req-8d0cdb9c-4ae4-4544-9368-7934404aac53)
10:22:18 vivsoni_ ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
10:22:51 vivsoni_ not nova service-list... but it faild while creating nova boot
10:23:07 vivsoni_ command failed : nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny inst_1
10:26:28 ameeda gibi: it's my pleasure to do thing which keeps openstack stable :)
10:27:31 openstackgerrit Ameed Ashour proposed openstack/nova master: detach instance volumes when VM creation fails https://review.openstack.org/528385
10:27:49 ameeda gibi: patch uploaded ^ :)
10:30:16 azaid__ ameeda: Okay i will check it
10:31:12 stephenfin vivsoni_: You need to provide more detailed, debug-level logs, for us to have any hope with that
10:31:20 stephenfin vivsoni_: Looks like you're missing some Python package though
10:31:40 stephenfin vivsoni_: Report the bug as requested and we will take a look
10:32:13 hrw vivsoni_: newton?
10:32:18 bauzas vivsoni_: stephenfin: that really looks like a packaging issue, hence not something we should mark a bug
10:32:20 bauzas as*
10:32:42 bauzas for the first resolution stage, I'd discuss that in #openstack or ask.openstack.org
10:32:43 gibi ameeda: looking
10:33:02 stephenfin bauzas: Good point
10:33:38 vivsoni_ hrw: yes newton
10:33:55 vivsoni_ stephenfin: sure i am logging a bug
10:34:06 vivsoni_ will share the launchpad bug ID
10:34:08 stephenfin vivsoni_: Before you do, maybe see bauzas' suggestion above
10:34:15 hrw I hope to be able to forget about <queens in 2-3 months
10:34:36 vivsoni_ stephenfin: ok
10:34:56 stephenfin vivsoni_: Someone on #openstack would be able to help. Also note that 'newton' is unsupported now so, unless it's still an issue with recent releases, your best bet would be your vendor
10:35:31 vivsoni_ stephenfin: ok
10:36:12 gibi ameeda: +2, thank you for the work and the perseverance :)
10:39:16 hrw can someone tell me at which moment instance xml is passed to libvirt?
10:42:58 ameeda gibi: thank you very much !!
10:43:00 bauzas hrw: in a shit number of places :p
10:43:14 bauzas in spawn() you mean ?
10:43:27 hrw bauzas: sort of, yes
10:43:52 hrw bauzas: I would like to add few pcie-root-port entries but they should be added after libvirt creates own xml
10:43:59 ameeda gibi: I have another bug which has some problem , please note this https://review.openstack.org/#/c/526900/28/nova/tests/functional/db/test_archive.py. this caused after I wrote sqlite migration script https://review.openstack.org/#/c/526900/29/nova/db/sqlalchemy/migrate_repo/versions/378_instance_system_metadata_sqlite_upgrade.sql
10:44:08 bauzas hrw: _get_guest_config() is where we build the XML IIRC
10:44:15 hrw bauzas: too early
10:44:40 hrw bauzas: I am adding usb host controller and usb keyboard in _get_guest_config() already
10:45:07 hrw but pci(e) is added by libvirt not nova ;(
10:45:43 bauzas I need to disappear because $gym
10:45:52 bauzas but let's wrap that up when I'm back
11:04:51 openstackgerrit nalini proposed openstack/nova master: Modify show aggregate to display 'updated_at' value https://review.openstack.org/537334
11:12:58 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: Provide support matrix and doc for VGPU https://review.openstack.org/540808
11:29:13 openstackgerrit Chris Dent proposed openstack/nova-specs master: Add generation support in aggregate association https://review.openstack.org/540447
11:30:19 stvnoyes mriedem: ok I'll look into it. Have you seen any problems or is your concern theoretical at the moment?
11:42:22 openstackgerrit Chris Dent proposed openstack/nova master: Remove microversion fallback code from report client https://review.openstack.org/528794
11:43:25 openstackgerrit Surya Seetharaman proposed openstack/nova master: Make bdms querying in multiple cells use scatter-gather https://review.openstack.org/541246
12:39:10 nsingh andymccr: is there any framework to develop ansible plugin???
12:52:54 nsingh evrardjp:is there any framework to develop ansible plugin???

Earlier   Later