Earlier  
Posted Nick Remark
#openstack-nova - 2017-11-07
23:56:43 openstack_newb_ I assume os and metadata are the same in this context ?
23:57:56 melwitt I wonder if you need to do like glance image-update --property os=cirros <image>
23:58:24 openstack_newb_ I notice that tags are empty - is this the missing "metadata" perhaps?
23:58:49 openstack_newb_ Yes, I did that command already
#openstack-nova - 2017-11-08
00:04:00 melwitt openstack_newb_: from what I can tell, the tags shouldn't be related
00:04:06 openstackgerrit Tristan Cacqueray proposed openstack/nova master: Mask the token used to allow access to consoles https://review.openstack.org/220622
00:05:26 openstack_newb_ yes... I think you are correct. Just looking at this - he has the same issue: https://bugzilla.redhat.com/show_bug.cgi?id=1435597
00:05:27 openstack bugzilla.redhat.com bug 1435597 in openstack-nova "AggegateImagePropertiesIsolatefiler not working" [High,New] - Assigned to sbauza
00:07:02 openstack_newb_ So... it's a bug then in Ocata too - right?
00:08:16 melwitt openstack_newb_: yeah, must be if that's what you're seeing. we'll need to open an upstream bug for it if we don't already have one and get it fixed
00:10:50 openstack_newb_ Well.. ... I guess I'm going to have to fix it here for our use if that's the case ;)
00:11:55 openstack_newb_ Thank you for all your help!
00:13:08 melwitt yeah, it helps when people report bugs and post patches to fix bugs
00:14:27 openstack_newb_ Yes... if I can fix it I'll eitehr try to send it to Sylvain Bauza? or push it upstream myself
00:14:48 openstack_newb_ It's probably something silly...
00:15:30 melwitt best to push it upstream yourself if you can and just ping me when it's posted
00:16:10 openstack_newb_ OK ... will do
00:16:16 melwitt cool, thank you
00:16:18 openstack_newb_ Thank you!
03:41:36 med_ mikal, we're in 4.11
03:41:39 med_ for privsep
03:41:43 med_ in nova updates
04:04:02 openstackgerrit Yikun Jiang proposed openstack/nova master: WIP: Add cross cell sort support for get_migrations https://review.openstack.org/517273
06:04:32 openstackgerrit Yikun Jiang proposed openstack/nova master: WIP: Add cross cell sort support for get_migrations https://review.openstack.org/517273
06:58:10 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: get vGPU stats from hypervisor https://review.openstack.org/512965
07:16:16 openstackgerrit Merged openstack/nova master: Fix return type in FilterScheduler._legacy_find_hosts https://review.openstack.org/517134
07:16:35 openstackgerrit Merged openstack/nova stable/pike: libvirt: do not remove inst_base when volume-backed during resize https://review.openstack.org/517388
07:16:40 openstackgerrit Merged openstack/nova stable/ocata: libvirt: do not remove inst_base when volume-backed during resize https://review.openstack.org/517390
07:20:00 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: provide vGPU inventory in compute node https://review.openstack.org/516217
07:20:00 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: create vGPU for instance https://review.openstack.org/516899
07:28:45 openstackgerrit edan david proposed openstack/nova master: Don't overwrite binding-profile https://review.openstack.org/505613
09:03:12 openstackgerrit Marco Chiappero proposed openstack/nova master: Add a communication channel for power management support https://review.openstack.org/512815
09:12:34 openstackgerrit Lajos Katona proposed openstack/nova master: Extend ServerMovingTests with custom resources https://review.openstack.org/497399
09:20:38 openstackgerrit Yikun Jiang proposed openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
09:48:09 openstackgerrit Yikun Jiang proposed openstack/nova master: Add pagination and Changes-since filter support for os-migrations. https://review.openstack.org/330406
10:59:25 openstackgerrit sahid proposed openstack/nova master: libvirt: slow live-migration to ensure network is ready https://review.openstack.org/497457
12:26:02 openstackgerrit Edward Hope-Morley proposed openstack/nova master: Ensure deleted computes aren't counted in stats https://review.openstack.org/518520
13:23:35 openstackgerrit Alexandru Muresan proposed openstack/nova master: Fix driver tests on Windows https://review.openstack.org/518525
13:38:04 jaypipes ralonsoh: you in Sydney?
13:38:27 ralonsoh jaypipes: no, in Ireland
13:38:41 jaypipes ralonsoh: k. (I'm at home in Florida)
13:38:54 jaypipes ralonsoh: I'll review your netlink patches today.
13:39:01 ralonsoh jaypipes: thanks!
13:39:03 jaypipes ralonsoh: will try to get some forward progress on those
13:39:12 jaypipes ralonsoh: apologies of the long delay :(
13:39:47 ralonsoh jaypipes: no problem. Now I'm just taking care of my uploaded patches, but I'm leaving OpenStack development
13:39:58 jaypipes ralonsoh: seriously? :(
13:40:18 ralonsoh jaypipes: yes, I'm moving to other team/department
13:40:30 ralonsoh jaypipes: sorry about that
13:41:05 jaypipes ralonsoh: that sucks man :(
13:48:39 openstackgerrit OpenStack Proposal Bot proposed openstack/os-vif master: Updated from global requirements https://review.openstack.org/511035
14:28:44 efried jaypipes Perhaps you can save me some digging.
14:29:09 efried jaypipes When I print an AllocationRequestResource, it prints amount & RC just fine
14:29:26 efried jaypipes Then it prints the RP as ResourceProvider({uuid})
14:29:38 efried Any idea where that __str__/__repr__ method is coming from? I'd like to print the name as well.
14:29:49 efried For test purposes, at least.
14:29:55 jaypipes efried: it'll print the name if the name attr is set.
14:30:27 jaypipes efried: https://github.com/openstack/oslo.versionedobjects/blob/master/oslo_versionedobjects/base.py#L309-L319
14:31:28 efried That's what I thought too, but I don't think we're hitting that method.
14:31:44 efried jaypipes Cause the key isn't being printed.
14:31:49 efried Looks like this: AllocationRequestResource(amount=1,resource_class='VCPU',resource_provider=ResourceProvider(25d6392d-73e3-40a8-a415-f25a4e25ef00))
14:32:04 efried If we were hitting that method, I would have expected ResourceProvider(uuid=....)
14:32:34 jaypipes efried: how are you printing things?
14:32:49 efried for ar in p_alts.allocation_requests:
14:32:50 efried rp_obj.LOG.error("AR: %s", ar)
14:32:50 efried for rr in ar.resource_requests:
14:32:50 efried rp_obj.LOG.error("RR: %s", rr)
14:33:32 jaypipes efried: try "%r"
14:33:37 efried ...
14:34:18 efried jaypipes Same
14:34:25 jaypipes hmm
14:35:02 jaypipes efried: gimme a sec
14:36:29 jaypipes efried: and if you print out the resource provider object itself, what shows up?
14:37:48 efried jaypipes That comes out good: ResourceProvider(generation=2,id=23,name='twelve',uuid=1c6fc5a8-4d2c-4b50-ac9b-5c003a0b4c35)
14:38:30 jaypipes efried: weird...
14:38:35 efried agreed
14:39:21 openstackgerrit Tyler Blakeslee proposed openstack/nova master: TMB TEST https://review.openstack.org/518547
14:42:14 jaypipes efried: https://github.com/openstack/oslo.versionedobjects/blob/master/oslo_versionedobjects/fields.py#L814-L824
14:42:32 jaypipes efried: apparently, this is by design.
14:43:12 efried jaypipes Cool, that's fine, I can just stuff it in there for testing purposes. Thanks.
14:43:23 jaypipes np
15:04:08 openstackgerrit Surya Seetharaman proposed openstack/nova master: nova-manage update_cell allows more than once cell to have the same db/transport urls https://review.openstack.org/518556
15:05:53 efried jaypipes I couldn't even get that to work. Whenever I try to get the 'name' it complains about not being able to load it on the base object. Something about it being funneled through an ObjectField makes all those other fields blank out.
15:06:26 efried jaypipes I wound up writing a cache of uuid:name when I create the RPs. It's not a permanent thing - just to debug the test case.
15:06:35 jaypipes ok
15:06:43 efried jaypipes Though debugging in the future is going to be a real bear without *something* like this.
15:07:08 jaypipes efried: ack. note that the ProviderTree stores that name -> uuid and reverse mapping.
15:07:25 jaypipes efried: but of course, that's used on the compute host, not the placement service side.
15:07:32 efried Mm.
15:28:30 openstackgerrit OpenStack Proposal Bot proposed openstack/os-vif master: Updated from global requirements https://review.openstack.org/511035
16:03:05 efried jaypipes I'm uncovering all sorts of interesting bugs.
16:03:14 jaypipes efried: good :)
16:03:36 efried jaypipes At the moment, I'm at the top of your stack: https://review.openstack.org/#/c/517119/6
16:03:55 efried I put together a test case with 14 different aggregates
16:04:17 efried jaypipes Did a request with no traits, and I'm getting candidates that cross aggregates. Which is bad.
16:05:51 efried jaypipes Does one write a bug against a patch in progress? Or better for me to put this test up with its actual expected assertions, which will fail and block the patch until they're fixed?
16:06:00 jaypipes the latter
16:06:43 efried ack. Though I suspect some of this behavior may be applicable to current master. I can check that out.
16:09:08 efried jaypipes If you could look at the test refactor patches and we can get those in, I can start rebasing this series accordingly while I'm doing this.
16:09:19 efried please and thank you :)

Earlier   Later