Earlier  
Posted Nick Remark
#openstack-nova - 2018-02-10
18:59:14 itlinux hello guys I have a SAN and I see the compute nodes with emptry string on enabled_perf_events .. what should be the right string there?
18:59:29 itlinux this is in /etc/nova/nova.conf
22:07:03 ameeda Hello, I know that I shouldn't keep asking for review on my patches, but this review https://review.openstack.org/#/c/526900/ doesn't have activity from awhile. could you please check it when you available. Thanks!!
#openstack-nova - 2018-02-11
01:44:08 openstackgerrit sunjiazz proposed openstack/nova master: Snapshot the volume-backed instance without min_disk in image metadata https://review.openstack.org/542646
01:45:56 openstackgerrit peiyu proposed openstack/nova master: messages need to translate https://review.openstack.org/543153
02:19:54 openstackgerrit gaobin proposed openstack/nova master: Correction revised as Show https://review.openstack.org/542539
06:04:21 openstackgerrit gaobin proposed openstack/nova master: Correction revised as Show https://review.openstack.org/542539
06:18:26 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/541561
06:49:10 openstackgerrit Ameed Ashour proposed openstack/osc-placement master: Change documentation theme https://review.openstack.org/542378
21:16:08 openstackgerrit Matt Riedemann proposed openstack/nova master: Add regression test for BFV+IsolatedHostsFilter failure https://review.openstack.org/543257
22:08:05 openstackgerrit Chris Dent proposed openstack/nova master: WIP: Use nova.db.api directly https://review.openstack.org/543262
22:16:46 openstackgerrit Matt Riedemann proposed openstack/nova master: Fix docs for IsolatedHostsFilter https://review.openstack.org/543264
22:16:46 openstackgerrit Matt Riedemann proposed openstack/nova master: Handle volume-backed instances in IsolatedHostsFilter https://review.openstack.org/543263
22:24:02 openstackgerrit Matt Riedemann proposed openstack/nova master: Handle volume-backed instances in IsolatedHostsFilter https://review.openstack.org/543263
22:24:02 openstackgerrit Matt Riedemann proposed openstack/nova master: Add regression test for BFV+IsolatedHostsFilter failure https://review.openstack.org/543257
22:24:03 openstackgerrit Matt Riedemann proposed openstack/nova master: Fix docs for IsolatedHostsFilter https://review.openstack.org/543264
#openstack-nova - 2018-02-12
01:52:26 openstackgerrit Leopard Ma proposed openstack/nova master: fix paused instance not support shelve https://review.openstack.org/541660
02:01:23 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova-specs master: Add host info to instance action events https://review.openstack.org/543277
02:04:30 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova-specs master: Add host info to instance action events https://review.openstack.org/543277
05:09:39 openstackgerrit Dinesh Bhor proposed openstack/nova-specs master: Strict isolation of group of hosts for images https://review.openstack.org/381912
05:44:01 openstackgerrit Huang Rui proposed openstack/nova master: add power actions https://review.openstack.org/543340
05:44:01 openstackgerrit Huang Rui proposed openstack/nova master: z/VM driver: add snapshot function https://review.openstack.org/534240
05:45:18 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: add power actions https://review.openstack.org/543340
06:06:26 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: add get console output https://review.openstack.org/543344
06:06:40 openstackgerrit Rajesh Tailor proposed openstack/nova stable/pike: Allow force-delete even if task_state is not None https://review.openstack.org/543345
06:38:24 openstackgerrit Ameed Ashour proposed openstack/osc-placement master: tox.ini settings for global constraints are out of date https://review.openstack.org/543348
06:46:08 openstackgerrit Debo Zhang proposed openstack/nova master: Replace Chinese quotes to English quotes https://review.openstack.org/543349
07:59:46 openstackgerrit jichenjc proposed openstack/nova master: WIP: add zvm document into https://review.openstack.org/532720
07:59:47 openstackgerrit jichenjc proposed openstack/nova master: WIP: Add zvm admin doc https://review.openstack.org/533125
07:59:48 openstackgerrit jichenjc proposed openstack/nova master: WIP: Add zvm CI information https://review.openstack.org/533512
08:02:20 vivsoni_ import uuid
08:02:20 vivsoni_ Hi Team,
08:02:21 vivsoni_ from oslo_serialization import base64
08:02:31 vivsoni_ u'zN7FFUqWSSewXP7L7RpVFQ=='
08:02:31 vivsoni_ >>> base64.encode_as_text(uuid.UUID('ccdec515-4a96-4927-b05c-fecbed1a5515').bytes)
08:02:55 vivsoni_ how to convert from string "zN7FFUqWSSewXP7L7RpVFQ==" to 'ccdec515-4a96-4927-b05c-fecbed1a5515'
08:03:31 vivsoni_ i tried
08:03:32 vivsoni_ base64.decode_as_bytes(u'zN7FFUqWSSewXP7L7RpVFQ==')
08:03:48 vivsoni_ it gives "\xcc\xde\xc5\x15J\x96I'\xb0\\\xfe\xcb\xed\x1aU\x15"
08:04:54 vivsoni_ any suggestion to get 'ccdec515-4a96-4927-b05c-fecbed1a5515' from u'zN7FFUqWSSewXP7L7RpVFQ==
08:40:15 ameeda vivsoni_: did you try base64.decode_as_text(u'zN7FFUqWSSewXP7L7RpVFQ==') ?
08:41:12 vivsoni_ ameeda: yes
08:41:16 vivsoni_ it gives UnicodeDecodeError: 'utf8' codec can't decode byte 0xcc in position 0: invalid continuation byte
08:41:35 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: Spawn and destroy function of z/VM driver https://review.openstack.org/527658
08:41:35 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
08:41:36 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: add power actions https://review.openstack.org/543340
08:41:36 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: add snapshot function https://review.openstack.org/534240
08:41:37 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: add get console output https://review.openstack.org/543344
08:42:01 vivsoni_ ameeda: this base64.decode_as_bytes(u'zN7FFUqWSSewXP7L7RpVFQ==')
08:42:13 vivsoni_ gives a closer results
08:43:06 bauzas good morning stackers
08:43:40 ameeda morning :)
08:43:57 ameeda vivsoni_: I am not sure, I will check that soon
08:54:39 vivsoni_ ameeda: Thanks :)
09:12:58 gryf vivsoni_, you can get your uuid by creating uuid object, like uuid.UUID(bytes=base64.decode_as_bytes(u'zN7FFUqWSSewXP7L7RpVFQ=='))
09:16:25 vivsoni_ gryf: this worked
09:16:27 vivsoni_ :)
09:18:53 vivsoni_ gryf: how you proceed to solve this ?
09:19:02 vivsoni_ gryf: please let me know
09:19:34 gryf vivsoni_, I just looked at documentation for uuid object ;)
09:32:35 vivsoni_ gryf: Ok... Thanks :)
10:19:02 hrw morning
10:31:41 ameeda hello, how can I get python2-mistralclient version ?
10:31:41 ameeda morning
10:32:26 openstackgerrit Chris Dent proposed openstack/nova master: WIP: Use nova.db.api directly https://review.openstack.org/543262
11:06:50 cdent bauzas, giblet: if you're around this is a fairly trivial related-bug fix and followup to some earlier stuff that merged: https://review.openstack.org/#/c/526691/
11:15:43 cdent bauzas, giblet: this one is also fairly trivial: https://review.openstack.org/#/c/536784/
11:20:09 openstackgerrit Chris Dent proposed openstack/nova master: Avoid inventory DELETE API (no conflict detection) https://review.openstack.org/539712
11:20:18 cdent efried: fixed the merge conflict on ^
11:25:04 gibi cdent: will look at them soon
11:25:44 cdent gibi: awesome thanks. I'm going through all the stuff from last week's rp update, looking for easy wins...
11:25:44 bauzas cdent: ack
11:30:43 cdent thanks bauzas
11:37:39 gibi cdent: just on more small clarification request in https://review.openstack.org/#/c/526691/2/nova/api/openstack/placement/deploy.py@97
11:38:03 hrw bauzas: can you help get https://review.openstack.org/#/c/541728/ (aarch64 status matrix) merged? mriedem already gave +2 so you can finish merge process :D
11:40:37 cdent gibi: yeah, good point. will fix
11:43:26 openstackgerrit Chris Dent proposed openstack/nova master: [placement] annotate loadapp as public interface https://review.openstack.org/526691
11:43:32 cdent bauzas, gibi: ^ please and thank you
12:26:42 gibi cdent: thanks, +2d
12:27:42 AJaeger novaclient team, please review https://review.openstack.org/543115 , https://review.openstack.org/#/c/543114, https://review.openstack.org/#/c/541370/ - the first two are needed to fix building, the third is needed for Zuul v3
12:38:34 ameeda gibi: could you please check https://review.openstack.org/#/c/526900/, it doesn't has any activity from awhile
13:08:11 bauzas hrw: https://review.openstack.org/#/c/541728/ will be merged in master, which is now for Rocky
13:08:59 bauzas hrw: let's discuss with mriedem if we should cherry-pick to Queens
13:41:43 hrw bauzas: thanks
13:42:16 hrw bauzas: I think that status-matrix part can be merged
13:49:14 efried cdent: Thank you sir.
13:49:37 efried cdent: Was it because of global_id?
13:50:32 cdent efried: I _think_ so. The method that you had deleted was different from when you had deleted if before, so I just deleted it again
13:50:44 efried right
13:54:07 efried leakypipes: Yet another +2-after-rebase please: https://review.openstack.org/#/c/539712/
13:55:38 efried cdent: here's that spec on resource class affinity for NUMA: https://review.openstack.org/543062
13:56:39 leakypipes efried: done
13:56:44 efried leakypipes: Thanks
13:56:52 cdent efried: yeah, already noted it because of the spying you suggested i might do
13:57:06 efried cdent: Turns out the "aggregate distance" business isn't actually suited for NUMA. I'll still send out a link to the eavesdrop/etherpad, but I'm going to kinda push it out of main memory to keep room for other stuff.
13:57:44 efried cdent: eh, spying?
13:58:04 cdent efried: I haven't digested it yet. glanced over the weekend and was all "ugh, not another table" and decided to come back later
13:58:37 cdent efried: spying: p!spy in https://anticdent.org/purple-irc-bot.html
13:58:52 efried cdent: Another table - you're talking about agg distance, not rc affinity, right?
13:59:20 cdent efried: right, I haven't looked at rc affinity yet, but its in the queue

Earlier   Later