Wednesday, 2016-03-23

*** ivase has joined #openstack-nova00:02
*** salv-orl_ has joined #openstack-nova00:02
*** eil397 has quit IRC00:02
*** dims_ has joined #openstack-nova00:03
*** dims has quit IRC00:04
*** mylu has quit IRC00:05
*** salv-orlando has quit IRC00:05
*** ivase_ has joined #openstack-nova00:06
*** Sukhdev has joined #openstack-nova00:06
*** ivase has quit IRC00:06
*** salv-orl_ has quit IRC00:07
*** heyongli has quit IRC00:07
dansmithmelwitt: do you know anything about the api models? are they missing fields like created_at?00:07
*** heyongli has joined #openstack-nova00:08
*** phuongnh has quit IRC00:09
*** baoli has quit IRC00:09
dansmithwell, the columns are there00:09
dansmithhrm00:09
melwittdansmith: I didn't think they were missing those fields and I thought those come from oslo.db base model. but I'm not sure00:10
dansmithbut we don't include TimestampMixin?00:10
dansmithoh, nm00:10
*** yuywz has joined #openstack-nova00:10
*** baoli has joined #openstack-nova00:10
melwitt_NovaAPIBase has the TimestampMixin which you probably just saw00:10
melwittthat gives created_at and updated_at00:11
dansmith yeah00:12
*** ivase_ has quit IRC00:13
*** ivase has joined #openstack-nova00:13
*** Marga_ has quit IRC00:14
*** Marga_ has joined #openstack-nova00:15
dansmithI'm just seeing this super weird case where one conductor test fails that is using mox00:15
*** daemontool has quit IRC00:15
dansmithand the flavor in one of the messages has a created_at that is a string00:15
dansmithif I remove the obligatory flavor migration in the base test, it's happy00:15
dansmithif I null out created_at before I use the flavor, it works00:15
dansmithif I let it get the flavor from get_default_flavor() untouched, it 'splodes00:16
*** ivase_ has joined #openstack-nova00:17
*** heyongli has quit IRC00:17
*** ivase has quit IRC00:18
*** heyongli has joined #openstack-nova00:18
*** achanda has quit IRC00:18
melwitthm00:18
*** mylu has joined #openstack-nova00:20
melwittdansmith: is the failure viewable on a test run on one of the patches you uploaded?00:20
dansmithprobably will be in a few minutes00:20
dansmithI'm going to push up with a hack, so you can pull it down and try with that removed if you want00:20
*** achanda has joined #openstack-nova00:21
melwittokay. was curious what the failure looks like00:21
openstackgerritWenzhi Yu proposed openstack/nova: Set 'libvirt.sysinfo_serial' to 'none' in RealTimeServersTest  https://review.openstack.org/29511800:21
*** ivase has joined #openstack-nova00:23
*** ivase_ has quit IRC00:24
dansmithcrriiiipes.. more failures00:24
dansmithI feel like some of these are non-deterministic00:24
dansmithI need to run this a few times I guess and see if something is going on00:24
*** mylu has quit IRC00:25
dansmithso many of our tests depend on  the flavors inserted in the first migration, in the order they're seen00:25
*** zenoway has joined #openstack-nova00:27
*** heyongli has quit IRC00:28
*** aginwala has quit IRC00:28
*** heyongli has joined #openstack-nova00:28
melwitt:(00:28
*** ivase_ has joined #openstack-nova00:29
*** ivase has quit IRC00:29
*** unicell has joined #openstack-nova00:31
*** baoli has quit IRC00:32
*** Swami has quit IRC00:32
*** aginwala has joined #openstack-nova00:32
*** zenoway has quit IRC00:32
*** mriedem has joined #openstack-nova00:34
*** thorst has joined #openstack-nova00:34
*** ivase has joined #openstack-nova00:34
*** angdraug has quit IRC00:35
mriedemalaski: is there a cellsv2 meeting tomorrow? i didn't think so00:35
*** thorst_ has joined #openstack-nova00:35
*** ivase_ has quit IRC00:36
*** heyongli has quit IRC00:38
*** heyongli has joined #openstack-nova00:38
*** thorst has quit IRC00:40
*** achanda has quit IRC00:40
*** ivase_ has joined #openstack-nova00:40
*** ivase has quit IRC00:41
*** krotscheck has joined #openstack-nova00:42
melwittmriedem: we're skipping this week, resume next week00:46
*** rmevans has joined #openstack-nova00:46
*** erlon has quit IRC00:47
*** ivase_ has quit IRC00:47
dansmithmelwitt: http://logs.openstack.org/10/295310/9/check/gate-nova-python27-db/e90517e/console.html#_2016-03-22_23_38_48_09100:47
openstackgerritDan Smith proposed openstack/nova: Further hack up the nova.tests.unit.db.fakes module of horribleness  https://review.openstack.org/29610600:47
openstackgerritDan Smith proposed openstack/nova: Block flavor creation until main database is empty  https://review.openstack.org/29531000:47
openstackgerritDan Smith proposed openstack/nova: Add flavor migration routine  https://review.openstack.org/29477100:47
openstackgerritDan Smith proposed openstack/nova: Make Flavor create() and destroy() work against API DB  https://review.openstack.org/29475800:47
*** ivase has joined #openstack-nova00:48
*** heyongli has quit IRC00:48
*** heyongli has joined #openstack-nova00:48
melwittdansmith: hm, looks like created_at was serialized or something00:51
dansmithikr?00:51
*** ivase_ has joined #openstack-nova00:52
*** ivase has quit IRC00:52
*** gcb has quit IRC00:56
*** ivase_ has quit IRC00:58
*** ducttape_ has quit IRC00:58
*** heyongli has quit IRC00:58
*** heyongli has joined #openstack-nova00:59
*** unicell has quit IRC01:00
*** claudiub|2 has joined #openstack-nova01:02
melwittdansmith: it looks like it's a string from the beginning, straight out of get_default_flavor01:04
dansmithmelwitt: right01:04
*** vladikr has quit IRC01:04
dansmithmelwitt: if you remove the migration in the base test.py01:04
*** claudiub|3 has joined #openstack-nova01:04
dansmithit will be not a string01:04
dansmithbut, we're pulling it out of the db the same way01:05
*** jdillaman has quit IRC01:05
*** claudiub has quit IRC01:05
*** mylu has joined #openstack-nova01:06
melwitthmm01:07
*** gcb has joined #openstack-nova01:07
dansmithhopefully it's something really stupid I'm not seeing because I've been looking at this too long01:07
*** claudiub|2 has quit IRC01:08
*** heyongli has quit IRC01:09
*** heyongli has joined #openstack-nova01:09
*** achanda has joined #openstack-nova01:11
*** Sukhdev has quit IRC01:12
*** browne has quit IRC01:14
*** phuongnh has joined #openstack-nova01:14
*** aginwala has quit IRC01:16
mriedemtonyb: hey did you want to talk about stable branches for novaclient at some point?01:17
tonybmriedem: Sure :)01:17
tonybmriedem: I got a late starte and figured you were relaxing :)01:18
*** fawadkhaliq has quit IRC01:18
mriedemi'd like to relax, but...mortimer01:18
*** fawadkhaliq has joined #openstack-nova01:18
tonybmriedem: -ENOCONTEXT01:18
mriedemmortimer is the asshole family dog01:18
tonybmriedem: Ahh okay01:19
*** rmevans has quit IRC01:19
*** aginwala has joined #openstack-nova01:19
*** heyongli has quit IRC01:19
*** fawadkhaliq has quit IRC01:19
*** heyongli has joined #openstack-nova01:19
*** efoley has quit IRC01:19
*** fawadkhaliq has joined #openstack-nova01:20
tonybmriedem: So shouls I be +W'ing stuff for novaclient (https://review.openstack.org/#/c/294202/)01:20
*** rmevans has joined #openstack-nova01:20
tonybIt look sgood to me, I'm a little confused about how we'll release that but that's for later?01:20
*** rfolco has joined #openstack-nova01:20
tonybI figure I kinda got permission to do that thing as a side-effect01:21
*** EinstCrazy has joined #openstack-nova01:21
*** ivase has joined #openstack-nova01:21
mriedemtonyb: yeah, nova-stable-maint carries over to novaclient too01:22
mriedemtonyb: liberty is the 2.x series for novaclient, so we can get bug fixes back on that01:22
mriedemin case people on liberty want bug fixes but don't want to move to 3.x where we dropped some things01:22
*** mylu has quit IRC01:23
mriedemtonyb: we release it via openstack/releases as normal01:23
mriedemand bump upper-constraints at the same time01:23
*** mtanino has joined #openstack-nova01:23
mriedemhttps://github.com/openstack/releases/blob/master/deliverables/liberty/python-novaclient.yaml01:24
*** baoli has joined #openstack-nova01:24
tonybmriedem: okay, I guess I'm a little confused as liberty and mitaka (master) overlap so we we're saved by u-c but that doesn't really help the rest of the world01:24
mriedemthis would be released as 2.30.301:25
mriedemu-c for liberty is 2.3501:25
mriedemso we wouldn't even have to update u-c01:25
mriedempeople could pick up 2.30.3 if they wanted to get that fix and not move higher01:26
mriedemhigher being the 3.x series01:26
*** ivase_ has joined #openstack-nova01:26
tonybokay so we're all good with this not affecting the gate01:27
*** thorst_ has quit IRC01:27
*** thorst has joined #openstack-nova01:27
*** ivase has quit IRC01:28
*** sfinucan has quit IRC01:28
*** heyongli has quit IRC01:29
*** heyongli has joined #openstack-nova01:30
*** baoli has quit IRC01:30
mriedemtonyb: yeah01:30
*** Marga_ has quit IRC01:30
mriedemwell, plus, it's not like it's something that's going to break the gate,01:30
mriedemnot a backward incompatible change,01:30
mriedemnot adding new features01:30
tonybmriedem: okay /me will do a thing after lunch01:30
mriedemjust good old bug fixin'01:30
tonyb:)01:30
mriedemok, i'm going to drop off for the night, or try to01:30
tonybmriedem: good luck.01:31
*** mriedem has quit IRC01:31
*** ayoung has joined #openstack-nova01:32
*** mylu has joined #openstack-nova01:33
*** ducttape_ has joined #openstack-nova01:33
*** baoli has joined #openstack-nova01:34
*** MVenesio has joined #openstack-nova01:34
melwittdansmith: I find the created_at goes from None to the datetime after the db_flavor.save() in _flavor_create01:35
*** salv-orlando has joined #openstack-nova01:35
*** nic has quit IRC01:35
dansmithwhich is what you'd expect01:36
*** thorst has quit IRC01:36
*** ljxiash has joined #openstack-nova01:37
*** zz_dimtruck is now known as dimtruck01:38
*** MVenesio has quit IRC01:39
*** heyongli has quit IRC01:39
*** heyongli has joined #openstack-nova01:40
*** dims_ has quit IRC01:40
*** nic has joined #openstack-nova01:40
*** jwcroppe has joined #openstack-nova01:42
*** salv-orlando has quit IRC01:42
*** yamahata has quit IRC01:43
melwittdansmith: _from_db_object is doing it somehow, making the datetime into a string01:43
dansmithbut only if it comes from the new db?01:43
*** ivase has joined #openstack-nova01:44
melwittI don't know01:45
*** ivase_ has quit IRC01:45
dansmithwell, this only happens if we do the migration first01:45
melwittall the other times the flavor has None for the datetimes01:45
dansmithif you remove that from test.py it works fine01:46
*** ivase has quit IRC01:46
melwitt(all the other calls)01:46
*** ivase has joined #openstack-nova01:46
*** nic has quit IRC01:46
*** Daisy has joined #openstack-nova01:46
melwittyeah, I mean it seems like the flavors normally have None for those fields and the migration makes it have a datetime and then that somehow gets stringified01:47
melwittvia the save()01:47
melwittsave() makes a flavor have a non-None created_at, I mean01:49
*** heyongli has quit IRC01:50
melwittit makes me wonder if we put a datetime for the fake flavor in the flavor object tests what would happen01:50
*** heyongli has joined #openstack-nova01:50
melwittbecause created_at etc are None in there too01:50
dansmithmelwitt: well, the base flavors may, because they're created so early01:51
dansmithbut new flavors would be of course01:51
dansmithperhaps we're just never hitting this because we always use a default flavor in that mox-based test01:51
melwittyeah. true. I don't know, this is really odd01:51
melwittI have to run, hope some of that helps you uncover what's going on01:52
*** mylu has quit IRC01:54
*** Fdaisuke has joined #openstack-nova01:54
*** Fdaisuke has quit IRC01:54
*** Fdaisuke has joined #openstack-nova01:55
*** mylu has joined #openstack-nova01:57
dansmithmelwitt: yeah, thanks, I think that justifies my hacky =None change maybe :D01:58
*** mylu has quit IRC01:58
*** heyongli has quit IRC02:00
*** heyongli has joined #openstack-nova02:00
*** mylu has joined #openstack-nova02:00
*** fawadkhaliq has quit IRC02:01
*** fawadkhaliq has joined #openstack-nova02:02
*** haplo37 has joined #openstack-nova02:03
*** rfolco has quit IRC02:08
*** fawadkhaliq has quit IRC02:10
*** fawadkhaliq has joined #openstack-nova02:10
*** heyongli has quit IRC02:10
*** tbachman has quit IRC02:10
*** heyongli has joined #openstack-nova02:11
*** haplo37 has quit IRC02:13
*** houming has joined #openstack-nova02:15
*** mylu has quit IRC02:15
*** qeelee has joined #openstack-nova02:16
*** mylu has joined #openstack-nova02:17
*** claudiub has joined #openstack-nova02:17
*** ducttape_ has quit IRC02:17
openstackgerritZhenyu Zheng proposed openstack/nova-specs: Expose quiesce/unquiesce API  https://review.openstack.org/29559502:19
*** zenoway has joined #openstack-nova02:20
*** claudiub|3 has quit IRC02:20
*** heyongli has quit IRC02:20
*** heyongli has joined #openstack-nova02:21
*** zenoway has quit IRC02:24
openstackgerritKen'ichi Ohmichi proposed openstack/nova: WIP: prototype  https://review.openstack.org/29614602:24
*** apoorvad has quit IRC02:26
*** woodster_ has quit IRC02:27
*** Daisy has quit IRC02:29
*** geedo2 has joined #openstack-nova02:29
*** Daisy has joined #openstack-nova02:30
*** heyongli has quit IRC02:31
*** RuiChen has quit IRC02:31
*** dimtruck is now known as zz_dimtruck02:31
*** heyongli has joined #openstack-nova02:31
*** geedo1 has quit IRC02:31
*** akshai_ has quit IRC02:32
*** gcb has quit IRC02:33
*** thorst has joined #openstack-nova02:34
*** knikolla has quit IRC02:34
*** mylu has quit IRC02:38
*** mylu has joined #openstack-nova02:39
*** hoangcx has joined #openstack-nova02:39
*** haplo37 has joined #openstack-nova02:39
*** akshai has joined #openstack-nova02:40
*** thorst has quit IRC02:41
*** heyongli has quit IRC02:41
*** salv-orlando has joined #openstack-nova02:41
*** heyongli has joined #openstack-nova02:41
*** gcb has joined #openstack-nova02:48
*** haomaiwa_ has joined #openstack-nova02:51
*** salv-orlando has quit IRC02:51
*** heyongli has quit IRC02:51
*** fawadkhaliq has quit IRC02:51
*** aginwala has quit IRC02:51
*** heyongli has joined #openstack-nova02:51
*** fawadkhaliq has joined #openstack-nova02:52
*** gcb has quit IRC02:55
*** coreywright has quit IRC02:55
*** zenoway has joined #openstack-nova02:56
*** markvoelker has quit IRC02:59
*** haomaiwa_ has quit IRC03:01
*** zenoway has quit IRC03:01
*** fawadkhaliq has quit IRC03:01
*** fawadkhaliq has joined #openstack-nova03:01
*** fawadkhaliq has quit IRC03:01
*** haomaiwang has joined #openstack-nova03:01
*** heyongli has quit IRC03:01
*** fawadkhaliq has joined #openstack-nova03:02
*** heyongli has joined #openstack-nova03:02
*** RuiChen has joined #openstack-nova03:02
*** ducttape_ has joined #openstack-nova03:08
*** heyongli has quit IRC03:12
*** heyongli has joined #openstack-nova03:12
*** gcb has joined #openstack-nova03:13
*** coreywright has joined #openstack-nova03:15
*** vilobhmm11 has joined #openstack-nova03:16
*** mylu has quit IRC03:17
*** claudiub has quit IRC03:17
openstackgerritJianghua Wang proposed openstack/nova-specs: XenAPI: support VGPU via passthrough PCI  https://review.openstack.org/28009903:21
*** heyongli has quit IRC03:22
*** mylu has joined #openstack-nova03:22
*** heyongli has joined #openstack-nova03:22
*** Marga_ has joined #openstack-nova03:26
*** yamahata has joined #openstack-nova03:26
*** links has joined #openstack-nova03:28
*** aginwala has joined #openstack-nova03:29
*** Marga_ has quit IRC03:30
*** heyongli has quit IRC03:32
*** heyongli has joined #openstack-nova03:33
*** aginwala has quit IRC03:33
*** jwcroppe has quit IRC03:33
*** jwcroppe has joined #openstack-nova03:34
*** bharath has joined #openstack-nova03:34
*** MVenesio has joined #openstack-nova03:35
*** thorst has joined #openstack-nova03:39
*** jwcroppe has quit IRC03:39
*** haplo37 has quit IRC03:39
*** Marga_ has joined #openstack-nova03:39
*** MVenesio has quit IRC03:39
*** Marga_ has quit IRC03:40
*** hamzy has joined #openstack-nova03:40
*** gcb has quit IRC03:40
*** Marga_ has joined #openstack-nova03:40
*** ducttape_ has quit IRC03:42
*** heyongli has quit IRC03:42
*** Daisy has quit IRC03:43
*** edtubill has joined #openstack-nova03:43
*** heyongli has joined #openstack-nova03:43
*** Daisy has joined #openstack-nova03:43
*** ducttape_ has joined #openstack-nova03:45
*** ivase has quit IRC03:46
*** thorst has quit IRC03:46
*** ivase has joined #openstack-nova03:46
*** baoli has quit IRC03:46
*** Daisy has quit IRC03:47
*** qeelee has quit IRC03:51
*** ljxiash has quit IRC03:53
*** heyongli has quit IRC03:53
*** ivase has quit IRC03:53
*** ljxiash has joined #openstack-nova03:53
*** heyongli has joined #openstack-nova03:53
*** ivase has joined #openstack-nova03:54
*** hoangcx has quit IRC03:56
*** hoangcx has joined #openstack-nova03:57
*** ljxiash has quit IRC03:57
*** ivase_ has joined #openstack-nova03:58
*** ivase has quit IRC03:58
*** markvoelker has joined #openstack-nova03:59
*** haomaiwang has quit IRC04:01
*** haomaiwang has joined #openstack-nova04:01
*** heyongli has quit IRC04:03
*** heyongli has joined #openstack-nova04:03
*** markvoelker has quit IRC04:04
*** ivase_ has quit IRC04:04
*** achanda has quit IRC04:06
*** salv-orlando has joined #openstack-nova04:10
*** ivase has joined #openstack-nova04:10
*** haomaiw__ has joined #openstack-nova04:12
*** baoli has joined #openstack-nova04:13
*** haomaiwang has quit IRC04:13
*** heyongli has quit IRC04:13
*** heyongli has joined #openstack-nova04:14
*** edtubill has quit IRC04:14
*** salv-orlando has quit IRC04:14
*** baoli has quit IRC04:14
*** baoli has joined #openstack-nova04:15
*** ivase has quit IRC04:17
*** fawadkhaliq has quit IRC04:17
*** fawadkhaliq has joined #openstack-nova04:17
*** heyongli has quit IRC04:23
*** baoli has quit IRC04:24
*** heyongli has joined #openstack-nova04:24
*** dave-mccowan has quit IRC04:24
*** ivase has joined #openstack-nova04:29
*** mylu has quit IRC04:32
*** ivase_ has joined #openstack-nova04:32
*** ivase has quit IRC04:33
*** heyongli has quit IRC04:34
*** heyongli has joined #openstack-nova04:34
*** jwcroppe has joined #openstack-nova04:35
*** fawadkhaliq has quit IRC04:35
*** fawadkhaliq has joined #openstack-nova04:36
*** mylu has joined #openstack-nova04:36
*** mylu has quit IRC04:38
*** ivase_ has quit IRC04:39
*** fawadkhaliq has quit IRC04:40
*** fawadkhaliq has joined #openstack-nova04:41
*** aginwala has joined #openstack-nova04:41
*** fawadkhaliq has quit IRC04:41
openstackgerritKen'ichi Ohmichi proposed openstack/nova: WIP: prototype  https://review.openstack.org/29614604:41
*** fawadkhaliq has joined #openstack-nova04:42
*** fawadkhaliq has quit IRC04:42
*** zenoway has joined #openstack-nova04:42
*** aginwala has quit IRC04:43
*** fawadkhaliq has joined #openstack-nova04:43
*** thorst has joined #openstack-nova04:44
*** heyongli has quit IRC04:44
*** heyongli has joined #openstack-nova04:44
*** jwcroppe has quit IRC04:45
*** fawadkhaliq has quit IRC04:46
*** fawadkhaliq has joined #openstack-nova04:46
*** zenoway has quit IRC04:47
*** fawadkhaliq has quit IRC04:47
*** fawadkhaliq has joined #openstack-nova04:48
*** fawadkhaliq has quit IRC04:48
*** fawadkhaliq has joined #openstack-nova04:49
*** aginwala has joined #openstack-nova04:49
*** mylu has joined #openstack-nova04:50
*** rmevans has quit IRC04:51
*** ivase has joined #openstack-nova04:52
*** thorst has quit IRC04:52
*** achanda has joined #openstack-nova04:53
*** ducttape_ has quit IRC04:53
*** heyongli has quit IRC04:54
*** heyongli has joined #openstack-nova04:55
*** tbachman has joined #openstack-nova04:55
*** ivase_ has joined #openstack-nova04:56
*** ivase has quit IRC04:56
*** qeelee has joined #openstack-nova04:58
*** haomaiw__ has quit IRC05:01
*** haomaiwang has joined #openstack-nova05:01
*** ivase has joined #openstack-nova05:02
*** ivase_ has quit IRC05:02
*** tbachman has quit IRC05:03
*** heyongli has quit IRC05:04
*** heyongli has joined #openstack-nova05:05
*** heyongli has quit IRC05:05
*** zenoway has joined #openstack-nova05:06
*** ivase_ has joined #openstack-nova05:07
*** akshai has quit IRC05:07
*** ivase has quit IRC05:08
*** zenoway has quit IRC05:11
*** qeelee has quit IRC05:11
*** ivase_ has quit IRC05:14
*** Daisy has joined #openstack-nova05:15
*** mylu has quit IRC05:17
*** qeelee has joined #openstack-nova05:17
*** ljxiash has joined #openstack-nova05:19
*** Daisy has quit IRC05:19
*** hoangcx has quit IRC05:30
*** hoangcx has joined #openstack-nova05:32
*** phuongnh has quit IRC05:34
*** MVenesio has joined #openstack-nova05:36
openstackgerritLeehom Li proposed openstack/nova: Change "libvirt.xml" back to the original after doing unrescue  https://review.openstack.org/29436605:36
*** lpetrut has joined #openstack-nova05:37
*** MVenesio has quit IRC05:40
*** jwcroppe has joined #openstack-nova05:41
*** salv-orlando has joined #openstack-nova05:42
*** zenoway has joined #openstack-nova05:42
*** ivase has joined #openstack-nova05:42
*** zenoway has quit IRC05:47
*** salv-orlando has quit IRC05:49
*** jwcroppe has quit IRC05:49
*** thorst has joined #openstack-nova05:49
*** Daisy has joined #openstack-nova05:52
*** ivase_ has joined #openstack-nova05:53
*** qeelee has quit IRC05:54
*** ivase has quit IRC05:54
*** thorst has quit IRC05:55
*** sridharg has joined #openstack-nova05:57
*** qeelee has joined #openstack-nova05:57
*** Sukhdev has joined #openstack-nova05:57
*** ivase_ has quit IRC06:00
*** markvoelker has joined #openstack-nova06:00
*** haomaiwang has quit IRC06:01
*** haomaiwang has joined #openstack-nova06:01
*** wanghao has quit IRC06:01
*** wanghao has joined #openstack-nova06:02
*** fawadkhaliq has quit IRC06:03
*** fawadkhaliq has joined #openstack-nova06:04
*** markvoelker has quit IRC06:04
*** achanda_ has joined #openstack-nova06:13
*** ivase has joined #openstack-nova06:13
*** achanda has quit IRC06:14
*** lpetrut has quit IRC06:15
*** ivase_ has joined #openstack-nova06:17
*** nkrinner has joined #openstack-nova06:17
*** ivase has quit IRC06:17
*** ekuris_ has joined #openstack-nova06:19
*** fawadkhaliq has quit IRC06:20
*** fawadkhaliq has joined #openstack-nova06:21
*** qeelee has quit IRC06:21
*** ihrachys has joined #openstack-nova06:22
*** ivase has joined #openstack-nova06:23
*** ivase_ has quit IRC06:23
*** fawadkhaliq has quit IRC06:25
*** fawadkhaliq has joined #openstack-nova06:25
*** fawadkhaliq has quit IRC06:26
*** fawadkhaliq has joined #openstack-nova06:26
*** fawadkhaliq has quit IRC06:27
*** fawadkhaliq has joined #openstack-nova06:28
*** haukebruno has joined #openstack-nova06:28
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Imported Translations from Zanata  https://review.openstack.org/29392106:28
*** ivase_ has joined #openstack-nova06:28
*** fawadkhaliq has quit IRC06:28
*** fawadkhaliq has joined #openstack-nova06:29
*** ivase has quit IRC06:29
*** ihrachys has quit IRC06:31
*** Daisy has quit IRC06:33
*** Daisy has joined #openstack-nova06:33
*** ivase_ has quit IRC06:35
*** moshele has joined #openstack-nova06:35
*** lpetrut has joined #openstack-nova06:35
*** ivase has joined #openstack-nova06:36
*** Daisy has quit IRC06:38
*** ivase_ has joined #openstack-nova06:40
*** ssurana has quit IRC06:40
*** ivase has quit IRC06:40
*** lpetrut has quit IRC06:41
*** Daisy has joined #openstack-nova06:44
*** jwcroppe has joined #openstack-nova06:46
*** ivase_ has quit IRC06:47
*** zenoway has joined #openstack-nova06:49
openstackgerritZhengguang Ou proposed openstack/nova: libvirt: fix detach volume race condition  https://review.openstack.org/29051006:52
*** jwcroppe has quit IRC06:53
*** thorst has joined #openstack-nova06:53
*** salv-orlando has joined #openstack-nova06:58
*** e0ne has joined #openstack-nova06:58
*** haomaiwang has quit IRC07:01
*** thorst has quit IRC07:01
*** zenoway has quit IRC07:01
*** haomaiwang has joined #openstack-nova07:01
*** markvoelker has joined #openstack-nova07:01
*** zenoway has joined #openstack-nova07:01
*** moshele has quit IRC07:03
*** ivase has joined #openstack-nova07:05
*** zenoway has quit IRC07:06
*** haomaiwang has quit IRC07:06
*** sridharg has quit IRC07:07
*** markvoelker has quit IRC07:07
*** ndipanov has quit IRC07:08
*** ivase_ has joined #openstack-nova07:08
*** ivase has quit IRC07:09
*** haomaiwang has joined #openstack-nova07:09
*** zenoway has joined #openstack-nova07:10
*** vishwanathj is now known as vishwanathj_away07:12
*** rk4n has joined #openstack-nova07:15
*** ivase_ has quit IRC07:15
*** salv-orlando has quit IRC07:15
*** rk4n has quit IRC07:16
*** cristicalin has joined #openstack-nova07:17
*** zenoway has quit IRC07:18
*** zenoway has joined #openstack-nova07:18
*** ivase has joined #openstack-nova07:22
*** qeelee has joined #openstack-nova07:22
*** Sukhdev has quit IRC07:25
openstackgerritVasyl Saienko proposed openstack/nova: Allow to update resource per single node.  https://review.openstack.org/28748507:26
*** davidlenwell has quit IRC07:26
*** ivase_ has joined #openstack-nova07:26
*** ivase has quit IRC07:26
*** achanda_ has quit IRC07:26
*** e0ne has quit IRC07:28
*** aginwala has quit IRC07:29
*** libu has joined #openstack-nova07:31
*** qeelee has quit IRC07:32
*** ivase_ has quit IRC07:32
*** davidlenwell has joined #openstack-nova07:34
*** achanda has joined #openstack-nova07:35
*** MVenesio has joined #openstack-nova07:37
openstackgerritJianghua Wang proposed openstack/nova: XenAPI: OVS agent updates the wrong port with Neutron  https://review.openstack.org/24284607:39
*** tesseract has joined #openstack-nova07:41
*** tesseract is now known as Guest6084207:41
*** MVenesio has quit IRC07:41
openstackgerritJianghua Wang proposed openstack/nova: XenAPI: OVS agent updates the wrong port with Neutron  https://review.openstack.org/24284607:48
bauzasgood morning Nova07:49
*** jwcroppe has joined #openstack-nova07:50
openstackgerritJianghua Wang proposed openstack/nova: XenAPI: OVS agent updates the wrong port with Neutron  https://review.openstack.org/24284607:51
*** rk4n has joined #openstack-nova07:51
kaisersHey Novas! Can i still propose a driver bugfix for mitaka rc2 (https://review.openstack.org/#/c/264752/)?07:51
kaisers*doh!* corrupted the link, this is better: https://review.openstack.org/#/c/264752/07:52
kaisersThe related doc change is already +2'ed but waits for the code to merge.07:53
*** moshele has joined #openstack-nova07:54
*** sahid has joined #openstack-nova07:55
*** thorst has joined #openstack-nova07:58
*** mpavone has joined #openstack-nova07:59
*** jwcroppe has quit IRC08:00
*** haomaiwang has quit IRC08:01
*** haomaiwa_ has joined #openstack-nova08:01
*** Daisy has quit IRC08:02
*** Daisy has joined #openstack-nova08:02
openstackgerritSaverio Proto proposed openstack/nova: Allow backup operation in paused and suspend state when Server booted from Volume  https://review.openstack.org/29586508:03
*** sridharg has joined #openstack-nova08:04
openstackgerritSaverio Proto proposed openstack/nova: Allow backup operation in paused and suspend state  https://review.openstack.org/29586508:05
*** thorst has quit IRC08:06
*** achanda has quit IRC08:06
*** libu has quit IRC08:06
*** jaosorior has joined #openstack-nova08:06
*** Daisy has quit IRC08:07
*** achanda has joined #openstack-nova08:08
*** achanda has quit IRC08:11
*** achanda has joined #openstack-nova08:12
*** claudiub has joined #openstack-nova08:12
*** nkrinner has quit IRC08:12
*** achanda has quit IRC08:12
*** gcb has joined #openstack-nova08:12
*** EinstCra_ has joined #openstack-nova08:13
*** achanda has joined #openstack-nova08:13
*** ivase has joined #openstack-nova08:13
*** matrohon has joined #openstack-nova08:13
*** achanda has quit IRC08:13
*** EinstCrazy has quit IRC08:16
*** nkrinner has joined #openstack-nova08:17
*** ivase_ has joined #openstack-nova08:18
*** ivase has quit IRC08:20
*** rdopiera has joined #openstack-nova08:22
*** ivase has joined #openstack-nova08:24
*** ivase_ has quit IRC08:25
*** ljxiash has quit IRC08:25
*** ljxiash has joined #openstack-nova08:26
*** vlaza has joined #openstack-nova08:26
*** palexster has joined #openstack-nova08:27
*** fhermeni has joined #openstack-nova08:28
fhermenihi08:28
*** Daisy has joined #openstack-nova08:28
*** paul-carlton1 has joined #openstack-nova08:29
*** ivase has quit IRC08:30
*** ihrachys has joined #openstack-nova08:30
*** ljxiash has quit IRC08:31
*** xek has quit IRC08:32
*** xek has joined #openstack-nova08:33
markus_zeliqiao: Are you around?08:35
eliqiaohi markus_z08:35
markus_zeliqiao: I still struggle a little with https://bugs.launchpad.net/nova/+bug/144190308:35
openstackLaunchpad bug 1441903 in OpenStack Compute (nova) "rootwrap.d ln doesn't work for non iSCSI volumes" [Undecided,Incomplete] - Assigned to lvmxh (shaohef)08:36
markus_zeliqiao: I had the hope you could help me there08:36
*** palexster has quit IRC08:36
markus_zeliqiao: You've put it to incomplete but without hint which info is missing, and I lack knowledge in that area.08:36
*** ivase has joined #openstack-nova08:37
openstackgerritSaverio Proto proposed openstack/nova: Fix typo 'mappgins' to 'mappings'  https://review.openstack.org/29625808:37
eliqiaomarkus_z: sorry, I forget the context(bad triadge), let me try to recal...08:38
*** ljxiash has joined #openstack-nova08:40
*** ivase_ has joined #openstack-nova08:41
*** ivase has quit IRC08:41
eliqiaomarkus_z: I see matt has fixed it already by gerrit-id I181b594a3119f7ad74c595fc7059d521079b1d7408:42
eliqiaomarkus_z: can you please check?08:42
markus_zmikal: If you find time, would you have a look at https://bugs.launchpad.net/nova/+bug/1484847 which refers to a todo note from you?08:42
openstackLaunchpad bug 1484847 in OpenStack Compute (nova) "image_cache_manager message storm" [Undecided,In progress] - Assigned to jichenjc (jichenjc)08:42
markus_zeliqiao: oh, let me check...08:42
*** permalac has joined #openstack-nova08:43
kashyapmarkus_z: Matt Booth has been recently working on Image Cache related stuff, probably when he's about he might also have some ideas.08:43
kashyapGuess he's out this week, though.08:43
markus_zkashyap: Ah, good to know, thanks08:43
*** qeelee has joined #openstack-nova08:44
*** jed56 has joined #openstack-nova08:44
*** jlanoux has joined #openstack-nova08:45
*** ivase_ has quit IRC08:47
*** scheuran has joined #openstack-nova08:47
*** ivase has joined #openstack-nova08:49
*** ivase_ has joined #openstack-nova08:53
*** ivase has quit IRC08:54
*** artom has quit IRC08:56
*** artom has joined #openstack-nova08:56
*** jwcroppe has joined #openstack-nova08:56
*** russellb has quit IRC08:58
*** paul-carlton1 has quit IRC08:58
*** mnestratov has joined #openstack-nova08:59
*** ivase_ has quit IRC08:59
*** palexster has joined #openstack-nova08:59
*** russellb has joined #openstack-nova09:00
*** haomaiwa_ has quit IRC09:01
*** links has quit IRC09:01
*** haomaiwang has joined #openstack-nova09:01
*** e0ne has joined #openstack-nova09:03
*** markvoelker has joined #openstack-nova09:03
*** thorst has joined #openstack-nova09:03
*** openstackgerrit has quit IRC09:03
*** openstackgerrit has joined #openstack-nova09:04
*** yassine has joined #openstack-nova09:04
*** doug-fish has quit IRC09:04
*** yassine is now known as Guest9254209:04
*** Guest92542 is now known as yassou09:05
*** salv-orlando has joined #openstack-nova09:06
*** dedery has joined #openstack-nova09:06
*** claudiub|2 has joined #openstack-nova09:06
openstackgerritZhengguang Ou proposed openstack/nova: libvirt: fix detach volume race condition  https://review.openstack.org/29051009:07
*** markvoelker has quit IRC09:08
*** claudiub has quit IRC09:09
*** thorst has quit IRC09:11
*** gcb has quit IRC09:11
*** browne has joined #openstack-nova09:11
*** dedery has quit IRC09:12
*** houming has quit IRC09:12
*** lucas-dinner is now known as lucasagomes09:13
*** achanda has joined #openstack-nova09:14
*** sfinucan has joined #openstack-nova09:14
*** houming has joined #openstack-nova09:14
openstackgerritSaverio Proto proposed openstack/nova: Allow snapshot_volume_backed in pause/suspended  https://review.openstack.org/29586509:15
*** y_sawai has joined #openstack-nova09:16
markus_zeliqiao: yep, I think you're right. That change solved that bug. thanks!09:16
openstackgerritMoshe Levi proposed openstack/nova: Fix detach SR-IOV when using LibvirtConfigGuestHostdevPCI  https://review.openstack.org/29630509:17
eliqiaomarkus_z: YW, I think we should mark that bug as fixed released ?09:17
*** links has joined #openstack-nova09:18
markus_zeliqiao: I think so, yes, wanna do it?09:18
eliqiaomarkus_z I will do it.09:19
*** derekh has joined #openstack-nova09:19
markus_zthanks a lot!09:20
*** achanda has quit IRC09:20
eliqiaowelcome :)09:20
johnthetubaguymarkus_z: did you see there is a cross project spec around config centralisation stuff?09:21
markus_zjohnthetubaguy: I'm not aware of that09:21
markus_zjohnthetubaguy: Do you have a link?09:21
johnthetubaguymarkus_z: its in its early stages, but its here: https://review.openstack.org/#/c/295543/209:21
markus_zjohnthetubaguy: thanks, I'll throw my 2cents in09:21
*** nelsnels_ has quit IRC09:22
*** danpb has joined #openstack-nova09:22
*** roeyc has joined #openstack-nova09:22
markus_zfunny how things take off after some time :)09:23
johnthetubaguymarkus_z: its expanding the scope a little, once its updated, there is a PWG user story here: https://review.openstack.org/#/c/291406/09:23
*** jlanoux has quit IRC09:24
*** gcb has joined #openstack-nova09:24
johnthetubaguymarkus_z: the operators were loving your good work at the meetup in manchester, so the OSIC efforts are going to try take some of the ideas into other projects09:24
openstackgerritBin Zhou proposed openstack/nova: upgrade connection_info when Ceph mon IP changed  https://review.openstack.org/28981309:25
markus_zjohnthetubaguy: I'm very happy to hear that, thanks for the feedback! Glad to see the direction this is taking.09:25
openstackgerritBin Zhou proposed openstack/nova: upgrade connection_info when Ceph mon IP changed  https://review.openstack.org/28981309:25
*** yamahata has quit IRC09:27
johnthetubaguymarkus_z: thank you for kicking folks into action, its great stuff!09:27
*** jlanoux has joined #openstack-nova09:27
*** cristicalin has quit IRC09:33
*** browne has quit IRC09:34
*** daemontool has joined #openstack-nova09:35
*** tojuvone has quit IRC09:35
*** tojuvone has joined #openstack-nova09:35
*** daemontool_ has joined #openstack-nova09:36
*** daemontool_ has quit IRC09:36
*** MVenesio has joined #openstack-nova09:37
*** PaulMurray has joined #openstack-nova09:38
*** y_sawai has quit IRC09:41
*** MVenesio has quit IRC09:42
*** y_sawai has joined #openstack-nova09:45
*** Daisy has quit IRC09:46
*** Daisy has joined #openstack-nova09:46
*** qeelee has quit IRC09:49
*** Daisy has quit IRC09:51
*** cdent has joined #openstack-nova09:53
*** sc68cal has joined #openstack-nova09:56
*** vilobhmm11 has quit IRC09:56
*** sdague has joined #openstack-nova09:58
*** lpetrut has joined #openstack-nova10:00
*** dims has joined #openstack-nova10:00
*** haomaiwang has quit IRC10:01
*** haomaiwang has joined #openstack-nova10:01
*** links has quit IRC10:05
openstackgerritPawel Koniszewski proposed openstack/nova: WIP: Cold migrate using the RequestSpec object  https://review.openstack.org/28497410:06
*** dedery has joined #openstack-nova10:08
*** thorst has joined #openstack-nova10:08
*** ndipanov has joined #openstack-nova10:09
*** LZ has quit IRC10:09
*** EinstCra_ has quit IRC10:10
*** ljxiash has quit IRC10:11
*** ljxiash has joined #openstack-nova10:11
*** dedery has quit IRC10:13
*** claudiub has joined #openstack-nova10:15
*** gszasz has joined #openstack-nova10:15
*** thorst has quit IRC10:16
*** moshele has quit IRC10:16
*** claudiub|2 has quit IRC10:18
*** ljxiash has quit IRC10:18
*** links has joined #openstack-nova10:21
*** dedery has joined #openstack-nova10:23
*** hoangcx has quit IRC10:23
*** ljjjustin_ has joined #openstack-nova10:24
openstackgerritSaverio Proto proposed openstack/nova: Allow snapshot_volume_backed in pause/suspended  https://review.openstack.org/29586510:25
*** ljxiash has joined #openstack-nova10:25
*** liverpooler has joined #openstack-nova10:28
*** ljxiash has quit IRC10:30
openstackgerritChris Dent proposed openstack/nova: Add Allocation and AllocationList objects  https://review.openstack.org/28244210:30
*** cdent has quit IRC10:31
dederyHi cores, can you please review https://review.openstack.org/#/c/287515 (Fix failed snapshot on VMs with SRIOV ports)? Thanks!10:31
*** smatzek has joined #openstack-nova10:32
*** qeelee has joined #openstack-nova10:32
*** jaosorior has quit IRC10:34
*** e0ne has quit IRC10:35
*** y_sawai has quit IRC10:35
*** jaosorior has joined #openstack-nova10:36
*** y_sawai has joined #openstack-nova10:36
*** mvk has joined #openstack-nova10:39
*** garyk1 has joined #openstack-nova10:40
garyk1johnthetubaguy: can you please look at https://review.openstack.org/28412110:41
*** claudiub|2 has joined #openstack-nova10:41
*** fhermeni has quit IRC10:42
*** claudiub has quit IRC10:44
*** y_sawai has quit IRC10:44
*** e0ne has joined #openstack-nova10:45
*** y_sawai has joined #openstack-nova10:46
*** ljjjustin_ is now known as liunian10:49
*** Jeffrey4l has joined #openstack-nova10:49
openstackgerritChangBo Guo(gcb) proposed openstack/nova: libvirt: add missing iotune parse for LibvirtConfigGuestDisk  https://review.openstack.org/18788110:50
*** shaohe_feng_robo has quit IRC10:52
*** sudipto has joined #openstack-nova10:53
*** cdent has joined #openstack-nova10:54
*** tojuvone has quit IRC10:54
*** tojuvone has joined #openstack-nova10:54
*** tojuvone has quit IRC10:55
*** tojuvone has joined #openstack-nova10:55
*** sridharg has quit IRC10:56
*** pkholkin__ has quit IRC10:59
*** sridharg has joined #openstack-nova11:00
*** sridharg has quit IRC11:00
*** sridharg has joined #openstack-nova11:00
*** haomaiwang has quit IRC11:01
*** gmann has quit IRC11:01
*** haomaiwang has joined #openstack-nova11:01
openstackgerritChris Dent proposed openstack/nova: WIP Add ResourcePool and ResourcePoolList objects  https://review.openstack.org/28496311:01
*** gmann has joined #openstack-nova11:03
*** markvoelker has joined #openstack-nova11:04
*** dims_ has joined #openstack-nova11:05
*** dims has quit IRC11:06
*** markvoelker has quit IRC11:08
*** Jeffrey4l has quit IRC11:10
openstackgerritChris Dent proposed openstack/nova: Add name to ResourceProvider object  https://review.openstack.org/28194511:11
openstackgerritChris Dent proposed openstack/nova: Add a get_by_uuid for aggregates  https://review.openstack.org/28489511:11
openstackgerritChris Dent proposed openstack/nova: Add Allocation and AllocationList objects  https://review.openstack.org/28244211:13
pkoniszewskibauzas: hi, just a fyi, fixed the issue with serializing datetime, right now looks like server groups are not honored at all, will dig into that later11:13
bauzaspkoniszewski: ack11:13
*** sudipto has quit IRC11:13
openstackgerritChris Dent proposed openstack/nova: WIP Add ResourcePool and ResourcePoolList objects  https://review.openstack.org/28496311:14
*** vlaza has quit IRC11:14
openstackgerritChris Dent proposed openstack/nova: WIP resource-pools/placement api  https://review.openstack.org/29310411:14
*** y_sawai has quit IRC11:15
*** y_sawai has joined #openstack-nova11:17
*** Jeffrey4l has joined #openstack-nova11:17
*** achanda has joined #openstack-nova11:19
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Enhance value check for option notify_on_state_change  https://review.openstack.org/24271711:19
*** doug-fish has joined #openstack-nova11:22
*** roeyc has quit IRC11:23
*** achanda has quit IRC11:24
*** y_sawai has quit IRC11:26
*** Jeffrey4l has quit IRC11:28
*** ociuhandu has quit IRC11:29
johnthetubaguymikal: this one can drop its -2 now I think https://review.openstack.org/#/c/272949/11:29
PaulMurrayjohnthetubaguy, I think you can take the -2 off https://review.openstack.org/#/c/284974/ now ?11:31
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Deprecated option 'mkisofs_cmd' for removal  https://review.openstack.org/26274411:32
johnthetubaguyPaulMurray: I can't we need a new blueprint for the remaining work there, bauzas how did you want to handle this one?11:35
*** thorst has joined #openstack-nova11:35
*** MVenesio has joined #openstack-nova11:38
*** ekuris_ has quit IRC11:39
*** tojuvone has quit IRC11:39
*** tojuvone has joined #openstack-nova11:40
openstackgerritsahid proposed openstack/nova: libvirt: check graphic/serial consoles at pre_live_migration step  https://review.openstack.org/25470911:40
openstackgerritsahid proposed openstack/nova: libvirt: live_migration_flags/block_migration_flags default to 0  https://review.openstack.org/29593311:40
openstackgerritsahid proposed openstack/nova: libvirt: "migrate" to Guest's object  https://review.openstack.org/25036511:40
openstackgerritAnkit Agrawal proposed openstack/nova: Move is_volume_backed_instance to compute.utils  https://review.openstack.org/27048211:42
openstackgerritAnkit Agrawal proposed openstack/nova: Fix evaluation of host disk usage by volume-backed instances  https://review.openstack.org/20087011:42
*** MVenesio has quit IRC11:43
*** rtheis has joined #openstack-nova11:43
*** ljxiash has joined #openstack-nova11:44
*** jinquan has joined #openstack-nova11:45
*** Jeffrey4l has joined #openstack-nova11:47
*** haplo37 has joined #openstack-nova11:50
*** Jeffrey4l has quit IRC11:58
*** david-lyle_ has joined #openstack-nova11:58
*** ociuhandu has joined #openstack-nova11:59
*** david-lyle has quit IRC12:00
*** haomaiwang has quit IRC12:01
*** Daisy has joined #openstack-nova12:01
*** haomaiwang has joined #openstack-nova12:01
*** salv-orl_ has joined #openstack-nova12:02
*** MVenesio has joined #openstack-nova12:02
openstackgerritMaciej Szankin proposed openstack/nova: Live migration failure in API leaves VM in MIGRATING state  https://review.openstack.org/16891612:03
*** haplo37 has quit IRC12:04
*** lpetrut has quit IRC12:04
*** salv-orlando has quit IRC12:04
*** y_sawai_ has joined #openstack-nova12:06
*** y_sawai_ has quit IRC12:06
*** y_sawai has joined #openstack-nova12:06
johnthetubaguysfinucan: markus_z: have either have you looked at passing the group object for list_opts(), I am wondering if this works now: https://review.openstack.org/#/c/274298/812:08
markus_zjohnthetubaguy: That's fixed in olso.config and we use that new version AFAIR, but I'm going to double-check12:09
*** roeyc has joined #openstack-nova12:09
openstackgerritJohn Garbutt proposed openstack/nova: Config options: Centralize ldapdns options  https://review.openstack.org/29417912:10
johnthetubaguymarkus_z: I wonder if we bumped the minimum version yet?12:10
johnthetubaguymarkus_z: thanks for checking for me :()12:10
johnthetubaguyoops :)12:11
markus_zjohnthetubaguy: We're at: oslo.config>=3.7.012:11
openstackgerritsahid proposed openstack/nova: libvirt: handle reserved pages size  https://review.openstack.org/29250012:11
openstackgerritsahid proposed openstack/nova: virt: reserved number of mempages on compute host  https://review.openstack.org/29249912:11
markus_zand it got fixed in 3.2.012:11
johnthetubaguycool stuff12:11
markus_zwe're fine. I'm going to remove the todos12:11
markus_zjohnthetubaguy: thanks for the hint12:11
*** y_sawai has quit IRC12:12
*** lucasagomes is now known as lucas-hungry12:12
*** aysyd has joined #openstack-nova12:13
danpbmarkus_z: so for the virtlogd support in nova, things should be pretty simple12:13
markus_zjohnthetubaguy: I'm going to review config option changes beginning next week. I have to work on other items right now.12:13
*** haukebruno has quit IRC12:13
markus_zdanpb: I'm all ear :)12:13
danpbmarkus_z: first we have qemu >= 2.6 and libvirt >= 1.3.3  as required versions12:14
markus_zok, cool, I'll update the spec with that versions12:14
*** jaypipes has joined #openstack-nova12:15
markus_zdanpb: re-proposed for Newton: https://review.openstack.org/#/c/234291/12:15
*** haomaiwang has quit IRC12:16
*** houming has quit IRC12:17
danpbmarkus_z: then we simply need one <serial> port configured with type=pty or type=tcp (if serial console is enabled)12:17
openstackgerritsahid proposed openstack/nova: libvirt: check graphic/serial consoles at pre_live_migration step  https://review.openstack.org/25470912:17
openstackgerritsahid proposed openstack/nova: libvirt: live_migration_flags/block_migration_flags default to 0  https://review.openstack.org/29593312:17
openstackgerritsahid proposed openstack/nova: libvirt: "migrate" to Guest's object  https://review.openstack.org/25036512:17
danpbmarkus_z: any serial port now supports a   <log file="/var/log/libvirt/qemu/guestname-serial0.log" append="off"/>12:17
danpbto enable logging of all data sent over that serial port12:17
danpbso we can capture the boot messages without needing to create a 2nd serial port for interactive console12:18
danpbyou don't need todo anything special to ask for virtlogd - we will automatically turn on use of virtlogd which deals with roll-over of log files12:18
*** lpetrut has joined #openstack-nova12:19
danpbnova merely needs to know that as well as /var/log/libvirt/qemu/guestname-serial0.log, it might also want to read from /var/log/libvirt/qemu/guestname-serial0.log.0, /var/log/libvirt/qemu/guestname-serial0.log.1, etc to get full boot message history12:19
markus_zdepending on the "log-size" parameter we have, makes sense12:20
*** markvoelker has joined #openstack-nova12:20
danpbnb, all this is true for QEMU driver only currently12:21
danpbie, parallels, xen, lxc all have to use existing approach still12:21
markus_zunderstood12:21
danpbthis shoudn't be a big deal, since we have to keep support for existing approach anyway, for people who have older libvirt/qemu versions12:21
markus_zRight. The migration to an older node is something where I expected to spent some time and thought.12:22
markus_zAny qemu arch specifics I should know?12:23
danpbyeah we just need to modify xml sent to target host during migration12:23
danpbno, nothing arch specific there12:23
*** adisky has joined #openstack-nova12:23
markus_z"append=off" means a restart of the VM removes all old log files, right?12:24
openstackgerritJohn Garbutt proposed openstack/nova: Config options: Centralize resource tracker options  https://review.openstack.org/29421112:24
*** Jeffrey4l has joined #openstack-nova12:25
markus_zdanpb: Thanks for the heads up! I think I understand how to do it. I plan on having a WIP change in Gerrit before the Summit starts.12:27
*** rfolco has joined #openstack-nova12:28
*** edmondsw has joined #openstack-nova12:28
*** Daisy has quit IRC12:29
*** Daisy has joined #openstack-nova12:30
*** raildo-afk is now known as raildo12:30
jaypipesgood mornign supernovas.12:30
*** qeelee has quit IRC12:31
*** yuywz has quit IRC12:32
*** krtaylor has quit IRC12:32
*** ociuhandu has quit IRC12:34
*** roeyc has quit IRC12:34
*** roeyc1 has joined #openstack-nova12:34
*** Daisy has quit IRC12:34
openstackgerritsahid proposed openstack/nova: libvirt: check graphic/serial consoles at pre_live_migration step  https://review.openstack.org/25470912:35
openstackgerritsahid proposed openstack/nova: libvirt: live_migration_flags/block_migration_flags default to 0  https://review.openstack.org/29593312:35
openstackgerritsahid proposed openstack/nova: libvirt: "migrate" to Guest's object  https://review.openstack.org/25036512:35
*** ociuhandu has joined #openstack-nova12:35
openstackgerritSylvain Bauza proposed openstack/nova-specs: Re-Proposes to check destination on migrations  https://review.openstack.org/29640812:37
bauzasjohnthetubaguy: /me needs to drop off for a bit but ^12:37
bauzasjohnthetubaguy: also https://blueprints.launchpad.net/nova/+spec/check-destination-on-migrations-newton12:38
bauzasPaulMurray: ^12:38
*** ccarmack has joined #openstack-nova12:38
*** gmann_ has joined #openstack-nova12:38
*** Jeffrey4l has quit IRC12:38
*** qeelee has joined #openstack-nova12:39
johnthetubaguybauzas: ah sweet12:39
*** nelsnelson has joined #openstack-nova12:39
*** ccarmack has left #openstack-nova12:39
openstackgerritJohn Garbutt proposed openstack/nova-specs: Re-Proposes to check destination on migrations  https://review.openstack.org/29640812:40
*** Jeffrey4l has joined #openstack-nova12:40
openstackgerritJohn Garbutt proposed openstack/nova: WIP: Cold migrate using the RequestSpec object  https://review.openstack.org/28497412:41
*** tojuvone has quit IRC12:41
*** EinstCrazy has joined #openstack-nova12:42
*** tojuvone has joined #openstack-nova12:42
*** tojuvone has quit IRC12:42
*** tojuvone has joined #openstack-nova12:42
*** lpetrut has quit IRC12:46
*** lpetrut has joined #openstack-nova12:46
*** krtaylor has joined #openstack-nova12:46
*** Jeffrey4l has quit IRC12:47
*** baoli has joined #openstack-nova12:48
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: config options: Use OptGroup for listing options  https://review.openstack.org/29641812:49
sahidjohnthetubaguy: care to remove your -2s on some of my patches?12:50
johnthetubaguysahid: if you let me know one patch on the chain, I can let you know if it can be removed or not, generally you need to get the blueprint approved (or updated) first12:51
*** dave-mccowan has joined #openstack-nova12:52
*** ociuhandu has quit IRC12:52
*** ociuhandu has joined #openstack-nova12:53
* johnthetubaguy just saw the time, goes for some lunch12:53
*** yuywz has joined #openstack-nova12:53
sahidjohnthetubaguy: ok, you might want to re-approve them before..12:53
sahidhttps://blueprints.launchpad.net/nova/+spec/virt-configure-usb-tablet-from-image12:53
sahidhttps://blueprints.launchpad.net/nova/+spec/libvirt-clean-driver12:53
*** mtanino has quit IRC12:53
*** ducttape_ has joined #openstack-nova12:55
johnthetubaguysahid: ah, sorry, I am not sure what mriedman has decided for specless blueprints yet, lets try catch him in an hour or two, those seem worth a trivial re-approve12:55
openstackgerritJohn Garbutt proposed openstack/nova: Move config options from nova/network/manager.py  https://review.openstack.org/28037012:55
* alex_xu reminders nova-api meeting in 4 mins12:56
*** haomaiwang has joined #openstack-nova12:57
johnthetubaguyalex_xu: oh, that moved now, oops12:57
alex_xujohnthetubaguy: yea, new time, and new channel (openstack-meeting-4)12:57
*** oomichi_ has joined #openstack-nova12:57
* johnthetubaguy grabs quicker lunch12:58
*** markus_z is now known as markus_z_meeting12:59
*** c64cosmin has joined #openstack-nova13:00
*** haomaiwang has quit IRC13:01
*** links has quit IRC13:01
*** sfinucan has quit IRC13:02
*** lpetrut has quit IRC13:03
*** sfinucan has joined #openstack-nova13:05
*** david-lyle_ is now known as david-lyle13:06
*** mdrabe has joined #openstack-nova13:07
*** ivase has joined #openstack-nova13:08
*** ekuris_ has joined #openstack-nova13:08
*** rlrossit has joined #openstack-nova13:08
*** ivase has quit IRC13:09
*** ivase has joined #openstack-nova13:09
*** rodrigods has quit IRC13:11
*** rodrigods has joined #openstack-nova13:11
*** jwcroppe has quit IRC13:12
*** lucas-hungry is now known as lucasagomes13:14
openstackgerritZhenyu Zheng proposed openstack/nova-specs: Allow user to define the shutdown method through API when stop instances  https://review.openstack.org/29379013:15
*** vladik has joined #openstack-nova13:15
*** baoli_ has joined #openstack-nova13:16
*** vladikr has joined #openstack-nova13:17
*** sfinucan has quit IRC13:17
*** mriedem has joined #openstack-nova13:18
openstackgerritPavel Kholkin proposed openstack/nova-specs: nova-api hypervisor.cpu_info change from string to json object  https://review.openstack.org/29642913:18
*** ducttape_ has quit IRC13:19
*** baoli has quit IRC13:19
*** MVenesio has quit IRC13:21
openstackgerritgaryk proposed openstack/os-vif: Remove duplicate file  https://review.openstack.org/29643113:22
*** achanda has joined #openstack-nova13:22
*** sfinucan has joined #openstack-nova13:23
*** ctrath has joined #openstack-nova13:25
*** pwnall has joined #openstack-nova13:26
*** MCoLo__ has quit IRC13:26
*** achanda has quit IRC13:27
openstackgerritPavel Kholkin proposed openstack/nova-specs: nova-api hypervisor.cpu_info change from string to json object  https://review.openstack.org/29642913:28
*** toure is now known as toure_13:28
*** qeelee has quit IRC13:28
openstackgerritThomas Maddox proposed openstack/nova: [WIP - DO NOT MERGE] Testing LXC Gate  https://review.openstack.org/27479213:30
*** vladikr has quit IRC13:30
*** daemontool_ has joined #openstack-nova13:33
*** ducttape_ has joined #openstack-nova13:33
*** daemontool has quit IRC13:33
*** smatzek has quit IRC13:34
openstackgerritZhenyu Zheng proposed openstack/nova-specs: Re-propose Expose quiesce/unquiesce API  https://review.openstack.org/29559513:38
openstackgerritAndrey Shestakov proposed openstack/nova: Add VNC console support for ironic virt driver.  https://review.openstack.org/29644213:38
dansmithalaski: are you cool with that database poison fixutre?13:38
dansmithalaski: it works great for me13:38
openstackgerritThomas Maddox proposed openstack/nova: [WIP - DO NOT MERGE] Testing LXC Gate  https://review.openstack.org/27479213:39
*** knikolla has joined #openstack-nova13:39
*** haomaiwang has joined #openstack-nova13:40
*** cleong has joined #openstack-nova13:40
*** mtanino has joined #openstack-nova13:44
alaskidansmith: I'm going to nitpick the warning message, but otherwise yse13:45
alaski*yes13:45
*** mvk_ has joined #openstack-nova13:45
alaskinits have been picked13:46
dansmithcool, the gate will appreciate running 15 patches again :)13:47
*** burt has joined #openstack-nova13:47
alaskiIf no one else is bothered by it I'm fine moving forward as is13:47
dansmithalaski: I'm just kidding13:47
*** klkumar has joined #openstack-nova13:48
dansmithso an affected test mucks with internal state accidentally,13:48
dansmithbut that is only because it called some db method that did that, right?13:48
dansmithis there something else we can call that gets us here?13:48
*** mkrcmari__ has joined #openstack-nova13:48
dansmithlike something legitimately not fully in the DB?13:48
*** mvk has quit IRC13:50
dansmithor maybe you're thinking about something that mocked out a method below something with that decorator on it?13:50
*** pushkaru has joined #openstack-nova13:50
alaskiat the moment it appears that it's only db methods13:50
alaskiyeah, that was my thought13:50
dansmithokay13:50
*** coreywright has quit IRC13:52
dansmithalaski: http://pastebin.com/JgVPWfhL13:52
*** mvk_ has quit IRC13:52
*** oomichi_ has quit IRC13:52
*** tbachman has joined #openstack-nova13:54
alaskidansmith: perfect. though if I'm honest I would prefer some swearing in there13:54
dansmith'listen asshole, you claimed...'13:54
alaskiexactly13:54
*** mriedem is now known as mriedem_meeting13:55
dansmithhere it comes13:55
openstackgerritDan Smith proposed openstack/nova: Make FlavorList.get_all() return results from the API and main DBs  https://review.openstack.org/29425213:55
*** sfinucan has quit IRC13:55
openstackgerritDan Smith proposed openstack/nova: Further hack up the nova.tests.unit.db.fakes module of horribleness  https://review.openstack.org/29610613:55
openstackgerritDan Smith proposed openstack/nova: Objectify test_flavors and test_flavors_extra_specs  https://review.openstack.org/29610513:55
openstackgerritDan Smith proposed openstack/nova: Add a DatabasePoisonFixture  https://review.openstack.org/29602313:55
openstackgerritDan Smith proposed openstack/nova: Objectify some tests in test_compute and test_flavors  https://review.openstack.org/29610413:55
openstackgerritDan Smith proposed openstack/nova: Make flavor extra_specs operations work against the API DB  https://review.openstack.org/29471013:55
openstackgerritDan Smith proposed openstack/nova: Objectify test_instance_type_extra_specs  https://review.openstack.org/29610313:55
openstackgerritDan Smith proposed openstack/nova: Block flavor creation until main database is empty  https://review.openstack.org/29531013:55
openstackgerritDan Smith proposed openstack/nova: Add flavor migration routine  https://review.openstack.org/29477113:55
openstackgerritDan Smith proposed openstack/nova: Make Flavor access routines work against API database  https://review.openstack.org/29431313:55
openstackgerritDan Smith proposed openstack/nova: Make Flavor create() and destroy() work against API DB  https://review.openstack.org/29475813:55
*** mvk_ has joined #openstack-nova13:55
alaskinice13:55
*** mvk has joined #openstack-nova13:57
*** haplo37 has joined #openstack-nova13:57
*** mkrcmari__ has quit IRC13:58
*** mspreitz has joined #openstack-nova13:58
*** mvk_ has quit IRC13:59
*** sfinucan has joined #openstack-nova14:00
*** artom has quit IRC14:00
*** haomaiwang has quit IRC14:01
*** haomaiwang has joined #openstack-nova14:01
*** mvk has quit IRC14:01
*** pradk has joined #openstack-nova14:01
*** artom has joined #openstack-nova14:01
*** gmann_ has quit IRC14:02
*** dims has joined #openstack-nova14:04
*** dims_ has quit IRC14:04
*** achanda has joined #openstack-nova14:05
*** coreywright has joined #openstack-nova14:05
*** achanda has quit IRC14:07
*** salv-orl_ has quit IRC14:07
*** openstack has joined #openstack-nova14:23
*** smatzek has joined #openstack-nova14:23
*** ametts has joined #openstack-nova14:24
pkoniszewskibauzas: here?14:27
bauzaspkoniszewski: yup ?14:28
pkoniszewskibauzas: i have one question regarding request spec implementation in LM task in conductor14:28
bauzaspkoniszewski: yep ?14:28
pkoniszewskibauzas: why do you pass None as an instance group to request_spec here https://github.com/openstack/nova/blob/111a852e79f0d9e54228d8e2724dc4183f737397/nova/conductor/tasks/live_migrate.py#L183 ?14:29
bauzaspkoniszewski: because the old behaviour was not providing it14:30
*** mgoddard has quit IRC14:30
pkoniszewskibauzas: but in the old behavior policies were honored14:30
pkoniszewskibauzas: now are not14:30
*** yuywz has quit IRC14:30
bauzaspkoniszewski: you think it's a bug ?14:31
alex_xusdague: one benefit for support microversion with swagger, https://review.openstack.org/#/c/233446/, we can generate swagger spec for each version, that is good for structure microversion support.14:31
bauzaspkoniszewski: if so, please report a bug14:31
*** liverpooler has quit IRC14:31
bauzaspkoniszewski: and if you have time, just provide a change, we could see if it could get a RC14:31
pkoniszewskibauzas: okay14:31
bauzaspkoniszewski: I think I understand the problem14:32
sdaguealex_xu: keypairs is a very bad example14:32
bauzasindeed, setup_instance_group() was getting the attached group14:32
sdagueas it's one of the easiest resources we have14:32
*** mgoddard has joined #openstack-nova14:32
sdagueswagger just will not work for servers14:32
bauzaspkoniszewski: so, now, when rehydrating from scratch, we don't provide it again14:32
bauzaspkoniszewski: please create a bug, and I'll put it as mitaka-rc-potential14:33
sdaguebuilding super simple examples that don't tackle the hard problems don't move things forward14:33
pkoniszewskibauzas: sure, thanks14:33
bauzasjohnthetubaguy: we have a problem with https://github.com/openstack/nova/blob/111a852e79f0d9e54228d8e2724dc4183f737397/nova/conductor/tasks/live_migrate.py#L183 which is a regression for people using instance groups14:33
bauzasjohnthetubaguy: it needs a RC2 bugfix14:33
alex_xusdague: emm...sorry, I didn't get which case swagger won't work for servers? you mean action?14:33
sdagueno, for the request / response body14:34
sdaguego try to model that in swagger14:34
johnthetubaguybauzas: old instances with instance groups, I guess?14:34
bauzaspkoniszewski: do you have time for providing the change, or do you want me to fix that ?14:34
johnthetubaguybauzas: so basically, all of them14:34
alex_xusdague: ok, i will try14:34
*** tongli has joined #openstack-nova14:34
sdaguealex_xu: and figure out how to make the resultant patches reviewable14:34
bauzasjohnthetubaguy: live-migrating instances that were created before we merged the RequestSpec persistence14:34
johnthetubaguybauzas: is it just putting in instance.instance_groups in there, or something like that?14:34
sdaguehttps://review.openstack.org/#/c/233446/7 is not reviewable14:35
pkoniszewskibauzas: i can try to fix it14:35
johnthetubaguybauzas: yeah, thats what I was meaning14:35
bauzasjohnthetubaguy: the problem is that we were honoring server groups for live migration and we don't do that now14:35
bauzaspkoniszewski: okay, I think I had created the same problem in a second rehydratation, sec.14:36
johnthetubaguybauzas: agreed14:36
*** sc68cal has quit IRC14:36
johnthetubaguybauzas: yeah, I suspect its in both places14:37
*** y_sawai has joined #openstack-nova14:37
alex_xusdague: yea, actually I didn't get any full idea yet, just go through each problem check if i can get any better idea.14:37
dansmithsdague: when you get a chance, this is that db poison fixture, which works well for a bunch of patches on top of it: https://review.openstack.org/#/c/296023/14:38
dansmithsdague: to raise an exception, there are 94 tests between unit and functional that have to change, so this is clearly going to get us some isolation we currently don't have14:38
bauzasjohnthetubaguy: pkoniszewski: I just checked all the callers I added in the compute manager, and I think only live-migrate is hit14:39
bauzasthe others are hydrating a fresh spec other waty14:39
sdaguealex_xu: I feel like there continues to be this giant effort to push an evolving API spec that no one really knows well into the code and assume that will somehow magically make the API understandable to users14:39
*** adisky has quit IRC14:40
*** andymaier has joined #openstack-nova14:40
pkoniszewskibauzas: johnthetubaguy: https://bugs.launchpad.net/nova/+bug/156102214:40
openstackLaunchpad bug 1561022 in OpenStack Compute (nova) "Server group policies are not honored during live migration" [Undecided,New]14:40
sdaguealex_xu: and it will not. We need to stop and focus on users first. And consider some of these other specs in later stages14:40
sdaguethere are 0 people in our user community that know how to consume swagger14:41
pkoniszewskibauzas: okay, so basically i will pass instance group there and see what will happen14:41
*** haukebruno has joined #openstack-nova14:41
alex_xusdague: no, acutally I didn't try to support swagger way, just try to think about how to support microversion with your propose14:42
sdagueok14:42
*** ekuris_ has quit IRC14:42
*** sfinucan has quit IRC14:42
*** haukebruno has quit IRC14:42
sdagueso right now, we'll end up with an RST doc where we can describe microversion addons in text14:42
sdaguewhich is a start14:42
bauzasjohnthetubaguy: triaged https://bugs.launchpad.net/nova/+bugs?field.tag=mitaka-rc-potential14:42
sdagueonce we come up with a working pattern we can extract that out into something semi structured14:43
*** mriedem_meeting is now known as mriedem14:43
bauzaspkoniszewski: okay, how will you add the instance group ?14:43
sdaguedansmith: ok, will look in a bit14:43
*** sfinucan has joined #openstack-nova14:43
*** haukebruno has joined #openstack-nova14:43
*** Swami has joined #openstack-nova14:43
*** sridhargaddam has quit IRC14:43
*** sridharg has joined #openstack-nova14:44
bauzaspkoniszewski: I think it's okay to provide filter_props['instance_group']14:44
bauzaspkoniszewski: given we hydrate it on the previous call14:44
alex_xusdague: ok, cool, step by step14:44
bauzaspkoniszewski: just fix that, and I'll +214:44
bauzaspkoniszewski: add a test tho14:45
pkoniszewskibauzas: okay, i will test it out14:46
bauzaspkoniszewski: I'd basically modify test_find_destination_works_with_no_request_spec() by using a side_effect method for setup_ig14:47
*** mpavone has quit IRC14:47
bauzaspkoniszewski: which would modify a dict so you could assert what you need14:47
*** david-lyle_ is now known as david-lyle14:47
* alex_xu back to English trainning before sleep14:47
bauzaspkoniszewski: that would be sufficient14:47
*** ljxiash has quit IRC14:48
bauzaspkoniszewski: given we plan to ship RC2, I'd appreciate if you could patch that asap, so we could merge that soon and do the backport to stable/mitaka at the same time14:48
bauzaspkoniszewski: given we plan to ship RC2 *tomorrow*14:48
*** akshai has joined #openstack-nova14:48
*** anush has joined #openstack-nova14:48
pkoniszewskibauzas: already working on this14:48
bauzaspkoniszewski: great, ping me as soon as you sort that out, or feel free in case of any question14:49
bauzasfeel free *to bug me14:49
pkoniszewskibauzas: sure, thanks!14:49
bauzaspkoniszewski: thanks for spotting that out !14:49
* bauzas hides14:49
openstackgerritMark Doffman proposed openstack/nova: Add manage command for cell0.  https://review.openstack.org/27526614:49
openstackgerritMark Doffman proposed openstack/nova: Map instances to cell0 on failed schedule  https://review.openstack.org/26782714:49
openstackgerritMark Doffman proposed openstack/nova: Manage db sync command for cell0  https://review.openstack.org/27488514:49
*** mpavone has joined #openstack-nova14:50
*** zzzeek has quit IRC14:50
*** Jeffrey4l has joined #openstack-nova14:52
*** atuvenie has quit IRC14:53
alaskidansmith: is https://review.openstack.org/#/c/294313 blocked on the fixtures change?14:55
dansmithalaski: yeah, most all of them are14:55
*** sc68cal has joined #openstack-nova14:55
alaskiokay14:55
dansmithI could have pulled some of those out in front of it if I knew about it ahead of time, but I can't reorder that queue too much because they all touch the same files14:56
*** y_sawai has quit IRC14:57
alaskiyeah. I pinged lifeless on the fixture change, let's see how that progresses14:58
*** y_sawai has joined #openstack-nova14:58
*** yamahata has joined #openstack-nova14:58
dansmithalaski: you mean on the py3 thing?14:59
alaskiyeah14:59
dansmithcool14:59
*** haomaiwang has quit IRC15:01
*** haomaiwang has joined #openstack-nova15:01
*** zzzeek has joined #openstack-nova15:02
*** EinstCrazy has quit IRC15:03
alaskijohnthetubaguy: can you remove your -2 from the series at https://review.openstack.org/#/c/275266/ . That spec was reapproved.15:03
stevemarmriedem: poke15:05
stevemarmriedem: novaclient functional tests, do they call keystone CLI?15:05
markus_z_meetingjohnthetubaguy: I though we wanted to use the newton focused bp for the config options?15:06
markus_z_meetingjohnthetubaguy: https://review.openstack.org/#/c/280370/ confused me a little15:06
*** rmevans has joined #openstack-nova15:06
markus_z_meetingjohnthetubaguy: I'm going through the list of open changes and wanted to point them to the new bp.15:07
markus_z_meetingjohnthetubaguy: But your +2 gives me doubts here.15:07
*** jinquan has left #openstack-nova15:08
*** ctrath has quit IRC15:08
stevemarmriedem: ya sure do! https://github.com/openstack/python-novaclient/blob/master/novaclient/tests/functional/base.py#L348-L38315:08
*** sudipto has joined #openstack-nova15:08
stevemarmriedem: so the next release of keystoneclient is gonna break that hard: https://review.openstack.org/#/c/258181/ (we're not due to release until newton is well under way) https://review.openstack.org/#/c/258181/15:09
*** pwnall has joined #openstack-nova15:09
mriedemstevemar: oy15:10
stevemarmriedem: it's only been deprecated forever! :)15:10
mriedembleh15:10
stevemarmriedem: i'll toss up a patch15:10
mriedemstevemar: to do what? nova use osc?15:10
mriedemor nova use keystoneclient python api?15:10
stevemarmriedem: yah15:10
mriedemi'm pretty sure we don't want to use osc15:11
mriedemas a dependency15:11
stevemarmriedem: you're calling tempest here i think?15:11
mriedemno15:11
mriedemoh wait15:11
mriedemthis is novaclient15:11
stevemarwut15:11
mriedemi thought this was nova at first15:12
stevemarcause we removed keystoneclient from requirements, it's all ksa first15:12
stevemarnope, novaclient15:12
*** lpetrut has joined #openstack-nova15:12
stevemargah, you still have keystoneclient in test-req15:12
*** openstackstatus has joined #openstack-nova15:12
*** ChanServ sets mode: +v openstackstatus15:12
mriedemstevemar: can we use tempest-lib? although i heard tempest-lib is deprecated now15:13
mriedemoomichi: sdague: ^ is that right?15:13
stevemarmriedem: everything is deprecated apparently15:13
stevemarmriedem: could use python bindings15:13
mriedemhttps://github.com/openstack/tempest-lib/commit/781aec763e6f46f070c960e5e19a4c0d5be1ecb815:13
mriedemstevemar: ok, yeah, have to use python bindings in keystoneclient15:14
mriedemnovaclient can't require osc because there would be a circular dependency15:14
*** mgoddard has quit IRC15:14
*** mgoddard_ has joined #openstack-nova15:14
sdaguemriedem: can someone summarize the issue?15:14
mriedemsdague: keystoneclient cli is gone in the next release15:15
mriedemsdague: novaclient functional tests use it to setup tenants https://github.com/openstack/python-novaclient/blob/master/novaclient/tests/functional/base.py#L348-L38315:15
mriedemso we need to change that to use the python bindings in keystoneclient instead15:15
sdagueright, so that probably just needs to be changed into openstack client commands15:15
sdagueno, the cli stuff is litterly just a wrapper around exec commands15:15
mriedemi don't think we can do that....because of the circular dependency15:15
*** knikolla_ has joined #openstack-nova15:15
sdaguegrrr, huh?15:16
stevemarmriedem: sdague: ohhh cause osc depends on novaclient15:16
mriedemyes15:16
sdaguewell, conceptually we need that as the path forward15:17
*** mgoddard__ has joined #openstack-nova15:17
sdagueyou know it would be really nice if there was a small cli that could just create users... oh right, it just got deleted :P15:18
mriedemwhy not just use the keystoneclient python binding? https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v3/projects.py#L6515:19
*** esracelik has quit IRC15:19
sdaguewe probably can15:19
mriedemerr this i guess https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v2_0/tenants.py#L8515:19
*** READ10 has joined #openstack-nova15:20
mriedemstevemar: that's going to be a ksc 3.0 release right?15:20
stevemarmriedem: yep15:20
sdagueit would be really nice if there was a way to put osc into a venv for this so it wouldn't screw up the rest of it15:20
*** gddub has joined #openstack-nova15:20
sdagueand just use the osc commands15:20
*** mgoddard_ has quit IRC15:21
sdaguebut, anyway, I've got this other chunk of context in my head now, so I can't really go solve this thing atm15:21
mriedemi can tinker with it, unless stevemar or other keystone people are going to15:21
stevemarwe were thinking about putting functional tests in another repo for keystone, not sure if that would help, you guys have had functional tests in novaclient for a long time15:21
*** ctrath has joined #openstack-nova15:21
mriedemstevemar: not too long actually15:22
*** ssurana has joined #openstack-nova15:22
mriedemjust since they were split out from tempest15:22
mriedemwhich was kilo i think15:22
*** libu has joined #openstack-nova15:22
*** browne has joined #openstack-nova15:22
openstackgerritsahid proposed openstack/nova: libvirt: handle reserved pages size  https://review.openstack.org/29250015:22
openstackgerritsahid proposed openstack/nova: virt: reserved number of mempages on compute host  https://review.openstack.org/29249915:22
*** mdrabe has quit IRC15:22
mriedemi personally like being able to test changes to novaclient with the in-tree functional tests, like when we add new microversion support,15:22
mriedemi don't really want to have to straddle 2 repos for that testing15:23
stevemarmriedem: i can toss up an osc alternative and see what happens15:23
*** knikolla_ has quit IRC15:25
pkoniszewskibauzas: so i can't just pass anything from filter_props because all that stuff is a dict, but below in filters it expects 'instance_group' to be an object, also 'instance_group' field in RequestSpec needs to be InstanceGroup object15:25
stevemarmriedem: self.cli_clients = tempest_lib.cli.base.CLIClient15:25
stevemarinteresting15:26
bauzaspkoniszewski: from_primitives() asks for an InstanceObject object ?15:26
pkoniszewskibauzas: for cold migration fix is simple, i can pass again request_spec.instance_group because it is already an object with all the data in place15:26
sdagueright, there is basically this very early tempest_lib interface that just gives you an exec caller to the clis15:26
pkoniszewskiit's from_components15:26
bauzaspkoniszewski: right, this one15:26
bauzasfrom_components asks for an instance_group object ?15:26
sdaguestevemar: ... in an ideal world15:27
*** jaosorior has quit IRC15:27
mriedemstevemar: yeah i saw that too, which will have to be fixed at some point15:27
stevemarah right, that's deprecated too15:27
sdaguekeystone client would have a test fixture that just says "give me these users and tenants"15:27
stevemarhmph15:27
sdaguebecause we're escentially hacking that in15:28
pkoniszewskiit's doing an anssignment https://github.com/openstack/nova/blob/111a852e79f0d9e54228d8e2724dc4183f737397/nova/objects/request_spec.py#L35215:28
bauzaspkoniszewski: okay, go for plan B then15:28
pkoniszewskibut instance_group needs to be an object: https://github.com/openstack/nova/blob/111a852e79f0d9e54228d8e2724dc4183f737397/nova/objects/request_spec.py#L5415:29
pkoniszewskii don't even have instance group id there to go to the DB15:29
pkoniszewskior maybe i missed it somewhere15:29
bauzaspkoniszewski: sec, verifying something15:29
openstackgerritsahid proposed openstack/nova: libvirt: handle reserved pages size  https://review.openstack.org/29250015:29
openstackgerritsahid proposed openstack/nova: virt: reserved number of mempages on compute host  https://review.openstack.org/29249915:29
mriedemstevemar: ok if you want to work on a change to use osc there, i'll work on a change to use the ksc python bindings15:30
openstackgerritJohn Garbutt proposed openstack/nova: Move config options from nova/network/manager.py  https://review.openstack.org/28037015:31
johnthetubaguymarkus_z_meeting: sorry, I was a blind bat and missed the wrong blueprint, I just edited it and reapplied my vote15:31
*** jdurgin1 has joined #openstack-nova15:31
*** y_sawai has quit IRC15:32
markus_z_meetingjohnthetubaguy: ok, just wanted to double-check if we're on the same page here15:32
*** mgoddard has joined #openstack-nova15:33
*** mgoddard__ has quit IRC15:33
bauzasalaski: confused by the show/no-show but do we have a cells v2 meeting today and when ?  :p15:33
*** rcarrillocruz has joined #openstack-nova15:34
johnthetubaguymarkus_z_meeting: all good15:34
openstackgerritCorey Wright proposed openstack/nova: cinder: accommodate v1 cinder client in detach call  https://review.openstack.org/29654315:34
bauzaspkoniszewski: so, after looking a bit of code, I think adding a big note explaining why you hydrate an InstanceGroup object from a dict, and putting that dict instead of None should be the best way15:36
*** tongli has quit IRC15:36
rcarrillocruzhey folks15:36
rcarrillocruzjust realized that nova boot command15:36
rcarrillocruzdoesn't have 'project' or 'tenant' options15:36
*** mdrabe has joined #openstack-nova15:36
bauzaspkoniszewski: that's not really a big thing, you should just comment that until setup_instance_group() uses a Spec object, you need to hydrate a new InstanceGroup from the legacy filt_props key because from_components() requires it15:36
pkoniszewskibauzas: is it okay to keep this object without uuid? i've tried that already and it looks like it is the only fix right now15:36
rcarrillocruzwhereas some other openstack clients, like neutron net-create, does allow passing a project/tenant15:37
*** sridharg has quit IRC15:37
pkoniszewskibauzas: i mean, hydrating InstanceGroup without uuid15:37
rcarrillocruzthat means a cloud/domain admin cannot select the project the server should be tied to15:37
rcarrillocruzis this intended?15:37
rcarrillocruzsome work pending to address that?15:37
bauzaspkoniszewski: see https://github.com/openstack/nova/blob/master/nova/objects/request_spec.py#L15215:37
*** yamahata has quit IRC15:38
bauzaspkoniszewski: well, the scheduler is not calling the group, right?15:38
bauzaspkoniszewski: I mean, the scheduler only uses that because it checks the policies and members15:38
pkoniszewskibauzas: i haven't found such call yet, probably not15:38
bauzaspkoniszewski: and you're not persisting the new object15:38
bauzaspkoniszewski: so my answer would be yes, it's safe15:39
stevemarmriedem: sounds good to me15:39
dansmithalaski: what do you think about this? https://review.openstack.org/#/c/211809/1315:39
dansmithalaski: after my set merges, it'll be pointless15:39
*** aunnam has joined #openstack-nova15:40
alaskibauzas: no meeting today. meet again next week at 1700 I think15:40
bauzasalaski: okay, wfm15:40
bauzasdansmith: that bug would only be interesting for stable branches IMHO15:41
johnthetubaguymarkus_z_meeting: did this effort die out? https://blueprints.launchpad.net/oslo.config/+spec/option-interdependencies15:41
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize consoleauth options  https://review.openstack.org/29311815:41
bauzasnot really sure we need that tho15:41
dansmithbauzas: yeah, just thinking about it, it's kindof a big change to backport15:41
markus_z_meetingjohnthetubaguy: I didn't find the time to push that forward.15:41
*** efoley has joined #openstack-nova15:42
alaskidansmith: agreed, pointless after your patches. I think that use case should be handled by sdagues spec15:42
bauzasdansmith: I'm really concerned by the change impacting how we join tables15:42
dansmithalaski: you wanna opine on that patch then?15:42
alaskiyep15:42
johnthetubaguymarkus_z_meeting: no worries, I think we have some folks that might be able to help with that15:43
markus_z_meetingjohnthetubaguy: That would be great. Another one I planned but couldn't drive was: https://blueprints.launchpad.net/oslo.config/+spec/help-text-markup15:43
*** jaosorior has joined #openstack-nova15:44
markus_z_meetingjohnthetubaguy: ^ but that's a low prio15:44
*** markus_z_meeting is now known as markus_z15:44
*** Sukhdev has joined #openstack-nova15:44
johnthetubaguymarkus_z: thats cool15:45
markus_zjohnthetubaguy: Needs probably an update since we moved to rst for the manuals15:46
*** aunnam has quit IRC15:48
dansmithalaski: excellent explanation15:49
openstackgerritStephen Finucane proposed openstack/nova: config options: Centralise 'virt.imagecache' options  https://review.openstack.org/25898415:49
alaskithank15:49
alaskis15:49
*** woodster_ has joined #openstack-nova15:49
*** ducttape_ has quit IRC15:50
*** ccarmack has joined #openstack-nova15:51
*** fawadkhaliq has quit IRC15:54
*** moshele has joined #openstack-nova15:54
*** mspreitz has quit IRC15:56
*** bharath has quit IRC15:56
*** tongli has joined #openstack-nova15:56
*** mgoddard_ has joined #openstack-nova15:57
*** apoorvad has joined #openstack-nova15:58
*** mvk has joined #openstack-nova15:59
*** apoorvad has quit IRC15:59
*** apoorvad has joined #openstack-nova15:59
*** libu has quit IRC15:59
*** lpetrut has quit IRC15:59
*** yamahata has joined #openstack-nova16:00
*** haomaiwang has quit IRC16:01
*** mgoddard has quit IRC16:01
*** tongli has quit IRC16:01
*** haomaiwang has joined #openstack-nova16:01
*** aunnam has joined #openstack-nova16:02
*** lpetrut has joined #openstack-nova16:03
*** mgoddard_ has quit IRC16:04
*** mgoddard has joined #openstack-nova16:04
*** gszasz has quit IRC16:04
*** jaypipes has quit IRC16:04
jotrwould anyone be so kind as to shoot me a link that describes what a deferred object is?  i just keep seeing stuff about jquery on google (and i'm not finding it helpful)16:06
*** links has joined #openstack-nova16:06
dansmithjotr: I don't know either.. can you point to the code where you're seeing that?16:06
jotrwell i'm doing an internship where we're supposed to describe basically everything about nova at a high level16:06
jotrand i saw that deferred objects are used, but i'm not sure what that means16:06
*** jaypipes has joined #openstack-nova16:07
bauzasjotr: you mean soft deletes ?16:07
*** wanghao has quit IRC16:07
bauzasjotr: the fact that you can delete but also resurrect a deleted instance ?16:07
jotrhttp://blog.flux7.com/blogs/openstack/tutorial-what-is-nova-and-how-to-install-use-it-openstack this guy mentions it at the top16:08
openstackgerritTracy Jones proposed openstack/nova: Add better help to the guestfs option  https://review.openstack.org/25557816:08
*** wanghao has joined #openstack-nova16:08
jotr"Deferred objects are used to avoid blocking while a component waits in the message queue for a response."16:08
openstackgerritTracy Jones proposed openstack/nova: Add better help to the guestfs option  https://review.openstack.org/25557816:08
bauzasoh16:08
dansmithjotr: sounds like a question not really appropriate for this channel16:08
*** erlon has joined #openstack-nova16:08
bauzasasynchronous calls then16:08
dansmithjotr: see topic16:08
jotrsorry dansmith16:09
*** matrohon has quit IRC16:09
jotrthanks for the help16:09
dansmithjotr: that said, I don't think that terminology is right16:09
dansmithjotr: so I'm not surprised you can't find references to it16:09
mriedemjotr: just submit http://docs.openstack.org/developer/nova/ and wait for the A+ to roll in16:09
dansmithif that helps :)16:09
openstackgerritTracy Jones proposed openstack/nova: config options: centralize section "guestfs"  https://review.openstack.org/24896316:09
Yingxinbauzas: http://paste.openstack.org/show/491614/16:10
bauzasI just saw this in my LinkedIn timeline this morning, so funny https://intellipaat.com/interview-question/openstack-interview-questions/16:10
Yingxinbauzas: I'm putting pressures on nova scheduler with the latest repository16:10
jotr(also you guys are far more responsive in this channel than I've seen in openstack) <316:10
dansmithbauzas: lol16:10
dansmithjotr: that's because nova is the best. write your paper on that16:10
mriedem20.List down the components of OpenStack Compute16:11
mriedem•Volume Worker16:11
mriedemorly16:11
dansmiththe pause one isn't even right16:11
mriedem24.How to create a user in OpenStack?16:11
mriedemsudo nova-manage user create user-name16:11
jotrdansmith: i hear that16:11
mriedemTop Answers to Bomb Your Openstack Interview Questions16:12
openstackgerritTracy Jones proposed openstack/nova: config options: centralize section "volume"  https://review.openstack.org/25374716:12
Yingxinbauzas: and suddenly all my instances are stuck in "scheduling" state and then goes into "error" state, with the recorded exceptions16:12
Yingxinis that normal?16:12
dansmithI'm guessing that someone wrote this from skimming the docs16:12
openstackgerritTracy Jones proposed openstack/nova: config options: centralize section "volume"  https://review.openstack.org/25374716:12
bauzasjotr: http://docs.openstack.org/developer/nova/conductor.html could help you understand our workflow16:12
dansmith18.What command manages floating IP addresses in OpenStack16:12
dansmithnova floating-ip-*16:12
bauzasYingxin: you killed your message bus16:12
dansmithI could totally ace this interview16:12
bauzasdansmith: mriedem: that interview page seems soooo old16:13
dansmith24.How to create a user in OpenStack?16:13
dansmithsudo nova-manage user create user-name16:13
dansmithsure, like in cactus16:13
bauzasyeah16:13
bauzasI'd say diablo16:13
bauzasor cactus16:13
bauzasjust surprised to see it popping in my today's timeline16:14
dansmithyeah16:14
bauzasI suspect copy/pastes and lolcatz doing the thing16:14
dansmithHow do you do X in nova?16:14
jotrseems like a tough job to acquire if you need to know api calls from cactus16:14
jotr;)16:14
dansmithnova $(google.com?floating-ips)16:14
bauzasdansmith: Keystone is Diablo, right?16:15
dansmithbauzas: is it? I thought it was after that16:15
dansmithshows how much I know16:15
dansmithI'd fail the interview!16:15
bauzasdansmith: it's in Essex16:15
*** moshele has quit IRC16:15
bauzasat Essex time, I had to install glance, keystone, nova and swift IIRC16:16
bauzasbut I remember keystone16:16
Yingxinbauzas: It only happens under pressure, if I only boot a few instances, it is good.16:16
bauzasdansmith: oh interesting Essex for Keystone http://releases.openstack.org/essex/index.html16:16
bauzasnot a Diablo thing16:17
bauzasI was wrong16:17
dansmithyeah16:17
dansmithhttp://releases.openstack.org/diablo/index.html16:17
openstackgerritTracy Jones proposed openstack/nova: config options: centralize section "service"  https://review.openstack.org/25656916:17
dansmithdefinitely pre-big-tent16:17
bauzasheh16:17
*** tongli has joined #openstack-nova16:17
bauzasI remember Quantum incubation :)16:18
* mriedem remembers trying to get tempest passing against folsom but without using devstack16:19
mriedemthe horror16:19
tjones_zzzzjohnthetubaguy: can you remove your -2 from my "remove-mox" patches - https://review.openstack.org/265476 https://review.openstack.org/270303 https://review.openstack.org/271069 please16:19
mriedem+ quantum16:19
mriedemor was quantum grizzly?16:20
bauzasyeah https://www.linkedin.com/groups/3239106/3239106-6117226435166879748 we should kill that in fire16:20
johnthetubaguytjones_zzzz: I can, but we should point at the new blueprint first?16:20
tjones_zzzzsure16:20
dansmithmriedem: so do we know what is up with the grenade job?16:20
dansmithI saw some convo about it16:20
mriedemdansmith: goto sdague16:20
tjones_zzzzi'll do that now16:20
sdaguedansmith: which one16:20
dansmithmriedem: thought it was you talking about it sorry16:21
*** Guest60842 has quit IRC16:21
*** garyk1 has quit IRC16:21
dansmithsdague: well, I've seen a couple.. one is grenade never starts the old side, and then one where we fail to delete floating ips16:21
dansmithhttp://logs.openstack.org/52/294252/8/check/gate-grenade-dsvm/a585f93/logs/grenade.sh.txt.gz#_2016-03-23_14_23_28_23316:21
mriedemthe issues i was seeing were with ssh timing out in the setup16:22
openstackgerritTracy Jones proposed openstack/nova: Stop using mox stubs in test_configdrive  https://review.openstack.org/26547616:22
dansmithseems like just lots of grenade fail in the last couple days and I thought I saw discussion of it so I haven't looked really16:22
sdaguefailing to delete floating ips is the oslo.messaging bug16:22
mriedemyeah, that's older16:22
mriedemdansmith: http://status.openstack.org/elastic-recheck/index.html#154500216:22
*** tongli has quit IRC16:22
openstackgerritTracy Jones proposed openstack/nova: remove mox from vmwareapi/test_driver_api.py  https://review.openstack.org/27030316:22
dansmithsdague: yeah, I see those traces now16:22
dansmithle sigh16:22
*** andymaier has quit IRC16:22
openstackgerritTracy Jones proposed openstack/nova: remove mox from vmwareapi/test_vif.py  https://review.openstack.org/27106916:23
sdagueservice start issue ... I'm not sure16:23
tjones_zzzzjohnthetubaguy: i've updated them to point to the new bp now16:23
mriedemi saw some service start issues recently16:24
mriedembut i think the service had started, but logs weren't uploaded or something weird like that16:24
dansmithI just noticed that there were no logs in old/16:24
dansmithwhich is usually not a good sign16:24
openstackgerritGleb Stepanov proposed openstack/nova: Add console log offset  https://review.openstack.org/29247316:24
mriedemhttps://bugs.launchpad.net/grenade/+bug/155576116:24
openstackLaunchpad bug 1555761 in grenade "[ERROR] /opt/stack/new/grenade/inc/upgrade:183 The following service logs were not found: /opt/stack/new/screen-logs/screen-c-vol.log" [Undecided,New]16:24
mriedemif there were no logs in old then devstack puked probably16:25
mriedemcould be the ssh timeouts16:25
mriedemwhich is i think http://status.openstack.org/elastic-recheck/index.html#1531187 ?16:25
sdaguedansmith: if you can point to the logs on old issue, that's maybe new16:26
sdaguehttp://logs.openstack.org/52/294252/8/check/gate-grenade-dsvm/a585f93/logs/grenade.sh.txt.gz#_2016-03-23_14_23_28_233 is oslo.messaging for sure16:26
dansmithsdague: I will the next time I see it16:26
dansmithsdague: yeah16:26
*** rmevans has quit IRC16:29
*** y_sawai has joined #openstack-nova16:29
*** mpavone has quit IRC16:30
*** fawadkhaliq has joined #openstack-nova16:31
*** y_sawai has quit IRC16:31
*** salv-orlando has joined #openstack-nova16:31
*** tongli has joined #openstack-nova16:32
*** david-lyle has quit IRC16:33
*** tongli has quit IRC16:33
*** tongli has joined #openstack-nova16:33
*** tongli has quit IRC16:33
*** david-lyle has joined #openstack-nova16:33
*** scheuran has quit IRC16:34
*** jwcroppe has joined #openstack-nova16:34
openstackgerritPawel Koniszewski proposed openstack/nova: Repopulate instance group in new request spec object  https://review.openstack.org/29659616:35
*** eil397 has joined #openstack-nova16:35
*** fawadkhaliq has quit IRC16:35
pkoniszewskibauzas: ^16:36
ildikovjohnthetubaguy: hi. are you around?16:36
*** fawadkhaliq has joined #openstack-nova16:36
openstackgerritMark Doffman proposed openstack/nova: Make Aggregate host operations work against API db  https://review.openstack.org/29659716:36
*** zz_dimtruck is now known as dimtruck16:37
*** browne has quit IRC16:38
openstackgerritMatt Riedemann proposed openstack/python-novaclient: Use keystoneclient python bindings for testing  https://review.openstack.org/29659916:38
mriedemstevemar: ^16:38
*** salv-orlando has quit IRC16:38
bauzaspkoniszewski: https://review.openstack.org/#/c/296596/1 +2d with some comment16:39
bauzasjohnthetubaguy: dansmith: alaski: mriedem: see a RC related bugfix ^16:39
*** vishwanathj_away is now known as vishwanathj16:39
pkoniszewskibauzas: yup, i see, i can move it to from_components if you want, all the data is there too16:41
*** salv-orlando has joined #openstack-nova16:42
bauzaspkoniszewski: for the moment, I think we can merge it16:42
openstackgerritThomas Bechtold proposed openstack/nova: Remove PyMySQL and psycopg2 from test-requirements.txt  https://review.openstack.org/29660416:42
bauzaspkoniszewski: and modify that later16:42
mriedemyeah we can clean that up in newton16:42
mriedemi guess we need to add a live migration test with server groups to tempest at some point...16:42
*** roeyc1 has quit IRC16:43
*** gddub has quit IRC16:43
bauzasmriedem: yup I agree16:43
pkoniszewskimriedem: that's right16:43
bauzasmriedem: we have a functional test for server groups16:43
bauzasmriedem: maybe it could be checked also there16:44
*** aginwala has joined #openstack-nova16:44
mriedemfunctional test for live migration plus server groups?16:44
mriedemwe'd have to fake out the live migration stuff16:44
pkoniszewskimriedem: we want to harden live migration CI in Newton, https://etherpad.openstack.org/p/nova-live-migration-CI-ideas, this will be a good improvement16:44
*** Swami has quit IRC16:44
pkoniszewskii think this will fit there16:45
*** dedery has quit IRC16:45
mriedempkoniszewski: thanks, added a note16:45
pkoniszewskimriedem: we actually can test anti-affinity also, can't we?16:46
mriedempkoniszewski: yeah, sorry, had those mixed up16:46
pkoniszewskimriedem: just look for novalidhost exception and go forward16:47
*** lpetrut has quit IRC16:49
*** aginwala has quit IRC16:49
*** links has quit IRC16:49
*** rahulait has joined #openstack-nova16:49
*** yassou has quit IRC16:50
mriedembauzas: +2 but didn't +W since i'm not super familiar with this code16:50
mriedemprobably better for alaski16:50
*** ducttape_ has joined #openstack-nova16:51
dansmithbauzas: what is "an old instance" in this case?16:51
*** rcarrillocruz has left #openstack-nova16:52
bauzasdansmith: an old instance is an instance which was created before we persisted the RequestSpec information16:53
*** rmevans has joined #openstack-nova16:53
bauzasdansmith: given that we support old instances (not only the N-1 cycle ones), we should keep that for more time16:53
*** cdelatte has joined #openstack-nova16:53
dansmithbauzas: so an instance that doesn't have a requestspec in the db?16:53
bauzasdansmith: at some point in time in Mitaka, we added a persistence in compute.api16:53
bauzasdansmith: yup16:53
bauzasdansmith: when booting, a reqspec is persisted in compute.api::create16:54
bauzasdansmith: then, I'm getting it in compute.api::migrate16:54
*** salv-orlando has quit IRC16:54
bauzasbecause it's a API DB persistence16:54
bauzasand passing it down to the conductor16:54
*** Guest63327 has quit IRC16:55
*** Swami has joined #openstack-nova16:55
bauzasthe consensus with alaski was to call it in the API and pass it down to the conductor because of cells V216:55
bauzasand I don't want to call the API DB there in the conductor16:55
*** ducttape_ has quit IRC16:56
*** ducttape_ has joined #openstack-nova16:56
*** tongli has joined #openstack-nova16:57
*** achanda has joined #openstack-nova16:58
dansmithbauzas:  so we might want an online migration to fill those in right?16:58
dansmithit'd be nice to stop having to account for whether those are available or not everywhere16:59
openstackgerritSteve Martinelli proposed openstack/python-novaclient: use openstackclient instead of keystone CLI  https://review.openstack.org/29661317:00
stevemarmriedem: ^ i think i need to specify osc in test-reqs... but let's see how it fails17:00
*** haomaiwang has quit IRC17:01
*** lpetrut has joined #openstack-nova17:01
*** krtaylor has quit IRC17:01
*** haomaiwang has joined #openstack-nova17:01
*** Goneri has joined #openstack-nova17:01
mriedemway to rip off my commit message17:01
*** tongli has quit IRC17:01
*** burgerk has joined #openstack-nova17:01
stevemarmriedem: you did such a fantastic job in it17:02
*** edtubill has quit IRC17:02
*** haukebruno has quit IRC17:03
stevemarmriedem: imitation something something flattery?17:03
*** achanda has quit IRC17:03
*** jlanoux has quit IRC17:04
mriedemstevemar: funny, i was thinking the same thing17:04
mriedemwas too busy -1ing your change :)17:04
*** nic has joined #openstack-nova17:04
stevemaroh snapp17:04
dansmithbauzas: so can't we do this in from_components? we get filter_properties there17:05
*** dims_ has quit IRC17:05
stevemarmriedem: i agree with your assessment, just tossed it up for completeness sake17:06
mriedemstevemar: yup, and thanks17:06
*** sfinucan has quit IRC17:06
*** dims has joined #openstack-nova17:06
mriedemdansmith: i think we could, which we agree would be cleaner17:07
dansmithyeah17:07
mriedempkoniszewski: i'm assuming you have an env where you can test this fix out?17:07
pkoniszewskimriedem: yes17:07
*** rhagarty has quit IRC17:07
bauzasdansmith: no, an online migration is impossible17:08
mriedempkoniszewski: can you test moving the _populate_group_info into from_components?17:08
dansmithbauzas: why?17:08
bauzasdansmith: because we don't remember what the user asked17:08
*** rhagarty has joined #openstack-nova17:08
pkoniszewskimriedem: sure, but probably tomorrow morning, i need to drop in few minutes17:08
*** zenoway has quit IRC17:08
bauzasdansmith: we could fake it, but that would only be limited by what we suppose17:08
dansmithbauzas: right, but we're resurrecting it here based on what we have, we could do the same and store it17:08
dansmithI don't see the difference in doing that, vs. just faking it every time we do a migration17:08
pkoniszewskimriedem: im in UTC+1 so it will be early17:09
dansmithand then we can eventually drop the compat code which is sprinkled in multiple places (and probably more later)17:09
mriedemdansmith: if pkoniszewski has to drop and we're holding rc2 for this, we could do that cleanup later (moving it to from_components)17:09
bauzasdansmith: fair point, I just would recommend to do the online migration only once all the schedulers callers are having such behaviour17:09
bauzasdansmith: ie. only in Newton17:09
dansmithbauzas: sure, we're in newton :)17:09
pkoniszewskimriedem: well, ok17:09
pkoniszewskilet me check this17:10
dansmithpkoniszewski: if you could it'd be super awesome17:10
bauzasdansmith: I could do that on top of my servies17:10
bauzasseries even17:10
dansmithpkoniszewski: thanks a lot for this latest round of testing on the live migration stuff, your contribution has been really helpful17:10
bauzasand leave a big release note that we are only approaching the original request17:10
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize resource tracker options  https://review.openstack.org/29421117:11
*** krtaylor has joined #openstack-nova17:13
dansmithbauzas: yeah, that'd be cool I think17:13
bauzasokay, /me adds this as a TODO17:13
bauzasdansmith: good point17:13
dansmiththanks17:13
*** achanda has joined #openstack-nova17:14
*** aunnam has quit IRC17:15
* bauzas drops soon for attending a meetup17:16
*** mgoddard has quit IRC17:16
bauzas\o17:16
johnthetubaguymriedem: bauzas: dansmith: what are we thinking on this RC bug then, are we going to go with that current patch?17:16
*** ihrachys has quit IRC17:16
johnthetubaguyit does reduce the risk of regression, thinking about it17:16
*** mgoddard has joined #openstack-nova17:16
mriedemjohnthetubaguy: i think pkoniszewski is testing dansmith's requested change17:17
dansmithI think pkoniszewski is going to test quickly17:17
pkoniszewskii will have a patch that moves this piece of code to from_component in a minute17:17
dansmithpkoniszewski: rock on :)17:17
johnthetubaguyah, awesome17:17
johnthetubaguypkoniszewski: +1 on dansmith's comment, we have a massive hole in live-migrate testing right now, this is super helpful!17:17
bauzasokay, I'm dropping my +2 until pkoniszewski sorts that out17:17
*** krtaylor has quit IRC17:17
bauzasI was leaving a comment saying how I don't like the current PS but given the RC situation, I was okay to merge that17:18
bauzasbut since pkoniszewski agrees to work on a last PS, I'm fine17:18
dansmithit's okay if we have to,.17:18
dansmithit's just be better if we can move it, IMHO17:18
bauzaspkoniszewski: just keep in mind that we already contract on an object, I suppose you'll conditionnally hydrate this ?17:18
johnthetubaguyis there a regression risk, for other places we use that function?17:19
pkoniszewskilet's have it done the right way17:19
bauzasjohnthetubaguy: just my point above, an instanceof should be okay17:19
pkoniszewskibauzas: yeah, im making sure that we dont override instance_group if it is set already17:19
bauzasdropping now17:19
bauzasI leave others commenting that17:19
*** zenoway has joined #openstack-nova17:20
* bauzas drops for going to a docker meetup, meh17:20
bauzasbut they have nice pizzas17:20
bauzas(and beers)17:21
johnthetubaguybauzas: ah, thats an acceptable excuse17:21
openstackgerritGleb Stepanov proposed openstack/python-novaclient: [WIP] Console log offset argument  https://review.openstack.org/29247917:21
*** mylu has joined #openstack-nova17:22
*** rmevans has quit IRC17:23
*** krtaylor has joined #openstack-nova17:24
*** palexster has quit IRC17:24
*** zenoway has quit IRC17:24
*** aunnam has joined #openstack-nova17:25
*** derekh has quit IRC17:25
dansmithhttps://twitter.com/get_offmylawn/status/71269176834133606417:26
*** ctrath has quit IRC17:26
stevemarmriedem: there's also https://github.com/openstack/python-novaclient/blob/209f17224224e000a7e2c1ed3e698d7f7cb36864/novaclient/tests/functional/hooks/post_test_hook.sh#L37 which should also be fixed, if you ever want to test against v3 :)17:26
dansmithjohnthetubaguy: bauzas: sdague: RTs please :D17:26
*** aginwala has joined #openstack-nova17:26
alaskidansmith as bauzas said we didn't look at a reqeustspec migration because we don't know what was originally requested. we can certainly populate a minimal spec though17:26
dansmithalaski: yeah, I think doing that would be good17:27
dansmithalaski: we suck at remembering all the ways we might have changed things in the past :)17:27
alaskitrue17:27
*** klkumar has quit IRC17:27
alaskithe tricky bit here is that req_spec lives in the api db and we don't have a full list of instances there until cell migrations happen. we could try to get fancy and look into the cell db to get that info17:28
*** rcernin has quit IRC17:29
dansmithalaski: yeah, but we could just have an online migration you run from each cell which pushes back up17:29
*** achanda has quit IRC17:29
dansmithand certainly not too hard to do in the single case17:29
dansmithI just like to avoid any hidden gotchas that require things multiple layers up to remember and account for history17:30
alaskiyeah, doing that population would be very beneficial17:31
*** browne has joined #openstack-nova17:31
openstackgerritChris Dent proposed openstack/nova: Add ResourcePool and ResourcePoolList objects  https://review.openstack.org/28496317:31
*** Kevin_Zheng has quit IRC17:32
*** achanda has joined #openstack-nova17:33
*** tlbr has joined #openstack-nova17:34
*** fawadkhaliq has quit IRC17:36
*** fawadkhaliq has joined #openstack-nova17:37
*** unicell has joined #openstack-nova17:38
*** pushkaru has quit IRC17:39
*** pushkaru has joined #openstack-nova17:39
*** fawadkhaliq has quit IRC17:39
*** fawadkhaliq has joined #openstack-nova17:39
*** fawadkhaliq has quit IRC17:41
openstackgerritChris Dent proposed openstack/nova: Add Allocation and AllocationList objects  https://review.openstack.org/28244217:41
*** achanda has quit IRC17:41
*** fawadkhaliq has joined #openstack-nova17:41
*** jdurgin has quit IRC17:42
*** jdurgin has joined #openstack-nova17:43
cdentjaypipes: I think I've either addressed or responded with queries on your recent comments on the resource-* stack.17:44
openstackgerritChris Dent proposed openstack/nova: WIP resource-pools/placement api  https://review.openstack.org/29310417:44
jaypipescdent: k, soon as I finish up a couple more meetings, I will re-review.17:45
cdent✔17:46
*** xenogear has joined #openstack-nova17:47
*** xenogear has quit IRC17:47
*** smatzek has quit IRC17:47
*** lpetrut has quit IRC17:47
*** fawadkhaliq has quit IRC17:47
*** fawadkhaliq has joined #openstack-nova17:47
*** lpetrut has joined #openstack-nova17:47
*** xenogear has joined #openstack-nova17:48
*** salv-orlando has joined #openstack-nova17:48
*** jdurgin has quit IRC17:50
*** ccarmack1 has joined #openstack-nova17:51
*** mriedem1 has joined #openstack-nova17:51
*** achanda has joined #openstack-nova17:51
*** lpetrut has quit IRC17:52
*** mriedem has quit IRC17:52
dansmithjaypipes: this is a dumb question but on something like: https://review.openstack.org/#/c/296597/117:52
dansmithwe'll be copying an aggregate and hosts from one DB to the other17:52
dansmithand we'll want it to be atomic17:52
dansmithbut it could be a huuuge transaction17:52
dansmithis there anything wrong with that?17:52
*** cdent has quit IRC17:53
sdaguedansmith: RT delivered17:53
jaypipesdansmith: you won't be able to do that across databases.17:53
dansmithsdague: thanks17:54
dansmithjaypipes: heh17:54
jaypipesdansmith: transactional safety is only across tables in a single database.17:54
dansmithjaypipes: I know, I mean just the write transaction on the target17:54
dansmithhehe17:54
jaypipesoh..17:54
*** tongli has joined #openstack-nova17:54
doffmdansmith: jaypipes: The transaction only needs to go in the api database right?17:54
*** ccarmack has quit IRC17:54
doffmYeah target.17:54
*** angdraug has joined #openstack-nova17:54
dansmithdoffm: right, just wondering about the size17:54
jaypipesk, sorry, I misunderstood you.17:54
dansmithI suck at scale questions for the DB17:54
dansmithI'm guessing that jaypipes will say "meh tiny"17:54
*** tongli has quit IRC17:55
jaypipesyeah, do it in a single transaction and even hundreds of thousands of aggregate records would be less than a second.17:55
sdaguedansmith: also +A on poison fixture17:55
sdaguethat looks pretty good17:55
dansmithsdague: awesome thanks17:55
dansmithsdague: the number of tests that run afoul of it is fairly disturbing17:55
*** tongli has joined #openstack-nova17:55
dansmithjaypipes: okay17:55
sdaguedansmith: yeh, honestly, it's not surprising17:55
dansmithsdague: well, given that I tipped it over with one patch and caused the level of explosion that I did, I'm disturbed at the level of luck we're currently experiencing17:56
*** zenoway has joined #openstack-nova17:56
sdagueit's the one bad thing about python unit tests, that they are all in 1 giant in memory space17:56
openstackgerritPawel Koniszewski proposed openstack/nova: Try to repopulate instance_group if it is None  https://review.openstack.org/29659617:56
sdagueso bleed over is super easy to happen17:56
jaypipesdansmith: and honestly, if a deployment has more than a few hundred thousand aggregates, this is the last thing that they should be looking at for performance issues ;)17:57
dansmithdoffm: so I had mostly thought about the aggregate thing needing to be more piecemeal, but if we don't have to do that, then my big comment there is probably not a problem, as long as we do the right thing in the sync17:57
sdagueand, testr is too deterministic with run order17:57
*** jdurgin has joined #openstack-nova17:57
sdagueas the test lists are always alphabetized17:57
dansmithjaypipes: it's not aggregates, it's hosts in the aggregate17:57
dansmithjaypipes: but yeah, fair enough17:57
sdagueif it randomized test order, this would have exposed sooner17:57
jaypipesdansmith: ya, still same result.17:57
dansmithsdague: really? I thought it was always random?17:57
sdagueno17:57
dansmithwtf?17:57
dansmithwhat'17:57
dansmithI thought the point of the persistence was to make sure it ran differently the next time, but maybe it's only for distributuon?17:58
sdagueit builds the buckets time based17:58
doffmdansmith: Ok, So I need to make sure that when migrating the AggregateHost and AggregateMetadata for a particular aggregate are added to API db in a single transaction.17:58
sdaguebut then sorts the buckets once they are built17:58
dansmithdoffm: the aggregate, host, and metadata17:58
sdagueso what's in each worker will move around17:58
dansmithsdague: I'm so disappointed17:58
sdaguebut they are alphabetically run inside the bucket17:59
jaypipesdansmith: I thought aggregate_hosts and compute_nodes were staying in the cell DB, though?17:59
dansmithjaypipes: not aggregate_hosts17:59
pkoniszewskidansmith: johnthetubaguy: mriedem1: patch is up https://review.openstack.org/29659617:59
dansmithjaypipes: the tie is too close17:59
dansmithpkoniszewski: yeah, looking now17:59
*** aunnam has quit IRC17:59
*** pumarani__ has joined #openstack-nova18:00
doffmjaypipes: compute_nodes yes. I originally had aggregate_hosts in the cell db, but flipped after discussion with alaski.18:00
*** mriedem has joined #openstack-nova18:00
*** mriedem1 has quit IRC18:00
dansmithpkoniszewski: I am not sure that the test on line 332 is doing what you think18:00
*** sfinucan has joined #openstack-nova18:00
jaypipesdansmith: k, just want to point out that doffm's commit message in 294806 specifically says "aggregate_hosts will remain in the cells db as they pertain to hosts located in each cell"18:00
doffmjaypipes: Ooops.18:00
doffmWill update.18:00
jaypipesdoffm: k. shall I mercilessly -1 you on this then? :P18:01
*** haomaiwang has quit IRC18:01
*** zenoway has quit IRC18:01
dansmithjaypipes: show no mercy18:01
doffmYes. Yes you should.18:01
jaypipeshehe, nah I'll be a nice boy.18:01
*** haomaiwang has joined #openstack-nova18:01
pkoniszewskidansmith: it checks property by property, doesn't it? assertNotEqual failed badly18:01
pkoniszewskidansmith: but if you have better idea i can still change it18:01
*** salv-orl_ has joined #openstack-nova18:01
dansmithpkoniszewski: well, your test doesn't have anything in filter_properties18:02
pkoniszewskidansmith: isn't line 325 enough?18:02
*** pushkaru has quit IRC18:03
*** eil397 has quit IRC18:03
johnthetubaguydoesn't the other code pass in None as the instance_group? my memory is playing tricks on me18:03
dansmithpkoniszewski: oh are you just asserting that it ran the elif in populate_group_info, and making sure it's a "blank" InstanceGroup object?18:03
dansmithpkoniszewski: assetEqual will run __eq__ on the object, which doesn't really do what you want I think. Just doing this is what you want I think:18:04
dansmithpkoniszewski: self.assertIsInstance(spec.instance_group, objects.InstanceGroup)18:04
dansmithpkoniszewski: make sense?18:04
*** salv-orlando has quit IRC18:04
dansmithpkoniszewski: if so and you want to run, I can make this change since it's just the test18:05
*** smatzek has joined #openstack-nova18:05
johnthetubaguyoh, I see now...18:05
*** Sukhdev has quit IRC18:06
pkoniszewskidansmith: i think i just should have mocked _populate_group_info and make sure it isn't called18:06
pkoniszewskibecause if i check instance i still might end up with an object that has been changed by mistake18:06
dansmithpkoniszewski: isn't? aren't you trying to make sure it _is_ called?18:06
dansmithohh18:06
dansmithI see18:06
dansmithyou're trying to make sure it doesn't overwrite18:06
pkoniszewskiisn't, i want to make sure that it is not called if we already have instance_group there18:06
dansmithokay, we need a test to make sure it does the right thing too thoug18:07
dansmithpkoniszewski: if you want to go, I'll fix this up and write another test18:07
dansmithas long as the real code works18:07
openstackgerritMark Doffman proposed openstack/nova-specs: Move aggregates tables to the API database  https://review.openstack.org/28808418:07
johnthetubaguyyeah, feels like we are missing the positive test18:07
*** lucasagomes is now known as lucas-dinner18:08
dansmithyup18:08
pkoniszewskiif you can take care of unit tests i will appreciate it, still trying if this implementation works in all scenarios18:08
dansmithpkoniszewski: no problem, will do it now18:09
*** achanda has quit IRC18:09
*** jaosorior has quit IRC18:13
openstackgerritDan Smith proposed openstack/nova: Try to repopulate instance_group if it is None  https://review.openstack.org/29659618:13
*** ctrath has joined #openstack-nova18:13
dansmithjohnthetubaguy: pkoniszewski ^18:13
*** lixiaoy1 has quit IRC18:13
pkoniszewskitried both policies in both directions, new->old and old->new, looks like filters are happy now18:14
dansmithsweet18:14
*** krotscheck has quit IRC18:14
*** krotscheck has joined #openstack-nova18:15
*** iurygregory has quit IRC18:15
*** ericksonsantos has quit IRC18:16
dansmithjohnthetubaguy: I +2d18:16
*** cdent has joined #openstack-nova18:19
cdentp!spy18:20
bauzaspkoniszewski: johnthetubaguy: dansmith: +W'd18:20
bauzasthat code looks good to me, I don't need to wait for a real test18:20
dansmithbauzas: thanks, but he confirmed I think so we're good18:21
bauzasyeah I saw your comment also18:21
bauzasbut I'm sure it'll work anywayt18:21
dansmithbauzas: and [11:14:20]  <pkoniszewski>tried both policies in both directions, new->old and old->new, looks like filters are happy now18:21
bauzasdid someone already provided the stable change ?18:21
dansmithnot that I know of18:22
bauzasokay, lemme do18:22
bauzas(I'm not a stable core so I can only +1)18:22
bauzasmriedem will just use his -2 axe, but that's fine :p18:22
*** mvk_ has joined #openstack-nova18:22
mriedembauzas: ftr, only the release team has +2 on stable/mitaka until it's released18:22
*** PaulMurray has quit IRC18:22
*** mvk has quit IRC18:25
*** ericksonsantos has joined #openstack-nova18:26
dansmithsdague: http://logs.openstack.org/99/292499/10/check/gate-grenade-dsvm-multinode/f784bff/logs/18:26
dansmithsdague: no service logs in old18:26
*** ihrachys has joined #openstack-nova18:26
*** krotscheck has quit IRC18:26
*** raildo is now known as raildo-afk18:26
*** raildo-afk is now known as raildo18:26
*** krotscheck has joined #openstack-nova18:26
dansmithsdague: ah, ansible errors in console18:27
mriedemdansmith: http://logs.openstack.org/99/292499/10/check/gate-grenade-dsvm-multinode/f784bff/console.html#_2016-03-23_16_03_08_13618:27
mriedemyeah18:27
*** iurygregory has joined #openstack-nova18:27
mriedemthomasem: can i drop this now? https://review.openstack.org/#/c/240611/18:28
*** READ10 has quit IRC18:28
thomasemmriedem: I think so. I wasn't seeing udevadm settle really help, at least in my testing.18:29
thomasemLVM was still misbehaving18:29
mriedemk18:29
* thomasem shakes fist18:29
cdentbauzas, mriedem, dansmith, johnthetubaguy: re-proposed resource-providers spec to review, if you have a spare mo: https://review.openstack.org/#/c/295890/18:30
thomasemYeah, it was terrible... I still haven't figured out the conditions under which it finally gets released... it's like some ghost process is just hanging onto the poor thing.18:30
*** aginwala has quit IRC18:30
mriedemcdent: looking18:30
cdentdanke18:30
*** jaypipes has quit IRC18:31
bauzasdansmith: pkoniszewski: mriedem: https://review.openstack.org/296661 for your pleasure18:31
mriedemcdent: johnthetubaguy: so https://blueprints.launchpad.net/nova/+spec/resource-providers is marked as partially complete18:31
* cdent nods18:32
mriedemjohnthetubaguy: i'm assuming you want to see a resource-providers-newton blueprint in launchpad?18:32
mriedemor shall i just re-open the mitaka one?18:32
mriedemi'm partial to not completing feature function blueprints that aren't complete18:32
*** angdraug has quit IRC18:33
bauzasmriedem: I usually create a new blueprint for newton18:33
mriedemfor cleanup blueprints i can see that18:34
bauzaseg. https://blueprints.launchpad.net/nova/+spec/check-destination-on-migrations-newton18:34
mriedemand am fine with that18:34
mriedemyeah idk, i also can't tell what was actually completed from looking at the whiteboard in LP for resource-providers18:34
bauzasmriedem: but your new hat means that you could change that :p18:34
*** unicell has quit IRC18:34
*** unicell has joined #openstack-nova18:34
mriedemwell see https://review.openstack.org/#/q/topic:bp/resource-providers,n,z18:35
mriedemsome of those are merged, but they are targeted for other blueprints18:35
mriedemlike inventory and resource-classes18:35
* bauzas bauzas oh man, I hope the docker meetup pizzas are good because the talks are booooooring18:35
cdentmriedem: it is indeed confusing18:35
cdentsomething went askew early in the process. I'm an innocent victim of circumstance! I want a lawyer!18:36
mriedemcdent: so i guess in this case i'd like to see some markup in the re-proposed spec for the things that are done already18:36
cdentthat's fair18:37
*** aginwala has joined #openstack-nova18:37
cdentis something like "DONE" next to the work items reasonable, or do you prefer something more fancy?18:37
mriedemcdent: that works for me18:37
cdentcool, will do18:37
*** jaypipes has joined #openstack-nova18:38
mriedemwe're going to have the same problem here https://blueprints.launchpad.net/nova/+spec/compute-node-inventory18:38
*** krotscheck has quit IRC18:38
mriedemmarking things complete in a dep tree as big as this gets to be a PITA also18:39
*** krotscheck has joined #openstack-nova18:39
*** permalac has quit IRC18:39
*** zenoway has joined #openstack-nova18:39
dansmithcan we please get them in a single branch?18:39
dansmithit's so confusing18:39
bauzasmriedem: unrelated, but do you have recent slides about how the CI is working ? I'm bored by people saying "meh, docker + jenkins + mesos"18:42
mriedembauzas: which CI? nova-docker?18:42
bauzasmriedem: sorry, infra I meant18:42
mriedemor, how the openstack CI works18:42
lifelessalaski: dansmith: I'll do a review pass of fixtures today18:42
bauzashow this works, a 10118:42
bauzasmriedem: I remember your talk at YVR18:42
mriedembauzas: older http://docs.openstack.org/infra/publications/2014-lca-overview/#(1)18:43
alaskilifeless: thanks18:43
bauzasmriedem: okay, that's one starting point, thanks18:43
openstackgerritChris Dent proposed openstack/nova-specs: Re-propose resource-providers for Newton  https://review.openstack.org/29589018:43
mriedembauzas: more http://docs.openstack.org/infra/publications/18:44
* bauzas just discovered this, woah18:44
cdentmriedem: ^^18:44
*** sfinucan has quit IRC18:45
mriedemcdent: so this is the last remaining thing for that blueprint? https://review.openstack.org/#/c/282442/18:46
cdentyes18:46
*** tojuvone has quit IRC18:46
mriedemk18:46
*** eil397 has joined #openstack-nova18:47
*** aginwala has quit IRC18:47
mriedemdansmith: cdent: any problem with me just re-opening the resource-providers blueprint since yes it was partially completed but not fully completed - then we don't have to update commit messages and dependency changes in launchpad18:47
*** aunnam has joined #openstack-nova18:47
cdentreuse++18:48
*** angdraug has joined #openstack-nova18:49
*** angdraug has quit IRC18:50
cdentmriedem: sorry, ambiguity. When I said "yes" to last remaining thing, I meant last remaining thing on that _spec_, not that blueprint18:50
mriedemwhat?!18:51
mriedemOH NO18:51
mriedemspec and bp are re-approved18:51
*** openstack has joined #openstack-nova19:22
*** mrhillsman has joined #openstack-nova19:22
*** danpb has quit IRC19:23
*** zhiyan_ is now known as zhiyan19:23
*** serverascode_ is now known as serverascode19:23
*** openstackstatus has joined #openstack-nova19:23
*** ChanServ sets mode: +v openstackstatus19:23
*** DuncanT_ is now known as DuncanT19:24
*** raorn has quit IRC19:24
*** raorn has joined #openstack-nova19:25
*** aunnam has quit IRC19:25
*** aunnam has joined #openstack-nova19:25
*** rlrossit has joined #openstack-nova19:26
*** mylu has quit IRC19:27
*** alaski_ is now known as alaski19:28
*** JasonF is now known as JayF19:30
*** aginwala has joined #openstack-nova19:32
openstackgerritArtom Lifshitz proposed openstack/nova: Add tag column to vifs and bdm  https://review.openstack.org/26401419:35
openstackgerritArtom Lifshitz proposed openstack/nova: Add metadata objects for device tagging  https://review.openstack.org/26401519:35
openstackgerritArtom Lifshitz proposed openstack/nova: Device tagging user visible changes  https://review.openstack.org/26401819:35
openstackgerritArtom Lifshitz proposed openstack/nova: Add compute manager device tagging support  https://review.openstack.org/26401719:35
openstackgerritArtom Lifshitz proposed openstack/nova: Libvirt driver implementation of device tagging  https://review.openstack.org/26401619:35
openstackgerritEd Leafe proposed openstack/nova: Move config options from nova/api directory  https://review.openstack.org/25818019:35
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (2)  https://review.openstack.org/26058719:35
*** achanda has joined #openstack-nova19:35
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (1)  https://review.openstack.org/26058619:35
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (3)  https://review.openstack.org/26058819:35
*** mylu has joined #openstack-nova19:37
*** penick has joined #openstack-nova19:39
*** Sukhdev has joined #openstack-nova19:39
*** efoley has quit IRC19:40
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize resource tracker options  https://review.openstack.org/29421119:41
*** aginwala has quit IRC19:42
*** simondodsley has joined #openstack-nova19:43
*** dims_ has joined #openstack-nova19:43
*** aginwala has joined #openstack-nova19:44
*** dims has quit IRC19:45
*** sheel has quit IRC19:47
*** moshele has joined #openstack-nova19:52
*** dims_ has quit IRC19:53
openstackgerritAndrew Laski proposed openstack/nova: Create Instance from BuildRequest if not in a cell  https://review.openstack.org/26392719:53
alaskijohnthetubaguy: another one to remove the -2 from https://review.openstack.org/26392719:54
*** xenogear has quit IRC19:54
*** dims has joined #openstack-nova19:56
*** sahid has quit IRC19:58
*** haomaiw__ has quit IRC20:01
*** Sukhdev has quit IRC20:01
*** haomaiwang has joined #openstack-nova20:01
mriedemalaski: maybe you also want to kill https://review.openstack.org/#/c/217674/ in favor of https://review.openstack.org/#/c/265282/20:02
*** yamahata has quit IRC20:04
*** ihrachys_ has joined #openstack-nova20:04
alaskimriedem: good call20:04
mriedemi abandoned it20:04
mriedemwas going through the laundry list in https://etherpad.openstack.org/p/operator-local-patches20:04
*** ociuhandu has quit IRC20:05
*** ihrachys has quit IRC20:05
*** Daisy has joined #openstack-nova20:09
*** rk4n has quit IRC20:11
*** lpetrut has joined #openstack-nova20:12
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize netconf options  https://review.openstack.org/29431220:12
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize resource tracker options  https://review.openstack.org/29421120:12
openstackgerritMatt Riedemann proposed openstack/python-novaclient: Use keystoneclient python bindings for testing  https://review.openstack.org/29659920:12
*** Daisy has quit IRC20:13
*** vladik has quit IRC20:15
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize resource tracker options  https://review.openstack.org/29421120:16
*** rk4n has joined #openstack-nova20:16
*** e0ne has joined #openstack-nova20:17
*** achanda has quit IRC20:18
*** rk4n has quit IRC20:18
*** openstack has joined #openstack-nova20:32
openstackgerritmelanie witt proposed openstack/nova: Fixup test_connection_switch functional test  https://review.openstack.org/29677520:33
*** Sukhdev has joined #openstack-nova20:33
*** e0ne has quit IRC20:37
*** Sukhdev has quit IRC20:38
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (1)  https://review.openstack.org/26058620:39
openstackgerritEd Leafe proposed openstack/nova: Move config options from nova/api directory  https://review.openstack.org/25818020:40
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (2)  https://review.openstack.org/26058720:41
*** rahulait has quit IRC20:41
*** haplo37 has quit IRC20:41
*** rahulait has joined #openstack-nova20:41
*** sdague has quit IRC20:44
*** mylu_ has quit IRC20:44
mriedemjroll: hi again! just a reminder that if you want to continue the port group stuff in newton the spec needs to be re-proposed20:44
*** Goneri has quit IRC20:45
mriedemeven though i think johnthetubaguy marked the bp as partially completed20:45
jrollmriedem: yep, it's on my todo list to finish this month20:45
mriedemi think the parts that were completed were just building up infra in the virt driver api20:45
mriedemjroll: heh :)20:45
jrollyeah, there's work to do20:45
mriedemjroll: delegate20:45
jrollmriedem: I've been busy delegating "finish mitaka"20:45
jrollwe released that today20:46
jrollnow onto other things once I'm out of an afternoon full of meetings20:46
mriedemmitaka, that old thing20:46
jroll:)20:46
*** mylu has joined #openstack-nova20:46
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize debugger options  https://review.openstack.org/27429820:46
*** efoley has joined #openstack-nova20:47
* mriedem needs to make an etherpad of the re-proposed specs we've already approved for newton20:48
*** angdraug has joined #openstack-nova20:50
*** ivase_ has joined #openstack-nova20:51
mriedemoh right https://etherpad.openstack.org/p/newton-nova-spec-review-tracking20:52
*** ivase has quit IRC20:52
*** fawadkhaliq has quit IRC20:53
*** fawadkhaliq has joined #openstack-nova20:53
*** toure_ is now known as toure20:54
*** aginwala has quit IRC20:56
*** tongli has quit IRC20:58
*** david-lyle has quit IRC20:59
mc_nairanyone familiar with how authentication works in the functional tests?20:59
mc_nairlooks like we set the auth_url to be the API service we spin up (https://github.com/openstack/nova/blob/master/nova/tests/fixtures.py#L417), but I don't see how we get an auth_token from this20:59
*** rook has joined #openstack-nova21:00
*** haomaiwang has quit IRC21:01
*** achanda has joined #openstack-nova21:01
*** aginwala has joined #openstack-nova21:01
*** aysyd has quit IRC21:01
*** haomaiwang has joined #openstack-nova21:01
*** aginwala has quit IRC21:01
*** aunnam has quit IRC21:02
*** aginwala has joined #openstack-nova21:03
mriedemmc_nair: i'm assuming the tests are using auth_strategy=noauth221:03
mriedemv21:03
mriedemhttps://github.com/openstack/nova/blob/master/nova/api/auth.py#L3921:03
dansmithyeah21:04
*** fawadkhaliq has quit IRC21:04
*** fawadk has joined #openstack-nova21:04
mriedemmc_nair: https://github.com/openstack/nova/blob/master/nova/tests/unit/conf_fixture.py#L5521:05
*** david-lyle has joined #openstack-nova21:05
*** burgerk has quit IRC21:05
* mc_nair is enlightened21:06
*** rtheis has quit IRC21:06
*** jaypipes has quit IRC21:06
mc_nairmriedem: thanks21:06
*** matrohon has joined #openstack-nova21:06
*** sc68cal has quit IRC21:06
mriedemildikov: are you going to re-propose the volume multiattach spec for newton?21:07
*** mylu has quit IRC21:09
*** nelsnelson has quit IRC21:10
*** nelsnelson has joined #openstack-nova21:10
*** thorst has quit IRC21:11
*** thorst has joined #openstack-nova21:12
*** mylu has joined #openstack-nova21:12
*** thorst_ has joined #openstack-nova21:14
*** unicell has quit IRC21:15
*** mylu has quit IRC21:15
*** unicell has joined #openstack-nova21:15
*** geedo has left #openstack-nova21:16
*** thorst__ has joined #openstack-nova21:16
*** thorst has quit IRC21:17
*** thorst_ has quit IRC21:18
*** pwnall has quit IRC21:19
*** thorst__ has quit IRC21:21
*** david-lyle has quit IRC21:21
*** edmondsw has quit IRC21:22
*** edmondsw has joined #openstack-nova21:22
*** edmondsw has quit IRC21:22
*** david-lyle has joined #openstack-nova21:23
*** ociuhandu has joined #openstack-nova21:25
*** Sukhdev has joined #openstack-nova21:26
*** daemontool_ has quit IRC21:34
*** thorst has joined #openstack-nova21:34
melwittdansmith: FYI, I put up https://review.openstack.org/#/c/296775/ to change my functional test to derive from TestCase instead of NoDBTestCase21:34
dansmithmelwitt: okay sweet.. I need to check and see if my base patch merged21:35
dansmithit did21:36
dansmithholy crap21:36
dansmithit was red all day21:36
*** baoli has quit IRC21:36
melwittdansmith: yeah, I saw it was approved so I was ready!21:36
JayFmriedem: Will I need a spec to add rescue mode support for Ironic/nova driver? Or will a simple BP be sufficient?21:36
dansmithmelwitt: you win the prize!21:37
mriedemJayF: i think we've said a specless blueprint is fine for virt driver parity in the past21:37
melwitt\o/21:37
tonybbauzas: Can you +1 this https://review.openstack.org/#/c/296786/121:37
JayFCool; that will make my life a bunch easier! Is there any place I should put the bp once it's up to make sure it's on the "things Nova team actually reviews" list :P21:37
mriedemalaski: dansmith: ^ keep me honest with JayF ^21:38
*** daemontool_ has joined #openstack-nova21:38
dansmithmriedem: that was the rule, but I thought that this was going to be hard for ironic and therefore might require some more dscussion?21:38
mriedemJayF: specless blueprints are brought up in the open discussion section of the nova meeting each week21:38
mriedemJayF: so create the blueprint in LP first, and post to the open discussion section of the nova meeting agenda and we'll discuss tomorrow21:38
JayFdansmith: I don't think it'll be difficult *from nova's perspective*21:38
*** thorst has quit IRC21:38
dansmithJayF: okay maybe I'm thinking of something else21:39
mriedemJayF: https://wiki.openstack.org/wiki/Meetings/Nova21:39
JayFdansmith: From Nova's perspective, it'll be similar to deployment: post a state change to Ironic, and poll until it reaches a success state, failure state, or times out21:39
*** cleong has quit IRC21:41
*** browne has quit IRC21:41
openstackgerritPawel Koniszewski proposed openstack/nova: Try to repopulate instance_group if it is None  https://review.openstack.org/29659621:46
mriedemdansmith: fudge it all to hell, we have a pep8 failure in pkoniszewski's change21:46
mriedemhttp://logs.openstack.org/61/296661/1/check/gate-nova-pep8/a0d530d/console.html#_2016-03-23_19_09_58_69021:46
*** achanda has quit IRC21:46
dansmithmriedem: do21:46
dansmithof course it's my faulty21:47
dansmithI'll fix21:47
mriedemhe just did21:47
mriedemre-approved21:47
mriedemi'll fix the backport21:47
*** zenoway has quit IRC21:47
*** pkoniszewski_ has joined #openstack-nova21:47
dansmithah, okay21:48
dansmithI suck21:48
*** zenoway has joined #openstack-nova21:48
mriedemoh dan, c'mon21:48
*** matrohon has quit IRC21:49
mriedemall is well https://review.openstack.org/#/c/296661/21:49
mriedemreally i just wanted to say 'fudge it all to hell'21:50
*** matrohon has joined #openstack-nova21:50
*** RuiChen has quit IRC21:50
*** RuiChen has joined #openstack-nova21:51
*** rlrossit has quit IRC21:51
mriedemoh no there are things under https://review.openstack.org/#/c/294252/ now?21:52
edleafemmmmm... fudge21:52
*** zenoway has quit IRC21:52
mriedemwill poke on those other bottom changes tonight21:53
*** mriedem has quit IRC21:53
*** doug-fish has quit IRC21:55
*** ihrachys_ has quit IRC21:56
*** browne has joined #openstack-nova21:57
*** haomaiwang has quit IRC22:01
*** haomaiwang has joined #openstack-nova22:02
*** knikolla has quit IRC22:04
*** mylu has joined #openstack-nova22:09
*** baoli has joined #openstack-nova22:09
*** ducttape_ has quit IRC22:09
*** mdrabe has quit IRC22:10
*** greghayn1 is now known as greghaynes22:11
*** matrohon has quit IRC22:12
*** pumarani__ has quit IRC22:14
*** ametts has quit IRC22:14
*** achanda has joined #openstack-nova22:16
*** pwnall has joined #openstack-nova22:17
*** baoli has quit IRC22:18
*** aunnam has joined #openstack-nova22:20
dansmithmelwitt: woot, thanks for the +Wz22:21
melwitt:)22:22
melwittthanks for the patches!22:22
*** dimtruck is now known as zz_dimtruck22:23
*** zenoway has joined #openstack-nova22:24
dansmith\p/22:24
dansmithhmm22:24
dansmithnot sure what that is22:24
dansmitha one legged hooray22:24
dansmithmaybe side-view22:25
edleafea happy person with a long crooked neck22:25
dansmithheh maybe22:27
*** zenoway has quit IRC22:28
*** moshele has quit IRC22:29
*** daemontool_ has quit IRC22:31
*** rk4n has joined #openstack-nova22:32
*** knikolla has joined #openstack-nova22:40
*** pkoniszewski_ has quit IRC22:40
*** sheel has joined #openstack-nova22:40
tpeoplesbauzas: you around? with change https://github.com/openstack/nova/commit/111a852e79f0d9e54228d8e2724dc4183f737397, we're now pulling the request spec from the DB for the live migrate. so if i do a force a deploy to a certain host, that request spec obj in the DB will have the force_hosts set. so when the live migration is issued, we'll end up having a22:40
tpeoplesrequest spec object with force_hosts set to say "A" AND ignore_hosts also set to "A", which will never work. am i missing something in the flow that handles this?22:40
*** ccarmack has joined #openstack-nova22:42
*** tristanC has quit IRC22:43
*** tristanC has joined #openstack-nova22:44
*** ccarmack1 has quit IRC22:44
*** pradk has quit IRC22:45
*** ivase_ has quit IRC22:47
*** ivase has joined #openstack-nova22:48
*** Jeffrey4l has quit IRC22:49
*** aginwala has quit IRC22:49
*** Goneri has joined #openstack-nova22:50
bauzastpeoples: I'm around, but a bit out (23:51 now)22:51
*** aunnam has quit IRC22:51
bauzastpeoples: so, if an operator provides a force_hosts, it creates a situation where he only wants to go to this compute22:52
bauzastpeoples: in that case, migrating the VM to another compute needs another operator view by saying which destination he wants22:52
*** rdopiera has quit IRC22:52
bauzastpeoples: ie. providing the destination in the live-migrate22:52
*** fawadk has quit IRC22:53
*** fawadkhaliq has joined #openstack-nova22:53
*** ivase_ has joined #openstack-nova22:54
tpeoplesbauzas: OK, so if the notion of force_hosts is to live with the VM post deploy then it makes sense. but if someone is deploying a VM and just wants to do a targeted deploy originally but then doesn't care about where the VM goes down the line, then it won't work. but that sounds like it wouldn't be recommended22:54
*** ivase has quit IRC22:54
*** yamahata has joined #openstack-nova22:54
*** toure is now known as toure_22:54
bauzastpeoples: it's a bit late for me discussing that, lemme think about why we should do22:55
tpeoplesbauzas: no worries, we can talk about it tomorrow :)22:55
tpeoplesthanks22:55
*** fawadkhaliq has quit IRC22:55
bauzastpeoples: my first opinion would be saying that we shouldn't persist force_hosts, but it could be having some side effect22:55
*** fawadkhaliq has joined #openstack-nova22:56
*** aginwala has joined #openstack-nova22:56
*** browne has quit IRC22:56
*** aginwala has quit IRC22:58
*** ivase has joined #openstack-nova23:00
*** haomaiwang has quit IRC23:01
*** ivase_ has quit IRC23:01
*** mriedem has joined #openstack-nova23:01
*** haomaiwa_ has joined #openstack-nova23:01
*** angdraug has quit IRC23:02
*** aginwala_ has joined #openstack-nova23:03
*** browne has joined #openstack-nova23:04
*** alaski has quit IRC23:05
*** greghaynes has quit IRC23:05
*** darrenc_ has joined #openstack-nova23:05
*** ivase_ has joined #openstack-nova23:05
*** aginwala_ has quit IRC23:05
*** darrenc has quit IRC23:06
*** aginwala has joined #openstack-nova23:06
*** ivase has quit IRC23:06
*** mylu has quit IRC23:06
*** darrenc_ is now known as darrenc23:07
*** fawadkhaliq has quit IRC23:07
*** mylu has joined #openstack-nova23:07
*** fawadkhaliq has joined #openstack-nova23:08
*** cdent has quit IRC23:09
*** ducttape_ has joined #openstack-nova23:10
*** alaski has joined #openstack-nova23:11
*** ccarmack has quit IRC23:11
*** ivase_ has quit IRC23:12
*** nic has quit IRC23:12
*** rk4n has quit IRC23:13
*** ducttape_ has quit IRC23:16
*** erlon has quit IRC23:17
*** ctrath has quit IRC23:17
*** greghaynes has joined #openstack-nova23:19
*** openstack has joined #openstack-nova23:24
*** daemontool_ has joined #openstack-nova23:26
*** daemontool_ has quit IRC23:27
*** Goneri has quit IRC23:27
*** vilobhmm11 has quit IRC23:35
*** vilobhmm11 has joined #openstack-nova23:35
mriedemmikal: claudiub|2: asking for some extra eyes on some of the already +2ed stable/liberty reviews https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/liberty23:37
lifelessalaski: reviewed23:38
mikalmriedem: sure, I'm trapped in meetings for the next few hours but I will take a look after those?23:38
mriedemthanks23:38
*** vilobhmm11 has quit IRC23:39
*** fawadkhaliq has quit IRC23:39
*** ccarmack has joined #openstack-nova23:42
*** angdraug has joined #openstack-nova23:45
*** harlowja_at_home has quit IRC23:45
*** harlowja_at_home has joined #openstack-nova23:46
claudiub|2mriedem: sure, will do, after i finish hunting probably the weirdest bug I've ever seen.23:46
*** ivase has joined #openstack-nova23:46
*** aginwala has quit IRC23:47
*** fawadkhaliq has joined #openstack-nova23:49
*** aginwala has joined #openstack-nova23:49
*** aginwala has quit IRC23:50
*** ivase_ has joined #openstack-nova23:52
*** ivase has quit IRC23:53
*** eil397 has quit IRC23:53
*** Sukhdev has quit IRC23:57
*** ivase_ has quit IRC23:58
*** Sukhdev has joined #openstack-nova23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!