Earlier  
Posted Nick Remark
#openstack-nova - 2019-10-09
14:47:17 bauzas I don't think because I used the method not verifying the cell0
14:47:25 bauzas gibi: anyway, thanks
14:50:06 gibi bauzas: true, your code skips cell0.
14:51:20 bauzas gibi: you know what ? I'll add some debug log
14:51:35 gibi bauzas: good idea
14:52:09 bauzas gibi: because https://review.opendev.org/#/c/670112/7/nova/cmd/manage.py@2772 should give you the root provider UUID
14:52:24 bauzas gibi: so we should have the same UUID for the 4 calls
14:54:34 gibi bauzas: do you use the proper microversion for the placement calls?
14:54:50 bauzas gibi: that's something I think it could be the root cause
14:55:32 bauzas gibi: I just don't ask for a specific microversion https://review.opendev.org/#/c/670112/7/nova/cmd/manage.py@2865
14:55:43 bauzas but .get() does IIRC
15:00:05 openstackgerrit Balazs Gibizer proposed openstack/nova stable/stein: Prevent init_host test to interfere with other tests https://review.opendev.org/687579
15:01:00 gibi bauzas: I think you need to pass the version to placement.get(.., version=1.14)
15:01:22 openstackgerrit Balazs Gibizer proposed openstack/nova stable/stein: Functional reproduce for bug 1833581 https://review.opendev.org/687534
15:01:22 openstack bug 1833581 in OpenStack Compute (nova) train "instance stuck in BUILD state if nova-compute is restarted" [Low,In progress] https://launchpad.net/bugs/1833581 - Assigned to Balazs Gibizer (balazs-gibizer)
15:01:22 openstackgerrit Balazs Gibizer proposed openstack/nova stable/stein: Error out interrupted builds https://review.opendev.org/687535
15:01:34 gibi mriedem: ^^ restacked with the extra fix
15:02:04 bauzas gibi: probably, I need to look at more
15:02:22 gibi bauzas: https://github.com/openstack/nova/blob/b96b385a3468e91fa544bffa51832513feb4f383/nova/scheduler/client/report.py#L235
15:03:20 bauzas gibi: sure, but I need to see whether we autodiscover the latest or we use the first microversion when None
15:05:39 mriedem gibi: you missed the cherry-picked-from line
15:08:04 gibi mriedem: indeed.
15:11:55 openstackgerrit Balazs Gibizer proposed openstack/nova stable/stein: Prevent init_host test to interfere with other tests https://review.opendev.org/687579
15:11:57 openstackgerrit Balazs Gibizer proposed openstack/nova stable/stein: Functional reproduce for bug 1833581 https://review.opendev.org/687534
15:11:57 openstack bug 1833581 in OpenStack Compute (nova) train "instance stuck in BUILD state if nova-compute is restarted" [Low,In progress] https://launchpad.net/bugs/1833581 - Assigned to Balazs Gibizer (balazs-gibizer)
15:11:57 openstackgerrit Balazs Gibizer proposed openstack/nova stable/stein: Error out interrupted builds https://review.opendev.org/687535
15:12:04 gibi mriedem: fixed ^^
15:25:54 openstackgerrit Stephen Finucane proposed openstack/nova master: fixtures: Add support for security groups https://review.opendev.org/686802
15:25:54 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_floating_ips' functional tests https://review.opendev.org/684344
15:25:55 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Add TODOs for remaining nova-network functional tests https://review.opendev.org/684345
15:25:55 openstackgerrit Stephen Finucane proposed openstack/nova master: Remove 'os-security-group-default-rules' REST API https://review.opendev.org/686807
15:25:56 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove unused '*_default_rules' security group DB APIs https://review.opendev.org/686808
15:25:56 openstackgerrit Stephen Finucane proposed openstack/nova master: Remove (most) '/os-networks' REST APIs https://review.opendev.org/686809
15:25:57 openstackgerrit Stephen Finucane proposed openstack/nova master: Remove '/os-tenant-networks' REST API https://review.opendev.org/686810
15:25:57 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove 'USE_NEUTRON' from functional tests https://review.opendev.org/686811
15:25:58 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove 'networks' quota https://review.opendev.org/686812
15:25:58 openstackgerrit Stephen Finucane proposed openstack/nova master: Remove nova-manage network, floating commands https://review.opendev.org/686813
15:25:59 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove associate, disassociate network APIs https://review.opendev.org/686814
15:25:59 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove 'nova-dhcpbridge' binary https://review.opendev.org/686815
15:26:00 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove 'nova-network' binary https://review.opendev.org/686816
15:26:00 openstackgerrit Stephen Finucane proposed openstack/nova master: docs: Blast most references to nova-network https://review.opendev.org/686817
15:26:01 openstackgerrit Stephen Finucane proposed openstack/nova master: WIP https://review.opendev.org/686818
15:43:59 openstackgerrit Eric Fried proposed openstack/os-traits master: Privatize and reorganize base package methods https://review.opendev.org/687378
15:45:51 stephenfin bauzas: Got another fairly trivial doc patch for you, if you're in the mood https://review.opendev.org/#/c/684402/
15:46:36 bauzas stephenfin: I'm always in the mood for docs
15:49:56 openstackgerrit Matt Riedemann proposed openstack/nova master: Default AZ for instance if cross_az_attach=False and checking from API https://review.opendev.org/469675
15:56:09 openstackgerrit Merged openstack/os-traits master: Add method to visualize the os-traits tree https://review.opendev.org/686464
15:57:18 openstackgerrit Matt Riedemann proposed openstack/nova master: Add boot from volume functional test with a huge request https://review.opendev.org/686734
15:57:19 openstackgerrit Matt Riedemann proposed openstack/nova master: Cache image GETs for multi-create/multi-BDM requests https://review.opendev.org/686835
15:57:19 openstackgerrit Matt Riedemann proposed openstack/nova master: Default AZ for instance if cross_az_attach=False and checking from API https://review.opendev.org/469675
16:07:09 openstackgerrit Merged openstack/os-traits master: Privatize and reorganize base package methods https://review.opendev.org/687378
16:11:23 openstackgerrit Son Pham proposed openstack/nova-specs master: [WIP]Update nova-spec for blueprint https://review.opendev.org/687608
16:20:30 openstackgerrit Son Pham proposed openstack/nova-specs master: add snapshot blueprint https://review.opendev.org/686948
16:30:15 sean-k-mooney so im not crazy but we all agree that test_live_block_migration failed the https://51b862355f8b2cc3358d-6f76ca65e5801c05e86d356ab1b2046b.ssl.cf2.rackcdn.com/685678/2/check/nova-live-migration/523b3ea/logs/testr_results.html.gz
16:30:50 sean-k-mooney because the nova live migartion job that is from succeded https://review.opendev.org/#/c/685678/
16:32:05 openstackgerrit Stephen Finucane proposed openstack/nova master: Add support for cloud-init on LXC instances https://review.opendev.org/667976
16:41:30 openstackgerrit Son Pham proposed openstack/nova-specs master: [WIP]Add blueprint: snapshot-vms-with-state of-processes https://review.opendev.org/686948
17:05:36 eandersson gibi, thanks
17:05:43 eandersson appriciate it
17:05:50 eandersson will test it out in the lab today
17:14:56 openstackgerrit Merged openstack/nova master: trivial: Remove unused API sample template https://review.opendev.org/686901
17:15:03 openstackgerrit Merged openstack/nova master: tox: Use common 'command' definition for unit tests https://review.opendev.org/684774
17:15:10 openstackgerrit Merged openstack/nova master: tox: Stop overriding the 'install_command' https://review.opendev.org/684775
17:27:39 donnyd where does nova-scheduler get the config for db connections
17:38:46 donnyd reason I ask is the ip address for the database connection moved. I obviously updated the config and restart the services to reflect the new values.. everything works except the scheduler
17:39:56 dansmith donnyd: the api database has sql urls in it for the cells
17:40:20 dansmith nova-manage cell_v2 update_cell
17:40:21 dansmith or something
17:40:25 donnyd Ah... well then that makes sense
17:46:02 donnyd thanks dansmith that was exactly what I was looking for
17:46:17 dansmith donnyd: ack, you can mail the check to me directly
17:46:32 donnyd address???
17:47:25 dansmith heh
17:47:27 donnyd :)
17:47:28 donnyd :)
17:47:30 donnyd :)
17:47:36 donnyd will three smiles do instead
17:47:47 donnyd better make it 4 :)
17:49:00 donnyd smiles are redeemed in the soul dansmith
17:49:22 donnyd ok, you got me... 5 :)
18:01:17 openstackgerrit Merged openstack/python-novaclient master: Remove cells v1 and extension commands and APIs https://review.opendev.org/686516
18:16:48 openstackgerrit Artom Lifshitz proposed openstack/nova master: Helper to start computes with different HostInfos https://review.opendev.org/686832
18:16:49 openstackgerrit Artom Lifshitz proposed openstack/nova master: Functional tests for NUMA live migration https://review.opendev.org/672595
18:16:51 openstackgerrit Artom Lifshitz proposed openstack/nova master: NUMA LM: Add func test for bug 1845146 https://review.opendev.org/687404
18:16:51 openstack bug 1845146 in OpenStack Compute (nova) train "NUMA aware live migration failed when vCPU pin set" [High,Fix committed] https://launchpad.net/bugs/1845146 - Assigned to Dan Smith (danms)
18:17:13 artom dansmith, mriedem_afk, ^^
18:17:38 dansmith yeah I need to get back to that
18:17:41 artom I now Matt's not super keen on the massive main func test patch, so I at least added the new test for bug 1845146 in a different patch
18:18:34 artom But I left the chunker as is - I know it's a pain, I hope you'd be willing to review it bit by bit, test method by test method
18:20:45 mriedem i'm gonna take a pass through dans' cache image series first
18:21:22 artom mriedem, fair, I was just bring it to y'alls attention
18:21:26 artom Not that the WIP is gone and stuff
18:21:36 artom *Now
18:32:49 SonPham hi . how to boot to instance with this conf07:16 <disk type="network" device="disk">07:16i changed xml file type="raw" to type="qcow2"07:16Nova error: Error: Failed to perform requested operation on instance "4444", the instance has an error status: Please try again later [Error: CantStartEngineError].
18:33:23 openstackgerrit Merged openstack/nova master: Remove @safe_connect from put_allocations https://review.opendev.org/686579
18:34:27 SonPham amhi . how to boot to instance with this conf <disk type="network" device="disk">i changed xml file type="raw" to type="qcow2"Nova error: Error: Failed to perform requested operation on instance "4444", the instance has an error status: Please try again later [Error: CantStartEngineError].
18:35:05 SonPham I change disk type to qcow2
18:35:25 SonPham But can't boot to instance
18:37:23 mriedem dansmith: a few things on https://review.opendev.org/#/c/687137/
18:37:35 mriedem not sure if mdbooth needs to ack my concern or not

Earlier   Later