Earlier  
Posted Nick Remark
#openstack-nova - 2018-01-11
21:45:23 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated cloudpipe CLIs and python API bindings https://review.openstack.org/532976
21:45:23 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated certs CLIs and python bindings https://review.openstack.org/532974
21:59:27 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecate os-hosts CLIs and python API bindings https://review.openstack.org/532989
21:59:33 mriedem let's fing remove everything
22:03:12 ildikov mriedem: made my day; 'fing' in Hungarian means 'fart' :)
22:03:39 mriedem excellent
22:03:58 mriedem mtreinish: how do you say "staying alive" in czech again?
22:04:01 mriedem hodina ho?
22:14:59 openstackgerrit Eric Fried proposed openstack/nova master: Raise conflict exception on RP create 409 https://review.openstack.org/532563
22:15:00 openstackgerrit Eric Fried proposed openstack/nova master: Track associated sharing RPs in report client https://review.openstack.org/526539
22:15:00 openstackgerrit Eric Fried proposed openstack/nova master: SchedulerReportClient.set_traits_for_provider https://review.openstack.org/532564
22:15:01 openstackgerrit Eric Fried proposed openstack/nova master: ProviderTree.populate_from_iterable https://review.openstack.org/520756
22:15:01 openstackgerrit Eric Fried proposed openstack/nova master: Raise on API errors getting aggregates/traits https://review.openstack.org/526540
22:15:02 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Scheduler[Report]Client.get_provider_tree https://review.openstack.org/521098
22:15:02 openstackgerrit Eric Fried proposed openstack/nova master: Track tree-associated providers in report client https://review.openstack.org/526541
22:15:03 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Use update_provider_tree from resource tracker https://review.openstack.org/520246
22:15:03 openstackgerrit Eric Fried proposed openstack/nova master: WIP: ComputeDriver.update_provider_tree() https://review.openstack.org/521187
22:15:04 openstackgerrit Eric Fried proposed openstack/nova master: Fix nits in update_provider_tree series https://review.openstack.org/531260
22:15:27 openstackgerrit Eric Fried proposed openstack/nova master: WIP: SchedulerReportClient.set_aggregates_for_provider https://review.openstack.org/532995
22:21:23 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated fixedip/floatingip/virtual interface CLIs/APIs https://review.openstack.org/532999
22:24:10 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated fixedip/floatingip/virtual interface CLIs/APIs https://review.openstack.org/532999
22:24:10 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated os-hosts CLIs and python API bindings https://review.openstack.org/532989
22:25:40 mtreinish mriedem: "Hodina H" is the title
22:25:56 mriedem yeah but the song is called staying alive
22:26:17 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated fixedip/floatingip/virtual interface CLIs/APIs https://review.openstack.org/532999
22:52:02 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated services binary CLI arg https://review.openstack.org/533005
22:52:02 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated fixedip/floatingip/virtual interface CLIs/APIs https://review.openstack.org/532999
22:52:38 mriedem Vek is earning his salt today
22:53:57 mriedem melwitt: i'm going to try and get https://review.openstack.org/#/q/topic:bug/1668743+status:open into novaclient and then we'll cut the major 10.0.0 release
22:54:16 mriedem it's always nice to flush the toilet once every 6 months
22:54:45 melwitt lol
23:17:16 openstackgerrit Lee Yarwood proposed openstack/nova master: WIP libvirt: QEMU native LUKS decryption for volumes https://review.openstack.org/523958
23:41:37 mriedem edleafe: left comments on the resize patch with what i think needs to happen wrt allocations getting moved from the primary selected host to the alternate
23:53:38 gmann mriedem: re: https://review.openstack.org/#/c/330406/85/nova/api/openstack/compute/migrations.py
23:54:09 gmann mriedem: it will stop schema validation for legacy v2 compatibility mode
23:54:39 gmann mriedem: https://github.com/openstack/nova/blob/90a92d33edaea2b7411a5fd528f3159a486e1fd0/nova/api/validation/__init__.py#L74
23:57:22 rybridges Good afternoon! Might have found a bug with user_storage_quota in glance-api.conf. It looks like when we are out of quota and try to directly upload an image we get the error on the command line "Image exceeds the storage quota". However, when we attempt to make a snapshot with "openstack server image create", we do not see the error on the command line. The snapshot gets created and is in queued
23:57:24 rybridges state, but then just disappears. We then see a stack trace on the hypervisor with the error in the log, but the user is never directly informed
23:57:33 rybridges Is this the expected behavior?
23:59:59 gmann mriedem: 1 query on this. why we did not add paging on GET /servers/{server_id}/migrations -https://review.openstack.org/#/c/532904/1
#openstack-nova - 2018-01-12
00:02:08 mriedem gmann: replied on the spec
00:02:22 mriedem as for the 2.0 thing, like i said, i think there are several API schema checks like that with 2.1 as the min version,
00:02:36 mriedem so if they should all be 2.0, we should fix them at the same time and have something in the docs or tests for making sure 2.0 is used rather than 2.1
00:07:40 gmann mriedem: got your point on spec. not fully convinced but ok as per previous spec and patch proposal
00:08:25 gmann mriedem: on schema, i agree there might be few. for query it is just server index and all other are validating schema for legacy comp mode also
00:08:39 openstackgerrit Matt Riedemann proposed openstack/nova master: [libvirt] Allow multiple volume attachments https://review.openstack.org/267587
00:08:40 openstackgerrit Matt Riedemann proposed openstack/nova master: Pass multiattach flag to reserve_block_device_name https://review.openstack.org/531244
00:08:40 openstackgerrit Matt Riedemann proposed openstack/nova master: Handle swapping to a multiattach volume https://review.openstack.org/532928
00:08:41 openstackgerrit Matt Riedemann proposed openstack/nova master: [api] Allow multi-attach in compute api https://review.openstack.org/271047
00:08:58 gmann mriedem: whatever used to be validating com mode we should not make them from v2.1 only
00:09:32 gmann mriedem: because this used to validate the legacy mode also before this change
01:03:15 openstackgerrit Merged openstack/python-novaclient master: Fix being able to create a reno using tox -e venv https://review.openstack.org/532971
01:20:46 openstackgerrit Takashi NATSUME proposed openstack/nova master: Transform rescue/unrescue instance notifications https://review.openstack.org/385644
01:21:56 openstackgerrit Merged openstack/python-novaclient master: Remove deprecated MigrationManager.list cell_name kwarg https://review.openstack.org/532972
02:16:44 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated os-hosts CLIs and python API bindings https://review.openstack.org/532989
02:16:45 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated fixedip/floatingip/virtual interface CLIs/APIs https://review.openstack.org/532999
02:16:46 openstackgerrit Matt Riedemann proposed openstack/python-novaclient master: Remove deprecated services binary CLI arg https://review.openstack.org/533005
03:11:04 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Updated from global requirements https://review.openstack.org/533046
03:32:50 openstackgerrit Zhenyu Zheng proposed openstack/nova master: nova-manage db archive_deleted_rows is not multi-cell aware https://review.openstack.org/507486
05:22:10 openstackgerrit Hironori Shiina proposed openstack/nova master: Ironic: Get IP address for volume connector https://review.openstack.org/468353
05:25:37 yjk Hi, I have a openstack newton setup on which nova evacuate of a VM booted from a volume fails due to iSCSI login failure. Complete details: http://paste.openstack.org/show/643500/. Any help on this is very much appreciated. Thanks!
05:33:16 openstackgerrit Hironori Shiina proposed openstack/nova master: Ironic: Get IP address for volume connector from ports/portgroups https://review.openstack.org/517322
05:43:58 openstackgerrit Tetsuro Nakamura proposed openstack/nova-specs master: Enable NUMA Features for Libvirt/QEMU Driver https://review.openstack.org/533077
05:56:34 openstackgerrit Merged openstack/nova master: Test allocation candidates: multiple aggregates https://review.openstack.org/518633
06:09:09 openstackgerrit Kevin Zhao proposed openstack/nova master: Modify the test case of get_disk_mapping_rescue_with_config https://review.openstack.org/494156
06:30:51 openstackgerrit Tetsuro Nakamura proposed openstack/nova-specs master: Enable NUMA Features for Libvirt/QEMU Driver https://review.openstack.org/533077
06:38:55 openstackgerrit Chason Chan proposed openstack/nova master: Fix the incorrect description and sample https://review.openstack.org/528180
07:17:51 openstackgerrit Takashi NATSUME proposed openstack/nova master: Transform instance.resize_confirm notification https://review.openstack.org/482557
07:22:33 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a warning in 'nova-manage cell_v2 delete_cell' https://review.openstack.org/513771
07:23:07 openstackgerrit Yikun Jiang (Kero) proposed openstack/python-novaclient master: Microversion 2.58 - Instance actions list pagination https://review.openstack.org/528601
07:23:07 openstackgerrit Yikun Jiang (Kero) proposed openstack/python-novaclient master: Add support for the 2.57 microversion https://review.openstack.org/528128
07:23:08 openstackgerrit Yikun Jiang (Kero) proposed openstack/python-novaclient master: Microversion 2.59 - Migrations list pagination https://review.openstack.org/516168
07:23:55 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix the order of target host checks https://review.openstack.org/526225
07:56:50 openstackgerrit jichenjc proposed openstack/nova master: WIP: add zvm document into https://review.openstack.org/532720
08:11:38 openstackgerrit jichenjc proposed openstack/nova master: WIP: Add zvm admin doc https://review.openstack.org/533125
08:13:11 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Fix 'all_tenants' & 'all_projects' type in api-ref https://review.openstack.org/522918
08:23:46 openstackgerrit Merged openstack/nova master: Add migration db and object pagination support. https://review.openstack.org/514904
08:23:56 openstackgerrit Merged openstack/nova master: Add cross cell sort support for get_migrations https://review.openstack.org/517273
08:24:11 openstackgerrit Merged openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
08:35:48 openstackgerrit Yikun Jiang (Kero) proposed openstack/python-novaclient master: Microversion 2.59 - Migrations list pagination https://review.openstack.org/516168
09:05:07 openstackgerrit Brin Zhang proposed openstack/nova master: Update links in documents https://review.openstack.org/533134
09:14:00 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
09:23:26 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Spawn and destroy function of z/VM driver https://review.openstack.org/527658
09:23:26 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
09:29:53 openstackgerrit sahid proposed openstack/nova master: libvirt: slow live-migration to ensure network is ready https://review.openstack.org/497457
09:35:55 openstackgerrit Peter Penchev proposed openstack/nova master: Add the Nova libvirt StorPool attachment driver. https://review.openstack.org/140733
09:37:16 Roamer` (rebased onto the "updated from global requirements" commit for os-brick-2.2.0)
09:52:15 openstackgerrit Sriharsha Basavapatna proposed openstack/os-vif master: Fix VF-rep lookup routine to use parent PF number https://review.openstack.org/531674
09:52:43 openstackgerrit Merged openstack/nova master: Add regression test for resizing failing when using CachingScheduler https://review.openstack.org/531211
09:52:53 openstackgerrit Merged openstack/nova master: Handle no allocations during migrate https://review.openstack.org/531220
09:53:05 openstackgerrit Merged openstack/nova master: Remove confusing comment in compute_node_get API method https://review.openstack.org/526718
09:53:22 openstackgerrit Merged openstack/nova master: zuul: Move legacy jobs to project https://review.openstack.org/514309
09:53:31 openstackgerrit Merged openstack/nova stable/pike: Don't try to delete build request during a reschedule https://review.openstack.org/529697
10:01:06 openstackgerrit Stephen Finucane proposed openstack/nova master: console: Send bytes to sockets https://review.openstack.org/531834
10:01:07 openstackgerrit Stephen Finucane proposed openstack/nova master: console: introduce the VeNCrypt RFB authentication scheme https://review.openstack.org/345398
10:01:07 openstackgerrit Stephen Finucane proposed openstack/nova master: console: introduce framework for RFB authentication https://review.openstack.org/345397
10:01:08 openstackgerrit Stephen Finucane proposed openstack/nova master: doc: Document TLS security setup for noVNC proxy https://review.openstack.org/500544
10:01:08 openstackgerrit Stephen Finucane proposed openstack/nova master: console: Provide an RFB security proxy implementation https://review.openstack.org/345399
11:34:46 openstackgerrit Merged openstack/python-novaclient master: Remove deprecated certs CLIs and python bindings https://review.openstack.org/532974
11:36:55 openstackgerrit Merged openstack/python-novaclient master: Remove deprecated cloudpipe CLIs and python API bindings https://review.openstack.org/532976

Earlier   Later