Earlier  
Posted Nick Remark
#openstack-nova - 2017-11-20
22:35:46 flwang efried: thank you so much
22:37:13 tonyb that'd be kinda cool from a geeky POV
22:38:14 mriedem tonyb: i'm sure mrodden and lbragstad would like to help with that
22:38:36 tonyb mriedem: \o/
22:39:50 tonyb the more I think about it the more fun I think that'd be
22:40:27 efried tonyb I'll review your code :)
22:48:06 tonyb efried: :)
23:04:37 openstackgerrit Ildiko Vancsa proposed openstack/nova master: libvirt: Allow multiple volume attachments https://review.openstack.org/267587
23:04:37 openstackgerrit Ildiko Vancsa proposed openstack/nova master: Implement new attach Cinder flow https://review.openstack.org/330285
23:11:22 ildikov mriedem: so quickly, did you think of something like this for the Nova side check: https://review.openstack.org/#/c/330285/148..149/nova/compute/api.py ?
23:14:32 mriedem ildikov: close
23:14:34 mriedem but -1
23:14:37 mriedem muwahahahaha
23:14:52 mriedem we should only do that for the new flow
23:14:59 mriedem cinder will check it otherwise during reserve()
23:15:03 mriedem which is why we removed check_attach in the first place
23:15:16 ildikov mriedem: ok, so do a microversion check before the check calls, right?
23:15:58 ildikov yeah, I know, I just wasn't sure whether this is the right direction and didn't want to overcomplicate this before asking for your opinion
23:16:23 ildikov as I expected something, 'no, that's insane, you should've done this and that instead', lol
23:16:23 mriedem well, presumably we know if we're doing the new flow or not based on the attachment stuff we do
23:16:30 mriedem like for swap_volume we check if the old bdm has an attachment_id i think
23:16:47 mriedem for attach_volume it's probably trickier, because i think we try to call attachment_create and if that fails we fallback to calling reserve()
23:16:54 ildikov yeah, but for the regular attach the first time we check is _check_attach_and_reserve_volume
23:17:13 ildikov yep, so by that time we created a new BDM, etc
23:17:16 mriedem yeah, so we probably have to do this before attachment_create() for the attach_volume case
23:17:23 ildikov hence I would do this check before that
23:17:30 mriedem but for swap_volume i think we can not do this if we're old flow
23:17:32 mriedem and we know that
23:17:43 mriedem you also have to handle that bdm method raising a VolumeBDMNotFound error
23:17:47 ildikov sure, I'll check that part
23:18:12 ildikov ah, right, forgot that
23:18:19 mriedem otherwise yeah i think this is what i was thinking of
23:18:34 ildikov ok, cool, I'll fix up the nits then
23:18:36 ildikov thanks!
23:19:09 mriedem yw
23:20:23 openstack Launchpad bug 1718605 in neutron "[RFE] Support regex matching when filtering port with IP address" [Wishlist,Triaged] - Assigned to Zhenyu Zheng (zhengzhenyu)
23:20:23 mriedem Kevin_Zheng: have you started any of the neutron code for this yet? https://bugs.launchpad.net/neutron/+bug/1718605
23:21:31 Kevin_Zheng mriedem I’ve wrote some poc code
23:21:52 Kevin_Zheng Didn’t push to gerrit yet
23:22:31 mriedem ok, just checking
23:25:22 clarkb mriedem: hey, so one of the reasons logstash is so behind right now is we keep trying to push million line libvirtd log files through it. How huge of a loss would it be if we stopped indexing those files?
23:26:22 mriedem clarkb: i didn't think we indexed those, so not a loss i'd say
23:26:26 clarkb mostly trying to get it back to manageable then add things back in while we can address potential problems with it
23:26:33 clarkb mriedem: ok cool I'm going to go ahead and drop indexing for them then
23:26:34 mriedem if anything, i've needed the qemu guest logs indexed at times for things like live migration failures
23:27:02 mriedem that reminds me that i need to cleanup our e-r queries
23:29:06 clarkb mriedem: https://review.openstack.org/521681 fyi
23:30:43 mriedem +1
23:55:04 dansmith tonyb: when we removed the default flavors from the db migrations we added those in devstack setup so you could depend on some flavors in a default devstack environment
23:55:18 dansmith tonyb: I think we re-added the original ones to devstack after that when people complained (IIRC
23:58:55 openstackgerrit Eric Fried proposed openstack/nova master: Move aggregates from report client to ProviderTree https://review.openstack.org/521685
23:58:55 openstackgerrit Eric Fried proposed openstack/nova master: Traits ops on ProviderTree https://review.openstack.org/521605
23:58:56 openstackgerrit Eric Fried proposed openstack/nova master: Track provider traits in report client https://review.openstack.org/521686
#openstack-nova - 2017-11-21
00:33:22 openstackgerrit Vipin Balachandran proposed openstack/nova master: VMware: Support volumes backed by VStorageObject https://review.openstack.org/521690
01:28:49 tonyb dansmith: Thanks.
02:00:33 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Fix an example in "Delete Assisted Volume Snapshot" https://review.openstack.org/514128
02:00:51 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Add a description of 'key_name' in rebuild https://review.openstack.org/519993
02:01:41 openstackgerrit Takashi NATSUME proposed openstack/nova master: Update document related to host aggregate https://review.openstack.org/514499
02:29:34 openstackgerrit Mathieu Gagné proposed openstack/nova master: Regenerate and pass configdrive when rebuild Ironic nodes https://review.openstack.org/503088
02:29:38 openstackgerrit Merged openstack/nova master: Include project_id and user_id in AllocationList.get_all_by_consumer_id https://review.openstack.org/512420
02:34:49 dims mriedem_away : you need to send a translation for your team meeting email :)
02:45:04 gmann alex_xu: can you re review this -https://review.openstack.org/#/c/516104/9
02:48:51 gmann yikun: i replied on this, can you check - https://review.openstack.org/#/c/515413/
03:03:22 Kevin_Zheng gmann: yikun is on his trip to bug smash, maybe not available for the next 6 hours
03:04:38 gmann Kevin_Zheng: ohk, thanks for info.
04:35:20 openstackgerrit Merged openstack/nova master: api-ref: Add a description of 'key_name' in rebuild https://review.openstack.org/519993
05:31:13 openstackgerrit Merged openstack/nova master: api-ref: Fix an example in "Delete Assisted Volume Snapshot" https://review.openstack.org/514128
05:42:48 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add 'Location' parameters in API ref https://review.openstack.org/521541
05:42:53 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add 'Location' parameters in API ref https://review.openstack.org/521541
05:48:40 openstackgerrit jichenjc proposed openstack/nova master: WIP: remove reserve_quota_delta https://review.openstack.org/521469
05:48:41 openstackgerrit jichenjc proposed openstack/nova master: WIP: Remove quota reserve/commit/rollback https://review.openstack.org/521470
05:53:03 openstackgerrit jichenjc proposed openstack/nova master: Add description for resize down support https://review.openstack.org/516572
05:54:16 openstackgerrit jichenjc proposed openstack/nova master: mv generate_glance_url to get_image_endpoint_url https://review.openstack.org/511400
05:54:20 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi: Add parse function to get gpu group uuid and vgpu type uuid https://review.openstack.org/521717
05:58:18 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi: Add parse function to get gpu group uuid and vgpu type uuid https://review.openstack.org/521717
06:00:39 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi: Add parse function to get gpu group uuid and vgpu type uuid https://review.openstack.org/521717
06:02:24 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi: Add parse function to get gpu group uuid and vgpu type uuid https://review.openstack.org/521717
06:06:24 openstackgerrit jichenjc proposed openstack/nova master: conf: remove deprecated 'project_id_regex' opt https://review.openstack.org/501057
06:24:37 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix 500 error while passing 4-byte unicode data https://review.openstack.org/407514
06:24:53 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix missing marker functions https://review.openstack.org/514579
07:04:11 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for attach/detach/swap volumes https://review.openstack.org/517205
08:00:58 openstackgerrit Naichuan Sun proposed openstack/nova master: XenAPI: get vGPU stats from hypervisor https://review.openstack.org/512965
08:00:58 openstackgerrit Naichuan Sun proposed openstack/nova master: vgpu: add enabled white list https://review.openstack.org/512580
08:00:59 openstackgerrit Naichuan Sun proposed openstack/nova master: XenAPI: create vGPU for instance https://review.openstack.org/516899
08:00:59 openstackgerrit Naichuan Sun proposed openstack/nova master: XenAPI: provide vGPU inventory in compute node https://review.openstack.org/516217
08:01:00 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi(N-R-P): Add API to support vgpu resource provider create https://review.openstack.org/520313
08:21:35 openstackgerrit Naichuan Sun proposed openstack/nova master: xenapi: Add parse function to get gpu group uuid and vgpu type uuid https://review.openstack.org/521717
08:26:49 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/nova master: Format NIC features using os-traits definitions https://review.openstack.org/466051
08:32:39 openstackgerrit Andreas Jaeger proposed openstack/nova master: Update bindep.txt for doc builds https://review.openstack.org/521755
08:32:39 openstackgerrit Andreas Jaeger proposed openstack/nova master: DNM - test updated releasenotes and sphinx job https://review.openstack.org/520677
08:41:38 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for attach/detach/swap volumes https://review.openstack.org/517205
08:47:33 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/nova master: Change 'InstancePCIRequest' spec field https://review.openstack.org/449257
08:47:34 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/nova master: Format NIC features using os-traits definitions https://review.openstack.org/466051
08:47:34 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/nova master: Add Neutron port capabilities to devspec in request https://review.openstack.org/451777
08:53:08 openstackgerrit Van Hung Pham proposed openstack/nova master: Remove translation of log messages https://review.openstack.org/466995
08:57:04 openstack Launchpad bug 1733515 in OpenStack Compute (nova) "use_journal option not available in ocata" [Undecided,New]
08:57:04 frickler the config ref for ocata shows options that are only available in pike and later, I'm assuming that this is because they are autogenerated using uncapped oslo.log reqs, how can that be fixed? https://bugs.launchpad.net/nova/+bug/1733515
09:05:57 openstackgerrit Chris Dent proposed openstack/nova master: [placement] Add cache headers to placement api requests https://review.openstack.org/521640
09:05:57 openstackgerrit Chris Dent proposed openstack/nova master: [placement] Object changes to support last-modified headers https://review.openstack.org/521639
09:13:27 openstackgerrit xulei proposed openstack/nova master: Delete out-of-date record for resource provider https://review.openstack.org/521764

Earlier   Later