Wednesday, 2016-11-23

melwittdansmith: how did the fields get undirtied before that point? I see it's using create_instance=False to skip the create earlier00:02
melwittthe BuildRequest create I guess. this is confusing00:03
dansmithmelwitt: correct00:04
dansmithsame reason BDMs were getting reset00:04
dansmithI had encountered some of this a couple weeks ago,00:05
melwittand a clone wouldn't work because it's not dirty00:05
dansmithand was just focusing on the end result since lots of this goes away shortly00:05
dansmithbut alas.00:05
openstackgerritDan Smith proposed openstack/nova: Return build_requests instead of instances  https://review.openstack.org/37426700:05
openstackgerritDan Smith proposed openstack/nova: Refactor two nearly useless secgroup tests  https://review.openstack.org/39343800:05
openstackgerritDan Smith proposed openstack/nova: Make RPCFixture support multiple connections  https://review.openstack.org/39641700:05
openstackgerritDan Smith proposed openstack/nova: Fix context on loaded BDMs from build_request  https://review.openstack.org/40100700:05
melwittthen you got a bunch of us that didn't know any of this stuff. yay :P00:05
* dansmith ragequits for the evening00:06
melwittaww, sorry dansmith00:06
*** victorhe has quit IRC00:10
*** victorhe has joined #openstack-nova00:11
*** Sukhdev has quit IRC00:16
*** browne has joined #openstack-nova00:17
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Reset instance status on invalid host  https://review.openstack.org/40100900:24
openstackgerritzhangyanxian proposed openstack/nova: Fix typo in image_meta.py & checks.py & flavor.py  https://review.openstack.org/39366400:35
*** stewie925 has quit IRC00:37
*** TravT has joined #openstack-nova00:38
openstackgerritSivasathurappan Radhakrishnan proposed openstack/nova: Reset instance status on invalid host  https://review.openstack.org/40100900:39
*** siva_krish has quit IRC00:39
*** tuanluong has joined #openstack-nova00:43
*** TravT has quit IRC00:44
*** ijw has quit IRC00:45
*** browne has quit IRC00:51
*** anush has quit IRC00:52
*** huanxie has joined #openstack-nova00:53
*** rama_y has joined #openstack-nova00:54
*** mriedem has joined #openstack-nova00:57
*** mdrabe has quit IRC00:57
*** tovin07 has joined #openstack-nova00:59
*** tovin07 has quit IRC00:59
*** tovin07 has joined #openstack-nova01:00
*** ijw has joined #openstack-nova01:00
*** tovin07 has quit IRC01:01
*** tovin07 has joined #openstack-nova01:01
*** tovin07 has quit IRC01:02
*** tovin07 has joined #openstack-nova01:02
*** mlavalle has quit IRC01:02
*** siva_krish has joined #openstack-nova01:11
*** ducnc has joined #openstack-nova01:12
*** penick has joined #openstack-nova01:14
*** penick_ has joined #openstack-nova01:15
*** siva_krish has quit IRC01:19
*** penick has quit IRC01:19
*** penick_ is now known as penick01:19
*** yuntongjin has joined #openstack-nova01:28
*** Alagar has joined #openstack-nova01:31
mriedemhmm, volume attach returns a 200 code but it's an rpc cast to the compute to attach the volume, not sure if we can change the 200 to a 202 without a microversion01:32
mriedemoomichi: gmann: alex_xu: ^?01:32
*** nic has quit IRC01:32
* mriedem consults the magic 8 ball for when a microversion is required01:32
oomichimriedem: maybe tempest gets angry if changing it without microversion bump01:33
mriedemoomichi: i think tempest only cares about 400+ errors01:33
*** victorhe has quit IRC01:34
mriedemtempest tests for volume attach are checking the volume status and waiting for it to go to 'in-use'01:34
mriedemi mean, i could test it out and see01:34
*** dave-mccowan has joined #openstack-nova01:35
oomichimriedem: https://github.com/openstack/tempest/blob/master/tempest/lib/api_schema/response/compute/v2_1/servers.py#L28901:35
mriedemoh no01:35
mriedemthat's a list, so it could be modified to accept 202 too?01:35
oomichimriedem: yeah, it is possible technically, but please don't do that01:36
*** ljxiash_ has quit IRC01:37
mriedemoh come on :)01:37
mriedemok so i guess that's a microversion bump01:37
mriedemgross01:37
oomichimriedem: I can see your point, the requirement is valid.01:38
oomichimriedem: And you can see the similar invalid status code if running '$ grep TODO * | grep 20' under nova/api/openstack/compute01:39
oomichiyeah, gross I know :-(01:39
mriedemyeah i see http://paste.openstack.org/show/590154/01:41
*** anush has joined #openstack-nova01:41
mriedemi thought we had a spec to clean these all up at some point, maybe alex or jichen had that01:41
mriedemmight have been a bug, i don't remember01:41
oomichimriedem: yeah, that is. I don't want to change each status code on each microversion bump, that seems more gross01:42
oomichiyeah, maybe that is right01:42
oomichinow alex_xu's morning. lets wait for him :)01:43
mriedemi'll just add a todo here so we don't forget this one too01:43
oomichimriedem: ++01:43
*** mtanino has joined #openstack-nova01:43
*** kaisers has quit IRC01:43
*** ducttape_ has joined #openstack-nova01:44
*** kaisers has joined #openstack-nova01:44
*** swamireddy has joined #openstack-nova01:45
*** diogogmt has quit IRC01:46
openstackgerritMatt Riedemann proposed openstack/nova: Add TODO for returning a 202 from the volume attach API  https://review.openstack.org/40103101:47
*** gcb has joined #openstack-nova01:51
*** yufei has joined #openstack-nova01:52
*** ljxiash has joined #openstack-nova01:56
*** ljxiash has quit IRC01:57
*** ljxiash has joined #openstack-nova01:57
alex_xumriedem: we can't change that without Microversion01:57
mriedemalex_xu: oomichi told me that was never possible in a thousand years01:58
alex_xuheh01:58
oomichimriedem: alex_xu: how about giving up accurate success code? All success codes should be 200 only, that is very easy and consistent ;)01:59
*** huanxie has quit IRC02:01
mriedemaccuracy is overrated02:01
*** zhangjl has joined #openstack-nova02:08
*** mirrorbo1 has quit IRC02:08
*** mirrorbo1 has joined #openstack-nova02:08
*** anush has quit IRC02:09
*** dave-mcc_ has joined #openstack-nova02:11
*** dave-mccowan has quit IRC02:12
*** dave-mccowan has joined #openstack-nova02:13
*** anush has joined #openstack-nova02:13
openstackgerritzhaolihui proposed openstack/nova: Fix failed to boot vm with pci_alias's name including space  https://review.openstack.org/39207702:13
*** dave-mcc_ has quit IRC02:16
mriedemthere are a couple of easy changes with +2s at the bottom of this series https://review.openstack.org/#/c/386844/1702:16
mriedemfor custom resource classes02:16
*** hieulq has joined #openstack-nova02:18
*** dave-mccowan has quit IRC02:18
*** diga has quit IRC02:21
*** hieulq has quit IRC02:21
*** hieulq has joined #openstack-nova02:23
*** gongysh has joined #openstack-nova02:24
*** ducttape_ has quit IRC02:25
alex_xuoomichi: that means we need change all the 202/201 back to 200 ;)02:26
*** yuntongjin has quit IRC02:26
oomichialex_xu: yeah, I did wonder proposing it to api-wg, but I avoided. If you are interested, I don't stop ;)02:27
*** ducttape_ has joined #openstack-nova02:28
*** yuntongjin has joined #openstack-nova02:29
*** jamielennox is now known as jamielennox|away02:30
*** thorst has joined #openstack-nova02:32
*** thorst has quit IRC02:32
*** thorst has joined #openstack-nova02:33
*** shuquan has joined #openstack-nova02:34
mriedemoomichi: btw, claudiu got a patch up to make the hyperv driver wait for vif plugged events from neutron https://review.openstack.org/#/c/399001/ - that was related to that tempest patch you asked me about a couple of weeks ago02:36
mriedemi think it makes the tempest patch less necessary, at least for hyperv on master02:36
mriedemwhich i see you've -2ed https://review.openstack.org/#/c/383049/02:36
oomichimriedem: cool, thanks for picking it up. I am checking it before going back home today02:37
*** dave-mccowan has joined #openstack-nova02:39
*** anush has quit IRC02:39
*** shuquan_ has joined #openstack-nova02:39
*** shuquan has quit IRC02:40
*** thorst has quit IRC02:40
*** thorst has joined #openstack-nova02:41
*** thorst has quit IRC02:45
*** kaisers__ has joined #openstack-nova02:46
*** mriedem has quit IRC02:46
*** dave-mccowan has quit IRC02:48
*** kaisers_ has quit IRC02:49
*** gjayavelu has quit IRC02:52
*** Alagar has quit IRC02:52
*** ducttape_ has quit IRC02:52
*** shuquan_ has quit IRC02:52
*** Alagar has joined #openstack-nova02:53
*** fragatina has quit IRC02:53
*** shuquan has joined #openstack-nova02:54
*** Alagar has quit IRC02:55
*** diogogmt has joined #openstack-nova02:56
*** yufei has quit IRC02:57
*** alex_xu__ has joined #openstack-nova02:58
*** yufei has joined #openstack-nova02:58
*** Alagar has joined #openstack-nova02:58
*** jamielennox|away is now known as jamielennox02:59
*** shuquan_ has joined #openstack-nova02:59
*** shuquan has quit IRC02:59
*** shuquan_ has quit IRC03:04
*** brault has quit IRC03:04
*** shuquan has joined #openstack-nova03:04
*** ducttape_ has joined #openstack-nova03:05
*** thorst has joined #openstack-nova03:09
*** thorst has quit IRC03:10
*** bkopilov has quit IRC03:15
*** jwcroppe has joined #openstack-nova03:23
*** jwcroppe has quit IRC03:24
*** kylek3h_ has quit IRC03:24
*** jwcroppe has joined #openstack-nova03:24
*** jwcroppe has quit IRC03:24
*** anush has joined #openstack-nova03:24
*** kylek3h has joined #openstack-nova03:25
*** jwcroppe has joined #openstack-nova03:25
*** catintheroof has joined #openstack-nova03:27
*** kylek3h has quit IRC03:29
*** yamahata has quit IRC03:29
*** liusheng has quit IRC03:33
Alagargood morning all03:33
Alagariam using devstack script for setup openstack environment03:34
Alagarwhen ever i could restart the openstack virtual machine i could see  install_os_domU.sh   automaticly running and seting up the script again03:34
*** unicell has quit IRC03:34
*** ducttape_ has quit IRC03:34
*** thorst has joined #openstack-nova03:36
*** thorst has quit IRC03:37
*** ducttape_ has joined #openstack-nova03:38
*** catintheroof has quit IRC03:40
*** ducttape_ has quit IRC03:40
*** links has joined #openstack-nova03:42
*** armax has quit IRC03:46
*** ljxiash has quit IRC03:50
*** yufei has quit IRC03:51
*** fragatina has joined #openstack-nova03:51
*** psachin has joined #openstack-nova03:52
*** fragatina has quit IRC03:52
*** fragatina has joined #openstack-nova03:52
*** yufei has joined #openstack-nova03:53
*** shuquan has quit IRC03:53
*** kevinz has joined #openstack-nova03:54
*** Guest83036 has joined #openstack-nova03:56
*** sudipto_ has joined #openstack-nova03:56
*** yuntongjin has quit IRC03:56
*** ijw has quit IRC03:56
*** shuquan has joined #openstack-nova04:01
*** tbachman has quit IRC04:01
*** markvoelker has quit IRC04:02
*** kevinz has quit IRC04:04
*** huanxie has joined #openstack-nova04:06
*** mdnadeem has joined #openstack-nova04:08
*** shuquan_ has joined #openstack-nova04:09
*** prashkre has joined #openstack-nova04:10
*** jgriffith is now known as jgriffith_away04:10
*** shuquan has quit IRC04:10
*** ljxiash has joined #openstack-nova04:11
*** siva_krish has joined #openstack-nova04:15
*** ljxiash has quit IRC04:15
*** rama_y has quit IRC04:16
*** GB21 has joined #openstack-nova04:17
*** anush has quit IRC04:18
*** yufei has quit IRC04:19
*** GB21 has quit IRC04:22
*** Alagar has quit IRC04:24
*** ijw has joined #openstack-nova04:24
*** shuquan_ has quit IRC04:24
*** kylek3h has joined #openstack-nova04:25
*** ijw has quit IRC04:29
*** yamahata has joined #openstack-nova04:29
*** kylek3h has quit IRC04:30
*** GB21 has joined #openstack-nova04:34
*** bkopilov has joined #openstack-nova04:37
*** Guest83036 has quit IRC04:41
*** sudipto_ has quit IRC04:41
*** yamahata has quit IRC04:43
*** Alagar has joined #openstack-nova04:44
*** tlian has quit IRC04:44
*** moshele has joined #openstack-nova04:47
*** ratailor has joined #openstack-nova04:48
*** lpetrut has joined #openstack-nova04:54
*** prashkre has quit IRC04:55
*** gjayavelu has joined #openstack-nova04:56
*** josecastroleon has joined #openstack-nova04:56
*** jogo has joined #openstack-nova05:02
*** jogo has quit IRC05:02
*** jogo has joined #openstack-nova05:02
*** ayogi has joined #openstack-nova05:02
*** ljxiash has joined #openstack-nova05:03
*** gjayavelu has quit IRC05:04
*** sree has joined #openstack-nova05:04
*** yamahata has joined #openstack-nova05:05
*** victorhe has joined #openstack-nova05:05
*** gjayavelu has joined #openstack-nova05:06
*** Jeffrey4l has quit IRC05:06
*** victorhe has quit IRC05:06
*** victorhe has joined #openstack-nova05:07
*** shuquan has joined #openstack-nova05:09
*** cfriesen has quit IRC05:11
*** klkumar has joined #openstack-nova05:12
*** moshele has quit IRC05:12
*** unicell has joined #openstack-nova05:14
*** yuntongjin has joined #openstack-nova05:16
*** victorhe has quit IRC05:16
*** shuquan has quit IRC05:16
*** Alagar has quit IRC05:16
*** shuquan has joined #openstack-nova05:18
*** prateek has joined #openstack-nova05:18
*** Alagar has joined #openstack-nova05:20
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port xenapi test_xenapi to Python 3  https://review.openstack.org/40106505:20
*** jogo has quit IRC05:22
*** unicell has quit IRC05:26
*** kylek3h has joined #openstack-nova05:26
*** unicell has joined #openstack-nova05:26
*** shuquan_ has joined #openstack-nova05:29
*** shuquan has quit IRC05:30
*** sandanar has joined #openstack-nova05:30
*** kylek3h has quit IRC05:31
*** mfeoktistov has joined #openstack-nova05:34
*** sandanar_ has joined #openstack-nova05:34
*** victorhe has joined #openstack-nova05:37
*** sandanar has quit IRC05:38
*** victorhe has quit IRC05:42
*** lpetrut has quit IRC05:48
*** gongysh has quit IRC05:49
*** sudipto_ has joined #openstack-nova05:50
*** Guest83036 has joined #openstack-nova05:50
*** Alagar has quit IRC05:52
*** alex_xu__ has quit IRC05:56
*** moshele has joined #openstack-nova05:56
*** huanxie has quit IRC05:59
*** markvoelker has joined #openstack-nova06:02
*** liusheng has joined #openstack-nova06:07
*** GnomeKing has joined #openstack-nova06:07
*** markvoelker has quit IRC06:08
*** GnomeKing is now known as Bobba06:10
*** diana_clarke has quit IRC06:10
*** Alagar has joined #openstack-nova06:12
*** yufei has joined #openstack-nova06:13
*** shuquan_ has quit IRC06:13
*** shuquan has joined #openstack-nova06:14
*** siva_krish has quit IRC06:18
*** Dinesh_Bhor has joined #openstack-nova06:19
*** jogo has joined #openstack-nova06:20
*** jogo has quit IRC06:20
*** jogo has joined #openstack-nova06:20
*** kylek3h has joined #openstack-nova06:27
*** kylek3h has quit IRC06:31
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port virt vmwareapi tests to Python 3  https://review.openstack.org/40108006:32
*** tojuvone has quit IRC06:34
*** sridharg has joined #openstack-nova06:35
*** karthiks has quit IRC06:42
*** oanson has joined #openstack-nova06:43
*** msno has joined #openstack-nova06:46
openstackgerritLi Yingjun proposed openstack/nova: Notifications on flavor operations  https://review.openstack.org/39817106:47
msnoHi Guyz..06:47
msnoi have a HP Helion Openstack setup which is running in a opensaf cluster setup06:47
msnoa strange issue of VMs getting deleted is happening .. in the setup06:48
msnonot able to trace how its been triggered.. any pointers.06:48
openstackgerritZhenyu Zheng proposed openstack/nova: Transform instance.resize_prep notification  https://review.openstack.org/39698806:48
*** markus_z has joined #openstack-nova06:50
*** karthiks has joined #openstack-nova06:56
*** ekuris has joined #openstack-nova06:57
*** jdurgin1 has joined #openstack-nova06:57
*** shuquan_ has joined #openstack-nova07:00
*** shuquan has quit IRC07:01
*** prashkre has joined #openstack-nova07:03
*** kwathore_ has quit IRC07:03
*** mjura has joined #openstack-nova07:03
*** kwathore has joined #openstack-nova07:04
*** mjura has quit IRC07:08
*** qwertyco has joined #openstack-nova07:08
*** mjura has joined #openstack-nova07:08
*** tjones has quit IRC07:09
*** tesseract has joined #openstack-nova07:12
*** Alagar has quit IRC07:12
*** Alagar has joined #openstack-nova07:12
*** tesseract is now known as Guest5952807:13
*** Guest2_ has joined #openstack-nova07:13
*** shuquan_ has quit IRC07:16
*** nkrinner_afk is now known as nkrinner07:17
*** nkrinner has quit IRC07:19
*** paul-carlton has joined #openstack-nova07:20
*** GB21 has quit IRC07:21
*** nkrinner has joined #openstack-nova07:24
ratailoris it a good candidate to backport to newton ? https://review.openstack.org/#/c/399672/07:25
*** mfeoktistov has quit IRC07:26
openstackgerritliaonanhai proposed openstack/nova: Use uuidutils instead of uuid.uuid4()  https://review.openstack.org/39477507:27
*** kylek3h has joined #openstack-nova07:28
*** nkrinner has quit IRC07:29
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: live-migration test hook for serial console  https://review.openstack.org/34747107:29
*** nkrinner has joined #openstack-nova07:29
*** gouthamr has joined #openstack-nova07:31
*** kylek3h has quit IRC07:32
*** brault has joined #openstack-nova07:39
*** yamahata has quit IRC07:39
*** zenoway has joined #openstack-nova07:39
markus_zmikal: Do you maybe have a chance to look at https://review.openstack.org/#/c/385367/ please?07:40
openstackgerritbailin.zhang proposed openstack/nova: Fix the file permissions of test_compute_mgr.py  https://review.openstack.org/40110907:45
*** lpetrut has joined #openstack-nova07:46
*** GB21 has joined #openstack-nova07:53
openstackgerritchenyingnan proposed openstack/nova: Remove mox from tests/unit/api/openstack/compute/test_extended_volumes.py  https://review.openstack.org/40111207:54
*** matrohon has joined #openstack-nova07:56
*** josecastroleon has quit IRC07:57
*** victorhe has joined #openstack-nova07:58
*** nherciu has joined #openstack-nova08:01
*** victorhe has quit IRC08:02
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port test_metadata to Python 3  https://review.openstack.org/39875008:02
openstackgerritMoshe Levi proposed openstack/nova: Enhance PCI passthrough whitelist to support regex  https://review.openstack.org/19948808:05
*** dimtruck is now known as zz_dimtruck08:11
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port test_keypairs to Python 3  https://review.openstack.org/39890908:11
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port libvirt test_driver to Python 3  https://review.openstack.org/40069708:11
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port virt vmwareapi tests to Python 3  https://review.openstack.org/40108008:11
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port xenapi test_xenapi to Python 3  https://review.openstack.org/40106508:11
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port ironic unit tests to Python 3  https://review.openstack.org/39894808:12
*** liverpooler has quit IRC08:13
*** Guest2_ has quit IRC08:14
*** ihrachys has joined #openstack-nova08:14
*** yuntongjin has quit IRC08:16
*** diga has joined #openstack-nova08:18
*** ralonsoh has joined #openstack-nova08:20
openstackgerritPawel Koniszewski proposed openstack/nova: live-mig: Add claims and proper resource tracking  https://review.openstack.org/24448908:21
mlakatjohnthetubaguy ping08:25
*** ekuris has quit IRC08:25
openstackgerritZhenyu Zheng proposed openstack/nova: Transform instance.resize_prep notification  https://review.openstack.org/39698808:27
*** kylek3h has joined #openstack-nova08:28
*** jaosorior has joined #openstack-nova08:29
*** kylek3h has quit IRC08:33
*** victorhe has joined #openstack-nova08:34
openstackgerritLi Yingjun proposed openstack/nova: Optimize creating security_group  https://review.openstack.org/31531108:34
*** victorhe has quit IRC08:38
*** ekuris has joined #openstack-nova08:41
*** amoralej|off is now known as amoralej08:43
*** ihrachys has quit IRC08:45
*** josecastroleon has joined #openstack-nova08:46
*** Alagar has quit IRC08:48
*** kubix has quit IRC08:53
*** zzzeek has quit IRC09:00
*** sree has quit IRC09:01
*** gongysh has joined #openstack-nova09:01
*** sree has joined #openstack-nova09:01
*** diga has quit IRC09:02
*** zzzeek has joined #openstack-nova09:02
*** willise has joined #openstack-nova09:03
*** sree is now known as sreeram_v09:04
*** gouthamr has quit IRC09:04
*** sreeram_v is now known as sree09:05
*** rmart04 has joined #openstack-nova09:07
*** paul-carlton has quit IRC09:07
openstackgerritMikhail Feoktistov proposed openstack/nova: raise exception if create virtuozzo container with swap disk  https://review.openstack.org/39782909:07
*** sree is now known as sreeram_v09:10
*** moshele has quit IRC09:13
*** ekuris has quit IRC09:14
*** ihrachys has joined #openstack-nova09:20
johnthetubaguymlakat: hey hows things?09:20
*** ihrachys has quit IRC09:20
*** fragatina has quit IRC09:20
*** ihrachys has joined #openstack-nova09:20
*** fragatina has joined #openstack-nova09:20
*** liverpooler has joined #openstack-nova09:23
mlakatfine, thanks. wanted to ask if you could look at this bug description: https://bugs.launchpad.net/horizon/+bug/1638581 mainly was interested if any changes are about to be made in nova around the messy root disk size and boot from volume world.09:24
openstackLaunchpad bug 1638581 in OpenStack Dashboard (Horizon) "Flavor with zero disk cannot be selected while booting from volume" [Undecided,In progress] - Assigned to Mateusz Kowalski (makowals)09:24
openstackgerritStephen Finucane proposed openstack/nova: conf: Move api options to a group  https://review.openstack.org/38449009:27
openstackgerritStephen Finucane proposed openstack/nova: conf: Remove 'vendordata_driver' opt  https://review.openstack.org/39783509:27
openstackgerritStephen Finucane proposed openstack/nova: conf: Trivial fix of indentation in 'api'  https://review.openstack.org/39783409:27
*** kylek3h has joined #openstack-nova09:29
*** ekuris has joined #openstack-nova09:30
*** sreeram_v is now known as sree09:30
*** lucas-afk is now known as lucasagomes09:31
*** sree is now known as sreeram_v09:32
*** markvoelker has joined #openstack-nova09:32
*** kylek3h has quit IRC09:34
johnthetubaguymlakat: to follow up on the public channel, its all about this patch series: https://review.openstack.org/#/q/topic:bp/flavor-root-disk-none I would talk to tpatzig_1 about helping refresh that series09:35
*** gjayavelu has quit IRC09:35
mlakatjohnthetubaguy, thanks, will do!09:36
*** markvoelker has quit IRC09:37
*** derekh has joined #openstack-nova09:41
*** yassine has joined #openstack-nova09:46
*** yassine is now known as Guest5807409:46
*** pilgrimstack has joined #openstack-nova09:47
gibijohnthetubaguy: hi! There is test only bug fix with already a +2 , could you check it and +W it if looks good to you? https://review.openstack.org/#/c/344334/09:50
*** pilgrimstack1 has joined #openstack-nova09:51
*** pilgrimstack has quit IRC09:51
*** victorhe has joined #openstack-nova09:54
johnthetubaguygibi: trying to go through all the patches with +2s already this morning09:55
*** liverpooler has quit IRC09:56
*** gjayavelu has joined #openstack-nova09:56
tpatzig_1mlakat: the whole feature is more or less ready. only a missing tempest test. and i need to rebase the stuff09:57
gibijohnthetubaguy: thanks09:58
*** preethipy has joined #openstack-nova10:00
*** paul-carlton has joined #openstack-nova10:01
*** gjayavelu has quit IRC10:01
mlakattpatzig_1, thanks, I'll look at the changes.10:01
*** victorhe has quit IRC10:03
johnthetubaguy+1 what tpatzig_1, looks mostly like a rebase + a tempest test, and its done10:05
*** ftersin has joined #openstack-nova10:07
*** zhangjl has quit IRC10:11
*** gjayavelu has joined #openstack-nova10:12
*** gongysh has quit IRC10:15
*** gjayavelu has quit IRC10:16
*** liuyulong has joined #openstack-nova10:20
lyarwoodmdbooth: would you mind taking a look at https://review.openstack.org/#/c/399735/ this morning if you have time?10:20
mdboothlyarwood: Looking now10:20
lyarwoodkashyap: ^ could you also take a look, again if you have time10:20
* lyarwood is looking at the func test failure10:21
*** jamielennox is now known as jamielennox|away10:21
kashyaplyarwood: In a moment.  Was being pinged by QEMU migration people for some OpenStack question10:21
lyarwoodah ha https://review.openstack.org/#/c/394585/10:21
lyarwoodkashyap: kk np10:21
*** liverpooler has joined #openstack-nova10:24
*** sambetts|afk is now known as sambetts10:24
mdboothlyarwood: How long has qemu supported this flag, btw?10:24
lyarwoodmdbooth: I'm not sure when QEMU introduced it, libvirt has support since 1.2.7 listed in the XML docs10:25
lyarwoodmdbooth: but this is all optional anyway, if it isn't present we just use the cur and end markers from blockjobinfo10:26
lyarwoodurgh I didn't update the comment to use element instead of flag10:27
*** ihrachys has quit IRC10:28
*** sahid has joined #openstack-nova10:28
*** rfolco has joined #openstack-nova10:28
*** claudiub|2 has joined #openstack-nova10:29
mdboothlyarwood: Hmm, docs aren't 100% clear:10:30
mdboothThe attribute ready, if present, tracks progress of the job: yes if the disk is known to be ready to pivot, or, since 1.2.7, abort or pivot if the job is in the process of completing.10:30
mdboothThat might mean that abort is since 1.2.7, but mirror itself is older10:30
*** tojuvone has joined #openstack-nova10:30
mdboothSorry, ready is older10:31
mdboothMeh, anyway as you say it doesn't matter.10:31
lyarwoodah, good point, assumed it was 1.2.710:32
*** gjayavelu has joined #openstack-nova10:32
*** pkoniszewski has quit IRC10:35
*** isq has quit IRC10:35
*** gjayavelu has quit IRC10:37
gcbjohnthetubaguy,  alex_xu : please check https://etherpad.openstack.org/p/nova_py35 when you're free :-)10:38
*** zhangjn has joined #openstack-nova10:40
*** qwertyco has quit IRC10:40
*** zhangjn has quit IRC10:40
*** tuanluong has quit IRC10:40
mdboothYou make your first gerrit comment of the day. You've diligently typed a 53 page essay in the comment box and you click save. At this point gerrit helpfully tells you what it should have told you when you opened the comment box, which is that you're no longer logged in. The text in the comment box is no longer selectable, clicking either of the 2 presented options will lose your 53 page essay. Cue wailing and gnashing of teeth.10:41
*** zhangjn has joined #openstack-nova10:41
mdboothTOP TIP: hit escape!10:41
*** zhangjn has quit IRC10:41
* lyarwood awaits his 53 page review comment10:41
mdboothThis will dismiss the annoying intrusion. You can copy your text elsewhere, log in, then paste it back again.10:41
*** zhangjn has joined #openstack-nova10:41
*** yufei has quit IRC10:41
*** zhangjn has quit IRC10:41
openstackgerritStephen Finucane proposed openstack/nova: conf: remove deprecated nova quota options  https://review.openstack.org/39570610:42
*** zhangjn has joined #openstack-nova10:43
*** zhangjn has quit IRC10:43
*** zhangjn has joined #openstack-nova10:44
*** zhangjn has quit IRC10:44
*** pkoniszewski has joined #openstack-nova10:44
*** zhangjn has joined #openstack-nova10:44
*** zhangjn has quit IRC10:44
tobascocritical bug in new ubuntu UCA stable/liberty release, cannot spawn instances anymore10:45
tobascohttps://bugs.launchpad.net/nova/+bug/164418710:45
openstackLaunchpad bug 1644187 in nova (Ubuntu) "ValueError on creating new nova instance" [Undecided,New]10:45
kashyapmdbooth: I've been super wary lately that wherever I tend to write beyond a paragraph, I just turn to a local text file, then copy / paste in Bugzilla / whatever.10:46
mdboothtobasco: Are UCA bugs reported here? Don't they have their own support?10:46
*** ihrachys has joined #openstack-nova10:46
kashyapYeah, was wondering that, too.  They have their own IRC channel, too, IIRC10:46
tobascomdbooth: sorry, just pushing it through everywhere, didn't think...10:47
mdboothtobasco: This may be a bug in Nova, but if it's not vanilla you should probably start with your vendor.10:47
lyarwoodstable/kilo is EOL btw so you really need to start with your vendor.10:47
tobascolyarwood: it's liberty tho10:48
*** cdent has joined #openstack-nova10:48
lyarwoodurgh, sorry10:48
mdboothValueError: invalid literal for int() with base 10: ''10:49
mdboothI hate python10:49
lyarwoodtobasco: liberty is about to be10:49
lyarwoodtobasco: apologies for the confusion.10:49
cdentput python loves you mdbooth10:49
cdentoops, that would be "but"10:50
cdentI hate typing10:50
mdboothhehe10:50
tobascolyarwood: yea think this was the last update also, going mitaka after that10:50
*** gjayavelu has joined #openstack-nova10:53
*** ihrachys has quit IRC10:53
*** kevinz has joined #openstack-nova10:55
openstackgerritLee Yarwood proposed openstack/nova: libvirt: Detach volumes from a domain before detaching any encryptors  https://review.openstack.org/39847910:56
openstackgerritLee Yarwood proposed openstack/nova: encryptors: Introduce encryption provider constants  https://review.openstack.org/39390110:57
*** gjayavelu has quit IRC10:57
*** emil1 has joined #openstack-nova10:59
cdenthas the vmware ci been declared dead in the water yet?11:00
openstackgerritliaonanhai proposed openstack/nova: Use uuidutils instead of uuid.uuid4()  https://review.openstack.org/39477511:02
*** avolkov has quit IRC11:02
lyarwoodI don't think so, Intel NFV is also pretty broken atm11:02
*** liverpooler has quit IRC11:03
*** avolkov has joined #openstack-nova11:03
*** ducnc has quit IRC11:05
* cdent nods11:05
openstackgerritsahid proposed openstack/nova: libvirt: return a CPU overhead if isolate emulator threads requested  https://review.openstack.org/38536411:11
openstackgerritsahid proposed openstack/nova: numa: fit instance toplogy with cpu overhead onto cores  https://review.openstack.org/40087511:12
openstackgerritsahid proposed openstack/nova: virt: update overhead to take into account vCPUs  https://review.openstack.org/38502411:12
openstackgerritsahid proposed openstack/nova: libvirt: make emulator threads to run on the reserved pCPU  https://review.openstack.org/40087811:12
openstackgerritsahid proposed openstack/nova: numa: take into account cpus overhead  https://review.openstack.org/40087611:12
openstackgerritsahid proposed openstack/nova: numa: update numa usage incording the cpu overhead  https://review.openstack.org/40087711:12
wznoinsklyarwood, cdent we've retriggered failed jobs for Intel NFV CI11:13
*** gjayavelu has joined #openstack-nova11:13
lyarwoodwznoinsk: thanks :)11:13
*** GB21 has quit IRC11:14
*** kevinz has quit IRC11:14
*** Jeffrey4l has joined #openstack-nova11:14
*** igordcard has quit IRC11:14
lyarwoodmdbooth: did gerrit eat your review? np if you haven't posted yet, just wanted to make sure it hasn't gone AWOL.11:15
*** kevinz has joined #openstack-nova11:15
*** igordcard has joined #openstack-nova11:15
cdentthanks wznoinsk. This CI business is hard enough to be a bit worrying :)11:15
*** gjayavelu has quit IRC11:18
*** sreeram_v has quit IRC11:18
*** sreeram_v has joined #openstack-nova11:19
wznoinskcdent, true, especially when you leaven -1 Verified slops :)11:20
*** sreeram_v has quit IRC11:23
kashyaplyarwood: How's Gertty treating you lately?11:23
kashyapBeen using it consistently/11:23
kashyaps/\//?11:24
lyarwoodkashyap: yeah, I find myself restarting it each morning but it's normally fine for the rest of the day then. Added a few things to help with stable reviews (https://review.openstack.org/#/q/project:openstack/gertty+owner:%22Lee+Yarwood+%253Clyarwood%2540redhat.com%253E%22) and overall really enjoying it.11:26
* lyarwood should really rebase and update his install11:26
*** Guest83036 has quit IRC11:26
*** sudipto_ has quit IRC11:26
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port test_serversV21 to Python 3  https://review.openstack.org/40120711:27
kashyapAh, nice11:27
openstackgerritAbhishek Kekane proposed openstack/nova: Use is_valid_cidr and is_valid_ipv6_cidr from oslo_utils  https://review.openstack.org/32037511:28
*** GB21 has joined #openstack-nova11:30
*** kevinz has quit IRC11:33
cdentkashyap: I really wanted to like gertty, forced myself to use it for a while, but could never adapt properly, and it frequently did inscrutable things that I couldn't get to repeat, so I sadly gave up :(11:34
*** kevinz has joined #openstack-nova11:34
*** kylek3h has joined #openstack-nova11:34
*** ratailor has quit IRC11:35
*** sridharg has quit IRC11:37
*** prateek has quit IRC11:37
kashyapcdent: Yeah, I hear you.  I even package it for Fedora, but like Lee said, most times I have to re-create the SQLite DB11:38
*** kylek3h has quit IRC11:39
*** josecastroleon has quit IRC11:40
*** takedakn has joined #openstack-nova11:40
*** sridharg has joined #openstack-nova11:40
*** Guest58074 has quit IRC11:41
*** lpetrut has quit IRC11:42
*** lpetrut has joined #openstack-nova11:42
*** alexpilotti has joined #openstack-nova11:43
*** alexpilo_ has quit IRC11:43
*** victorhe has joined #openstack-nova11:49
*** mvk has quit IRC11:49
*** liverpooler has joined #openstack-nova11:51
*** claudiub has joined #openstack-nova11:52
*** sridharg has quit IRC11:53
*** victorhe has quit IRC11:53
*** nicolasbock has joined #openstack-nova11:54
*** claudiub|2 has quit IRC11:54
mdboothlyarwood: Reviewed :(11:58
*** bkopilov has quit IRC11:58
*** gszasz has joined #openstack-nova11:59
mdboothlyarwood: See narrative in my pseudish code comment11:59
*** mkoderer has joined #openstack-nova11:59
mdboothI'm not sure this works at all, but that may just be my stomach complaining11:59
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port libvirt test_imagecache to Python 3  https://review.openstack.org/40122312:00
*** emil1 has quit IRC12:03
*** openstackgerrit has quit IRC12:03
*** openstackgerrit has joined #openstack-nova12:03
*** liverpooler has quit IRC12:04
*** raildo has joined #openstack-nova12:05
*** GB21 has quit IRC12:05
*** prateek has joined #openstack-nova12:05
lyarwoodmdbooth: thanks and it does already work but I get your point regarding fetching the domain XML each time12:06
*** jaypipes has quit IRC12:06
lyarwoodmdbooth: mirror is going to be not None even if ready isn't present12:07
*** prateek has quit IRC12:07
lyarwoodmdbooth: that's why I added the config class instead of just adding mirror_ready to the disk object12:07
*** prateek has joined #openstack-nova12:08
lyarwoodmdbooth: I'll have to look into the ready == abort case, I assumed that would only be set if we aborted the job for some reason12:08
*** yassine has joined #openstack-nova12:08
* lyarwood adds the above to the review12:08
*** catintheroof has joined #openstack-nova12:09
*** yassine is now known as Guest2202212:09
*** prateek has quit IRC12:10
*** GB21 has joined #openstack-nova12:12
*** alexpilotti has quit IRC12:12
*** alexpilotti has joined #openstack-nova12:12
*** sudipto_ has joined #openstack-nova12:13
*** Guest83036 has joined #openstack-nova12:13
mdboothlyarwood: Does this handle the race condition12:13
mdbooth?12:13
mdboothThe issue we were getting in the race was that cur == end, but the mirror was *not* ready12:14
mdboothSo we were ending pre-emptively12:14
kashyapExactly12:14
mdboothThe problem is that we can't differentiate between ready just not having been set yet12:14
mdboothAnd ready not being supported by this version of libvirt12:14
*** catintheroof has quit IRC12:15
kashyapMerely deciding on the singular check of cur == end has what burnt us12:15
*** gongysh has joined #openstack-nova12:15
lyarwoodmdbooth: yes it does12:15
mdboothSo I'm not sure this fixes the race, unless we can say that we will *always* wait for ready to be set12:15
kashyapmdbooth: You raise difficult questions12:15
mdboothBut that would break on older libvirt12:15
lyarwoodmdbooth: if mirror is present then we can wait for ready to show up12:16
*** prashkre has quit IRC12:16
lyarwoodmdbooth: that's the current logic12:16
lyarwoodmdbooth: and it's working in the gate and locally for me thus far12:16
*** prateek has joined #openstack-nova12:17
*** gongysh has quit IRC12:17
lyarwoodmdbooth: that's also backwards compat as both mirror and ready were added at the same time AFAIK12:17
*** GB21 has quit IRC12:17
mdboothlyarwood: The issue we're trying to fix is a race, so N passes in the gate doesn't mean much unfortunately12:17
*** prateek has quit IRC12:17
mdboothIn that case, I think we need more historical context than we currently have12:18
*** prateek has joined #openstack-nova12:18
lyarwoodsure I can add that into the commit and comment above this block12:18
lyarwoodI'll respin anyway to reduce the amount of XML fetching12:18
mdboothWe need to know exactly what we can assume about libvirt 1.2.1, which is the current min version12:18
*** mvk has joined #openstack-nova12:19
mdboothWe need to ensure that the presence of mirror assures us of the eventual presence of ready12:19
*** sridharg has joined #openstack-nova12:19
lyarwoodmdbooth: I'm 99% sure it does but I'll confirm12:19
kashyapNeed to excavate the libvirt sources to find out exactly from which version libvirt supports the 'ready' element supported, no?12:19
kashyaps/supported//12:20
mdboothIs there a race where we might fetch this info before mirror has been added to the domain xml?12:20
*** catintheroof has joined #openstack-nova12:20
mdboothIn which case we might erroneously conclude that it is not supported12:20
lyarwoodI think ae6aa8c3965e9aaa245b8e669c6324d44312ac1b introduced it all, /me checks again12:20
mdboothlyarwood: Sorry to be a pita, but as always with this crap the devil is in the detail.12:21
*** zenoway has quit IRC12:21
lyarwoodmdbooth: np I'd rather get this correct first time ;)12:21
*** zenoway has joined #openstack-nova12:21
*** lucasagomes is now known as lucas-hungry12:21
kashyaplyarwood: Yep, you're right12:21
kashyap(On the Git commit ID)12:22
kashyapSo, it's been there since v0.10.012:22
lyarwoodlovely12:22
lyarwoodthanks kashyap12:22
kashyaplyarwood: Np.  Just did a quick `git tag --contains ae6aa8c`12:23
mdboothkashyap: That's both mirror and ready?12:23
*** josecastroleon has joined #openstack-nova12:24
*** prateek has quit IRC12:24
mdboothlyarwood: If we are assured that mirror and ready are both supported, we should ditch the fallback.12:24
mdboothIt can only cause problems.12:24
*** prateek has joined #openstack-nova12:25
kashyapmdbooth: Yes, it is. "This is done with a new <mirror> sub-element to <disk>, as in:"12:25
mdboothjohnthetubaguy: Prod re https://review.openstack.org/#/c/383859/12:25
kashyap(Quoting from the commit message)12:25
mdboothjohnthetubaguy: Hopefully pre-thanksgiving prod :)12:25
*** zenoway has quit IRC12:25
kashyapmdbooth: Full commit in its glory - http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=ae6aa8c12:26
*** yuntongjin has joined #openstack-nova12:26
*** rtheis has joined #openstack-nova12:26
*** rtheis has quit IRC12:26
mdboothkashyap: Excellent, so ready was always present, and the feature is supported in the min version.12:27
mdboothlyarwood: Can you link to that in the commit message, btw?12:27
lyarwoodmdbooth: yup, I'll sort that out now and drop the other workarounds.12:28
kashyapYes, linking to that commit would be useful - years later when some poor sod looks at that, they'll appreciate it12:29
*** gouthamr has joined #openstack-nova12:32
*** prashkre has joined #openstack-nova12:32
*** mdnadeem has quit IRC12:33
*** kylek3h has joined #openstack-nova12:36
openstackgerritGábor Antal proposed openstack/nova: Transform instance.add_fixed_ip notification  https://review.openstack.org/33287612:36
*** bvanhav has joined #openstack-nova12:37
*** prashkre has quit IRC12:39
*** victorhe has joined #openstack-nova12:39
*** ihrachys has joined #openstack-nova12:39
*** kylek3h has quit IRC12:40
*** takedakn has quit IRC12:42
*** GB21 has joined #openstack-nova12:43
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port security related tests to Python 3  https://review.openstack.org/40124112:43
*** victorhe has quit IRC12:43
*** catintheroof has quit IRC12:44
*** tbachman has joined #openstack-nova12:50
alex_xunova-api sub-team meeting is in 10 mins at #openstack-meeting-412:50
*** kylek3h has joined #openstack-nova12:52
*** oanson has quit IRC12:53
*** jaypipes has joined #openstack-nova12:53
*** links has quit IRC12:54
*** sreeram_v has joined #openstack-nova12:57
alex_xujohnthetubaguy: are you around for api meeting?13:00
*** sreeram_v has quit IRC13:02
*** yuntongjin has quit IRC13:02
*** ljxiash has quit IRC13:02
*** willise has quit IRC13:04
*** nherciu_ has joined #openstack-nova13:04
*** victorhe has joined #openstack-nova13:05
*** yufei has joined #openstack-nova13:06
*** GB21 has quit IRC13:06
*** zenoway has joined #openstack-nova13:08
*** nherciu has quit IRC13:08
*** anush has joined #openstack-nova13:09
jaypipesgibi: ping13:09
*** mtanino has quit IRC13:09
jaypipesgibi: how we doing with notifications reviews?13:09
jaypipesgibi: which patch is most critical at the moment?13:09
gibijaypipes: hi! give me 10 minutes, I will ping you13:10
jaypipesnp13:10
*** victorhe has quit IRC13:10
*** preethipy has quit IRC13:14
openstackgerritPawel Koniszewski proposed openstack/nova: live-mig: Add claims and proper resource tracking  https://review.openstack.org/24448913:15
*** rmstar has quit IRC13:16
*** nandal has joined #openstack-nova13:16
*** ihrachys has quit IRC13:17
*** Guest59528 has quit IRC13:19
*** amoralej is now known as amoralej|lunch13:20
gibijaypipes: ping, I'm here now13:20
gibijaypipes: thanks for the reviews13:21
gibijaypipes: the https://etherpad.openstack.org/p/ocata-nova-priorities-tracking has a list of notification patches that is ready for review13:21
jaypipesgibi: yup, I have been going through those.13:21
gibijaypipes: but there is no real priority order13:21
jaypipesgibi: ok13:21
gibijaypipes: they are pretty independent patches13:22
jaypipesgot it. will review the remainder today.13:22
gibijaypipes: there is one patch that might be in limbo13:22
gibijaypipes: https://review.openstack.org/#/c/390950/ this has +2 and +W but I don't see it on the gate13:23
gibijaypipes: Is it safe to just recheck it?13:23
gibijaypipes: or it needs a second +2?13:23
*** lucas-hungry is now known as lucasagomes13:23
*** anush has quit IRC13:26
*** prateek_ has joined #openstack-nova13:26
jaypipesgibi: safe to just recheck. I did so.13:27
*** ljxiash has joined #openstack-nova13:28
*** markvoelker has joined #openstack-nova13:28
jaypipesgibi: one question I had for you and julian...13:29
jaypipesgibi: https://review.openstack.org/#/c/396225/4/nova/tests/functional/notification_sample_tests/notification_sample_base.py13:29
jaypipesgibi: is there a better way other than waiting in a sleep loop to grab that notification?13:29
jaypipesgibi: perhaps a fixture that short-circuits actual message sending?13:29
*** prateek has quit IRC13:30
gibijaypipes: you mean patching the notifiction part of nova.rpc and getting a callback in the test instead of polling?13:31
*** ljxiash has quit IRC13:31
*** ljxiash has joined #openstack-nova13:32
*** Guest83036 has quit IRC13:32
*** sudipto_ has quit IRC13:32
*** victorhe has joined #openstack-nova13:33
jaypipesgibi: ya13:33
gibijaypipes: anyhow as the API response and the notification sending is async we have to wait for the notification even if we have a callback we have to wait for that callback to happen as it happens some time after the API response13:34
gibijaypipes: I don't see now how we can avoid waiting, but we can avoid polling with a callback13:35
gibijaypipes: is that OK for you?13:35
jaypipesgibi: so, I'm more thinking about just monkeypatching the notification sending to use a sync call instead of async, just for the purposes of testing.13:36
jaypipesjust thinking out louds...13:36
*** xyang1 has joined #openstack-nova13:36
gibijaypipes: but these are functional tests that calls the nova API. I don't know if there is a way to make the notification sending synced with the API response sending.13:37
*** victorhe has quit IRC13:37
*** lamt has joined #openstack-nova13:39
jaypipesgibi: again, it was just a thought... :) perhaps we can look into it later. I do, however, like your idea of using a callback instead of a polling mechanism.13:41
*** baoli has joined #openstack-nova13:43
*** baoli has quit IRC13:43
*** ducttape_ has joined #openstack-nova13:43
*** baoli has joined #openstack-nova13:43
*** jamesdenton has joined #openstack-nova13:44
gibijaypipes: I agree that it would be nice to remove the waiting I just don't see how can it be done. At least not yet. I made a note for myself to look into this when time allows13:46
*** mdrabe has joined #openstack-nova13:46
*** prateek_ has quit IRC13:46
*** prateek has joined #openstack-nova13:47
jaypipesgibi: cool with me :)13:47
markus_zjaypipes: If you find time, https://review.openstack.org/#/c/395067/5 would resolve a (s390x critical) issue. Thanks in advance!13:47
gibijaypipes: for the polling vs callback idea, I will try to put up a patch and ping you13:48
*** tlian has joined #openstack-nova13:49
jaypipeswhat my days seem to feel like... https://twitter.com/jaypipes/status/80142282640214835313:51
jaypipesmarkus_z: on it.13:51
*** derekh is now known as derekh_afk13:51
jaypipesgibi: sounds good, thanks! :)13:52
markus_zjaypipes: thanks a lot. Btw, I talked with the intel folks this morning about their CI, it should be fixed now AFAIK.13:52
jaypipesmarkus_z: yeah, honestly, it's the vmware, xen, and intel nfv CIs that have all been super-flaky recently.13:53
markus_zjaypipes: Out of curiosity, is there a pattern in the failures or is it case-by-case?13:54
*** jamesdenton has quit IRC13:55
*** kevinz has quit IRC13:56
jaypipesmarkus_z: no pattern. typically they just start failing everything, then something gets fixed on them, they work, then start failing everything again.13:57
*** prateek_ has joined #openstack-nova13:57
jaypipesmarkus_z: I don't know if it's running out of disk space, network connectiviity issues, or actual code problems.13:57
jaypipesbut I do know it's super annoying :)13:57
*** bkopilov has joined #openstack-nova13:59
*** prateek has quit IRC13:59
*** ayogi has quit IRC13:59
*** kevinz has joined #openstack-nova14:00
*** lpetrut has quit IRC14:01
*** lpetrut has joined #openstack-nova14:02
*** anush has joined #openstack-nova14:02
mdboothmelwitt: I'm asking for a pass on https://review.openstack.org/#/c/337159/ because it's at the head of my queue, and the thing you want coverage on is deleted a couple of patches down the line anyway :)14:04
openstackgerritBalazs Gibizer proposed openstack/nova: doc: Add guidline about notification payload  https://review.openstack.org/30839314:04
jaypipesmarkus_z: done.14:04
mdboothmelwitt: It's a no-op14:05
mdboothIt's just a complex no-op which doesn't immediately look like one.14:05
openstackgerritjichenjc proposed openstack/nova: Add more log when delete orphan node  https://review.openstack.org/40127414:05
mdboothThe worst kind of no-op.14:05
*** bvanhav_ has joined #openstack-nova14:05
*** bvanhav has quit IRC14:06
*** thorst has joined #openstack-nova14:08
*** ijw has joined #openstack-nova14:10
*** emil1 has joined #openstack-nova14:12
*** pcaruana has quit IRC14:14
*** ijw has quit IRC14:15
*** jamesdenton has joined #openstack-nova14:15
*** parora has joined #openstack-nova14:19
*** thorst has quit IRC14:19
*** annegentle has joined #openstack-nova14:19
*** code-R has joined #openstack-nova14:20
markus_zjaypipes: yeah, I love the rechecks in the morning too :-/ Thanks for the review.14:21
*** prateek has joined #openstack-nova14:21
*** prateek_ has quit IRC14:22
mdboothSmells like victory.14:22
*** amoralej|lunch is now known as amoralej14:22
*** thorst has joined #openstack-nova14:22
*** mriedem has joined #openstack-nova14:23
*** parora has quit IRC14:24
*** prateek_ has joined #openstack-nova14:24
*** jamesdenton has quit IRC14:24
markus_zalex_xu: Could you maybe have a look at https://review.openstack.org/#/c/395067/5 too? It resolves a (s390x critical) issue which is open since 2 weeks.14:25
openstackgerritStephen Finucane proposed openstack/nova: Use is_valid_cidr, is_valid_ipv6_cidr from oslo_utils  https://review.openstack.org/32037514:26
*** victorhe has joined #openstack-nova14:26
*** victorhe has quit IRC14:26
*** psachin has quit IRC14:26
*** victorhe has joined #openstack-nova14:26
*** prateek has quit IRC14:27
*** Prophidys has quit IRC14:30
*** thorst has quit IRC14:31
*** tesseract has joined #openstack-nova14:32
*** tesseract is now known as Guest4865314:33
*** nic has joined #openstack-nova14:33
*** ihrachys has joined #openstack-nova14:33
*** Prophidys has joined #openstack-nova14:34
jaypipesmdbooth: speaking of victory... how are we with your patches? I've been trying to push through reviews on them. I know you're working with melwitt on that one but how are the remaining ones looking?14:38
mdboothjaypipes: I'm just rebasing the biggest in the series, the StoragePolicy one14:38
mdboothjaypipes: However, there are 10 in the queue before that one, so I'm not stressing.14:39
*** Guest48653 has quit IRC14:39
mdboothI think you're all caught up, btw.14:39
*** tesseract- has joined #openstack-nova14:39
mdboothBig thank you!14:39
jaypipesnp.14:40
*** ducttape_ has quit IRC14:41
*** ducttape_ has joined #openstack-nova14:42
*** victorhe has quit IRC14:42
mdboothI'm hoping melwitt will give me a pass on the one she -1d earlier so I don't have to rebase the series. She's such a nice person, you know. Also great at parties, I hear, and so fantastically smart.14:43
*** victorhe has joined #openstack-nova14:43
*** _ducttape_ has joined #openstack-nova14:43
*** ducttape_ has quit IRC14:46
*** derekh_afk is now known as derekh14:47
*** tesseract- has quit IRC14:49
*** andymaier has joined #openstack-nova14:52
*** jaosorior has quit IRC14:53
jaypipesbauzas: super simple review series for some additional func tests for placement API here: https://review.openstack.org/#/c/39636314:54
jaypipesmdbooth: :)14:54
*** jaosorior has joined #openstack-nova14:54
*** nherciu_ has quit IRC14:55
openstackgerritDan Smith proposed openstack/nova: Return build_requests instead of instances  https://review.openstack.org/37426714:56
openstackgerritDan Smith proposed openstack/nova: Fix context on loaded BDMs and Instances from build_request  https://review.openstack.org/40100714:56
openstackgerritDan Smith proposed openstack/nova: Make RPCFixture support multiple connections  https://review.openstack.org/39641714:56
*** paw has quit IRC14:57
openstackgerritjichenjc proposed openstack/nova: Add context param to confirm_migration virt call  https://review.openstack.org/38369915:02
*** oanson has joined #openstack-nova15:02
*** claudiub|2 has joined #openstack-nova15:04
*** thorst has joined #openstack-nova15:05
openstackgerritjichenjc proposed openstack/nova: Add more log when delete orphan node  https://review.openstack.org/40127415:05
*** yufei has quit IRC15:06
*** kevinz has quit IRC15:06
*** claudiub has quit IRC15:07
*** mpaolino has joined #openstack-nova15:08
*** ihrachys has quit IRC15:08
mriedemdansmith: in https://review.openstack.org/#/c/401007/1/nova/objects/build_request.py15:09
*** josecastroleon has quit IRC15:09
EmilienMmriedem: hey, I'm seeing vif creation error in Nova compute logs, when testing master in Puppet CI (I tested yesterday and it worked fine) http://logs.openstack.org/38/401038/3/check/gate-puppet-openstack-integration-4-scenario004-tempest-centos-7/9948dfc/logs/nova/nova-compute.txt.gz#_2016-11-23_14_04_46_40815:09
EmilienMhave you seen that recently?15:09
*** jaosorior has quit IRC15:09
mriedemthe build_request.create() would kill the context in the build_request.block_device_mapping, yes,15:09
EmilienMit's consistent15:09
*** jaosorior has joined #openstack-nova15:10
mriedemdansmith: but with https://review.openstack.org/#/c/374267/22/nova/compute/api.py@980 we're overwriting that build_request.block_device_mapping anyway15:10
mriedemso it's not the one that's used in the create() call15:10
*** mwhahaha has joined #openstack-nova15:10
mriedemit's the one that came back from _bdm_validate_set_size_and_instance which still has the context15:10
mdboothmriedem: Any chance of poking this over the line before the onset of turkey coma: https://review.openstack.org/#/c/383859/15:10
mdboothAnd the one before it15:10
dansmithmriedem: yeah, sorry I must have been looking at the older PS when I commented15:11
dansmithmriedem: it's still the right thing to do though, IMHO15:11
sean-k-mooneymriedem: hi just looking at https://review.openstack.org/#/c/334048/7/nova/virt/libvirt/vif.py you are right the check is needed.15:11
*** josecastroleon has joined #openstack-nova15:11
mriedemsean-k-mooney: great15:12
mriedemsean-k-mooney: other than that it looks good to me15:12
*** ihrachys has joined #openstack-nova15:12
*** thorst has quit IRC15:12
sean-k-mooneymriedem: i have two options to impement the check. 1 extend the function signeture to pass the host object to the set_config* function or 2 add the check in _get_config_os_vif15:12
sean-k-mooneymriedem: any preference15:12
*** victorhe has quit IRC15:14
mriedemsean-k-mooney: it's too specific to vhostuser to add it in _get_config_os_vif i think15:16
*** nic has quit IRC15:16
*** nandal has quit IRC15:16
*** thorst has joined #openstack-nova15:16
mriedemsean-k-mooney: both get_config_vhostuser and _set_config_VIFVHostUser call designer.set_vif_host_backend_vhostuser_config - couldn't we just move that into a common private method that also does the version check?15:17
mriedemand then call that from both of ^ ?15:17
mriedemmdbooth: omg15:18
mriedemthat's not a small patch15:18
mriedemand i'm brushing up on my BFS and DFS skillz15:18
*** sandanar_ has quit IRC15:19
sean-k-mooneymriedem: the issue is we need the host object to call host.has_min_version(MIN_LIBVIRT_VHOSTUSER_MQ) and while _get_config_os_vif has it id does not pass it to the set_config* functions15:19
*** zz_dimtruck is now known as dimtruck15:19
sean-k-mooneyif i had the host object i could pass it to the designer.set_vif_host_backend_vhostuser_config and move the check to there15:20
*** rama_y has joined #openstack-nova15:20
*** yufei has joined #openstack-nova15:20
*** thorst has quit IRC15:20
mriedemugh this sucks, i mean you can pass the host to _set_config_VIFVHostUser but then you need to add a host=None kwarg to all of those _set_config_* os-vif methods15:21
*** victorhe has joined #openstack-nova15:21
sean-k-mooneymriedem: yep and ill have to likely rework some unit tests15:22
mriedembecause they are called dynamically15:22
*** victorhe_ has joined #openstack-nova15:22
mriedemwell i don't think we want a vhostuser specific check in _get_config_os_vif15:22
*** diogogmt has quit IRC15:22
mriedemwe can agree on that probably15:22
*** hongbin has joined #openstack-nova15:22
sean-k-mooney_get_config_os_vif is the simple sollution but i agree its not really the correct one15:23
sean-k-mooneyit will work but its a bit messy15:23
sean-k-mooneywhat i can do is put one commit below this one to add the host=none to all the functions and then pass it in the current review? or would you be ok with having htis in one commit15:24
mriedemi think the best thing is probably passing a host=None kwarg to the _set_config_* methods15:24
mriedemsean-k-mooney: i think one below this is ideal15:24
mriedemso it's not all cluttered up15:24
openstackgerritMaciej Szankin proposed openstack/nova: conf: remove deprecated exception option  https://review.openstack.org/39782315:25
sean-k-mooneymriedem: ok no worries ill make that change and reupload. thanks15:25
mriedemcool15:25
*** unicell has quit IRC15:25
*** victorhe has quit IRC15:26
*** gszasz has quit IRC15:29
*** jamesdenton has joined #openstack-nova15:29
mriedemdansmith: do you know if we do https://review.openstack.org/#/c/401007/2/nova/objects/build_request.py as a pattern in any other objects?15:30
mriedemi'm not really for or against it15:30
dansmithmriedem: meaning other places we should be doing this but aren't?15:30
dansmithI'm sure there are a few15:30
*** gszasz has joined #openstack-nova15:30
mriedemwell, i guess just looking at objects.Instance._load_security_groups,15:31
mriedemthat results in a SecurityGroupList with a context on it,15:31
mriedemfrom the same Instance._context15:31
mriedemthat loaded it15:31
mriedemso in that respect i'm ok with this then15:31
mriedem+215:32
*** unicell has joined #openstack-nova15:32
*** ekuris has quit IRC15:34
*** ihrachys has quit IRC15:35
*** kukacz has joined #openstack-nova15:35
*** victorhe_ has quit IRC15:35
*** nkrinner has quit IRC15:36
kukaczhi, pls when nova API docs mention a feature is available from 2.10 - which release does it map to?15:36
*** paw has joined #openstack-nova15:36
mriedemkukacz: that's a microversion15:37
mriedemkukacz: see http://docs.openstack.org/developer/nova/api_microversion_history.html15:37
*** anush has quit IRC15:37
mriedem2.10 was added in the liberty release15:37
mriedemclient code should do version discovery to determine the min/max supported versions of the compute API though15:38
kukaczmriedem: great, thanks, now I know my Kilo does not qualify :-)15:38
kukaczdo you have any trick how to quickly interact with the API endpoint to get something like max microversion supported?15:39
mriedemkukacz: http://developer.openstack.org/api-ref/compute/#api-versions15:39
*** nkrinner has joined #openstack-nova15:39
mriedemfind the compute endpoint and do a GET request on the root15:39
kukaczI was trying, but seems I need to send a token along, correct?15:40
mriedemi think so15:40
mriedemthe various openstack api endpoints are different in that respect, some require a token and some don't to list versions15:40
*** josecastroleon has quit IRC15:41
kukaczok. would be nice to have this version check in the standard CLI tools15:41
*** mlavalle has joined #openstack-nova15:42
kukaczmriedem: thanks a lot!15:42
*** josecastroleon has joined #openstack-nova15:42
*** yufei has quit IRC15:42
paul-carltonmriedem, can you take a look at https://review.openstack.org/#/q/status:open+topic:bp/detach-boot-volume when you get time please15:44
mriedemkukacz: the version check is in nova cli15:45
mriedemby default nova cli will request against the latest supported microversion the server supports and that the client can understand15:45
mriedemdansmith: 2 nits in https://review.openstack.org/#/c/374267/ and then i'll +W15:45
*** prateek_ has quit IRC15:46
*** sapcc-bot1 has joined #openstack-nova15:46
*** prateek_ has joined #openstack-nova15:46
kukaczmriedem: you're right, I've totally missed that. there's even "nova version-list". great!15:46
*** sapcc-bot has quit IRC15:46
*** nkrinner has quit IRC15:46
kukaczwhen I've found that the server only supports v2.0 - it means it doesn't support microversions yet, right?15:47
mriedemwell, it means the v2.1 API isn't enabled in api-paste.ini i think15:47
mriedemthere would probably be 2 compute services in the service catalog, one for v2.0 and one for v2.115:48
*** gszasz has quit IRC15:48
mriedemv2.1 is the api that has microversion support15:48
mriedemv2.0 was deprecated in liberty15:48
*** gszasz has joined #openstack-nova15:48
*** _ducttape_ has quit IRC15:48
mriedemyou'd need this https://github.com/openstack/nova/blob/kilo-eol/etc/nova/api-paste.ini#L7515:49
*** ducttape_ has joined #openstack-nova15:49
mriedemand https://github.com/openstack/nova/blob/kilo-eol/etc/nova/api-paste.ini#L6515:49
kukaczhmm, I got that enabled in my Kilo config15:51
*** yufei has joined #openstack-nova15:52
kukaczbut nova version-list (and the curl responses) only return 2.015:52
*** ducttape_ has quit IRC15:53
markus_zgmann: Are you around?15:53
*** andymaier has quit IRC15:56
paul-carltonI-ve changed the version of an object and I get "Some notification objects have changed; please make sure the versions have been bumped, and then update their hashes here." in my test failure, can someone please remind me how to generate a new hash please?15:56
lyarwoodpaul-carlton: isn't it in the output?15:57
paul-carltonok, duh!15:58
paul-carltonlyarwood, ta15:58
lyarwoodnp15:58
*** nkrinner has joined #openstack-nova16:00
*** Sukhdev_ has joined #openstack-nova16:01
*** yufei has left #openstack-nova16:03
EmilienMcan someone help with a vif creation failure in nova master? http://logs.openstack.org/38/401038/3/check/gate-puppet-openstack-integration-4-scenario004-tempest-centos-7/9948dfc/logs/nova/nova-compute.txt.gz#_2016-11-23_14_04_46_40816:04
EmilienMwe think it's something new, as our CI test recent packages16:05
openstackgerritint32bit proposed openstack/nova: Change image info to fit instance xml  https://review.openstack.org/39986016:05
*** cdent has quit IRC16:05
EmilienMit looks like neutron is sending the event a bit too late (3 seconds) http://logs.openstack.org/38/401038/3/check/gate-puppet-openstack-integration-4-scenario004-tempest-centos-7/9948dfc/logs/neutron/server.txt.gz#_2016-11-23_14_04_49_57516:05
*** mjura has quit IRC16:07
*** code-R has quit IRC16:07
mriedemEmilienM: nova is timing out waiting for the vif plugged event from neutron http://logs.openstack.org/38/401038/3/check/gate-puppet-openstack-integration-4-scenario004-tempest-centos-7/9948dfc/logs/nova/nova-compute.txt.gz#_2016-11-23_14_04_45_97216:07
mriedemif you look before that the vif is unplugged http://logs.openstack.org/38/401038/3/check/gate-puppet-openstack-integration-4-scenario004-tempest-centos-7/9948dfc/logs/nova/nova-compute.txt.gz#_2016-11-23_14_04_46_25516:08
mnaseris there an effort right now surrounding the issues with deadlocks in nova with galera?16:08
mriedemprobably b/c the instance is being deleted while it's still building16:08
mnaserhaving a single master only doing all ops with two others is becoming an annoying inefficency16:08
*** armax has joined #openstack-nova16:09
*** mpaolino has quit IRC16:09
mriedemEmilienM: nova starts waiting for the vif plugged event here http://logs.openstack.org/38/401038/3/check/gate-puppet-openstack-integration-4-scenario004-tempest-centos-7/9948dfc/logs/nova/nova-compute.txt.gz#_2016-11-23_13_59_44_51516:10
*** ducttape_ has joined #openstack-nova16:10
mriedem5 minutes before the timeout16:10
*** cnf has left #openstack-nova16:10
openstackgerritDan Smith proposed openstack/nova: Return build_requests instead of instances  https://review.openstack.org/37426716:10
openstackgerritDan Smith proposed openstack/nova: Make RPCFixture support multiple connections  https://review.openstack.org/39641716:10
EmilienMmriedem: so we need to increase timeout or?16:11
mriedemno16:11
EmilienMor find our why it takes longer to spawn a vm16:11
mriedemthere is likely a failure in neutron16:11
mriedemneutron failed to sent the vif plugged event16:11
mriedemi saw a network changed event in between the start and timeout16:11
EmilienMI haven't seen anything in Nova since yesterday, I'll look Neutron16:11
*** whenry has quit IRC16:11
*** _ducttape_ has joined #openstack-nova16:12
mriedemi think cd553fe0-442c-4e8a-bb51-9924e5088b17 is the port16:12
*** gouthamr has quit IRC16:12
openstackgerritAnusha Unnam proposed openstack/nova: fix admin context scenarios for cinderclient  https://review.openstack.org/38479916:13
*** gouthamr has joined #openstack-nova16:13
mriedemEmilienM: looks like the port is 'up' at this point http://logs.openstack.org/38/401038/3/check/gate-puppet-openstack-integration-4-scenario004-tempest-centos-7/9948dfc/logs/neutron/server.txt.gz#_2016-11-23_13_59_46_93916:15
*** ducttape_ has quit IRC16:15
*** josecastroleon has quit IRC16:15
*** whenry has joined #openstack-nova16:15
openstackgerritFeodor Tersin proposed openstack/nova-specs: Add ScaleIO ephemeral storage backend  https://review.openstack.org/30471516:15
*** prashkre has joined #openstack-nova16:16
*** _ducttape_ has quit IRC16:16
*** sridharg has quit IRC16:16
emil1i can create two instances .. and then "message": "No valid host was found. There are not enough hosts available." :-(16:17
emil1What can i do?16:17
*** josecastroleon has joined #openstack-nova16:17
*** gjayavelu has joined #openstack-nova16:17
openstackgerritRoman Podoliaka proposed openstack/nova: Integrate OSProfiler and Nova  https://review.openstack.org/25470316:18
mriedememil1: this isn't a support channel. try asking that question in the general #openstack channel or mailing list, or on ask.openstack.org16:19
*** Apoorva has joined #openstack-nova16:19
mriedemmnaser: i don't think anyone has reported issues16:20
*** siva_krish has joined #openstack-nova16:20
mriedemmnaser: or if they have, i'm not sure how, i.e. bugs, mailing list, other?16:20
*** TravT has joined #openstack-nova16:20
mnasermriedem because I remember it's been suggested for a while to not hit multiple masters with galera16:20
mriedemsuggested where?16:21
mnaserlet me find16:21
EmilienMmriedem: thx for help, I'll keep investigating and probably file a bug. I'm looking in logstash if some projects also hit this16:21
mriedemEmilienM: looking at neutron git log from yesterday there were several db transactional changes16:22
mriedemsomething might have been busted there16:22
*** mdnadeem has joined #openstack-nova16:22
*** siva_krish has quit IRC16:23
EmilienMmriedem: I see the error quite a lot in logstash16:23
*** zenoway has quit IRC16:23
EmilienMmriedem: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%20%5C%22VirtualInterfaceCreateException%3A%20Virtual%20Interface%20creation%20failed%5C%2216:24
EmilienMand it started yesterday16:24
*** zenoway has joined #openstack-nova16:24
mnasermriedem: i think it has to do with this - https://blueprints.launchpad.net/nova/+spec/lock-free-quota-management16:24
mnaserrelated bp https://specs.openstack.org/openstack/nova-specs/specs/kilo/approved/lock-free-quota-management.html16:24
*** giri has joined #openstack-nova16:24
*** Sukhdev_ has quit IRC16:24
*** jgriffith_away is now known as jgriffith16:25
*** unicell has quit IRC16:25
mriedemEmilienM: yeah, all in non-voting jobs16:25
mriedemEmilienM: i'm using this16:25
mriedemmessage:"Timeout waiting for vif plugging callback for instance" AND tags:"screen-n-cpu.txt"16:25
EmilienMah thx16:26
mriedemi don't know what's different about those jobs16:26
*** gjayavelu has quit IRC16:26
mriedemunless they are just slower, and the changes in neutron made things slow to the point that we hit timeouts now16:26
EmilienMmriedem: we hit that in puppet CI16:26
mriedemmnaser: you might want to talk to jaypipes about https://blueprints.launchpad.net/nova/+spec/lock-free-quota-management then16:27
*** andymaier has joined #openstack-nova16:27
mnaseralright, i'll try to do a bit more research because this stuff is from 2015 as well16:27
mriedemthis was the spec https://review.openstack.org/#/c/13529616:27
mriedemalso note that we're looking at redoing quotas16:27
mriedemhttps://specs.openstack.org/openstack/nova-specs/specs/ocata/approved/cells-count-resources-to-check-quota-in-api.html16:28
mnaseri'll have a read16:28
mnaserthanks mriedem16:28
*** zenoway has quit IRC16:28
mriedemnp16:28
*** bvanhav_ has quit IRC16:31
*** TravT has quit IRC16:32
*** daemontool has joined #openstack-nova16:32
*** Apoorva has quit IRC16:32
*** ftersin has quit IRC16:32
*** lbeliveau has quit IRC16:36
*** weshay is now known as weshay_lunch16:37
*** emil1 has left #openstack-nova16:38
*** thorst has joined #openstack-nova16:38
*** liuyulong has quit IRC16:38
openstackgerritJulian proposed openstack/nova: Transform instance.snapshot notifications  https://review.openstack.org/33012816:38
*** thorst has quit IRC16:39
mriedemkashyap: ever seen this? http://logs.openstack.org/81/326681/14/check/gate-tempest-dsvm-neutron-full-ssh/9779454/logs/screen-n-cpu.txt.gz?level=TRACE#_2016-11-23_13_18_44_57616:40
*** rama_y has quit IRC16:40
mriedemlooks like we don't have libguestfs setup properly in our xenial nodes16:41
*** annegentle has quit IRC16:41
*** yamahata has joined #openstack-nova16:42
*** mdnadeem has quit IRC16:42
mriedemor it's just a packaging bug16:44
openstackgerritBalazs Gibizer proposed openstack/nova: Transform instance.rebuild notification  https://review.openstack.org/38492216:45
*** nic has joined #openstack-nova16:46
*** markus_z has quit IRC16:46
*** bvanhav_ has joined #openstack-nova16:49
*** rmart04 has quit IRC16:50
*** josecastroleon has quit IRC16:51
*** mtanino has joined #openstack-nova16:52
*** siva_krish has joined #openstack-nova16:53
*** josecastroleon has joined #openstack-nova16:53
openstackgerritMaciej Szankin proposed openstack/nova: conf: remove deprecated cert_topic option  https://review.openstack.org/39735116:53
*** ayogi has joined #openstack-nova16:54
*** andymaier has quit IRC16:56
openstackgerritMaciej Szankin proposed openstack/nova: conf: move console opt to console group  https://review.openstack.org/38964716:57
openstackgerritMaciej Szankin proposed openstack/nova: conf: move console_host to console group  https://review.openstack.org/39493416:57
*** Guest83036 has joined #openstack-nova16:57
*** sudipto_ has joined #openstack-nova16:57
kashyapmriedem: Look.  (/me just stepped out from home to a coffee shop)16:57
kashyapErr: s/Look/Looking/16:57
kashyapAh, it's missing the 'supermin' package, strange16:58
mriedemkashyap: we're in -dev, looks like a packaging issue16:58
kashyapI'm there, too16:58
kashyapmriedem: Yeah, indeed, one a first look, sounds like a packaging issue16:59
*** dtp has joined #openstack-nova17:03
*** artom has quit IRC17:03
*** artom_ has joined #openstack-nova17:03
dtpis there a cells v2 meeting today?17:04
kashyapdtp: I _think_ it's cancelled17:04
dtpok, thanks!17:05
*** sahid has quit IRC17:05
kashyapdtp: It is, dansmith sent an email to the upstream list with subject: "[nova] 23-Nov Cells meeting cancelled"17:05
dtpi don't know why i'm having such hard time getting on that email distro17:05
dtpi'll go submit another request...17:05
dansmithdtp: we had one last week and you didn't show up :)17:05
dtpkaaaaaahn :017:06
*** thorst has joined #openstack-nova17:06
*** thorst_ has joined #openstack-nova17:07
*** beagles is now known as beagles-brb17:08
*** lpetrut has quit IRC17:10
*** thorst has quit IRC17:11
*** thorst_ has quit IRC17:11
*** annegentle has joined #openstack-nova17:12
dtpis this the list that notice was sent to - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack17:14
*** jaosorior has quit IRC17:15
mriedemmdbooth: questions in https://review.openstack.org/#/c/393869/17:15
mriedemdtp: no17:15
mriedemhttp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev17:15
mriedemsubject is tagged with [nova]17:16
mdboothmriedem: Looking, thanks17:16
*** yamahata has quit IRC17:17
*** tjones has joined #openstack-nova17:19
dtpthanks mriedem17:20
jaypipesmriedem, dansmith, bauzas: your reviews on https://review.openstack.org/#/q/topic:bp/inventory-allocations-ocata would be most appreciated.17:21
*** rama_y has joined #openstack-nova17:21
*** josecastroleon has quit IRC17:23
*** josecastroleon has joined #openstack-nova17:24
*** msno has quit IRC17:25
*** Apoorva has joined #openstack-nova17:25
*** jamesden_ has joined #openstack-nova17:27
*** jamesde__ has joined #openstack-nova17:28
*** hogepodge has joined #openstack-nova17:28
mriedemi reckon i need to review https://review.openstack.org/#/c/386710/ first17:29
*** diogogmt has joined #openstack-nova17:29
openstackgerritClaudiu Belu proposed openstack/nova: Adds Hyper-V OVS ViF driver  https://review.openstack.org/14004517:30
*** matrohon has quit IRC17:30
*** sambetts is now known as sambetts|afk17:30
*** jamesdenton has quit IRC17:30
*** jamesden_ has quit IRC17:31
*** tbachman has quit IRC17:31
*** lucasagomes is now known as lucas-hungry17:33
*** lucas-hungry is now known as lucas-afk17:33
*** hogepodge has quit IRC17:33
*** nkrinner is now known as nkrinner_afk17:37
openstackgerritClaudiu Belu proposed openstack/nova: Adds Hyper-V OVS ViF driver  https://review.openstack.org/14004517:37
mriedemjaypipes: feel free to taunt me when the vikings blow the game in the last 30 seconds tomorrow17:39
jaypipesmriedem: :)17:40
jaypipesmriedem: a review on the nested-resource-providers spec, of course, would be most appreciated.17:41
jaypipesmriedem: thought he inventory-allocations-ocata patch series doesn't have to do with nested providers17:41
*** klkumar has quit IRC17:42
*** weshay_lunch is now known as weshay17:42
*** claudiub|2 has quit IRC17:42
*** mkoderer has quit IRC17:43
*** hogepodge has joined #openstack-nova17:43
mriedemoh i see i guess that's just leftover from ocata17:44
*** slaweq_ has quit IRC17:44
*** victorhe has joined #openstack-nova17:45
*** slaweq_ has joined #openstack-nova17:46
*** daemontool has quit IRC17:46
*** matrohon has joined #openstack-nova17:46
*** ayogi has quit IRC17:46
*** gszasz has quit IRC17:47
*** giri has quit IRC17:50
openstackgerritKashyap Chamarthy proposed openstack/nova: guestfs: Don't report exception if there's read access to kernel  https://review.openstack.org/40136617:51
*** derekh has quit IRC17:52
openstackgerritMatthew Booth proposed openstack/nova: libvirt: Call host connection callbacks asynchronously  https://review.openstack.org/39386917:54
openstackgerritMatthew Booth proposed openstack/nova: libvirt: Fix races with nfs volume mount/umount  https://review.openstack.org/38385917:54
*** jamesde__ has quit IRC17:54
*** gjayavelu has joined #openstack-nova17:54
*** josecastroleon has quit IRC17:54
mdboothmriedem: Updated, at the cost of my +2 from danpb :(17:54
*** josecastroleon has joined #openstack-nova17:55
*** dave-mccowan has joined #openstack-nova17:56
openstackgerritJulian proposed openstack/nova: Transform instance.snapshot notifications  https://review.openstack.org/33012817:57
*** dave-mccowan has quit IRC17:57
*** gjayavelu has quit IRC17:58
*** tbachman has joined #openstack-nova17:58
mriedemmdbooth: ok if i'm good when tests are done i'll just fast +W17:59
mriedemsince the changes were minor18:00
*** ralonsoh has quit IRC18:00
mdboothmriedem: That would be awesome, thanks. Be good to get that off my todo list :)18:00
*** tbachman_ has joined #openstack-nova18:01
*** beagles-brb is now known as beagles18:02
*** amoralej is now known as amoralej|off18:02
*** tbachman has quit IRC18:03
*** tbachman_ is now known as tbachman18:03
*** mdrabe has quit IRC18:06
openstackgerritJulian proposed openstack/nova: Transform instance.snapshot notifications  https://review.openstack.org/33012818:07
*** bvanhav__ has joined #openstack-nova18:08
*** bvanhav__ is now known as bvanhav18:08
*** siva_krish has quit IRC18:09
*** bvanhav_ has quit IRC18:09
*** parora has joined #openstack-nova18:13
*** slaweq_ has quit IRC18:13
*** prateek_ has quit IRC18:16
openstackgerritint32bit proposed openstack/nova: Fix wait for detach code to handle 'the not found' from libvirt  https://review.openstack.org/40137518:16
*** sreeram_v has joined #openstack-nova18:20
*** lpetrut has joined #openstack-nova18:20
*** unicell has joined #openstack-nova18:24
*** prateek_ has joined #openstack-nova18:24
*** sreeram_v has quit IRC18:24
*** josecastroleon has quit IRC18:25
*** unicell has quit IRC18:25
*** josecastroleon has joined #openstack-nova18:26
*** unicell has joined #openstack-nova18:27
*** parora has quit IRC18:27
*** annegentle has quit IRC18:31
*** lpetrut has quit IRC18:32
*** ihrachys has joined #openstack-nova18:35
*** markvoelker has quit IRC18:35
*** siva_krish has joined #openstack-nova18:37
*** Guest83036 has quit IRC18:38
*** sudipto_ has quit IRC18:38
*** prateek_ has quit IRC18:38
*** lpetrut has joined #openstack-nova18:41
*** jgriffith is now known as jgriffith_away18:42
openstackgerritMaciej Szankin proposed openstack/nova: conf: move console opt to console group  https://review.openstack.org/38964718:44
*** cnf has joined #openstack-nova18:49
*** dave-mccowan has joined #openstack-nova18:49
*** victorhe has quit IRC18:53
*** yamahata has joined #openstack-nova18:55
*** victorhe has joined #openstack-nova18:55
*** josecastroleon has quit IRC18:56
*** josecastroleon has joined #openstack-nova18:57
*** tbachman has quit IRC18:57
*** dave-mcc_ has joined #openstack-nova18:59
*** dave-mccowan has quit IRC19:02
*** prashkre has quit IRC19:07
*** nherciu has joined #openstack-nova19:12
*** moshele has joined #openstack-nova19:12
openstackgerritSujitha proposed openstack/nova: Add post hook script to run tempest with old n-api  https://review.openstack.org/40139519:12
*** jgriffith_away is now known as jgriffith19:14
*** tbachman has joined #openstack-nova19:16
*** beagles is now known as beagles_brb19:21
*** fragatina has quit IRC19:22
*** jamesdenton has joined #openstack-nova19:25
openstackgerritJulian proposed openstack/nova: Transform instance.snapshot notifications  https://review.openstack.org/33012819:27
*** catintheroof has joined #openstack-nova19:27
*** josecastroleon has quit IRC19:28
*** paul-carlton has quit IRC19:28
*** josecastroleon has joined #openstack-nova19:30
*** jamesdenton has quit IRC19:31
*** catintheroof has quit IRC19:34
*** victorhe has quit IRC19:39
*** victorhe_ has joined #openstack-nova19:39
*** victorhe has joined #openstack-nova19:40
*** victorhe_ has quit IRC19:43
*** jamesdenton has joined #openstack-nova19:46
*** dave-mcc_ has quit IRC19:49
*** betherly_ has joined #openstack-nova19:50
*** lbeliveau has joined #openstack-nova19:51
*** beagles_brb is now known as beagles19:55
*** fragatina has joined #openstack-nova19:56
*** paw has quit IRC19:56
*** tbachman has quit IRC20:00
*** josecastroleon has quit IRC20:02
*** josecastroleon has joined #openstack-nova20:03
*** ihrachys has quit IRC20:07
*** bvanhav has quit IRC20:07
*** jamesdenton has quit IRC20:09
*** oanson has quit IRC20:09
*** ijw has joined #openstack-nova20:11
*** jamesdenton has joined #openstack-nova20:13
*** ihrachys has joined #openstack-nova20:13
*** ihrachys has quit IRC20:14
*** ihrachys has joined #openstack-nova20:14
*** mvk has quit IRC20:15
melwittmy intel-nfv-ci recheck from yesterday seems to have done nothing20:24
mriedemjaypipes: reviewed https://review.openstack.org/#/c/386710/ - there is a part in there about the whiteboarding session at the summit which might be worth capturing in there20:26
mriedemmelwitt: the intel jobs have been wonky20:26
mriedemmelwitt: wznoinsk is the person to ping20:26
openstackgerritLudovic Beliveau proposed openstack/nova: PCI: Race condition between audit and migrate/resize revert  https://review.openstack.org/40099520:27
*** slaweq_ has joined #openstack-nova20:27
melwittmriedem: thanks20:27
*** fragatina has quit IRC20:30
*** josecastroleon has quit IRC20:33
*** nicolasbock has quit IRC20:33
*** josecastroleon has joined #openstack-nova20:34
*** Sukhdev has joined #openstack-nova20:36
*** cfriesen has joined #openstack-nova20:37
*** swamireddy has quit IRC20:37
*** betherly_ is now known as betherly20:41
*** cfriesen has quit IRC20:42
*** anush has joined #openstack-nova20:42
*** armax has quit IRC20:43
*** armax has joined #openstack-nova20:45
*** armax has quit IRC20:45
*** kaisers__ has quit IRC20:48
*** tbachman has joined #openstack-nova20:49
*** gouthamr has quit IRC20:50
*** baoli has quit IRC20:51
*** baoli has joined #openstack-nova20:51
*** flaper87 has quit IRC20:52
*** mvk has joined #openstack-nova20:53
*** moshele has quit IRC20:54
*** baoli has quit IRC20:56
*** cfriesen has joined #openstack-nova20:57
*** fragatina has joined #openstack-nova21:01
*** Guest2 has joined #openstack-nova21:02
*** Guest2 has quit IRC21:02
mriedemmdbooth: if you're still around i'm going through your nfs mount patch21:03
mriedemfound some issues i think21:03
*** josecastroleon has quit IRC21:04
*** anush has quit IRC21:05
*** josecastroleon has joined #openstack-nova21:05
*** Guest2 has joined #openstack-nova21:06
*** ihrachys has quit IRC21:06
*** catintheroof has joined #openstack-nova21:08
-openstackstatus- NOTICE: Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved.21:08
*** ChanServ changes topic to "Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved."21:08
openstackgerritLudovic Beliveau proposed openstack/nova: PCI: Release PCI devices on drop_move_claim()  https://review.openstack.org/37037421:08
mriedemmdbooth: comments posted https://review.openstack.org/#/c/383859/21:10
*** anush has joined #openstack-nova21:11
openstackgerritAnusha Unnam proposed openstack/nova: Add zero down time upgrade steps  https://review.openstack.org/39393121:11
*** unicell has quit IRC21:14
*** Apoorva has quit IRC21:16
*** kaisers_ has joined #openstack-nova21:18
*** jamesdenton has quit IRC21:18
*** unicell1 has joined #openstack-nova21:21
openstackgerritMatt Riedemann proposed openstack/nova: Fix race in test_volume_swap_server_with_error  https://review.openstack.org/39458521:21
*** jamielennox|away is now known as jamielennox21:22
*** tbachman_ has joined #openstack-nova21:23
*** tbachman has quit IRC21:24
*** tbachman_ is now known as tbachman21:24
*** armax has joined #openstack-nova21:27
*** victorhe has quit IRC21:29
mriedemartom_: looks like some easy comments to address in here https://review.openstack.org/#/c/305120/21:29
mriedemartom_: had a +2 already, maybe if you make jordanP happy we'll get that elusive +W21:30
mriedemi can address those comments if yo'ure busy21:30
*** dtp has quit IRC21:32
*** ijw has quit IRC21:34
*** josecastroleon has quit IRC21:35
*** Jeffrey4l has quit IRC21:35
*** Jeffrey4l has joined #openstack-nova21:35
*** ijw has joined #openstack-nova21:37
*** catintheroof has quit IRC21:40
*** SayyedMohammad has quit IRC21:41
*** SayyedMohammad has joined #openstack-nova21:41
*** victorhe has joined #openstack-nova21:43
*** pradk has quit IRC21:43
*** lpetrut has quit IRC21:45
mriedemartom_: updated it myself21:46
*** thorst_ has joined #openstack-nova21:47
*** kwathore has quit IRC21:47
*** kwathore has joined #openstack-nova21:47
*** msayyed has joined #openstack-nova21:48
*** SayyedMohammad has quit IRC21:51
*** gjayavelu has joined #openstack-nova21:54
mriedemdansmith: want to bump this in? https://review.openstack.org/#/c/389246/21:57
mriedemit's for stable21:57
*** anush has quit IRC21:59
dansmithmriedem: I *want* that to be my final act before slipping into stretchy pants22:00
mriedemdansmith: i'm shocked, you even have pants on?22:00
dansmithyou know I always have pants on22:00
mriedemnever nude22:00
dansmithnot while talking to you22:01
*** tjones has left #openstack-nova22:02
*** Guest2 has quit IRC22:03
artom_mriedem, thanks22:03
artom_I think JordanP wanted it quicker - which oomichi mentioned as well, specifically by splitting it into volume tests and NIC tests22:04
artom_That's why I hadn't addressed the jordan's comments - I wanted to split it, and kept putting it off22:05
artom_Also, my WIP test for tagged attach depend on it, so it makes everything more annoying22:05
mriedemi guess i missed all of that,22:05
mriedembut,22:05
mriedemall of this infra is built into this single test, you'd have to duplicate a lot of garbage to split it22:05
artom_Honestly though, if it merges with the changes you've made, good.22:06
mriedems/duplicate/generalize/22:06
artom_Better to have something merged and not perfect, than perfect and not merged22:06
mriedemwow i didn't know genericize was a real word22:06
mriedemi thought it was like jazzercise22:06
artom_mriedem, there's a way to do it more or less elegantly22:06
*** cfriesen has quit IRC22:07
mriedemartom_: sorry, i'm way past that now and looking at http://www.jazzercise.com/22:07
artom_I don't think it saves much time, but at least split up no one can argue to make it shorter, because it will literally be atomic22:07
artom_OK, no literally22:07
artom_mriedem, fair point.22:07
artom_I raise you https://www.youtube.com/watch?v=TIfAkOBMf5A22:08
mriedemthat reminds me,22:08
mriedemi had proposed to my wife that for next halloween i'm going to be richard simmons and she'll be liza minelli22:09
mriedemshe wasn't really on board with that idea22:09
* artom_ needs to pick up daughter from daycare.22:10
*** takashin has joined #openstack-nova22:16
mriedemrpodolyaka: small issue in https://review.openstack.org/#/c/392185/22:18
*** slagle has quit IRC22:18
mriedemif you want to clean that up quick i'll +222:18
openstackgerritTakashi NATSUME proposed openstack/nova: Fix a typo in nova/api/openstack/compute/volumes.py  https://review.openstack.org/40053322:18
*** thorst_ has quit IRC22:20
*** sreeram_v has joined #openstack-nova22:21
*** sreeram_v has quit IRC22:26
*** matrohon has quit IRC22:33
*** nic has quit IRC22:38
openstackgerritMatt Riedemann proposed openstack/nova: Remove sata bus for virtuozzo hypervisor  https://review.openstack.org/28239822:38
*** nherciu has quit IRC22:40
*** beagles is now known as beagles_brb22:43
*** swamireddy has joined #openstack-nova22:45
*** catintheroof has joined #openstack-nova22:48
openstackgerritMatt Riedemann proposed openstack/nova: Placement api: Add informative message to 404 response.  https://review.openstack.org/39232122:51
*** catintheroof has quit IRC22:52
*** whenry has quit IRC22:52
*** ChanServ changes topic to "This channel is for Nova development. For support of Nova deployments, please use #openstack. Please see: https://wiki.openstack.org/wiki/Nova/Ocata_Release_Schedule"22:53
-openstackstatus- NOTICE: The affected filesystems on the log server are repaired. Please leave 'recheck' comments on any changes which failed with POST_FAILURE.22:53
*** victorhe has quit IRC22:57
*** dimtruck is now known as zz_dimtruck22:59
*** xyang1 has quit IRC22:59
*** catintheroof has joined #openstack-nova23:00
mriedemanthonyper: rfolco: can you comment on the libvirt-xen and ppc64 sections in here? https://review.openstack.org/#/c/397871/3/doc/source/support-matrix.ini23:01
rfolcomriedem, I did already previously. You mean confirm min versions ?23:03
*** annegentle has joined #openstack-nova23:03
mriedemrfolco: ah thanks i missed that23:03
artom_roflco is the name of my comedy club23:11
* mriedem cues rimshot23:11
*** mtanino has quit IRC23:12
*** beagles_brb is now known as beagles23:14
mriedemalaski: so you don't like this, but you're +2 :) https://review.openstack.org/#/c/401007/23:17
*** sreeram_v has joined #openstack-nova23:19
*** anush has joined #openstack-nova23:20
*** catinthe_ has joined #openstack-nova23:23
*** sreeram_v has quit IRC23:24
*** catintheroof has quit IRC23:26
gmannmriedem: oomichi alex_xu : +1 we should fix all status code together23:32
oomichigmann: yeah, I don't prefer much much much microversions :)23:33
oomichibut maybe we will miss something I believe as human23:33
gmannoomichi: i remember we have a spec for pushing all api-wg guidlines like status code etc all together in single microversion23:34
oomichilike deprecated proxying APIs23:34
oomichigmann: oh, I don't know that23:34
mriedemthis? https://review.openstack.org/#/c/307675/23:34
gmannoomichi: yea thats true, we are human :)23:34
gmannmriedem: humm, may be but let me search if anyother23:35
gmanni think thats what i saw.23:36
gmannso can we think about other more suitable guidelines like status code and other if any and push them all together in single version ?23:36
gmannor will it be huge one and mix changes and hard tyo adopt by user ?23:37
gmanntyo->to23:37
*** anush has quit IRC23:37
mriedemthat would also be hard to review23:37
mriedemwith that i need to get out of here before i get in trouble with the family23:40
mriedemsee you all next week23:40
gmannyea23:41
*** mriedem has quit IRC23:41
gmann:), see you.23:41
*** mlavalle has quit IRC23:42
*** lamt has quit IRC23:43
*** tlian2 has joined #openstack-nova23:46
*** tlian has quit IRC23:48
*** jamesdenton has joined #openstack-nova23:50
*** tlian2 has quit IRC23:51
*** jamesdenton has quit IRC23:52
*** catinthe_ has quit IRC23:55
*** tlian has joined #openstack-nova23:59

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