Wednesday, 2016-01-20

*** diogogmt has quit IRC00:01
*** ctrath has quit IRC00:02
*** kaisers has quit IRC00:05
*** thorst has joined #openstack-nova00:05
*** ssurana has quit IRC00:06
*** doug-fish has joined #openstack-nova00:09
*** pratikmallya has quit IRC00:10
*** doug-fish has quit IRC00:14
*** markvoelker has quit IRC00:14
*** rk4n has quit IRC00:15
*** markvoelker has joined #openstack-nova00:17
auggyi triaged a bug earlier which i marked as invalid, but i wanted to make sure i did the right thing - https://bugs.launchpad.net/nova/+bug/153557000:17
openstackLaunchpad bug 1535570 in OpenStack Compute (nova) "Unexpected API Error in XenServer CI, test_get_console_output_with_unlimited_size" [Undecided,Invalid]00:17
auggyi'm looking at the ci dashboard and i'm seeing a few xen ci failures on the same test and i want to make sure there isn't a known issue or if there's something further i should be doing with this issue00:18
auggythe test is I believe in tempest and it's test_get_console_output_with_unlimited_size00:18
auggyand i've just seen a second failure on the same test for another commit - http://ci-watch.tintri.com/project?project=nova00:19
auggythis is the latest failure - https://review.openstack.org/#/c/264271/800:20
auggybut it's passing otherwise, so looks intermittent00:20
auggyi just want to make sure i don't need to reopen this bug and maybe redirect it to another project00:20
*** kaisers has joined #openstack-nova00:21
*** n0ano has quit IRC00:21
*** baoli has joined #openstack-nova00:23
*** prometheanfire has quit IRC00:28
*** [1]Thelo has joined #openstack-nova00:31
*** baoli has quit IRC00:31
*** Thelo has quit IRC00:33
*** [1]Thelo is now known as Thelo00:33
*** baoli has joined #openstack-nova00:44
*** ZZelle_ has quit IRC00:44
*** Sukhdev has quit IRC00:44
openstackgerritAugustina Ragwitz proposed openstack/nova: Add test coverage to functional api tests _compare_result method  https://review.openstack.org/26344000:46
openstackgerritChuck Carmack proposed openstack/nova: REST API changes for user settable server description  https://review.openstack.org/25495000:46
*** eil397 has quit IRC00:52
*** baoli has quit IRC00:53
*** gzhai has joined #openstack-nova00:54
*** abitha has quit IRC00:59
*** tjones has quit IRC01:01
*** yonglihe has quit IRC01:01
*** jinxing has joined #openstack-nova01:05
*** garyk has quit IRC01:05
*** unicell1 has joined #openstack-nova01:05
*** baoli has joined #openstack-nova01:05
*** jacky-zhang has joined #openstack-nova01:06
*** psargent has left #openstack-nova01:06
*** unicell has quit IRC01:07
*** vivekd has joined #openstack-nova01:09
*** jdurgin1 has quit IRC01:09
*** jacky-zhang_ has joined #openstack-nova01:09
*** jacky-zhang has quit IRC01:10
*** jacky-zhang_ is now known as jacky-zhang01:11
*** salv-orlando has quit IRC01:12
*** ivase has joined #openstack-nova01:14
*** baoli has quit IRC01:15
*** lewo has quit IRC01:17
*** EinstCrazy has joined #openstack-nova01:17
*** Sukhdev has joined #openstack-nova01:17
eliqiaopkoniszewski: hi there?01:17
*** ivase has quit IRC01:18
eliqiaopkoniszewski: thanks for the explainaination on review #254101, I am very appreciate for you comments  :)01:18
*** kaisers1 has joined #openstack-nova01:19
*** gonzalo2kx has quit IRC01:19
*** Sukhdev has quit IRC01:19
*** Sukhdev has joined #openstack-nova01:19
*** ljxiash has joined #openstack-nova01:20
*** kaisers has quit IRC01:21
*** Sukhdev_ has joined #openstack-nova01:22
*** Sukhdev has quit IRC01:22
*** lewo has joined #openstack-nova01:23
eliqiaoKevin_Zheng: hi are you there, do you have time to discuss about your patch #24500501:23
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898901:24
*** zhangjn has joined #openstack-nova01:24
*** su_zhang has quit IRC01:24
*** zz_dimtruck is now known as dimtruck01:24
*** ljxiash has quit IRC01:24
Kevin_Zhengeliqiao: sure01:25
*** Sukhdev_ has quit IRC01:25
*** mtanino has quit IRC01:26
*** tangchen__ has quit IRC01:29
*** akshai has quit IRC01:29
*** harlowja has quit IRC01:30
*** harlowja has joined #openstack-nova01:30
*** david-lyle has quit IRC01:31
*** Jeffrey4l has joined #openstack-nova01:31
eliqiaoKevin_Zheng: sorry, just back to seat.01:32
Kevin_ZhengNP01:32
eliqiaoKevin_Zheng: for the live_migration_transport_target in CONF. I still don't think it's a good idea to pick it without any validation.01:33
eliqiaoKevin_Zheng: We can do this in 2 place, 1) in pre_live_migation (dest side),  line 6411, do the validation and set it to None if it's not a valid ip address or hostname.01:34
*** nic has quit IRC01:35
eliqiao2) catch exception when do live_migration operation if we catch up special exeption (for ex: host is not valid, not sure if libvirt will raise it out) and try to use dest host name again.01:35
Kevin_Zhengeliqiao: hmm, how can we check it is correct?01:35
*** browne has joined #openstack-nova01:36
eliqiaoSince we(or admin) can not very sure about the ip/host name is valid(maybe mistake) for each computenode.01:36
Kevin_Zhengwould you like to help on it?01:37
eliqiaoKevin_Zheng: simple way it to make sure it is ip address like or hostname like, this may not help since we don't know it can be accessed when we try to do an connect01:37
*** dimtruck is now known as zz_dimtruck01:37
Kevin_Zhengeliqiao: ip address is easy to check, Hostname is just a string, it will be harder01:38
*** jinxing has quit IRC01:38
eliqiaoKevin_Zheng: sure, I see.01:38
eliqiaoKevin_Zheng: as I side, we can not make sure it is a valid host/ip before we do a connect to that host.01:39
eliqiaoKevin_Zheng: we can search for some oslo utils of lib to see if there is any method to do such connection testing.01:39
eliqiaoKevin_Zheng: beside,01:39
Kevin_ZhengHm, maybe01:40
*** rk4n has joined #openstack-nova01:40
*** jinxing has joined #openstack-nova01:40
eliqiaoKevin_Zheng: beside, API layer has a validation checking method "hostname_or_ip_address"01:40
eliqiaoKevin_Zheng: I know it may not help too much, but it's better to have this checking.01:40
Kevin_ZhengHm, I will check that,01:41
*** EinstCrazy has quit IRC01:41
eliqiaoKevin_Zheng: the best scenario is admin configure a bad host/ip name, he can not do the live-migration on that node without any notification01:41
*** kfarr has quit IRC01:41
eliqiaoKevin_Zheng: I'd suggest that we can do simply testing use "hostname_or_ip_address" in check_can_live_migration_dest (it is early than pre_live_migration and we don)01:42
eliqiaosorry... :(01:42
eliqiaoand we don't do any roll back.01:42
*** haomaiwang has quit IRC01:42
Kevin_Zhengyes, we can just use dest01:43
Kevin_Zhengto do the rest work01:43
Kevin_ZhengI will check it01:43
*** rk4n_ has joined #openstack-nova01:43
eliqiaoKevin_Zheng: okay, thanks for your response, if anything I can help, feel free to ping me :)01:43
Kevin_Zhengor do you want to help? I have to work on another one today, because it is non priority01:43
Kevin_Zhengit will be freezed tomorrow, I have to make changes to the codes01:44
eliqiaoKevin_Zheng: hmm.. do you mean #245005 will be freezed tomorrow ? or you are talking about your priority task ?01:45
eliqiaoKevin_Zheng: sure I can help01:45
*** rk4n has quit IRC01:46
*** otter768 has joined #openstack-nova01:46
eliqiaoKevin_Zheng: To my understanding, #245005 is LM related work, so it's wont be freezed until the end of Fed (see http://docs.openstack.org/releases/schedules/mitaka.html)01:47
Kevin_Zhengeliqiao: no #245005 is in the mitaka priority since is about live-migration, I have another task of expose quisce/unquiesce API this one is non-priority01:47
Kevin_Zhengyes01:47
*** hemna has quit IRC01:47
eliqiaoKevin_Zheng: Okay, then take your time, I will see if I can help on your patch.01:47
Kevin_Zhengeliqiao: Thanks, I will join you after I done the codes update01:48
eliqiaoKevin_Zheng: We still have time to discuss about your patch on LM meeting (maybe next Tuesday)01:48
eliqiaoKevin_Zheng: Okay, no worry.01:48
*** Sukhdev has joined #openstack-nova01:49
*** mlavalle has quit IRC01:50
*** EinstCrazy has joined #openstack-nova01:50
*** Sukhdev has quit IRC01:50
*** armax has quit IRC01:51
openstackgerritZhenyu Zheng proposed openstack/nova: Split-network-plane-for-live-migration  https://review.openstack.org/24500501:52
*** tjones has joined #openstack-nova01:52
Kevin_Zhengeliqiao: you can add you as co-author if you want :)01:52
*** armax has joined #openstack-nova01:54
*** EinstCrazy has quit IRC01:55
*** EinstCrazy has joined #openstack-nova01:55
*** EinstCra_ has joined #openstack-nova02:00
openstackgerritwuhao proposed openstack/nova: Add 'all_state' value to 'notify_on_state_change' option  https://review.openstack.org/26972002:00
*** akshai has joined #openstack-nova02:01
*** nelsnelson has quit IRC02:03
*** EinstCrazy has quit IRC02:03
*** gonzalo2kx has joined #openstack-nova02:05
openstackgerritVilobh Meshram proposed openstack/nova: ServiceGroup Refactoring: Add is_up to Service Obj  https://review.openstack.org/26992902:05
*** jacky-zhang has quit IRC02:05
*** rk4n_ has quit IRC02:06
*** armax has quit IRC02:12
*** yonglihe has joined #openstack-nova02:14
*** nelsnelson has joined #openstack-nova02:21
*** armax has joined #openstack-nova02:22
*** ssurana has joined #openstack-nova02:23
*** dave-mccowan has joined #openstack-nova02:23
*** jacky-zhang has joined #openstack-nova02:24
*** zz_dimtruck is now known as dimtruck02:27
*** tjones has quit IRC02:28
*** diana_clarke has quit IRC02:29
*** browne has quit IRC02:30
*** baoli has joined #openstack-nova02:32
*** edmondsw has quit IRC02:37
*** tjones has joined #openstack-nova02:39
*** penick has quit IRC02:39
*** doug-fish has joined #openstack-nova02:39
*** tjones has quit IRC02:40
*** davideagnello has quit IRC02:40
*** davideagnello has joined #openstack-nova02:41
*** dansmith has quit IRC02:42
*** markvoelker has quit IRC02:42
openstackgerritTakashi NATSUME proposed openstack/nova: Add swap volume notifications  https://review.openstack.org/25028302:42
*** vilobhmm11 has quit IRC02:43
*** annegentle has quit IRC02:43
*** vilobhmm11 has joined #openstack-nova02:43
*** doug-fish has quit IRC02:44
*** dimtruck is now known as zz_dimtruck02:44
*** vishwanathj has joined #openstack-nova02:45
*** vishwanathj has quit IRC02:45
*** ljxiash has joined #openstack-nova02:45
*** vilobhmm11 has quit IRC02:45
*** tjones has joined #openstack-nova02:46
*** ljxiash_ has joined #openstack-nova02:46
*** gongysh has joined #openstack-nova02:47
*** PsionTheory has quit IRC02:47
*** dansmith has joined #openstack-nova02:48
*** dansmith is now known as Guest3846202:48
*** ljxiash has quit IRC02:49
*** zhangjn has quit IRC02:53
*** jaypipes has quit IRC02:55
*** mdnadeem has joined #openstack-nova02:55
*** zz_dimtruck is now known as dimtruck02:55
*** baoli has quit IRC02:57
*** ducttape_ has joined #openstack-nova02:58
*** unicell1 has quit IRC03:03
*** haomaiwa_ has joined #openstack-nova03:04
*** houming has joined #openstack-nova03:05
*** browne has joined #openstack-nova03:06
*** baoli has joined #openstack-nova03:08
*** thorst has quit IRC03:09
*** apoorvad has quit IRC03:13
*** dimtruck is now known as zz_dimtruck03:15
*** su_zhang has joined #openstack-nova03:16
*** gongysh has quit IRC03:16
*** achanda has joined #openstack-nova03:17
*** tangchen has joined #openstack-nova03:19
*** coolsvap|away is now known as coolsvap03:20
*** yamahata has quit IRC03:20
*** jianghuaw_ has quit IRC03:20
tangchenHi alex_xu, oomichi, I'm so sorry that my patch was merge conflict again... And I have fixed it and passed all the CI. Please help to review again. https://review.openstack.org/#/c/202617/03:21
tangchenalex_xu, oomichi: Thanks for your patient. :)03:21
alex_xutangchen: will try afternoon03:21
alex_xutangchen: np :)03:21
*** zz_dimtruck is now known as dimtruck03:24
*** ducttape_ has quit IRC03:29
*** achanda has quit IRC03:32
*** vilobhmm11 has joined #openstack-nova03:32
*** houming has quit IRC03:35
*** ljxiash_ has quit IRC03:36
*** ljxiash has joined #openstack-nova03:37
*** achanda has joined #openstack-nova03:38
*** dimtruck is now known as zz_dimtruck03:39
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898903:40
*** shyama has joined #openstack-nova03:41
*** ljxiash has quit IRC03:41
*** vivekd has quit IRC03:42
*** zhangjn has joined #openstack-nova03:42
*** houming has joined #openstack-nova03:43
*** takashin has joined #openstack-nova03:43
*** Marga_ has quit IRC03:44
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898903:44
*** vivekd has joined #openstack-nova03:44
*** gyee has quit IRC03:44
*** EinstCrazy has joined #openstack-nova03:44
*** zz_dimtruck is now known as dimtruck03:44
*** Marga_ has joined #openstack-nova03:47
*** EinstCra_ has quit IRC03:47
*** akshai has quit IRC03:48
*** mragupat has joined #openstack-nova03:48
*** Marga_ has quit IRC03:51
*** dimtruck is now known as zz_dimtruck03:52
*** mragupat has quit IRC03:53
*** mragupat has joined #openstack-nova03:53
*** achanda_ has joined #openstack-nova03:54
*** dims has quit IRC03:54
*** achanda_ has quit IRC03:56
*** achanda has quit IRC03:56
*** akshai has joined #openstack-nova03:57
*** jacky-zhang has quit IRC03:58
*** akshai_ has joined #openstack-nova03:59
*** dims has joined #openstack-nova03:59
openstackgerritVilobh Meshram proposed openstack/nova: ServiceGroup Refactoring: Add is_up to Service Obj  https://review.openstack.org/26992904:00
*** akshai has quit IRC04:02
*** gonzalo2kx has quit IRC04:04
*** links has joined #openstack-nova04:06
*** annegentle has joined #openstack-nova04:06
*** akshai_ has quit IRC04:06
*** akshai has joined #openstack-nova04:07
*** Jeffrey4l has quit IRC04:08
*** otter768 has quit IRC04:10
*** annegentle has quit IRC04:10
*** dave-mccowan has quit IRC04:12
*** akshai has quit IRC04:12
*** akshai has joined #openstack-nova04:13
*** dims has quit IRC04:13
*** markvoelker has joined #openstack-nova04:14
*** ljxiash has joined #openstack-nova04:15
*** akshai has quit IRC04:18
*** mragupat has quit IRC04:21
*** vilobhmm11 has quit IRC04:21
*** zhangjn has quit IRC04:21
*** tjones has quit IRC04:25
*** baoli has quit IRC04:25
openstackgerritSudipta Biswas proposed openstack/nova: Base enablement for memory bandwidth monitor  https://review.openstack.org/26677304:28
*** jacky-zhang has joined #openstack-nova04:29
*** Marga_ has joined #openstack-nova04:32
*** vilobhmm11 has joined #openstack-nova04:33
*** Marga_ has quit IRC04:36
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898904:39
*** doug-fish has joined #openstack-nova04:42
*** su_zhang has quit IRC04:43
*** nelsnelson has quit IRC04:43
*** haomaiwa_ has quit IRC04:43
*** david-lyle has joined #openstack-nova04:44
*** haomaiwa_ has joined #openstack-nova04:46
*** Jeffrey4l has joined #openstack-nova04:46
*** Marga_ has joined #openstack-nova04:46
*** doug-fish has quit IRC04:46
*** Jeffrey4l has quit IRC04:47
*** Jeffrey4l has joined #openstack-nova04:47
*** doug-fish has joined #openstack-nova04:49
*** doug-fish has quit IRC04:53
openstackgerritYingxin Cheng proposed openstack/nova: Refactor claim code to eliminate duplication  https://review.openstack.org/26293904:54
openstackgerritYingxin Cheng proposed openstack/nova: Scheduler use Claim to check resource consumption  https://review.openstack.org/26293804:55
openstackgerritVilobh Meshram proposed openstack/nova: Servicegroup Foundational Refactoring  https://review.openstack.org/23563705:02
*** josecastroleon has quit IRC05:03
*** oomichi_away has quit IRC05:04
*** jaosorior has joined #openstack-nova05:06
*** su_zhang has joined #openstack-nova05:07
openstackgerritAlex Xu proposed openstack/nova: doc: add version discovery guideline in api concept doc  https://review.openstack.org/26404405:07
openstackgerritAlex Xu proposed openstack/nova: doc: add client interactive guideline for microversions  https://review.openstack.org/26404505:07
openstackgerritAlex Xu proposed openstack/nova: doc: completes microversion use-cases in api concept doc  https://review.openstack.org/26322005:07
*** armax has quit IRC05:09
*** oomichi has joined #openstack-nova05:10
*** Sukhdev has joined #openstack-nova05:11
*** nelsnelson has joined #openstack-nova05:13
*** jacky-zhang has quit IRC05:14
openstackgerritVilobh Meshram proposed openstack/nova: ServiceGroup Refactoring: Add is_up to Service Obj  https://review.openstack.org/26992905:14
*** armax has joined #openstack-nova05:17
*** irenab has joined #openstack-nova05:18
*** vivekd_ has joined #openstack-nova05:23
*** vivekd has quit IRC05:23
*** vivekd_ is now known as vivekd05:24
openstackgerritAbhishek Kekane proposed openstack/nova: Python3: Replace dict.iteritems with six.iteritems  https://review.openstack.org/26801805:28
*** jacky-zhang has joined #openstack-nova05:28
*** rk4n has joined #openstack-nova05:29
*** chhavi has joined #openstack-nova05:31
*** teju has joined #openstack-nova05:31
*** vivekd_ has joined #openstack-nova05:33
openstackgerritAnand Shanmugam proposed openstack/nova: Handle Instance Exceptions in add_fixed_ip and remove_fixed_ip  https://review.openstack.org/26667505:33
*** vivekd has quit IRC05:35
*** vivekd_ is now known as vivekd05:35
*** achanda has joined #openstack-nova05:36
*** gcb has quit IRC05:47
*** gjayavelu has joined #openstack-nova05:47
*** Jeffrey4l has quit IRC05:47
*** salv-orlando has joined #openstack-nova05:49
*** yamahata has joined #openstack-nova05:53
*** gongysh has joined #openstack-nova05:54
*** jwcroppe_ has joined #openstack-nova06:00
*** tobasco has quit IRC06:00
*** tobasco has joined #openstack-nova06:02
*** fawadkhaliq has joined #openstack-nova06:02
*** jwcroppe has quit IRC06:02
*** nelsnelson has quit IRC06:03
*** Sukhdev has quit IRC06:03
*** paul-carlton2 has joined #openstack-nova06:04
*** unicell has joined #openstack-nova06:05
*** ljxiash has quit IRC06:06
*** annegentle has joined #openstack-nova06:06
*** ljxiash has joined #openstack-nova06:06
*** gcb has joined #openstack-nova06:07
*** Jeffrey4l has joined #openstack-nova06:07
*** ljxiash has quit IRC06:10
*** ljxiash has joined #openstack-nova06:10
*** otter768 has joined #openstack-nova06:11
*** annegentle has quit IRC06:11
*** vivekd has quit IRC06:11
*** lpetrut has joined #openstack-nova06:11
*** gongysh has quit IRC06:13
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898906:15
*** otter768 has quit IRC06:15
*** Jeffrey4l has quit IRC06:18
*** lyanchih has joined #openstack-nova06:19
*** Lane_ has joined #openstack-nova06:19
*** lyanchih has quit IRC06:19
*** lyanchih has joined #openstack-nova06:20
*** Jeffrey4l has joined #openstack-nova06:21
*** achanda has quit IRC06:25
*** zhangjn has joined #openstack-nova06:26
*** Jeffrey4l has quit IRC06:26
*** achanda has joined #openstack-nova06:28
*** irenab has quit IRC06:31
*** ijw_ has joined #openstack-nova06:31
*** achanda has quit IRC06:32
*** achanda has joined #openstack-nova06:32
*** cfriesen has quit IRC06:33
*** ijw has quit IRC06:34
*** unicell has quit IRC06:34
*** ijw__ has joined #openstack-nova06:34
*** gjayavelu has quit IRC06:34
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Imported Translations from Zanata  https://review.openstack.org/26560106:35
*** unicell has joined #openstack-nova06:36
*** wuhao has joined #openstack-nova06:37
*** ijw_ has quit IRC06:37
*** achanda has quit IRC06:38
*** jamielennox is now known as jamielennox|away06:40
*** rk4n_ has joined #openstack-nova06:40
*** ijw has joined #openstack-nova06:42
*** unicell1 has joined #openstack-nova06:42
*** fawadk has joined #openstack-nova06:43
*** unicell has quit IRC06:43
*** shihanzhang has quit IRC06:44
*** rk4n has quit IRC06:44
*** shihanzhang has joined #openstack-nova06:44
*** takashin has quit IRC06:44
*** takashin has joined #openstack-nova06:45
*** bradjones has quit IRC06:45
*** bradjones has joined #openstack-nova06:45
*** bradjones has quit IRC06:45
*** bradjones has joined #openstack-nova06:45
*** liverpooler has quit IRC06:45
*** ijw__ has quit IRC06:46
*** Jeffrey4l has joined #openstack-nova06:47
*** ankit_ag has joined #openstack-nova06:47
*** nkrinner has joined #openstack-nova06:47
*** fawadkhaliq has quit IRC06:47
*** codebauss has quit IRC06:48
*** lpetrut has quit IRC06:49
ankit_agndipanov: hi06:50
ankit_agndipanov: I have addressed all your review comments on https://review.openstack.org/#/c/221162/ could you please take a look.06:50
ankit_agThanks06:50
*** SridharG has joined #openstack-nova06:52
*** pbrooko has joined #openstack-nova06:54
*** jaosorior has quit IRC06:54
*** wuhao has quit IRC06:55
*** wuhao has joined #openstack-nova06:55
*** ajayaa has joined #openstack-nova06:55
*** ssurana has quit IRC06:57
*** liusheng has joined #openstack-nova06:57
*** haomai___ has joined #openstack-nova06:58
*** haomaiwa_ has quit IRC06:58
*** haomai___ has quit IRC07:01
*** wuhao has quit IRC07:01
*** 6A4ABQMYH has joined #openstack-nova07:01
*** vivekd has joined #openstack-nova07:01
*** rcernin has joined #openstack-nova07:02
*** browne has quit IRC07:02
*** wuhao has joined #openstack-nova07:02
*** wuhao has quit IRC07:03
*** wuhao has joined #openstack-nova07:03
*** _diana_ has quit IRC07:05
openstackgerritSudipta Biswas proposed openstack/nova: Base enablement for memory bandwidth monitor  https://review.openstack.org/26677307:06
*** mjura_ has joined #openstack-nova07:08
*** mjura has joined #openstack-nova07:08
*** _diana_ has joined #openstack-nova07:09
*** chhavi has quit IRC07:11
*** markvoelker has quit IRC07:11
*** markvoelker has joined #openstack-nova07:12
*** codebauss has joined #openstack-nova07:15
*** markvoelker_ has joined #openstack-nova07:18
*** zhangjn has quit IRC07:18
*** scheuran has joined #openstack-nova07:19
*** markvoelker has quit IRC07:20
*** su_zhang has quit IRC07:20
*** kaisers1 has quit IRC07:20
*** zhangjn has joined #openstack-nova07:22
*** su_zhang has joined #openstack-nova07:24
*** gjayavelu has joined #openstack-nova07:25
*** tdurakov has joined #openstack-nova07:25
*** cfriesen has joined #openstack-nova07:26
tdurakovmorning everyone07:26
*** chhavi has joined #openstack-nova07:28
*** kaisers has joined #openstack-nova07:29
*** gjayavelu has quit IRC07:30
*** vilobhmm11 has quit IRC07:32
*** rk4n_ has quit IRC07:32
*** zhangjn has quit IRC07:33
*** zenoway has joined #openstack-nova07:34
*** tdurakov has quit IRC07:34
*** tdurakov has joined #openstack-nova07:36
*** paul-carlton2 has quit IRC07:36
*** irenab has joined #openstack-nova07:37
*** cfriesen has quit IRC07:37
*** gszasz has joined #openstack-nova07:39
*** belmoreira has joined #openstack-nova07:40
*** su_zhang has quit IRC07:42
*** markvoel_ has joined #openstack-nova07:42
*** markvoelker_ has quit IRC07:43
*** Kennan has quit IRC07:45
*** tdurakov has quit IRC07:47
*** salv-orlando has quit IRC07:49
*** Kennan has joined #openstack-nova07:50
chhaviildikov: did u came across this DB error "AttributeError: '_TransactionContextManager' object has no attribute 'allow_async'" with the recent build07:53
*** slunkad has quit IRC07:53
ildikovchhavi: I haven't seen this07:54
ildikovchhavi: is this in your local env or in the Jenkins logs?07:54
chhavithere is an open bug for the same as well: https://bugs.launchpad.net/nova/+bug/153193007:54
openstackLaunchpad bug 1531930 in OpenStack Compute (nova) "SQLalchemy API crashes executing migration_get_unconfirmed_by_dest_compute" [Undecided,New]07:54
chhavifacing the same issue in my env, during nova-compute restart07:55
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898907:55
ildikovI haven't touched migration, but I remember that I read activity around this or smth close to this in the last few days07:56
chhaviok07:57
*** otter768 has joined #openstack-nova08:00
*** 6A4ABQMYH has quit IRC08:01
*** haomaiwa_ has joined #openstack-nova08:01
*** mdnadeem has quit IRC08:01
*** otter768 has quit IRC08:02
*** otter768_ has joined #openstack-nova08:02
*** takashin has left #openstack-nova08:02
*** otter768 has joined #openstack-nova08:04
*** otter768_ has quit IRC08:04
*** slunkad has joined #openstack-nova08:05
*** otter768 has quit IRC08:05
*** markus_z has joined #openstack-nova08:06
*** otter768 has joined #openstack-nova08:06
*** annegentle has joined #openstack-nova08:07
*** rotbeard has joined #openstack-nova08:07
*** otter768_ has joined #openstack-nova08:08
*** Jeffrey4l has quit IRC08:08
*** otter76__ has joined #openstack-nova08:09
*** otter768_ has quit IRC08:10
*** otter768 has quit IRC08:10
*** rmart04 has joined #openstack-nova08:10
*** szhsong has joined #openstack-nova08:11
*** otter76__ has quit IRC08:11
*** annegentle has quit IRC08:12
*** gongysh has joined #openstack-nova08:13
*** Jeffrey4l has joined #openstack-nova08:14
*** mdnadeem has joined #openstack-nova08:15
*** rdopiera has joined #openstack-nova08:16
*** matrohon has joined #openstack-nova08:16
*** vivekd_ has joined #openstack-nova08:16
*** ihrachys has joined #openstack-nova08:18
*** vivekd has quit IRC08:19
*** vivekd_ is now known as vivekd08:19
*** gongysh has quit IRC08:21
*** jichen has joined #openstack-nova08:26
*** zakora has joined #openstack-nova08:28
*** fawadk has quit IRC08:29
*** liverpooler has joined #openstack-nova08:30
*** gongysh has joined #openstack-nova08:31
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898908:33
*** liverpooler has quit IRC08:34
*** liverpooler has joined #openstack-nova08:35
*** gongysh has quit IRC08:36
*** tdurakov has joined #openstack-nova08:37
*** pbrooko_ has joined #openstack-nova08:42
*** coolsvap is now known as coolsvap|away08:43
*** jlanoux has joined #openstack-nova08:44
*** pbrooko has quit IRC08:45
*** derekh has joined #openstack-nova08:47
*** fawadkhaliq has joined #openstack-nova08:51
openstackgerritJianghua Wang proposed openstack/nova: XenAPI: create vdistore to stream vhd files  https://review.openstack.org/26628308:56
*** fawadkhaliq has quit IRC08:56
openstackgerritAbhishek Kekane proposed openstack/nova: Python3: Replace dict.iteritems with six.iteritems  https://review.openstack.org/26801808:59
*** haomaiwa_ has quit IRC09:01
*** haomaiwang has joined #openstack-nova09:01
*** tdurakov has quit IRC09:01
*** yamahata has quit IRC09:01
*** tdurakov has joined #openstack-nova09:02
openstackgerritRodolfo Alonso Hernandez proposed openstack/nova: Added new scheduler filter: AggregateTypeExtraSpecsAffinityFilter  https://review.openstack.org/18927909:05
*** ociuhandu has joined #openstack-nova09:05
openstackgerritZhenyu Zheng proposed openstack/nova: Expose quiesce/unquiesce API  https://review.openstack.org/24898909:07
*** sahid has joined #openstack-nova09:08
*** pbrooko_ has quit IRC09:10
*** dedery has joined #openstack-nova09:11
openstackgerritEli Qiao proposed openstack/nova: Calculate block_migration in virt drivers if it's None  https://review.openstack.org/25410109:13
openstackgerritEli Qiao proposed openstack/nova: Return host and block_migration in task_api._execute()  https://review.openstack.org/25410209:13
openstackgerritJianghua Wang proposed openstack/nova: XenAPI: create vdistore to stream vhd files  https://review.openstack.org/26628309:15
*** jistr has joined #openstack-nova09:16
*** dedery has quit IRC09:17
*** danpb has joined #openstack-nova09:20
*** ndipanov has quit IRC09:20
*** yassine__ has joined #openstack-nova09:22
*** pbrooko has joined #openstack-nova09:24
*** pbrooko has quit IRC09:24
*** fawadkhaliq has joined #openstack-nova09:26
alex_xujohnthetubaguy: this trivial amendment need your help https://review.openstack.org/#/c/269664/, appreciate if you can take a look at it!09:27
openstackgerritSudipta Biswas proposed openstack/nova: add memory bandwidth base class  https://review.openstack.org/27007909:29
*** pbrooko has joined #openstack-nova09:29
*** BobBall_AWOL is now known as BobBall09:30
*** esracelik has joined #openstack-nova09:31
openstackgerritSudipta Biswas proposed openstack/nova: add memory bandwidth monitor base class  https://review.openstack.org/27007909:32
*** Jeffrey4l has quit IRC09:34
johnthetubaguyalex_xu: ah, yes, thats cool, add rebuild09:37
alex_xujohnthetubaguy: thanks :)09:37
*** zenoway has quit IRC09:37
openstackgerritPawel Koniszewski proposed openstack/nova: Add new DB API method to retrieve migration for instance  https://review.openstack.org/25727009:39
openstackgerritPawel Koniszewski proposed openstack/nova: Add new API to force live migration to complete  https://review.openstack.org/24592109:39
ildikovjohnthetubaguy: hi09:40
ildikovjohnthetubaguy: I have a +2 on this one: https://review.openstack.org/#/c/193134/09:40
ildikovjohnthetubaguy: could you please take a look and hopefully approve it? :)09:41
*** melwitt_ has joined #openstack-nova09:42
*** melwitt_ has quit IRC09:43
*** houming has quit IRC09:45
*** tdurakov has quit IRC09:45
*** jacky-zhang has quit IRC09:45
*** zenoway has joined #openstack-nova09:46
*** tdurakov has joined #openstack-nova09:46
johnthetubaguyildikov: I am unsure when I will get to that I am afraid09:47
johnthetubaguyildikov: I will try to hit those09:47
BobBalljohnthetubaguy: FYI updated https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking with XenAPI VIF fix09:48
*** omnipresent has joined #openstack-nova09:48
ildikovjohnthetubaguy: the one what I linked would be very important09:48
*** pbrooko has quit IRC09:48
ildikovjohnthetubaguy: the next patch on top of that is a bug fix and the rest goes to Newton09:48
openstackgerritWen Zhi Yu proposed openstack/nova: Make sure destination will rollback if live migration fails  https://review.openstack.org/27009309:48
ildikovjohnthetubaguy: I would appreciate if you can give the final push for that puppy09:49
*** pbrooko has joined #openstack-nova09:50
tdurakovjohnthetubaguy, hi, as patch to project config is merged, job run is now available: https://review.openstack.org/#/c/252283/09:50
*** zenoway has quit IRC09:50
*** lpetrut has joined #openstack-nova09:51
*** efoley has joined #openstack-nova09:52
*** vivekd_ has joined #openstack-nova09:52
*** vivekd has quit IRC09:54
*** vivekd_ is now known as vivekd09:54
*** irenab has quit IRC09:56
*** FL1SK has quit IRC09:56
openstackgerritRodolfo Alonso Hernandez proposed openstack/nova: Added new scheduler filter: AggregateTypeExtraSpecsAffinityFilter  https://review.openstack.org/18927909:56
*** aix has joined #openstack-nova09:56
*** ljxiash has quit IRC09:57
johnthetubaguytdurakov: great to see the test result10:00
*** haomaiwang has quit IRC10:01
*** EinstCra_ has joined #openstack-nova10:01
johnthetubaguytdurakov: just looking at that current sh file, is there any chance we can make that easier to read, mostly that bit at the bottom? it feels like there is a lot of cut and past, but slightly different code in there?10:01
*** haomaiwang has joined #openstack-nova10:01
tdurakovjohnthetubaguy, will try to make it easier to read10:02
*** jaosorior has joined #openstack-nova10:02
*** irenab has joined #openstack-nova10:03
*** jaosorior has quit IRC10:04
*** jaosorior has joined #openstack-nova10:04
*** EinstCrazy has quit IRC10:04
*** EinstCra_ has quit IRC10:06
johnthetubaguytdurakov: added some idea, I think creating a ceph.sh and nfs.sh and utils.sh that all contain a bunch of function would work well10:06
openstackgerritDaniel Berrange proposed openstack/nova: WIP: os-vif: convert libvirt driver to use os-vif library  https://review.openstack.org/26967210:06
tdurakovjohnthetubaguy, yep, that what I'm working on right now10:08
*** jinxing has quit IRC10:08
*** annegentle has joined #openstack-nova10:08
johnthetubaguytdurakov: awesome thank you10:08
*** jaosorior_ has joined #openstack-nova10:09
*** jaosorior has quit IRC10:11
*** annegentle has quit IRC10:13
*** mariusv has quit IRC10:13
*** dedery has joined #openstack-nova10:14
markus_zmikal: In case mriedem didn't already review it, could you have a look at https://review.openstack.org/#/q/topic:bp/libvirt-aio-mode ? danpb already +2'ed it10:14
*** dedery_ has joined #openstack-nova10:15
openstackgerritRyan Moore proposed openstack/nova: Add better help to rdp options  https://review.openstack.org/25355610:18
openstackgerritRyan Moore proposed openstack/nova: config options: centralize section: "rdp"  https://review.openstack.org/25238910:18
*** dedery has quit IRC10:18
mikalmarkus_z: sure, give me a sec to work out who I am first10:19
markus_zmikal: uh, I thought you are in the Australian timezone?10:20
*** irenab_ has joined #openstack-nova10:20
*** irenab has quit IRC10:20
*** irenab_ is now known as irenab10:20
mikalmarkus_z: nope, in the uk this week getting used to this time zone for the mid-cycle next week10:21
mikalmarkus_z: which means currently a little bit jet lagged10:21
markus_zmikal: ah, cool you're here. yeah, that's a mean distance for jet lags. Just ping me if you have questions to that patch sets.10:22
*** shyama has quit IRC10:23
*** e0ne has joined #openstack-nova10:25
*** fawadkhaliq has quit IRC10:26
*** fawadkhaliq has joined #openstack-nova10:26
gibimikal: hi! thanks for started looking at the versioned notification patch chain. I fixed your comments in the first patch10:28
*** links has quit IRC10:28
mikalgibi: oh cool. I was planning on just doing the fix for you, but then johnthetubaguy snuck up behind me and distracted me10:28
mikalgibi: thanks for dealing with the nits10:29
*** [1]Thelo has joined #openstack-nova10:31
gibimikal: any further comments or +2s are really appreciated. ;)10:31
*** moorryan has joined #openstack-nova10:33
*** Thelo has quit IRC10:33
*** [1]Thelo is now known as Thelo10:33
*** irenab has quit IRC10:36
*** irenab has joined #openstack-nova10:36
*** jaosorior_ is now known as jaosorior10:39
*** lyanchih has quit IRC10:40
openstackgerritRadoslav Gerganov proposed openstack/nova: VMware: Factor out relocate_vm()  https://review.openstack.org/27011510:43
openstackgerritRadoslav Gerganov proposed openstack/nova: VMware: Live migration of instances  https://review.openstack.org/27011610:43
* johnthetubaguy shouts boo at mikal, although not from london this time10:44
johnthetubaguymikal: gibi: which patch was that again?10:45
gibijohnthetubaguy: https://review.openstack.org/#/c/247024/10:45
gibijohnthetubaguy: the first patch of the versioned notification chain ^^10:46
* gibi goes for some lunch10:47
*** rfolco has joined #openstack-nova10:51
*** links has joined #openstack-nova10:51
*** efoley has quit IRC10:52
*** efoley has joined #openstack-nova10:55
*** markd_ has joined #openstack-nova10:57
*** haomaiwang has quit IRC11:01
*** haomaiwang has joined #openstack-nova11:01
*** gongysh has joined #openstack-nova11:04
*** rcernin has quit IRC11:05
*** cdent has joined #openstack-nova11:05
*** links has quit IRC11:05
*** rcernin has joined #openstack-nova11:07
*** sfinucan has joined #openstack-nova11:07
*** rcernin is now known as rcernin|lunch11:13
*** Marga_ has quit IRC11:19
ccarmackall: is something wrong with jenkins?  I'm getting this error:  http://logs.openstack.org/64/269664/3/gate/gate-nova-specs-docs/d695eb0/console.html#_2016-01-20_09_39_48_42511:19
*** aysyd has joined #openstack-nova11:20
sdaguehmmmm large-ops fail rate way up in the last 24 hours http://tinyurl.com/zyqz8mo11:21
*** daemontool has joined #openstack-nova11:21
johnthetubaguyccarmack: that does look like an infra related issue, maybe try folks on the infra channel? I see some folks discussing issues on there11:21
johnthetubaguysulo: un-oh11:22
johnthetubaguyuh^11:22
sdagueccarmack: that's the pip8 issue11:22
sdagueit's on the mailing list11:22
ccarmacksdague, johnthetubaguy: ok, thanks11:22
*** aysyd has quit IRC11:23
*** aysyd has joined #openstack-nova11:24
*** EinstCrazy has joined #openstack-nova11:31
*** links has joined #openstack-nova11:32
*** tdurakov has quit IRC11:35
cdentI wish we could just abandon python libs from packages entirely11:35
*** links has quit IRC11:38
*** ndipanov has joined #openstack-nova11:39
sdaguecdent: yeh, well its normally not our issue11:40
cdentsdague: When I say "we" I pretty much mean everyone, not just openstack.11:41
cdenteverytime I've tried^wbeen forced to mix deb,rpm,brew python libs with pip libs I end up pissed off11:42
*** openstackgerrit has quit IRC11:43
cdentBut then again I'm one of those bastards who thinks distros are where the puck was, not is and certainly not will be.11:43
-openstackstatus- NOTICE: review.openstack.org is being restarted to apply patches11:43
*** ChanServ changes topic to "review.openstack.org is being restarted to apply patches"11:43
sdagueI still wonder if the lang env inherently supported versioning in libraries it would mitigate that11:43
*** openstackgerrit has joined #openstack-nova11:44
cdentI can see how that would have value but ugh, more complexity...11:45
*** gongysh has quit IRC11:46
* cdent is a grape in the path of the steamroller of progress11:47
markus_zccarmack: I guess its related to this ML post: http://lists.openstack.org/pipermail/openstack-dev/2016-January/084475.html11:47
BobBallI'm sure grapes can be quite slippy under a steamroller... Enough grapes and it's sure to slide off course!11:47
*** smatzek has joined #openstack-nova11:49
*** jacky-zhang has joined #openstack-nova11:50
cdentBobBall: I'll have to find some comrades11:50
*** ahelkhou has joined #openstack-nova11:52
openstackgerritJohn Garbutt proposed openstack/nova-specs: Open specs for Neutron  https://review.openstack.org/27014811:53
*** 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/Mitaka_Release_Schedule"11:54
-openstackstatus- NOTICE: Restart done, review.openstack.org is available11:54
cdentjohnthetubaguy: bit of a typo there ^ I think you meant newton?11:54
johnthetubaguyheh11:54
mikaljohnthetubaguy: is it poorly socialized of me to insist that new config options be added straight into the new shiney central location?11:54
cdentI'm sure _tons_ of people are going to be making exactly the same error over and over and over11:55
*** gongysh has joined #openstack-nova11:55
johnthetubaguymikal: good question, I have only being insisting for the stuff that has already moved11:55
openstackgerritJohn Garbutt proposed openstack/nova-specs: Open specs for Newton  https://review.openstack.org/27014811:55
mikaljohnthetubaguy: yeah, I'm thinking totally new things like this versioned notification stuff11:56
openstackgerritJohn Garbutt proposed openstack/nova-specs: Open specs for Newton  https://review.openstack.org/27014811:56
markus_zccarmack: http://grafana.openstack.org/dashboard/db/tempest-failure-rate?from=now-7d shows nicely when things go crazy.11:56
johnthetubaguymikal: yeah, I haven't been force those either, but maybe thats bad, it would stop us creating work for ourselves11:57
mikaljohnthetubaguy: its already oin patchset 28 though, so I think I'd be a terrible person to -1 for that11:57
ccarmackmarkus_z: thanks for the info11:57
mikaljohnthetubaguy: moving them is realtively easy, do meh?11:57
johnthetubaguymikal: well, there is that, maybe a follow on patch?11:57
mikalso meh even11:57
johnthetubaguymikal: yeah, that11:57
mikaljohnthetubaguy: yeah, I think do that11:57
mikalAlso, I can't type on this crazy UK keyboard11:57
mikalGet QWERTY people!11:58
*** aix has quit IRC11:59
markus_zQWERTZ is the real deal12:00
johnthetubaguylol12:00
*** haomaiwang has quit IRC12:01
*** haomaiwang has joined #openstack-nova12:01
*** fawadkhaliq has quit IRC12:02
*** amotoki has joined #openstack-nova12:04
*** gongysh has quit IRC12:07
*** annegentle has joined #openstack-nova12:09
openstackgerritJohn Garbutt proposed openstack/nova-specs: Open specs for Newton  https://review.openstack.org/27014812:09
ccarmackalex_xu: are you there?12:12
*** annegentle has quit IRC12:13
*** boris-42 has quit IRC12:13
*** mjura has quit IRC12:15
openstackgerritPavel Kholkin proposed openstack/python-novaclient: Support to boot a VM with network name  https://review.openstack.org/22532612:17
*** vishwanathj has joined #openstack-nova12:18
*** achanda has joined #openstack-nova12:19
openstackgerritJohn Garbutt proposed openstack/nova-specs: Reorder the priorities section  https://review.openstack.org/27016412:19
*** Jeffrey4l has joined #openstack-nova12:21
openstackgerritChuck Carmack proposed openstack/nova: REST API changes for user settable server description  https://review.openstack.org/25495012:21
*** jaypipes has joined #openstack-nova12:23
*** efoley has quit IRC12:24
ccarmackalex_xu ^12:25
*** doug-fish has joined #openstack-nova12:25
gibimikal, johnthetubaguy: thank for the +W on the first versioned notification patch :)12:30
*** otter768 has joined #openstack-nova12:31
gibimikal: could you check the other patches in the series? john already +2d them as well12:33
*** aix has joined #openstack-nova12:33
ccarmackall:  I'm looking for a 2nd core to review https://review.openstack.org/#/c/254950/1212:36
*** sahid has quit IRC12:36
*** otter768 has quit IRC12:36
*** claudiub has joined #openstack-nova12:39
*** tpatzig has joined #openstack-nova12:41
*** atuvenie has joined #openstack-nova12:42
*** thorst has joined #openstack-nova12:46
*** baoli has joined #openstack-nova12:47
*** dims has joined #openstack-nova12:49
*** vishalcdac07 has quit IRC12:49
cdentsdague: what words are missing from "There is no one active on them, and the Rally team is." ?12:49
sdaguethe rally team is active12:50
sdagueyeh, that's coffee #1 english for me .... sorry12:50
*** sahid has joined #openstack-nova12:50
cdentyou mean in terms of performance investigation in general, so these tests are redundant?12:50
*** ducttape_ has joined #openstack-nova12:50
sdagueI do not know if they are actually catching these kinds of issues, but I know they are an active team12:51
*** baoli_ has joined #openstack-nova12:52
*** sahid has quit IRC12:52
*** sahid has joined #openstack-nova12:53
*** achanda has quit IRC12:54
*** efoley has joined #openstack-nova12:55
*** baoli has quit IRC12:55
*** ankit_ag has quit IRC12:56
cdentI hope it warms up, upcountry, for next week.12:57
*** ljxiash has joined #openstack-nova12:58
*** mdnadeem has quit IRC12:58
*** Jeffrey4l has quit IRC12:59
*** davidhadas has joined #openstack-nova12:59
*** hop has joined #openstack-nova13:00
*** haomaiwang has quit IRC13:01
*** haomaiwa_ has joined #openstack-nova13:01
*** ljxiash has quit IRC13:02
*** takedakn has joined #openstack-nova13:02
*** takedakn has quit IRC13:02
*** dedery has joined #openstack-nova13:03
openstackgerritDinesh Bhor proposed openstack/nova: Fix invalid import order  https://review.openstack.org/27017913:04
*** matrohon has quit IRC13:04
*** matrohon has joined #openstack-nova13:05
alex_xuccarmack: will try to review again13:05
ccarmackalex_xu: thanks13:06
alex_xuccarmack: np13:06
*** dedery_ has quit IRC13:06
*** rcernin|lunch is now known as rcernin13:07
*** haomaiwa_ has quit IRC13:07
*** mdnadeem has joined #openstack-nova13:07
ccarmackalex_xu: do you have a suggestion for a 2nd core to review it?13:08
openstackgerritWen Zhi Yu proposed openstack/nova: Make sure destination will rollback if live migration fails  https://review.openstack.org/27009313:13
*** ducttape_ has quit IRC13:14
*** doug-fish has quit IRC13:14
*** doug-fish has joined #openstack-nova13:16
*** jacky-zhang has quit IRC13:17
*** Jeffrey4l has joined #openstack-nova13:17
*** daemontool has quit IRC13:18
openstackgerritdstepanenko proposed openstack/nova: Go away from using PciDeviceStats consume_requests  https://review.openstack.org/24313113:19
openstackgerritdstepanenko proposed openstack/nova: Added support_requests method to PciDevicePoolList  https://review.openstack.org/24208713:19
*** belmoreira has quit IRC13:19
*** efoley has quit IRC13:19
alex_xuccarmack: good to have oomichi to take a look at it also13:22
*** pumaranikar has joined #openstack-nova13:23
*** dguitarbite has quit IRC13:23
*** rfolco has quit IRC13:25
*** rfolco has joined #openstack-nova13:25
ccarmackalex_xu:  ok... oomichi, can you take a look at https://review.openstack.org/#/c/254950/ ?13:25
*** dguitarbite has joined #openstack-nova13:28
*** eglynn has joined #openstack-nova13:28
*** jacky-zhang has joined #openstack-nova13:29
openstackgerritPavel Kholkin proposed openstack/nova: enginefacade: 'block_device_mapping'  https://review.openstack.org/26202313:30
ansiwenis `python setup.py compile_catalog` supposed to work, or is nobody caring about internationalization?13:31
*** vladikr has joined #openstack-nova13:32
*** kluka_ has joined #openstack-nova13:32
*** ljxiash has joined #openstack-nova13:33
kluka_Hi, I have a question about "nova image-create". Is it possible to force the snapshot format? Like qcow2 for example?13:34
*** dslev has joined #openstack-nova13:34
sdagueansiwen: AJaeger in #openstack-infra is probably the right person to ask on i18n bits13:34
kluka_On test OS setup I get QCOW2 format snapshot, but second OS setup I always get RAW format...13:35
kluka_Thanks in advance.13:35
*** haomaiwa_ has joined #openstack-nova13:35
lyarwooddoes anyone know if stable/liberty tarballs will be uploaded to launchpad as with previous stable releases?13:39
*** eharney has quit IRC13:39
sdagueansiwen: we seem to be missing a test and there are a few errors in the es translation13:40
sdagueAJaeger is looking to fix it now13:40
*** FL1SK has joined #openstack-nova13:40
openstackgerritAndreas Jaeger proposed openstack/nova: Validate translations  https://review.openstack.org/27019013:42
openstackgerritVladik Romanovsky proposed openstack/nova: Add metadata objects for device tagging  https://review.openstack.org/26401513:43
*** dslev has quit IRC13:43
*** aysyd has quit IRC13:43
*** annegentle has joined #openstack-nova13:44
*** MCoLo has quit IRC13:44
*** takedakn has joined #openstack-nova13:45
*** MCoLo has joined #openstack-nova13:45
*** aysyd has joined #openstack-nova13:45
*** jwang_ has joined #openstack-nova13:46
*** smatzek_ has joined #openstack-nova13:46
*** zenoway has joined #openstack-nova13:47
*** ihrachys_ has joined #openstack-nova13:47
*** rmart04_ has joined #openstack-nova13:48
*** hemna_ has joined #openstack-nova13:48
*** ociuhandu_ has joined #openstack-nova13:49
*** phschwartz_ has joined #openstack-nova13:49
*** teju has left #openstack-nova13:50
*** crinkle_ has joined #openstack-nova13:50
mikalgibi: I'm reviewing the entire series nowish, just slowly13:50
*** sshen_ has joined #openstack-nova13:50
*** mdbooth_ has joined #openstack-nova13:50
*** FL1SK has quit IRC13:50
*** hwoarang_ has joined #openstack-nova13:50
*** ansiwen_ has joined #openstack-nova13:50
*** baffle__ has joined #openstack-nova13:51
*** dosaboy_ has joined #openstack-nova13:51
*** liverpoo1er has joined #openstack-nova13:51
*** tcammann1 has joined #openstack-nova13:51
*** lifeless_ has joined #openstack-nova13:51
*** frickler_ has joined #openstack-nova13:51
*** tonyb_ has joined #openstack-nova13:51
*** clduser_ has joined #openstack-nova13:51
*** gerhardq1x has joined #openstack-nova13:51
*** j_king_ has joined #openstack-nova13:51
*** kfox1111_ has joined #openstack-nova13:52
sdagueansiwen: I think things are fixed in the upstream translation engine now, we'll get a code import overnight, that should make it work again. Then https://review.openstack.org/#/c/270190 will make sure we don't import any more breaks.13:53
*** MCoLo has left #openstack-nova13:53
*** lee_ has joined #openstack-nova13:53
*** lee_ is now known as lyarwood_13:53
sdaguemikal / alex_xu / johnthetubaguy - can I pre get a second +2 on this - https://review.openstack.org/#/c/270190 - it will fail jenkins today, but will pass tomorrow once the translations are fixed13:54
openstackgerritAndreas Jaeger proposed openstack/nova: Validate translations  https://review.openstack.org/27019013:54
*** rodrigod` has joined #openstack-nova13:54
*** coreycb` has joined #openstack-nova13:54
*** raildo` has joined #openstack-nova13:54
*** mkoderer_ has joined #openstack-nova13:54
*** mc_nair_ has joined #openstack-nova13:54
*** raginbaj- has joined #openstack-nova13:55
*** keekz_ has joined #openstack-nova13:55
*** htruta` has joined #openstack-nova13:55
*** toabctl_ has joined #openstack-nova13:55
*** sb- has joined #openstack-nova13:55
*** krotscheck_ has joined #openstack-nova13:55
*** markmc` has joined #openstack-nova13:55
*** bradjones_ has joined #openstack-nova13:55
*** leseb- has joined #openstack-nova13:55
*** cfarquhar_ has joined #openstack-nova13:55
*** bradjones_ is now known as Guest779113:55
mikalsdague: I'll look13:55
*** lyarwood_ has left #openstack-nova13:55
*** smatzek has quit IRC13:56
*** omnipresent has quit IRC13:56
*** ociuhandu has quit IRC13:56
*** ihrachys has quit IRC13:56
*** chhavi has quit IRC13:56
*** notmorgan has quit IRC13:56
*** ababich has quit IRC13:56
*** sshen has quit IRC13:56
*** mdbooth has quit IRC13:56
*** zzzeek has quit IRC13:56
*** ansiwen has quit IRC13:56
*** markmc has quit IRC13:56
*** hwoarang has quit IRC13:56
*** mnaser has quit IRC13:56
*** dosaboy has quit IRC13:56
*** raginbajin has quit IRC13:56
*** _gryf has quit IRC13:56
*** leseb_ has quit IRC13:56
*** phschwartz has quit IRC13:56
*** anteaya has quit IRC13:56
*** rmstar has quit IRC13:56
*** tcammann has quit IRC13:56
*** frickler has quit IRC13:56
*** kfox1111 has quit IRC13:56
*** gerhardqux has quit IRC13:56
*** raildo has quit IRC13:56
*** coreycb has quit IRC13:56
*** htruta has quit IRC13:56
*** rodrigods has quit IRC13:56
*** liverpooler has quit IRC13:56
*** rmart04 has quit IRC13:56
*** liusheng has quit IRC13:56
*** SridharG has quit IRC13:56
*** bradjones has quit IRC13:56
*** cfarquhar has quit IRC13:56
*** keekz has quit IRC13:56
*** mc_nair has quit IRC13:56
*** toabctl has quit IRC13:56
*** jwang has quit IRC13:56
*** mkoderer has quit IRC13:56
*** dulek has quit IRC13:56
*** crinkle has quit IRC13:56
*** BobBall has quit IRC13:56
*** lbeliveau has quit IRC13:56
*** tonyb has quit IRC13:56
*** andreykurilin has quit IRC13:56
*** hemnafk has quit IRC13:56
*** lifeless has quit IRC13:56
*** lyarwood has quit IRC13:56
*** krotscheck has quit IRC13:56
*** j_king has quit IRC13:56
*** q3k has quit IRC13:56
*** baffle has quit IRC13:56
*** strictlyb has quit IRC13:56
*** clduser has quit IRC13:56
*** ociuhandu_ is now known as ociuhandu13:56
*** krotscheck_ is now known as krotscheck13:56
*** rmart04_ is now known as rmart0413:56
*** liusheng has joined #openstack-nova13:56
*** rmstar has joined #openstack-nova13:56
*** zzzeek has joined #openstack-nova13:56
*** dulek has joined #openstack-nova13:56
*** raginbaj- is now known as raginbajin13:56
*** mdbooth_ is now known as mdbooth13:57
*** mc_nair_ is now known as mc_nair13:57
mikaljohnthetubaguy: you still around?13:57
*** toabctl_ is now known as toabctl13:57
*** BobBall has joined #openstack-nova13:58
*** BobBall is now known as Guest4523213:59
*** migi has quit IRC13:59
johnthetubaguymikal: I am here13:59
* johnthetubaguy he hopes13:59
mikaljohnthetubaguy: so, I'm a bit concerned about the syntax in one of these notification changes, and I am unsure if you are unconcerned, or didn't notice when you did your review14:00
mikalWe have:14:00
johnthetubaguymikal: which bit is that?14:00
mikal        if ({'disabled', 'disabled_reason', 'forced_down'} &14:00
mikal                set(updates.keys())):14:00
*** toabctl is now known as toabctl_14:00
mikalWhich I had to go lookup, as syntax I've never seen before14:00
*** migi has joined #openstack-nova14:00
*** takedakn has quit IRC14:00
*** dave-mccowan has joined #openstack-nova14:00
*** ansiwen_ is now known as ansiwen14:00
mikalWhich worries me, because its a bit non-intuituive14:00
johnthetubaguymikal: I certainly did a double take14:00
*** xyang1 has joined #openstack-nova14:00
*** atuvenie has quit IRC14:01
*** haomaiwa_ has quit IRC14:01
jaypipesHenryG: on hangout... :)14:01
*** jwcroppe_ is now known as jwcroppe14:01
*** haomaiwang has joined #openstack-nova14:01
mikalSo, we can do this instead:14:01
mikal   set(keys).intersection({'disabled', 'disabled_reason', 'forced_down'})14:01
mikalEdit14:01
mikal14:01
mikalWhich is at least self documenting14:01
*** eharney has joined #openstack-nova14:01
johnthetubaguymikal: yeah, thats an easier read14:01
*** Jeffrey4l has quit IRC14:01
mikalI'll comment as such i suppose14:02
*** chhavi has joined #openstack-nova14:02
mikalI just wasn't sure if you had had similar concerns14:02
*** PsionTheory has joined #openstack-nova14:02
*** eharney is now known as Guest98314:02
*** psargent has joined #openstack-nova14:02
*** q3k has joined #openstack-nova14:02
*** mnaser has joined #openstack-nova14:02
*** jinxing has joined #openstack-nova14:02
*** rlrossit has joined #openstack-nova14:03
*** _gryf has joined #openstack-nova14:03
*** anteaya has joined #openstack-nova14:03
*** tonyb_ is now known as tonyb14:03
*** ababich has joined #openstack-nova14:04
*** andreykurilin has joined #openstack-nova14:04
*** raildo` is now known as raildo14:04
edleafemikal: (reading scrollback) If the config options haven't been moved yet, it would make a mess to put some in one place and others somewhere else.14:04
mikaledleafe: this was a new config group though, so I don't think that applies here14:05
edleafemikal: we might insist on following the more verbose, readable help text, thoguh14:05
ansiwensdague: thanks. I just wanted to fix our packaging, and realized that compile_catalog only compiles some of the .po files... So I wondered if this is  a waste of efford, since it it's not taken care of upstream, so I might jst delete the .po files...14:05
*** SridharG has joined #openstack-nova14:05
edleafemikal: ah. Then yes, anything new should be added to nova/conf14:05
*** notmorgan has joined #openstack-nova14:06
mikaledleafe: well, given it was on patchset 28 I gave up and approved, it was just one option, so its a relatively easy fix later14:06
edleafemikal: oh, totally agree on that bit. I meant more of a general rule14:06
mikaledleafe: ahh, I see. Agreed14:07
*** ctrath has joined #openstack-nova14:07
*** jacky-zhang has quit IRC14:08
*** tdurakov has joined #openstack-nova14:08
*** thorst has quit IRC14:09
*** AJaeger has joined #openstack-nova14:09
*** thorst has joined #openstack-nova14:09
AJaegeransiwen, sdague : REgarding compile_catalog only compiling some files: That's a problem with the setup ;(14:10
AJaegerLet me explain: The babel setup only handles *one* po file.14:10
*** Guest983 is now known as eharney14:10
*** eharney has quit IRC14:10
*** eharney has joined #openstack-nova14:10
*** mdrabe has joined #openstack-nova14:11
mordredmikal: wow - bitwise-and works as an intersection operator between sets?14:11
AJaegerSo, it will only translate the nova.pot file14:11
AJaegerFor translation of the warning etc files, you need to run commands like14:12
cdentmordred: yup, I actually find that form more readable than the suggested alternative, but I guess that's just from whatever you're used to14:12
AJaegermsgfmt on all of the warning/log/error pot files and for all languages.14:12
mordredcdent: fascinating. well, I guess today is a success - I have learned something new14:13
mordredI can go ahead and start drinking now14:13
*** ducttape_ has joined #openstack-nova14:13
cdent#success modred learned something new14:13
openstackstatuscdent: Added success to Success page14:13
cdentdammit!14:13
ansiwenAJaeger: so, you cannot teach setup to take more than one file?14:13
AJaeger;)14:13
cdentthat was not a success14:13
*** efoley_ has joined #openstack-nova14:13
* cdent needs to learn to type14:13
*** efoley_ is now known as efoley14:13
AJaegeransiwen: not that I'm aware off ;(14:14
*** jacky-zhang has joined #openstack-nova14:14
*** shyama has joined #openstack-nova14:14
sdagueansiwen: it got missed, master will be fixed tomorrow14:14
ansiwenAJaeger: http://babel.pocoo.org/en/latest/setup.html there is some stuff about method mapping...14:14
* cdent fixed it14:14
sdagueAJaeger: can you backport that to liberty / kilo as well ?14:14
*** tdurakov has quit IRC14:15
AJaegersdague: the tox change? Sure...14:15
ansiwensdague: how will it be fixed? with using msgfmt?14:15
sdagueansiwen: well that will ensure we don't have any bad messages14:15
sdagueis there another issue?14:15
ansiwensdague: oh, yes14:15
*** dslevin has joined #openstack-nova14:15
*** dslevin has quit IRC14:16
ansiwenonly some .po files are compiled14:16
*** lyarwood has joined #openstack-nova14:16
sdagueoh, this is because of the translation domains?14:16
ansiwensetup.py only looks at novy.po files, all aother po files are ignored14:16
*** dslevin has joined #openstack-nova14:16
sdaguesigh14:16
ansiwensdague: so, if we can't teach setup.py to also look at other files, we would need to use msgfmt and do it on our own14:17
gibimikal: I appreciate your effort!14:17
sdagueAJaeger: we may need to revisit the translation domains then, if it's breaking the output / packaging14:17
openstackgerritVladik Romanovsky proposed openstack/nova: Add tag column to vifs and bdm  https://review.openstack.org/26401414:17
openstackgerritVladik Romanovsky proposed openstack/nova: Add metadata objects for device tagging  https://review.openstack.org/26401514:17
rlrossitmordred: It gets more fun too! | does union, - does difference, and ^ does xor14:17
AJaegersdague: for extracting, we run: python setup.py $QUIET extract_messages --no-default-keywords --keyword _LE --output-file ${POT}14:18
rlrossitcdent: I like these ^ better for syntax because it's more math-like14:18
AJaegersomething similar shoudl work for compile_catalog14:18
*** tdurakov has joined #openstack-nova14:18
sdagueAJaeger: ok, but is this breaking normal packaging flow?14:18
*** busterswt has joined #openstack-nova14:19
AJaegersdague: let me put this on my translation list - to find a solution14:19
sdagueAJaeger: yeh, that would be great14:19
sdaguethanks14:19
AJaegersdague: it just means that the _LE files are most likely not translated currently by packages.14:19
AJaegerThe main files get compiled, just the _LE/_LW/... not14:19
psargenthello! Does anyone know if it's possible to create a VM with CLI commands (nova boot or other nova command?) without actually booting the VM? Thanks!14:20
*** speller has joined #openstack-nova14:21
*** dane-fichter has joined #openstack-nova14:21
*** ducttape_ has quit IRC14:22
cdentrlrossit: I think I got hooked on them with ^14:22
wznoinskclaudiub, hi14:22
claudiubwznoinsk: hello14:22
ansiwenAJaeger: so the splitting in several .po files per language is a recent change?14:22
wznoinskI was wondering how can I set a os_live_resize Set in glance's image properties on the command line for instance live resize to work, it's passed as unicode atm14:23
*** tdurakov has quit IRC14:23
wznoinsk<- claudiub,14:23
AJaegeransiwen: two years ago I think...14:25
wznoinskclaudiub, for the moment I changed it to be a regular list to get going but was wondering how it's done properly, the tests are passing Set no problem, the command line is one I have problemw ith14:25
sdagueAJaeger: right, but that seems like quite an issue, given that the work people do in touching those files is largely wasted14:25
ansiwenAJaeger: oh, so it's broken since then? obviously nobody is missing the translations... ;-)14:26
AJaegeransiwen: first import for nova in June 201414:26
sdagueansiwen: yeh this translation domain issue goes way back14:26
spellerHas the ability to create a VM shutdown, rather than powered up been discussed?14:26
psargentspeller: don't think so14:27
claudiubwznoinsk: you mean glance image-update <image_id> --property os_live_resize="disk,memory" ?14:27
AJaegersdague, ansiwen: I implemented at that time the *infra* side of this as suggested by dhellmann, let me check with him whether anything in projects wsa forgotten/overseen...14:27
*** ivase has joined #openstack-nova14:27
wznoinskdidn't work for me14:27
openstackgerritSean Dague proposed openstack/nova: cleanup: remove wsgi serialize/deserialize decorators  https://review.openstack.org/27021514:28
wznoinskclaudiub, although I've tried with only one value, let me recheck14:28
ansiwenAJaeger, sdague: if nobody complained since then, is the internationalization worth it then? (besides frontends like horizon of course)14:28
claudiubwznoinsk: hmm, wondering if it's missing the patch that adds the property to the ImageMetaProps object...14:28
AJaegeransiwen, sdague : Looking at oslo.i18n, there's everything prepared, just the compile part seems missing14:28
*** irenab has quit IRC14:29
speller@psargent: Ok thnx. Should I request it on launchpad or mailing list?14:29
AJaegeransiwen: 90 % of the strings are in nova.pot and those get compiled. The main focus of translation team is indeed on horizon and friends14:30
AJaegeransiwen: feel free to ask/comment on openstack-i18n mailing list14:30
*** irenab has joined #openstack-nova14:30
psargentspeller: the mailing list would be great!14:30
speller@psargent: Amazing thank you14:30
ansiwenAJaeger: is babel compiling the po files on the fly if the mo files are missing?14:31
AJaegeransiwen: I doubt it - but don't know14:31
openstackgerritSergey Nikitin proposed openstack/nova: Added db API layer to add instance tag-list filtering support  https://review.openstack.org/24880514:31
openstackgerritSergey Nikitin proposed openstack/nova: Added server tags controller  https://review.openstack.org/12894014:31
openstackgerritSergey Nikitin proposed openstack/nova: Added server tags support in nova-api  https://review.openstack.org/26893214:31
*** smatzek_ has quit IRC14:31
*** mriedem has joined #openstack-nova14:31
ansiwenAJaeger: because I found this issue, because somebody complained that we have the .po files still in the packages... but maybe that's the reason why nobody noticed, because they were created during runtime14:32
*** otter768 has joined #openstack-nova14:32
AJaegersdague: I'm not backport to kilo - there are no more translation imports to kilo. Will do liberty now14:32
*** thorst has quit IRC14:32
sdagueAJaeger: ok14:32
openstackgerritBalazs Gibizer proposed openstack/nova: doc: add devref about versioned notifications  https://review.openstack.org/26378814:32
sdagueAJaeger: do we know if kilo works?14:33
*** edmondsw has joined #openstack-nova14:33
openstackgerritBalazs Gibizer proposed openstack/nova: Add service status notification  https://review.openstack.org/24567814:33
openstackgerritBalazs Gibizer proposed openstack/nova: Generate doc for versioned notifications  https://review.openstack.org/26515114:33
openstackgerritBalazs Gibizer proposed openstack/nova: Adds json sample for the versioned notifications  https://review.openstack.org/24816714:33
gibimikal: fixed your comment in https://review.openstack.org/#/c/245678/14:34
AJaegersdague: I can check - but first let me fix the liberty problems...14:34
sdagueAJaeger: there are 3 fatal errors in kilo14:34
*** w_verdugo has quit IRC14:34
sdagueit's actually the same issue in the es catalog14:34
sdagueabout placeholders14:35
AJaegerThat old ;( So nobody ever used ;( That's sad ;(14:35
mikalgibi: thanks14:35
*** dedery has quit IRC14:35
*** dedery has joined #openstack-nova14:36
*** liverpoo1er has quit IRC14:36
sdagueAJaeger: yeh, well ... I don't know14:36
*** mtanino has joined #openstack-nova14:36
sdaguebut it seems like being broken isn't good14:36
*** otter768 has quit IRC14:36
*** w_verdugo has joined #openstack-nova14:39
wznoinskclaudiub, nova.api.openstack.extensions ValueError: A set is required in field os_live_resize, not a unicode - that's after setting exactly how you suggested14:40
wznoinskclaudiub, can't find anything relevant in gerrit, could you help?14:40
*** bklei has joined #openstack-nova14:40
*** tpatzig has quit IRC14:40
speller@psargent: Is that the general of the dev mailing list?14:41
*** ivase has quit IRC14:41
*** ivase has joined #openstack-nova14:41
mikaljohnthetubaguy: that entire versioned notification review series is now approved and awaiting merge14:42
johnthetubaguymikal: awesomeness14:42
gibimikal: thanks a lot!14:42
mikaljohnthetubaguy: I did a think and fast pathed +W for the last one where there was a one line syntax change compared to what you'd +2'ed14:43
mikalthing even14:43
*** aysyd has quit IRC14:43
johnthetubaguycool14:43
*** aysyd has joined #openstack-nova14:43
openstackgerritSean Dague proposed openstack/nova: cleanup: collapse wsgi serializer test hierarchy  https://review.openstack.org/27022714:44
AJaegersdague: liberty patch: https://review.openstack.org/27022314:45
sdagueAJaeger: +214:46
*** ivase has quit IRC14:46
*** knikolla has joined #openstack-nova14:47
*** ivase has joined #openstack-nova14:47
sdagueit is amazing how much of nova/api/openstack/wsgi.py is vestigial now with the xml drop, I'm going to just keep hacking bits out of it14:48
mikalsdague: murderer14:48
mriedemAJaeger: sdague: can someone explain what's up with the pot files patches?14:49
mriedemthere is no bug, just a bunch of patches14:49
*** ahelkhou has quit IRC14:49
sdaguemriedem: url?14:50
mriedemhttps://review.openstack.org/#/q/Ic1f106684270a8f2197e0fb2a67d6fc00535ee65,n,z14:50
mnasermaybe someone can enlighten me about this but didnt nova have a TRACE debug level which tracebacks were printed inside?14:50
mriedemmnaser: that would be in oslo.log14:50
mnasertracebacks are coming in ERROR which is making the logging a bit more messy than it has to be14:51
*** keekz_ is now known as keekz14:52
mriedemmnaser: the difference is the pid is in the traceback lines http://logs.openstack.org/67/269867/2/check/gate-tempest-dsvm-neutron-src-os-brick/bef7c8e/logs/screen-q-svc.txt.gz?level=TRACE#_2016-01-19_22_50_02_39814:52
sdaguemriedem: t? means 0 or 1 t14:52
AJaegermriedem: we noticed that compile_catalog fails with current pot files and put a tox change in place - like it's done for keystone - so that imports from the translation bot will not be able to pass14:52
sdagueAJaeger: it could use a bug14:52
sdaguehonestly, we could use 2 bugs, one for this, and one for the missing catalogs14:52
AJaegeron my way...14:53
mriedemok, i just have like 0 context and there wasn't much in the commit message, but i'm expecting stable branch changes14:53
mriedemand the tox.ini change says to check po files but the regex is only checking pot files14:53
sdaguemriedem: right, stable branch is also impacted14:53
mriedemi'm not sure if the comment is wrong or the regex14:53
sdaguemriedem: no, it is not14:53
mnasermriedem: oh i see, there isn't a "TRACE" log level? I guess we'd have to filter those out to have more concise log filtering that indicates the problem clearly14:53
sdagueyou are just reading the regex wrong14:53
sdague'.*\.pot?'14:53
mnaserex: ideally we'd like to be alerted on this only: "2016-01-19 23:04:01.898 ERROR oslo_db.api [req-0ad2d235-5995-4a19-bc92-00010da2cde0 tempest-NegativeSecGroupTest-628194806 tempest-NegativeSecGroupTest-2239149] DB error."14:53
AJaegermriedem: run the find command locally, it works for me ;)14:53
sdaguematch anything, then a dot, then po, then 0 or 1 t14:53
mriedemoh14:54
mriedemsneaky regex14:54
openstackgerritDavanum Srinivas (dims) proposed openstack/nova: [python3] byte/string conversions and enable more tests  https://review.openstack.org/26104514:54
mriedemso the change on master fails, i'm assuming that has to wait for the next translation dump?14:54
openstackgerritDavanum Srinivas (dims) proposed openstack/nova: [python3] Port more code to python3 and enable tests  https://review.openstack.org/26208314:54
sdaguemriedem: yes14:54
sdagueupstream translations fixed14:54
sdaguefor master14:54
*** jacky-zhang has quit IRC14:55
wznoinskclaudiub, I presume you have this patch in the works so I'll work with lists for the moment to work on virt implementation14:55
mriedemwhich should be https://review.openstack.org/#/c/265601/14:55
sdaguethat should come in tomorrow, we can then fast approve this after so we don't regress14:55
mriedemoh, ok14:55
openstackgerritPavel Kholkin proposed openstack/nova: enginefacade: 'ec2_instance' and 'instance_fault'  https://review.openstack.org/26197914:55
*** cfriesen has joined #openstack-nova14:55
mriedemmnaser: you'd probably have to ask dims about the TRACE log level, i thought there was one14:56
sdaguemriedem: yeh that's what will be updated14:56
mriedemmnaser: but for our logstash filtering we have to key off the pid for multiline trace14:56
mnasermriedem: gotcha, do you know where i can find that filter you're using, might be more useful than me writing it out :)14:57
AJaegermriedem, sdague: is https://bugs.launchpad.net/nova/+bug/1536214 detailed enough?14:57
openstackLaunchpad bug 1536214 in OpenStack Compute (nova) "PO files broken" [Undecided,New]14:57
claudiubwznoinsk: yeah, list is fine as well. I have to check out what happens, worse case scenario, it will be a list instead of a set. Thanks for letting me know. :)14:57
mriedemmnaser: i think the openstack-infra/system-config repo14:57
*** ducttape_ has joined #openstack-nova14:57
mnaseri will be on the lookup, thanks mriedem14:57
*** tdurakov has joined #openstack-nova14:57
AJaegermriedem: I fixed upstream translations for master and liberty today - so tomorrow'S import should be fine, and then the change I did should pass14:57
AJaegermriedem: currently the change will fail - and that shows it does the right thing ;)14:57
mriedemmnaser: https://github.com/openstack-infra/system-config/blob/master/modules/openstack_project/templates/logstash/indexer.conf.erb14:59
mriedemhttps://github.com/openstack-infra/system-config/commit/686886c8d6df70fe4fc54c8e54e16ac1cd52126c14:59
*** smatzek_ has joined #openstack-nova15:00
mnaserthat's exactly what i need, thank you so much mriedem15:00
*** haomaiwang has quit IRC15:01
*** mgoddard__ has joined #openstack-nova15:01
pkholkinalaski: Andrew, many many thanks for your reviews of bp/new-oslodb-enginefacade patches!!! Answered to all your comments in all patches :)15:01
*** haomaiwa_ has joined #openstack-nova15:01
ansiwenAJaeger, sdague: if I can help on the other issue (missing catalogs), I'm happy to do so, because I'm also interested in this15:01
*** su_zhang has joined #openstack-nova15:02
*** ahelkhou has joined #openstack-nova15:02
*** daemontool has joined #openstack-nova15:02
mriedemAJaeger: the bug looks fine, please add that to the patches15:02
*** rodrigod` is now known as rodrigods15:02
*** tdurakov has quit IRC15:03
ildikovmriedem: hi. could you please give this puppy the final push: https://review.openstack.org/#/c/193134 ?15:03
mriedemAJaeger: so i suppose we just released nova liberty 12.0.01 with busted translations :(15:03
ildikovmriedem: already +2d by jaypipes15:03
mriedemildikov: yeah, it's still early, on my list15:04
*** mgoddard_ has quit IRC15:04
AJaegermriedem: bug added15:04
mriedemon https://review.openstack.org/#/c/270190/ too please15:04
AJaegermriedem: those busted translations are in for quite some time ;((((15:04
mriedemi'll quick re-approve15:04
*** josecastroleon has joined #openstack-nova15:04
ildikovmriedem: cool, tnx, I just wouldn't want to miss the deadline after all the misery with it15:04
AJaegermriedem: is on both - and first we need to import translations (tomorrow 6:00 UTC)15:05
mriedemAJaeger: ? the bug ref isn't in the commit message for the master branch change https://review.openstack.org/#/c/270190/15:05
*** jaosorior has quit IRC15:06
*** tdurakov has joined #openstack-nova15:06
*** zz_dimtruck is now known as dimtruck15:06
*** jschlueter has quit IRC15:06
openstackgerritAndreas Jaeger proposed openstack/nova: Validate translations  https://review.openstack.org/27019015:07
AJaegermriedem: I forgot to publish ;( Thanks for double checking!15:07
*** daemontool has quit IRC15:07
mriedemthanks15:07
mriedem+W15:07
*** daemontool has joined #openstack-nova15:07
ansiwenAJaeger: if you didn't do so I will create a bug for the missing catalogs...15:07
AJaegerthanks, mriedem15:07
AJaegeransiwen: just finished with https://bugs.launchpad.net/openstack-i18n/+bug/1536226  - please enhance15:08
openstackLaunchpad bug 1536226 in openstack i18n "Not all pot files compiled" [Undecided,New]15:08
*** mrkz has joined #openstack-nova15:08
*** thorst has joined #openstack-nova15:08
*** thorst has quit IRC15:08
*** thorst has joined #openstack-nova15:08
ansiwenAJaeger: ok15:08
*** pratikmallya has joined #openstack-nova15:09
AJaegermriedem: I 'recheck' both changes once translations are imported - and will ping tomorrow for translation import15:09
mriedemAJaeger: ok15:09
*** pratikma_ has joined #openstack-nova15:10
mriedemildikov: i see that i have bugs in my tempest tests for multiattach, so i also have to get that updated15:11
openstackgerritdstepanenko proposed openstack/nova: Add PciDevicePoolList.get_by_compute_node method  https://review.openstack.org/24769215:12
ildikovmriedem: you mean issues with the multiattach implementation or with this first patch?15:12
openstackgerritdstepanenko proposed openstack/nova: Add PciDevicePoolList.get_all method  https://review.openstack.org/25075715:12
mriedemildikov: i mean my tempest change to add the multiattach test has bugs,15:13
mriedembut i wanted to see that passing15:13
*** daemontool has quit IRC15:13
*** su_zhang has quit IRC15:13
*** ahelkhou has quit IRC15:13
mriedemhttp://logs.openstack.org/33/266633/2/check/gate-tempest-dsvm-full/8795802/console.html#_2016-01-19_21_37_56_91315:13
ildikovmriedem: a-ha, ok, I wasn't sure as that depends on my changes15:13
*** pratikmallya has quit IRC15:13
ildikovmriedem: I'll take a look15:14
mriedemildikov: so on https://review.openstack.org/#/c/193134/79/nova/api/openstack/compute/legacy_v2/contrib/volumes.py15:14
mriedemyou added a comment but ndipanov and i asked that you don't assume it's an OrderedDict and just pull the first entry from the dict and use that15:14
alaskipkholkin: thanks, will go them again in a bit15:14
*** burt has joined #openstack-nova15:15
pkholkinalaski: happy to hear)15:15
ildikovmriedem: sorry, the last comment from ndipanov was to add a comment and I assumed that's the verdict15:16
openstackgerritAndrea Rosa proposed openstack/nova: Adding volume operations for shelved instances  https://review.openstack.org/25952815:16
*** boris-42 has joined #openstack-nova15:16
mriedem"We really should not rely on that - it seems like a hack and whether that's an ordered dict or not is squarely an internal implementation detail of the cinder module - no way to test for breakage in the future :/"15:16
ildikovbut it's not coming from Cinder15:17
mriedemhe meant the cinder volume api in nova15:17
mriedembut i tend to agree that the rest api shouldn't rely on the volume api using an OrderedDict15:17
ildikovah, ok15:17
mriedemthat's gross tight coupling15:18
mriedemlet me go through the rest of the changes before you update15:18
ildikovit should not be there for long15:18
ildikovand if someone is not hacking directly in Cinder all the volumes will have one attachment15:18
ndipanovmriedem, ildikov yeah I am not super happy with that assumpiton - can't we just make it a list15:18
ndipanovhow many entries do we realistically expect there?15:18
ildikovndipanov: johnthetubaguy asked for this change to make the checks easier for multiattach15:19
mriedemi'm fine if it's a dict,15:19
mriedemi just don't like relying on it being an OrderedDict15:19
ildikovndipanov: when we update the api to return all the volume attachments it will not matter whether it's a dict or list15:19
ndipanovildikov, you mean the cinder API...15:20
*** szhsong has quit IRC15:20
johnthetubaguyildikov: which bit is this, pass the attachement_ids down?15:21
ildikovjohnthetubaguy: no, to transform the attachments list to a dict with instance_uuid as key15:22
*** jinxing has quit IRC15:22
*** andymaier has joined #openstack-nova15:22
ildikovndipanov: I mean the Nova REST API, basicly that part of the code that we're talking about now15:22
*** andymaier has quit IRC15:23
ildikovndipanov: well, not the legacy part though as I guess we cannot change that anyway15:23
ndipanovyeah...15:23
ndipanovwell15:23
*** andymaier has joined #openstack-nova15:23
*** EinstCrazy has quit IRC15:24
*** phschwartz_ is now known as phschwartz15:25
*** bauzas has quit IRC15:25
*** markvoel_ has quit IRC15:25
johnthetubaguyildikov: it just looked like that would make it less messy, but yeah not an ordereddict, that doesn't feel right15:25
ansiwenAJaeger: so, you see any other option than to merge the files again?15:26
mriedemftr, i don't care if the cinder volume_api code is using an ordereddict or not, i just don't want the rest api relying on that15:26
ildikovjohnthetubaguy: currently we can return only one attachment on the API15:26
ildikovas it currently returns the first attachment in the list that Cinder sends15:27
johnthetubaguyildikov: which API is that?15:27
ildikovjohnthetubaguy: we do the translation to the internal format here: https://review.openstack.org/#/c/193134/79/nova/volume/cinder.py15:28
ildikovline 165, where we get the first attachment in the list on the left15:28
AJaegeransiwen: proper documentation on how to build them15:28
*** mdnadeem has quit IRC15:28
ildikovjohnthetubaguy: this is the api where I use it currently: https://review.openstack.org/#/c/193134/79/nova/api/openstack/compute/legacy_v2/contrib/volumes.py15:28
ildikovjohnthetubaguy: same for the not legacy one15:28
ansiwenAJaeger: you mean with a find ... -exec msgfmt ... ?15:29
*** bauzas has joined #openstack-nova15:30
AJaegeror something similar...15:30
*** yamahata has joined #openstack-nova15:30
johnthetubaguyildikov: seems like the API allows multiple attachements, but just doesn't show more than one right now?15:31
*** tonytan4ever has joined #openstack-nova15:32
johnthetubaguyildikov: when I look at this: http://developer.openstack.org/api-ref-compute-v2.1.html#listVolumesDetailed15:32
*** mragupat has joined #openstack-nova15:32
*** cdelatte has joined #openstack-nova15:32
ildikovjohnthetubaguy: you mean the current Nova REST API?15:32
mriedemjohnthetubaguy: the rest api can't change the response w/o a microversion to show multiple attachments15:32
mriedemjohnthetubaguy: which happens in newton15:32
mriedemand you can't have multiple attachments today anyway w/o the libvirt changes later in the series15:32
johnthetubaguymriedem: but the current API seems to imply multiple attachments are possible, its just not used yet15:33
ansiwenAJaeger: well... is that feasible? I'm quite new to python, but I guess people have strict expectations what setup.py should do...15:33
ildikovjohnthetubaguy: yeah, it's a list already15:33
*** diogogmt has joined #openstack-nova15:33
johnthetubaguynp15:34
johnthetubaguyoops15:34
mriedemjohnthetubaguy: honestly i'm not really sure why the rest api changes need to be in here, i think they are just done because the cinder volume_api is changing the translation format15:34
mriedemto do it as a dict rather than a list15:34
johnthetubaguymriedem: yeah, true15:34
AJaegeransiwen: let's figure it out ...15:34
mriedemthe goal for mitaka is really just to have the compute handling things15:34
mriedemwhich means updating detach in the compute manager and volume_api15:34
ildikovbut it's really just an internal format15:35
mriedemso the compute rpcapi is updated15:35
mriedemwhich means updating the compute api to pass the attachment_id15:35
ildikovand the translation function has to be changed anyway15:35
mriedembut in reality i don't think the compute api needs to be passing the attachment_id in mitaka15:35
*** bdrich has joined #openstack-nova15:35
mriedemit doesn't hurt....but it won't be used15:36
ildikovbut in a mixed env the mitaka compute will not pass the attachment_id and detach will not work15:36
*** mdrabe has quit IRC15:37
mriedemildikov: i agree the compute manager changes are necessary here15:37
mriedemand the compute rpcapi changes15:37
mriedembut the only compute API that would be sending the attachment_id is really from newton right?15:37
*** delattec has joined #openstack-nova15:37
mriedemnewton api talking to mitaka compute15:37
*** tdurakov has quit IRC15:37
*** ssurana has joined #openstack-nova15:37
ildikovwhy would that only be Newton?15:39
*** frickler_ is now known as frickler15:39
*** cdelatte has quit IRC15:39
ildikovjohnthetubaguy: as the attachments field is already a list can we actually use it here?15:40
*** diogogmt has quit IRC15:40
*** pushkaru has joined #openstack-nova15:40
mriedemildikov: i thought we weren't enabling multiattac in the compute api in mitaka?15:40
mriedem*multiattach15:40
ildikovthe attach part15:41
*** thangp has joined #openstack-nova15:41
mriedemin nova.virt.block_device15:41
mriedemwhich is actually compute15:41
ildikovand prepare Mitaka Nova for detach and saving round trips with figuring out the attachment_id, where we have the volume info15:41
mriedemper the ML, i thought we were leaning toward requiring a microversion in newton to support multiattach15:41
ildikovmriedem: there's nothing in this patch that would require a microversion15:42
mriedemildikov: but you shouldn't hit https://review.openstack.org/#/c/193134/79/nova/compute/api.py in mitaka15:42
ildikoveven if I return all the attachments, which in normal cases will be one in the attachments list on the rest api15:42
ildikovmriedem: but that's the detach flow15:43
*** tdurakov has joined #openstack-nova15:43
mriedemtechnically we don't ever need a microversion for this to functionally work, but there was talk in the ML about adding a microversion to advertise the capability and the change in the rest api response15:43
mriedemwhen you do have multiple attachments15:43
*** shyama has quit IRC15:44
ildikovbut this patch contains only the detach flow15:45
*** devananda has quit IRC15:45
mriedemyeah i get that15:45
mriedemand i get that we need the changes for detach on the compute service15:45
ildikovso the only case when you have multiple attachments if you attach a volume to an instance in Nova and then you go to Cinder and attach it outside of Nova15:45
mriedembut i'm not seeing the case that the changes to the compute API are needed15:45
ildikovwhich sounds weird though, but I think it's possible15:46
mriedemso,15:46
mriedemi think we should table the multiattach stuff until next week when the nova team can go over the details and plan at the midcycle, and then grant a 1 week extension/exception for the bp after we figure out the scenarios we need to support for mitaka15:46
*** markvoelker_ has joined #openstack-nova15:46
ildikovthe compute api changes are for saving the round trip to Cinder and provide all the info to detach to retrieve the attachment_id, if it's not passed15:46
mriedemwhich i think is just the compute node changes15:47
mriedemildikov: yeah, but we don't need those in mitaka15:47
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: WIP: bug process doc  https://review.openstack.org/26645315:47
mriedemwe need those in newton15:47
mriedemi'd really like to get myself, ndipanov, johnthetubaguy, sdague, alaski, and dansmith in the same room to hash this out15:47
mriedemrather than rush this in b/c of the 1/21 deadline15:48
ildikovwe need it in Mitaka for the same reason as in Newton15:48
alaskimriedem: +115:48
ildikovthey don't do any harm as the rpc api is implemented that way15:48
johnthetubaguymriedem: +115:48
*** ivase has quit IRC15:48
openstackgerritHemanth Makkapati proposed openstack/nova: config options: centralize s3 opts  https://review.openstack.org/27026315:48
alaskiwe should talk this out next week and get everyone on the same page15:48
mriedemildikov: in newton, the compute api gets the attachment_id (your change here) and then passes that to the compute rpcapi via version 4.715:48
johnthetubaguyI am happy giving this an FFE so we can get folks in the same room15:48
ildikovsorry guys, we are talking about it so long and that patch is quite neat15:49
*** ivase has joined #openstack-nova15:49
ndipanovare we talking about just that one patch15:49
mriedemyeah i know, i'm torn between wanting to just stop talking about this forever and merge it15:49
ndipanovor is there more stuff that should land for m15:49
ndipanov?15:49
*** ivase has quit IRC15:49
mriedemndipanov: there are at least 2 more15:49
*** ivase has joined #openstack-nova15:50
ildikovmy nerves are out of my head, I haven't slept for almost weeks now and that patch is really over tested and super safe15:50
mriedemndipanov: i think we have to get to https://review.openstack.org/#/c/193135/ in mitaka15:50
mriedemto enable multiattach on the compute in mitaka15:50
*** devananda has joined #openstack-nova15:50
sdaguemriedem: kilo is also busted15:50
*** FL1SK has joined #openstack-nova15:50
*** Sukhdev has joined #openstack-nova15:50
sdagueon translations15:50
ildikovmriedem: we will not enable that in Mitaka15:50
sdagueyay for no integration tests on i18n ...15:51
ildikovmriedem: or that was my understanding15:51
ndipanovildikov, so which patches do we want in?15:51
ildikovmriedem: otherwise you need a config option in the computes to tell when to enable the second attachment15:51
mriedemildikov: i thought we needed libvirt on the compute in mitaka to be able to multiattach for when the newton API sends a request there?15:51
ildikovmriedem: so I thought that we make detach safe and working and have all the other changes in Newton along with the microversion15:52
mriedemit would probably help if we just documented some use cases15:52
ildikovmriedem: how to disable multiattach on the compute for Mitaka but enable it, when we have Newton and a mixed env?15:52
*** ivase has quit IRC15:53
*** matrohon has quit IRC15:53
*** vivekd has quit IRC15:53
*** ivase has joined #openstack-nova15:53
ildikovmriedem: we said we don't enable multiattach now because of upgrade path issues and the BDM issues, which Dan fixed15:53
mriedemildikov: in the API15:53
ildikovmriedem: there's no in the API15:54
ildikovmriedem: everything happens on the compute15:54
mriedemi guess 'enable' in this case you mean the support in the libvirt driver15:54
ildikovand the compute manager to allow the second attachment15:54
ildikovor no, wait not that one15:54
mriedemwhich is this https://review.openstack.org/#/c/267587/11/nova/volume/cinder.py15:55
*** SridharG has quit IRC15:55
tonybsdague: do you have a kilo review to fix/verify the translations?15:55
ildikovso this one: https://review.openstack.org/#/c/267587/11/nova/compute/manager.py15:55
*** armax has left #openstack-nova15:55
AJaegermriedem, sdague: What do you think of this for kilo:  https://review.openstack.org/270268  ?15:55
AJaegertonyb: ^15:55
ildikovmriedem: and here https://review.openstack.org/#/c/193135/89/nova/virt/block_device.py15:56
AJaegersdague, mriedem : I can add the tox.ini change if you prefer15:56
ildikovmriedem: plus the shareable flag for the disk in libvirt15:56
mriedemildikov: right, but https://review.openstack.org/#/c/267587/11/nova/volume/cinder.py is really what enables it in the API15:56
mriedemb/c the compute API calls check_attach15:56
mriedembefore casting off to the compute node15:56
ildikova-ha, ok I see the check now15:56
mriedemildikov: and what i was saying in the ML is rather than just have https://review.openstack.org/#/c/267587/11/nova/volume/cinder.py - we actually do that with a microversion in the REST API15:57
*** mdrabe has joined #openstack-nova15:57
mriedemso if you're requesting a 2nd attach on a multiattach volume, and are below the microversion, we fail15:57
ildikovmriedem: is that check_attach called in every case from the API?15:57
tonybAJaeger: We're not impiorting transaltion fixes in kilo anymore?15:57
AJaegertonyb: correct15:58
AJaegerliberty is the first release where we branched and imported to a stable branch15:58
mriedemildikov: yes https://github.com/openstack/nova/blob/4f75ba6729366f87624554e7732ef122c6ebac4b/nova/compute/api.py#L298715:58
ildikovmriedem: I mean every possible case when a volume is attached?15:58
AJaegerBefore that we only imported for master - and that's the default for most projects15:58
AJaegertonyb: only a few have liberty branches15:58
tonybAJaeger: Huh well there you go :)15:58
mriedemildikov: yes there are 4 calls to check_attach here: https://github.com/openstack/nova/blob/4f75ba6729366f87624554e7732ef122c6ebac4b/nova/compute/api.py15:58
ildikovmriedem: I think I got confused because of the do_check_attach flag in the compute manager16:00
mriedemildikov: yeah, i don't think that's actually used....16:00
mriedemhttps://github.com/openstack/nova/blob/4f75ba6729366f87624554e7732ef122c6ebac4b/nova/compute/manager.py#L467816:00
mriedemhttps://github.com/openstack/nova/blob/4f75ba6729366f87624554e7732ef122c6ebac4b/nova/compute/manager.py#L432716:00
*** haomaiwa_ has quit IRC16:01
*** bklei has quit IRC16:01
mriedemb/c it's done in the compute API already16:01
*** haomaiwa_ has joined #openstack-nova16:01
*** mgoddard__ has quit IRC16:02
*** ivase has quit IRC16:02
tonybAJaeger: that review looks okay to me.  Just trying to understand the background.16:02
*** mgoddard has joined #openstack-nova16:02
*** ivase has joined #openstack-nova16:02
mriedemwhat is our mixed compute use case here? create a multiattach volume in mitaka, attach to an instance in mitaka, and then attach to another instance in newton? then detach from the mitaka instance?16:02
mriedemildikov: ^16:03
ildikovmriedem: so that flag always makes think that the check_attach is not called when it should have been called...16:04
ildikovmriedem: as the patches didn't progress that well, I shot for the bare minimum for Mitaka which is making detach safe16:05
*** mriedem has quit IRC16:05
ildikovmriedem: so having a Mitaka compute in a Newton env even if it's not allowed to do the second attach it should be able to detach a multiattached volume16:05
sdagueAJaeger: the pot files could be fixed manually for kilo, right?16:06
*** jaypipes has quit IRC16:06
ildikovndipanov: the first patch has to make it for sure16:06
ildikovndipanov: but if we can agree that relying on check_attach is safe we have more to get in16:07
*** jaosorior has joined #openstack-nova16:08
*** mriedem has joined #openstack-nova16:08
mriedemildikov: yeah, i know, and i'm not totally opposed to landing https://review.openstack.org/#/c/193134/ with the unusable compute api changes16:08
mriedemsince we don't have the actual attach support in mitaka16:09
openstackgerritLee Yarwood proposed openstack/nova: WIP - image_meta: Add hw_rescue_device and hw_rescue_bus  https://review.openstack.org/27028516:09
openstackgerritLee Yarwood proposed openstack/nova: WIP - libvirt: Add boot ordering to individual devices  https://review.openstack.org/27028616:09
openstackgerritLee Yarwood proposed openstack/nova: WIP - virt: Provide the bdm of an instance during rescue  https://review.openstack.org/27028716:09
openstackgerritLee Yarwood proposed openstack/nova: WIP - compute: Allow for the rescue of volume backed instances  https://review.openstack.org/27028816:09
openstackgerritLee Yarwood proposed openstack/nova: WIP - libvirt: stable device layout when rescuing instances  https://review.openstack.org/27028916:09
ndipanovildikov, safe in what sense?16:09
mriedemndipanov: in that we don't land the actual changes to allow attaching a volume to a 2nd instance in mitaka16:10
ildikovmriedem: if we can rely on check_attach, then I can move those cahnges to the REST API patch and we can get more patches in with an exception16:10
*** ssurana has quit IRC16:10
ildikovmriedem: would be better from the point of view of a homogen environment, I mean don't rely on whether we have Mitaka computes in the system or not16:11
mriedemsure, an easy button would be nice16:11
*** jaypipes has joined #openstack-nova16:11
mriedembut nova supports rolling upgrades16:11
openstackgerritCale Rath proposed openstack/nova: Purge soft-deleted instances cmd  https://review.openstack.org/20375116:11
*** jaosorior has quit IRC16:11
ildikovmriedem: if check_attach is surely called from the API, then we're good16:11
ildikovmriedem: as the API has to be upgraded first16:12
*** cdent has quit IRC16:12
ndipanovildikov, that is no longer the case I'm afraid iiu dansmith correctly16:12
ildikovmriedem: so I mean that we can prepare the computes now for attach too and don't make the changes in check_attach so it's not "enabled"16:12
ndipanovhmm or actually maybe it is16:12
ndipanovit's quite confusing16:13
ildikovdoes sound odd to have the other way in place16:14
mriedemwell i kind of thought that was the plan, so you can enable multiattach in the newton api, and it can attach to mitaka and newton computes16:14
ndipanovI think the idea is that only conductors have to go ahead first, but everything else can be upgraded on their own16:14
mriedemso i thought we had to get all of that infrastructure in place in the compute in mitaka16:15
ildikovmriedem: I gave up that plan a few days ago as I did not see a way it's going to make it before the deadline16:15
ildikovmriedem: I still support this way, if we can agree on discussing it on the mid-cycle and have FFE for the attach prepare patches I'm totally fine with that16:16
mriedemi kind of think we have to discuss this in person at the midcycle and then figure out what our use cases are and what we're going to support, then get that in the week after the midcycle (crap, which i'll be on vacation that week :( )16:17
*** ivase has quit IRC16:17
ildikovmriedem: according to the current plans I will be there only via Hangouts16:18
mriedemyeah, i know16:18
mriedemi want to talk with the nova brain trust in person16:18
mriedem(tm)16:18
*** edtubill has joined #openstack-nova16:18
*** ivase_ has joined #openstack-nova16:19
ildikovwell, it would be useful for me too to lurk on that chat16:19
kashyapI'm trying to run upstream-Kilo unit tests on Fedora-23, and notice this:16:19
ildikovor do some meeting minutes for me :)16:19
kashyap    from nova.api.ec2 import apirequest16:19
kashyapImportError: cannot import name apirequest16:20
kashyapAny hints as to how can I fix that?16:20
mriedemildikov: sure16:20
kashyap(My test invocation is: $ .venv/bin/python -m testtools.run nova.tests.unit.virt.libvirt.test_driver.LibvirtDriverTestCase.test_public_api_signatures)16:21
ndipanovildikov, we'll call you for sure - it's the same tz at least this time :)16:22
ildikovyeah, true :)16:22
openstackgerritTracy Jones proposed openstack/nova: remove mox from vmwareapi/test_driver_api.py  https://review.openstack.org/27030316:23
*** Marga_ has joined #openstack-nova16:24
ildikovmriedem: ndipanov: I might give it a try with the managers, but I would not count on that much...16:24
*** Jeffrey4l has joined #openstack-nova16:24
ildikovjohnthetubaguy: mriedem: ndipanov: what is the strategy for now?16:24
*** rcernin has quit IRC16:25
ildikovI mean wait with all the patches?16:25
*** Jeffrey4l has quit IRC16:25
*** hemna_ is now known as hemna16:25
*** Jeffrey4l has joined #openstack-nova16:25
ildikovor if I use the first item of that dict and fix the test issues we're good with that and have an excpetion for the others?16:26
hemnamornin16:26
ndipanovildikov, tbh I don't care about that dict too much really ...16:26
ndipanovI'd be happy with a comment16:26
ildikovndipanov: I added a comment16:27
mriedemi'd like to not rely on an OrderedDict, i have other comments in https://review.openstack.org/#/c/193134/16:27
mriedemnothing major16:27
mriedemthe only open questions i have are if we should put the compute api changes in mitaka16:27
mriedemwhen i don't think they will be used there16:27
ildikovmriedem: they will save one round trip still16:28
mriedemthese changes i mean https://review.openstack.org/#/c/193134/79/nova/compute/api.py16:28
ildikovthe instance_uuid is needed in compute anyway16:28
ndipanovmriedem, imho it doesn't really matter - for it to actually work across versions all of the logic needs to be there in mitaka right?16:28
*** krtaylor has quit IRC16:29
ndipanovsince we're not going to backport any of that realistically16:29
*** markstur has joined #openstack-nova16:29
ildikovif we want to send attachment_id to Cinder it's in the volume info16:29
ildikovwhich we need to ask Cinder for16:29
*** ivase_ has quit IRC16:29
openstackgerritStephen Finucane proposed openstack/nova: config options: Move wsgi options into a group  https://review.openstack.org/26381216:29
*** ivase has joined #openstack-nova16:30
ildikovthat change retrieves it from the volume info as if the detach is request through the REST API we ask for the volume info from Cinder16:30
*** salv-orlando has joined #openstack-nova16:30
ildikovso in that case we can save having another round trip from the compute, when we have all the info in the API16:30
ildikovso for detach we need it for Mitaka just as much as for Newton16:30
*** jdurgin1 has joined #openstack-nova16:30
*** nelsnelson has joined #openstack-nova16:32
ildikovmriedem: ^16:33
*** otter768 has joined #openstack-nova16:33
ildikovhemna: afternoon :)16:33
hemnaildikov, :)16:33
openstackgerritDavid Edery proposed openstack/nova: Fix create snapshot failure on VMs with SRIOV  https://review.openstack.org/26234116:34
*** cdent has joined #openstack-nova16:34
tonybAJaeger: why has this translations thing become a problem now?16:34
*** davidhadas has quit IRC16:35
tonybsdague: I assume we need the kilo translations fox because of grenade running on liberty?16:35
*** nkrinner has quit IRC16:36
*** otter768 has quit IRC16:37
openstackgerritStephen Finucane proposed openstack/nova: tests_fields: Remove most enum-type field tests  https://review.openstack.org/24437016:38
*** tdurakov has quit IRC16:38
*** dedery_ has joined #openstack-nova16:39
*** fawadkhaliq has joined #openstack-nova16:39
*** ihrachys_ has quit IRC16:40
*** davidhadas_ has joined #openstack-nova16:40
openstackgerritStephen Finucane proposed openstack/nova: test_fields: Remove all 'Enum' subclass tests  https://review.openstack.org/24437216:40
*** krtaylor has joined #openstack-nova16:40
*** unicell1 has quit IRC16:41
*** paul-carlton2 has joined #openstack-nova16:41
*** dedery has quit IRC16:42
openstackgerritStephen Finucane proposed openstack/nova: releasenotes: Note on CPU thread pinning support  https://review.openstack.org/26469316:42
*** gcb has quit IRC16:43
*** su_zhang has joined #openstack-nova16:43
*** dedery_ has quit IRC16:43
*** rmart04 has quit IRC16:44
alaskibauzas: Can you look at https://review.openstack.org/#/c/259470/3 and comment on if that code can be removed now, or when it can if not now?16:44
*** gszasz has quit IRC16:45
*** gcb has joined #openstack-nova16:45
*** unicell has joined #openstack-nova16:46
*** mjura_ has quit IRC16:46
*** annegentle has quit IRC16:46
*** Sukhdev has quit IRC16:47
*** annegentle has joined #openstack-nova16:47
*** tdurakov has joined #openstack-nova16:47
*** fawadkhaliq has quit IRC16:48
*** speller has quit IRC16:48
*** fawadkhaliq has joined #openstack-nova16:48
*** irenab has quit IRC16:48
*** tdurakov has quit IRC16:49
*** fawadkhaliq has quit IRC16:50
*** efoley has quit IRC16:51
*** apoorvad has joined #openstack-nova16:53
*** andymaier has quit IRC16:53
*** zakora has quit IRC16:54
*** andymaier has joined #openstack-nova16:54
*** nic has joined #openstack-nova16:54
*** melwitt_ has joined #openstack-nova16:54
*** irenab has joined #openstack-nova16:55
*** irenab has quit IRC16:56
mriedemndipanov: "imho it doesn't really matter - for it to actually work across versions all of the logic needs to be there in mitaka right?" - i'm still not sure why https://review.openstack.org/#/c/193134/79/nova/compute/api.py would be needed in mitaka16:57
mriedemndipanov: assuming you are upgrading API to get the microversion to support multiattach16:57
mriedemin newton16:57
mriedemit'd be the newton api talking to the mitaka compute16:57
mriedemjohnthetubaguy: ^ am i missing something there?16:58
*** irenab has joined #openstack-nova16:58
mriedemyikes cells v2 meeting in 2 minutes16:58
*** melwitt_ has quit IRC16:59
*** belmoreira has joined #openstack-nova16:59
ndipanovmriedem, my point is that even if you make the call to cinder work in mitaka on compute nodes, that's still not the whole logic that will eventually be there (I think)17:00
*** tdurakov has joined #openstack-nova17:00
ndipanovmriedem, and without it it won't be safe to just assume it will work on older nodes... especially the detach part (again - I think!)17:00
*** irenab has quit IRC17:00
*** delattec has quit IRC17:00
*** browne has joined #openstack-nova17:01
*** haomaiwa_ has quit IRC17:01
*** irenab has joined #openstack-nova17:01
johnthetubaguymriedem: sorry, just looking17:01
*** achanda has joined #openstack-nova17:01
*** melwitt_ has joined #openstack-nova17:01
*** armax has joined #openstack-nova17:01
mriedemndipanov: i agree we want this in mitaka https://review.openstack.org/#/c/193134/79/nova/compute/manager.py17:02
mriedemi could just be overthinking this, which is why i wanted to discuss in person17:02
*** delattec has joined #openstack-nova17:03
*** mgoddard_ has joined #openstack-nova17:03
*** mgoddard has quit IRC17:03
johnthetubaguymriedem: I think we need to pass the instance_uuid, so we can be sure we are "safe" once we get multiples about the place17:04
*** yassine__ has quit IRC17:04
*** jistr has quit IRC17:04
johnthetubaguymriedem: but I might be overthinking it at this point too17:04
*** ssurana has joined #openstack-nova17:05
mriedemjohnthetubaguy: sure, but that's passing from newton api right?17:05
*** READ10 has joined #openstack-nova17:05
*** haomaiwa_ has joined #openstack-nova17:05
mriedemor can we not rely on that b/c of load balancers?17:06
johnthetubaguymriedem: so we need N and N+1 APIs at the same time now, now we have service version to stop the data migrations17:06
ildikovmriedem: so when we release Mitaka the computes start passing attachment_id17:06
johnthetubaguyyeah, I am going around in circles here17:07
* mriedem misses dansmith17:07
ildikovmriedem: so without that changes in the compute API we don't have neither attachment_id from the volume info nor the instance_uuid passed without we can't retrieve at all even with calling out to Cinder17:07
*** ociuhandu has quit IRC17:07
johnthetubaguyso this is mitkata computes with newton computes17:07
openstackgerritSamuel Matzek proposed openstack/nova: glance: secure https when getting client version  https://review.openstack.org/25494417:07
johnthetubaguythe newton API gets a detach17:07
johnthetubaguyit goes to an old compute17:08
johnthetubaguybut the new compute has already done multi-attach17:08
ildikovjohnthetubaguy: mriedem: the compute api change is even with only Mitaka computes17:08
johnthetubaguyand then the old compute gets confused about which volume its detaching17:08
johnthetubaguyoh, wait, thats non-sense17:08
*** irenab has quit IRC17:08
mriedemjohnthetubaguy: no because the newton api is passing the attachment id17:08
mriedemto the mitaka compute17:08
ildikovor if it's not tha Mitaka compute tries to get it17:09
johnthetubaguymriedem: but mitaka compute is on the old interface, which doesn't take the id?17:09
*** jlanoux has quit IRC17:09
mriedemjohnthetubaguy: no i think we land the compute rpcapi and manager changes for that in mitaka17:09
mriedemand use them in newton17:09
johnthetubaguymriedem: oh, I see what you mean now17:09
mriedemat least i thought that was the plan17:09
johnthetubaguymriedem: but we may was well use the new bits now, to save any confusion?17:09
mriedemnova compute api passing the attachment id explicitly in mitaka today is really just doing cinder's job for it17:10
mriedemcinder will already find the attachment id if there is only one today17:10
ildikovjohnthetubaguy: if we send attachment_id in Mitaka then we would want to save round trip already in Mitaka17:10
mriedemwhich would be the case b/c we don't support multiattach in mitaka17:10
*** yamahata has quit IRC17:10
mriedemok, so i think i'm getting ildikov's point,17:10
johnthetubaguymriedem: but we do with mixed, so we would have to double check17:10
mriedemwe need the compute manager changes, which means we need the volume_api changes, which calls to cinder if attachment id isn't provided17:10
ildikovyeah17:11
johnthetubaguyah, yeah, thats more logical that my nonsense17:11
mriedemso if we don't land the compute api changes in mitaka, even though not really necessary, we'd be adding a 2nd call to cinder api in mitaka that is unnecessary17:11
mriedemnot related to mixed env17:11
mriedemnot related to multiattach17:11
ildikovyeap, exactly17:11
mriedemildikov: why didn't you say so?! :P17:12
ildikovthis is what I tried to decribe, but my native English still needs improvements :)17:12
*** melwitt__ has joined #openstack-nova17:12
ildikovmriedem: :P17:12
johnthetubaguywell, the original call is needed because of mixed17:12
johnthetubaguybut lets not confuse things17:12
mriedemyeah17:12
mriedemok, so i think i'm on the same page as ildikov now17:13
ildikovmriedem: \o/ :)17:13
mriedemildikov: so address the comments in https://review.openstack.org/#/c/193134/ and then we'll go from there17:13
*** e0ne has quit IRC17:13
ildikovmriedem: from what you wrote I can confirm17:13
ildikovmriedem: tests are running now17:13
mriedemb/c i'm still not sure what our support case is for mixed comptues in newton17:13
*** scheuran has quit IRC17:14
ildikovmriedem: I think assert will need None as it is different if something is not provided or None is provided and attachment_id is optional in the whole chain of calls17:14
ildikovmriedem: for the first patch it's kinda doesn't matter it's needed in all cases if we want multiattach in Newton17:15
*** melwitt_ has quit IRC17:15
*** zenoway has quit IRC17:15
*** zenoway has joined #openstack-nova17:16
mriedemildikov: for the mox calls, yeah, i figured, because mox is picky17:16
ildikovfor the rest, as I said I got confused with check_attach, but if that can be used to "disabke" multiattach we can add the required changes and enable multiattach along with the microversion17:16
*** dims has quit IRC17:16
*** zenoway has quit IRC17:16
ndipanovI still don't think that unless we have all the code in mitaka compute nodes - meaning the code that checks if it's safe to disconnect volume from the compute node - it's still not going to be safe to call it in a mitaka compute node from any API17:16
*** zenoway has joined #openstack-nova17:16
ndipanovservice version17:16
ildikovndipanov: you mean the attach part, right?17:17
ndipanovdetach as well17:17
*** zenoway has quit IRC17:18
ndipanovbecause it's not only about how we call out to cinder17:18
ndipanovit's also about what we do on the compute host with the volume drivers no?17:19
mriedemndipanov: yeah so this https://review.openstack.org/#/c/193135/17:19
mriedemthat's why i thought we needed all of the compute changes in mitaka17:19
mriedemand then we'd allow check_attach to support multiattach in newton with a microversion17:20
ndipanovmriedem, yeah I think taht if we want to support this working in a mix cloud - there's really no other option17:20
*** ahelkhou1 has joined #openstack-nova17:20
mriedemok, yar har17:21
*** ahelkhou2 has joined #openstack-nova17:21
mriedem"working"17:21
ildikovother option than land these patches and enable in Newton?17:21
*** rmart04 has joined #openstack-nova17:21
mriedemthis will never be working for rax17:22
mriedembecause xen17:22
mriedemso rax will use a policy rule to disable it17:22
ildikovdetach should not do anything with volume drivers17:22
ndipanovildikov, oh?17:22
ildikovmriedem: as the capability is added to the virt drivers from Nova part it will fail as planned17:23
ildikovndipanov: it passes an id to Cinder and it does with it whatever it wants, hopefully using it for identifying the right attachment :)17:24
*** melwitt__ has quit IRC17:24
ndipanovildikov, so what I am thinking about is that we currently disconnect the volume on any detach17:24
ndipanovand this is not what we want to do once we have multi-attach17:24
*** ahelkhou1 has quit IRC17:25
*** tonytan4ever has quit IRC17:25
ildikovndipanov: it's on Cinder also17:25
ildikovndipanov: this is why we have the follow up patch with passing the host_name as well17:25
ildikovndipanov: the lvm driver has issues with two attahcments on one host17:25
*** Marga_ has quit IRC17:25
ildikovndipanov: 3PAR is fine from that PoV17:25
*** Marga_ has joined #openstack-nova17:26
ildikovndipanov: passing the host_name is problematic too though, we need to figure out smth for live migration17:26
mriedemndipanov: yeah i think https://review.openstack.org/#/c/256273/ is for that17:26
*** dims has joined #openstack-nova17:26
*** kfarr has joined #openstack-nova17:26
ildikovif I know correctly jgriffith has ideas on what to do with this issue17:26
mriedemhrm17:27
ndipanovhmmm17:27
ildikovI don't know about the progress atm17:27
smcginnisSome cinder drivers care, other's don't.17:27
mriedemif you can't live migrate with a multiattach volume, then we should be blocking that in the code17:27
*** rmart04 has quit IRC17:27
smcginnisIt will be up to us on the cinder side to make sure we detach the right things.17:27
*** edtubill has quit IRC17:27
ildikovsmcginnis: yeah, with hemna we thought passing the host_name to Cinder will solve this17:28
*** markus_z has quit IRC17:28
ildikovsmcginnis: but Nova does not call attach again in case of live migration17:28
smcginnisildikov: Yeah, I believe that should cover it.17:28
ildikovit calls only initiate_connection17:28
*** unicell has quit IRC17:28
smcginnisildikov: He's definitely dug deeper than me, but from what I've looked in to, that should be enough for those drivers that need it.17:28
ildikovI hope I remember the name correctly17:29
smcginnisildikov: You got it. ;)17:29
ildikovso we cannot pass the host name change17:29
hemnamriedem, at this point I don't think many folks have been able to test multiattachj17:29
hemnaso, live migration may not work for anyone17:29
hemnaI really don't know17:29
mriedemthat inspires confidence :)17:29
hemnalive migration has not gotten a lot of attention from Cinder folks17:29
AJaegertonyb: somebody noticed today about the problem...17:29
ildikovsmcginnis: cool, I'm learning then :)17:30
hemnaa few of us have looked at it hard and tested it17:30
*** knikolla has quit IRC17:31
AJaegersdague: fixing pot files manually for kilo is what I did in 27026817:31
hemnabut ildikov is right, having the host_name in there with the attachment will help cinder try and make a decision as to what to do with the exported target17:31
tonybAJaeger: okay. sdague implied is was causing gate failures which confusd me.17:31
openstackgerritDimitry Ushakov proposed openstack/nova: (lxc) Updated regex to ignore failing tests  https://review.openstack.org/26772417:32
AJaegertonyb: I'm not aware of gate failures. My proposed changes for liberty and master will cause gate failures whenever an invlaid translation file gets proposed by the infra scripts to avoid importing broken files17:32
*** rmart04 has joined #openstack-nova17:32
ndipanovok so here's the problem I am thinking of and folks please correct me if I am wrong: unless there is specific code in Nova that checks that 2 instances that attach the same volume are on the same host - regardless of what cinder does, nova compute is going to plough through detach_volume code which ultimately disconnects the volume regardless of what cinder did17:33
tonybAJaeger: okay thanks for clearing that up.17:33
AJaegertonyb: you're welcome17:33
*** daemontool has joined #openstack-nova17:34
hemnandipanov, I think you may be right.  nova shouldn't call disconnect_volume if that same volume path is used by another instance.17:34
*** diana_clarke has joined #openstack-nova17:34
hemnameeting......17:34
*** hemna is now known as hemnafk17:34
ndipanovattach is similar but slightly less bad - we don't want to connect it - I assume those checks would be part of the multi-attach work...17:35
*** yamahata has joined #openstack-nova17:37
*** yamahata has quit IRC17:37
*** yamahata has joined #openstack-nova17:37
*** mragupat has quit IRC17:37
*** su_zhang has quit IRC17:38
*** Jeffrey4l has quit IRC17:40
jgriffithhemnafk: ndipanov I'd still like to change that so they each have their own unique path17:40
nicmriedem: I'm of the belief that https://review.openstack.org/187395 and https://review.openstack.org/205282 are in a state that should have all of your concerns addressed17:40
*** lpetrut has quit IRC17:41
*** ccarmack has left #openstack-nova17:41
ndipanovjgriffith, sure what I'm saying is without having that code (however it's structured) in both m and n we can't transparently expect stuff to work once we enable it in the API in n17:43
*** aghadge has joined #openstack-nova17:43
ndipanovmriedem, ^17:43
jgriffithndipanov: understood17:43
*** belmoreira has quit IRC17:43
*** aghadge has left #openstack-nova17:44
*** daemontool has quit IRC17:44
mriedemndipanov: yeah, can you note that in https://review.openstack.org/#/c/193135/ /17:45
mriedemnic: i plan on getting back on those after lunch17:45
*** pratikma_ has quit IRC17:46
openstackgerritSudipta Biswas proposed openstack/nova: Allow monitor plugins to set own metric object  https://review.openstack.org/27034117:47
*** slDabbler has joined #openstack-nova17:47
ildikovndipanov: you mean don't call out to os-brick, if we have two attachments on the same host?17:48
ildikovsorry, on a meeting in parallel17:48
openstackgerritGábor Antal proposed openstack/nova: Added super() call in some of the Model's child  https://review.openstack.org/27034317:48
ndipanovildikov, yeah basically (may be more to it than that but that's the point)17:51
ndipanovnova code around detaching is not well structured17:51
ndipanovso there might be subtle details too17:52
ildikovndipanov: ok, then it needs to be addressed now too17:52
ildikovyeah, I realized that :(17:52
*** rotbeard has quit IRC17:53
*** slunkad_ has joined #openstack-nova17:54
ildikovndipanov: I don't know os-brick that much, could that be the component to decide, whether to disconnect or not or is it Nova, who should be responsible for that?17:55
openstackgerritSudipta Biswas proposed openstack/nova: WIP: define NUMA memory bw monitor  https://review.openstack.org/27034417:56
*** tdurakov has quit IRC17:57
*** knikolla has joined #openstack-nova17:57
*** mragupat has joined #openstack-nova17:58
ndipanovildikov, well the API there is mostly connect/disconnect so just from that POV it seems like it's up to Nova...17:58
*** mragupat has quit IRC17:59
ildikovndipanov: hmm, not good news :(17:59
*** danpb has quit IRC17:59
mriedemi suppose the tempest test will hit this when i have it working18:00
mriedemsince it's attaching 2 instances on the same host to the same volume, and then detaching them in order18:00
ndipanovmriedem, I would assume so18:00
mriedemwhich is why we like tempest testing for new complicated features :)18:00
*** haomaiwa_ has quit IRC18:01
*** sahid has quit IRC18:01
*** sfinucan has quit IRC18:01
ildikovmriedem: yeah, I owe you beers for that test :)18:01
mriedemonce it's working...18:01
*** haomaiwang has joined #openstack-nova18:01
*** tonytan4ever has joined #openstack-nova18:01
mriedemgotta review nic's rbd stuff first18:02
nicWill it help the review if I tell you it's been running in production for 18 months with no issues?18:02
mriedemnope18:03
*** crinkle_ is now known as crinkle18:04
*** cdent has quit IRC18:05
*** dane-fichter has quit IRC18:05
*** browne has quit IRC18:05
*** rmart04 has quit IRC18:07
*** unicell has joined #openstack-nova18:08
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: libvirt: Allow multiple volume attachments  https://review.openstack.org/19313518:09
openstackgerritIldiko Vancsa proposed openstack/nova: Pass attachment_id to Cinder when detach a volume  https://review.openstack.org/19313418:09
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: comp: Allow volume multiattach  https://review.openstack.org/26758718:09
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: REST API changes to support multi-attach  https://review.openstack.org/15303818:09
openstackgerritIldiko Vancsa proposed openstack/nova: Pass host when call attach to Cinder  https://review.openstack.org/25627318:09
*** derekh has quit IRC18:10
ildikovmriedem: ndipanov: new version of the detach patch is up ^18:11
ndipanovwow that's fast18:11
*** lifeless_ is now known as lifeless18:12
*** markd_ has quit IRC18:12
*** jwang__ has joined #openstack-nova18:12
*** ociuhandu has joined #openstack-nova18:12
*** mnestratov|2 has joined #openstack-nova18:13
ildikovndipanov: it's the fix for mriedem's comments, I haven't solved the disconnect_volume issue yet :)18:13
ildikovndipanov: that will be another patch though anyway18:13
*** aysyd_ has joined #openstack-nova18:14
*** leseb_ has joined #openstack-nova18:14
*** xek_ has joined #openstack-nova18:14
*** eglynn_ has joined #openstack-nova18:15
*** jschlueter has joined #openstack-nova18:15
*** burt1 has joined #openstack-nova18:15
*** _xin1 has joined #openstack-nova18:16
*** migi_ has joined #openstack-nova18:16
*** kfox1111 has joined #openstack-nova18:17
*** ahelkhou2 has left #openstack-nova18:17
*** smcginni1 has joined #openstack-nova18:17
*** kragniz_ has joined #openstack-nova18:17
*** hemnafk is now known as hemna18:18
*** e0ne has joined #openstack-nova18:18
*** ccarmack has joined #openstack-nova18:18
*** inara` has joined #openstack-nova18:18
hemnajgriffith, I agree.  I'm hoping you can change LVM to do that.  But in the case of the other cinder backends that can't, we still probably need some checks in place on the nova side18:19
*** wasmum- has joined #openstack-nova18:19
*** mriedem has quit IRC18:19
*** su_zhang has joined #openstack-nova18:20
*** tjones has joined #openstack-nova18:20
*** isq_ has joined #openstack-nova18:20
*** aignatov2 has joined #openstack-nova18:21
*** ajo_ has joined #openstack-nova18:21
openstackgerritAndreas Jaeger proposed openstack/python-novaclient: Remove argparse from requirements  https://review.openstack.org/27038918:21
*** slunkad_ has quit IRC18:22
*** annegentle has quit IRC18:22
*** paul-carlton2 has quit IRC18:22
*** burt has quit IRC18:22
*** thorst has quit IRC18:22
*** aysyd has quit IRC18:22
*** busterswt has quit IRC18:22
*** lyarwood has quit IRC18:22
*** ababich has quit IRC18:22
*** _gryf has quit IRC18:22
*** migi has quit IRC18:22
*** leseb- has quit IRC18:22
*** kfox1111_ has quit IRC18:22
*** jwang_ has quit IRC18:22
*** eglynn has quit IRC18:22
*** claudiub has quit IRC18:22
*** ndipanov has quit IRC18:22
*** esracelik has quit IRC18:22
*** med_ has quit IRC18:22
*** arif-ali has quit IRC18:22
*** xek has quit IRC18:22
*** ajo has quit IRC18:22
*** mnestratov has quit IRC18:22
*** wasmum has quit IRC18:22
*** inara has quit IRC18:22
*** mrsoul` has quit IRC18:22
*** isq has quit IRC18:22
*** hamzy has quit IRC18:22
*** _xin has quit IRC18:22
*** aignatov has quit IRC18:22
*** kragniz has quit IRC18:22
*** smcginnis has quit IRC18:22
*** aysyd_ is now known as aysyd18:22
*** aignatov2 is now known as aignatov18:22
*** med_ has joined #openstack-nova18:22
*** davidhadas_ has quit IRC18:23
*** med_ is now known as Guest6510318:23
*** arif-ali has joined #openstack-nova18:23
*** mriedem has joined #openstack-nova18:24
*** lyarwood has joined #openstack-nova18:24
*** ndipanov has joined #openstack-nova18:24
*** slunkad_ has joined #openstack-nova18:24
*** annegentle has joined #openstack-nova18:24
*** mrsoul` has joined #openstack-nova18:24
jgriffithhemna: I looked at it again last night, not sure how easy it will be.  Regardless, my concern is that it's getting kinda convoluted and brittle.  But we'll see what we can do.  Maybe talk through some things next week18:25
hemnajgriffith, no problemo.18:25
*** delattec has quit IRC18:26
*** delattec has joined #openstack-nova18:27
*** penick has joined #openstack-nova18:27
*** ducttape_ has quit IRC18:27
*** _ducttape_ has joined #openstack-nova18:27
vladikrjaypipes, could you please take a look the libosinfo series again, when you'll have a moment I've addressed your comments, thanks18:27
*** ccarmack has quit IRC18:27
vladikrhttps://review.openstack.org/#/q/topic:bp/libvirt-hardware-policy-from-libosinfo18:27
*** paul-carlton2 has joined #openstack-nova18:27
*** chhavi has quit IRC18:28
ildikovjgriffith: thanks for the effort on this18:28
ildikovjgriffith: also would be nice to touch every sensitive/fragile topic next week we can18:28
*** _gryf has joined #openstack-nova18:28
*** thorst has joined #openstack-nova18:29
*** baoli_ has quit IRC18:30
*** ccarmack has joined #openstack-nova18:30
jaypipesvladikr: yes, will do.18:30
*** esracelik has joined #openstack-nova18:31
*** baoli has joined #openstack-nova18:31
vladikrjaypipes, thanks!18:31
*** ababich has joined #openstack-nova18:31
*** hamzy has joined #openstack-nova18:31
*** ctrath has quit IRC18:34
*** otter768 has joined #openstack-nova18:34
*** jdurgin1 has quit IRC18:34
*** cdent has joined #openstack-nova18:35
*** lyarwood has quit IRC18:35
*** ndipanov has quit IRC18:35
*** slunkad_ has quit IRC18:35
*** annegentle has quit IRC18:35
*** mrsoul` has quit IRC18:35
*** Sukhdev has joined #openstack-nova18:36
*** _ducttape_ has quit IRC18:36
*** baoli_ has joined #openstack-nova18:36
*** lyarwood has joined #openstack-nova18:37
*** ndipanov has joined #openstack-nova18:37
*** slunkad_ has joined #openstack-nova18:37
*** annegentle has joined #openstack-nova18:37
*** mrsoul` has joined #openstack-nova18:37
*** otter768 has quit IRC18:38
*** baoli has quit IRC18:39
jgriffithildikov: we only have a week :)18:40
*** ctrath has joined #openstack-nova18:40
ildikovjgriffith: what to say, I don't know how longer I can go without sleeping :)18:41
ildikov*how much18:41
jgriffithildikov: don't do that to yourself!  :)18:41
*** ndipanov has quit IRC18:42
*** ndipanov has joined #openstack-nova18:43
ildikovjgriffith: I have no time schedule skills, I'm trying to improve there day by day :)18:43
jgriffithildikov: I hear ya, and suffer the same curse18:44
ildikovI think many of us do here18:44
ildikov... in some extent at least18:44
*** zenoway has joined #openstack-nova18:45
melwittccarmack: I just checked a recent cells tempest job run and it looks like all of the settings I was thinking of are already set the way we want by default http://logs.openstack.org/40/128940/107/check/gate-tempest-dsvm-cells/6ae292e/logs/tempest_conf.txt.gz18:47
*** READ10 has quit IRC18:47
ccarmackmelwitt: looking18:47
melwittccarmack: that is, the compute.ssh_connect_method = fixed, validation.connect_method = fixed, validation.run_validation = False18:48
*** ndipanov has quit IRC18:48
*** lyarwood has quit IRC18:48
*** slunkad_ has quit IRC18:48
*** annegentle has quit IRC18:48
*** mrsoul` has quit IRC18:48
*** ndipanov has joined #openstack-nova18:48
*** lyarwood has joined #openstack-nova18:48
*** slunkad_ has joined #openstack-nova18:48
*** annegentle has joined #openstack-nova18:48
*** mrsoul` has joined #openstack-nova18:48
*** lpetrut has joined #openstack-nova18:48
ccarmackmelwitt: the run_validation = false is what prevents the verify ssh in test_server_basic_ops18:49
*** rdopiera has quit IRC18:49
*** eglynn_ has quit IRC18:49
melwittccarmack: oh, hmm18:49
*** doug-fish has quit IRC18:49
ccarmackhttps://github.com/openstack/tempest/blob/master/tempest/scenario/test_server_basic_ops.py#L6418:50
*** claudiub has joined #openstack-nova18:50
ccarmackmelwitt: I was going to ask mtreinish about it in the qa channel.... why it is false, and can I add a test just for cells that does the ssh18:52
ccarmackmelwitt: because I removed the blacklist for test_server_basic_ops in my nova patchset18:53
*** browne has joined #openstack-nova18:53
*** doug-fish has joined #openstack-nova18:53
*** tjones1 has joined #openstack-nova18:54
*** flaper87 has quit IRC18:54
*** flaper87 has joined #openstack-nova18:54
*** luis_ has joined #openstack-nova18:54
ccarmackmelwitt: I checked the other scenario tests doing ssh, and they are all skipped for some reason -- nova rc blacklists them for floating ip, or a skip for a bug18:54
*** slDabbler has quit IRC18:55
melwittccarmack: right. I had missed the run_validation = False preventing all the ssh, that is strange18:55
*** rcrit has joined #openstack-nova18:56
*** hblixt has joined #openstack-nova18:56
*** mdbooth has quit IRC18:56
*** mdbooth has joined #openstack-nova18:56
*** ansiwen has quit IRC18:56
*** ansiwen has joined #openstack-nova18:56
*** Marga_ has quit IRC18:56
*** mc_nair has quit IRC18:57
*** mc_nair has joined #openstack-nova18:57
*** markmc` has quit IRC18:57
*** markmc` has joined #openstack-nova18:57
*** eharney has quit IRC18:57
*** eharney has joined #openstack-nova18:57
*** rlrossit has quit IRC18:57
*** rlrossit has joined #openstack-nova18:57
*** 77CAALV3Z has joined #openstack-nova18:57
*** luis_ has quit IRC18:57
*** edmondsw has quit IRC18:57
*** edmondsw has joined #openstack-nova18:57
*** mtanino has quit IRC18:57
*** mtanino has joined #openstack-nova18:57
*** smatzek_ has quit IRC18:57
*** smatzek_ has joined #openstack-nova18:57
*** pratikmallya has joined #openstack-nova18:57
*** rfolco has quit IRC18:57
*** boris-42 has quit IRC18:57
*** boris-42 has joined #openstack-nova18:57
*** andymaier has quit IRC18:58
*** andymaier has joined #openstack-nova18:58
*** doug-fish has quit IRC18:58
*** kfarr has quit IRC18:58
*** kfarr has joined #openstack-nova18:58
*** pratikma_ has joined #openstack-nova18:58
*** Sukhdev has quit IRC18:58
*** _xin1 has quit IRC18:59
*** _xin1 has joined #openstack-nova18:59
*** migi_ has quit IRC18:59
*** migi_ has joined #openstack-nova18:59
*** 77CAALV3Z has quit IRC18:59
*** ndipanov has quit IRC18:59
*** lyarwood has quit IRC18:59
*** slunkad_ has quit IRC18:59
*** annegentle has quit IRC18:59
*** mrsoul` has quit IRC18:59
*** wasmum- has quit IRC18:59
*** wasmum- has joined #openstack-nova18:59
*** ajo_ has quit IRC18:59
*** ajo_ has joined #openstack-nova18:59
*** mriedem has quit IRC18:59
*** mriedem has joined #openstack-nova18:59
*** penick has quit IRC18:59
*** penick has joined #openstack-nova18:59
*** ccarmack has quit IRC18:59
*** ccarmack has joined #openstack-nova18:59
*** baoli_ has quit IRC18:59
*** baoli_ has joined #openstack-nova18:59
*** ctrath has quit IRC18:59
*** ctrath has joined #openstack-nova18:59
*** mriedem has quit IRC19:00
melwittccarmack: looks like devstack defaults it to false if not set in the env https://github.com/openstack-dev/devstack/blob/2d9f777cc076df863af659caeddc9583fba1e1e7/lib/tempest#L45019:00
*** pratikma_ has quit IRC19:00
*** pratikma_ has joined #openstack-nova19:00
melwittccarmack: and I only see that getting set to true in project-config for neutron related jobs19:00
*** knikolla has quit IRC19:00
*** haomaiwang has quit IRC19:01
*** 17WABLM3R has joined #openstack-nova19:01
*** browne has quit IRC19:01
*** mragupat has joined #openstack-nova19:02
*** mragupat has quit IRC19:02
ccarmackmelwitt: yea, I need to talk to mtreinish19:02
*** andymaier has quit IRC19:02
*** pratikmallya has quit IRC19:02
*** mragupat has joined #openstack-nova19:02
*** browne has joined #openstack-nova19:02
*** mragupat has quit IRC19:03
*** mragupat has joined #openstack-nova19:03
*** cfarquhar_ has quit IRC19:03
*** tjones has quit IRC19:04
melwittcool19:04
*** liverpooler has joined #openstack-nova19:05
*** mriedem has joined #openstack-nova19:05
*** cfarquhar has joined #openstack-nova19:07
*** cfarquhar has quit IRC19:07
*** cfarquhar has joined #openstack-nova19:07
*** RichardRaseley has joined #openstack-nova19:08
*** Marga_ has joined #openstack-nova19:09
*** doug-fish has joined #openstack-nova19:09
*** eharney has quit IRC19:10
*** doug-fis_ has joined #openstack-nova19:10
*** unicell has left #openstack-nova19:11
*** tjones has joined #openstack-nova19:11
*** knikolla has joined #openstack-nova19:13
*** doug-fish has quit IRC19:14
*** vilobhmm11 has joined #openstack-nova19:16
*** Sukhdev has joined #openstack-nova19:16
*** aix has quit IRC19:16
*** bnemec has quit IRC19:17
*** ijw_ has joined #openstack-nova19:17
*** vilobhmm111 has joined #openstack-nova19:17
*** ZZelle_ has joined #openstack-nova19:19
*** ducttape_ has joined #openstack-nova19:19
*** knikolla has quit IRC19:20
*** vilobhmm11 has quit IRC19:20
*** knikolla has joined #openstack-nova19:20
*** ociuhandu has quit IRC19:20
*** ijw has quit IRC19:20
*** achanda has quit IRC19:21
*** tdurakov has joined #openstack-nova19:24
*** Marga_ has quit IRC19:25
*** bnemec has joined #openstack-nova19:25
openstackgerritEd Leafe proposed openstack/nova: Move config options from nova/network/linux_net.py  https://review.openstack.org/27044119:26
*** eharney has joined #openstack-nova19:26
ccarmackmelwitt: I'm chatting with mtreinish in the qa channel if you are interested19:26
*** busterswt has joined #openstack-nova19:26
*** eharney is now known as Guest8015219:26
*** diogogmt has joined #openstack-nova19:28
mriedemnic: so close https://review.openstack.org/#/c/187395/44/nova/tests/unit/virt/libvirt/test_driver.py19:29
*** tonytan4ever has quit IRC19:30
nicmriedem: "Shouldn't you be asserting that rollback_to_snap and remove_snap is called in here somewhere?"19:31
nicYou mean like I do on lines 13758-13759?19:31
mriedemheh blarg19:31
mriedemok that's fine then, but the next test19:32
nicNew revision incoming19:32
mriedemasserts that the mock is raising the side_effect19:32
*** bdrich has quit IRC19:32
mriedemthen it's +2 time big boy19:32
nicYay!  I'm a big boy today!19:33
*** Guest80152 is now known as eharney19:33
*** eharney has quit IRC19:33
*** eharney has joined #openstack-nova19:33
mriedemhttps://www.youtube.com/watch?v=4q4fZxQmKGU19:34
mriedemyes you are19:34
ildikovmriedem: I wonder when it will be +2 time for big girls ;)19:34
mriedemi don't have a clip for that19:34
openstackgerritNicolas Simonds proposed openstack/nova: libvirt: Fix/implement revert-resize for RBD-backed images  https://review.openstack.org/18739519:34
openstackgerritNicolas Simonds proposed openstack/nova: libvirt: make snapshot use RBD snapshot/clone when available  https://review.openstack.org/20528219:34
ildikovmriedem: yeah, I just checked it :D19:35
mriedemprobably delayed b/c now i'm distracted with the simpsons19:35
ildikov:)19:35
*** smcginni1 is now known as smcginnis19:38
*** slDabbler has joined #openstack-nova19:38
mriedemuh oh19:45
*** mtanino has quit IRC19:45
*** tjones has quit IRC19:50
*** tjones has joined #openstack-nova19:51
*** achanda has joined #openstack-nova19:55
*** Marga_ has joined #openstack-nova19:55
*** paul-carlton2 has quit IRC19:56
ildikovmriedem: what's the 'uh oh' is for? :)19:56
*** pushkaru has quit IRC19:58
*** hemna is now known as hemnafk19:58
mriedemdon't worry, it's nic's patch19:59
*** ctrath has quit IRC19:59
nic?19:59
ildikovmriedem: ok :)20:00
mriedemnic: http://logs.openstack.org/82/205282/39/check/gate-tempest-dsvm-full/06003c5/logs/screen-n-cpu.txt.gz?level=TRACE#_2016-01-20_16_37_12_96620:00
*** ducttape_ has quit IRC20:00
mriedemnotice for non-rbd backends, "Performing standard snapshot because direct snapshot failed"20:00
*** ctrath has joined #openstack-nova20:00
mriedemwe shouldn't be warning for NotImplementedError20:00
*** 17WABLM3R has quit IRC20:01
nicDEBUG?20:01
*** haomaiwang has joined #openstack-nova20:01
nicOr nothing at all?20:01
*** tjones1 has quit IRC20:02
mriedemwell, we want a warning in the case that the direct snapshot on the rbd backend fails20:02
mriedembut we don't want a warning if it's just that the imagebackend we're using doesn't implement that direct snapshot method20:02
mriedemi'm commenting inline20:02
nicI pretty much parroted how commit 112b140 did things…20:04
nicTrying to play nice with extant code and all20:04
*** su_zhang has quit IRC20:04
*** knikolla has quit IRC20:07
*** mragupat_ has joined #openstack-nova20:08
*** paul-carlton2 has joined #openstack-nova20:09
*** rlrossit has quit IRC20:11
*** mragupat has quit IRC20:11
bauzasalaski: heya, sorry was afk today because of an OpenStack class teaching20:12
alaskibauzas: no worries, I just wasn't sure about when some backwards compat code can be removed.  I didn't notice a comment providing that info20:14
bauzasalaski: tbc, I'm okay with removing that since it was about Kilo computes - but I think the commit msg should say why20:15
alaskibauzas: agreed20:16
tjonesanyone else having hyper-v failures in CI (ssh timeout)?20:17
tjoneshttp://64.119.130.115/nova/266060/4/results.html.gz20:17
*** salv-orlando has quit IRC20:18
*** annegentle has joined #openstack-nova20:18
*** matrohon has joined #openstack-nova20:18
*** ndipanov has joined #openstack-nova20:18
*** lyarwood has joined #openstack-nova20:18
*** mrsoul` has joined #openstack-nova20:18
bauzasalaski: I'm adding https://review.openstack.org/#/c/126372/19/nova/compute/resource_tracker.py to the comment20:18
*** gongysh has joined #openstack-nova20:18
*** davidlenwell has quit IRC20:18
*** changbl has quit IRC20:19
*** davidlenwell has joined #openstack-nova20:20
mriedemnic: comments published20:21
*** matrohon has quit IRC20:21
*** matrohon has joined #openstack-nova20:22
bauzasalaski: so I missed again one cells v2 meeting, right ? ;(20:22
bauzas:(20:22
*** gongysh has quit IRC20:23
bauzasmeh, is it me or the gate is bad ?20:23
melwittalaski: I noticed the CellMapping.create doesn't generate a uuid for the cell mapping. is that a bug?20:24
mriedembauzas: yes things are bad20:24
bauzas:(20:24
* bauzas looking at the mailing20:25
mriedemi think it's all under control,20:25
mriedemit's just the matter of getting everything caught back up after like 2-3 days of resets20:25
*** ljxiash has quit IRC20:27
*** mtanino has joined #openstack-nova20:27
alaskimelwitt: it's not a bug, I was expecting the creator to assign a uuid.  I could be convinced that it should set it's own uuid though.20:27
alaskimelwitt: although cell0 creation might need to pass in a custom uuid20:27
mriedemmikal: would be nice for you to review this one since it's holding up a bp for feature freeze, has a +2, pretty straight forward https://review.openstack.org/#/c/187395/20:27
*** ljxiash has joined #openstack-nova20:27
mriedemmikal: plus related to imagebackend stuff, your old favorite20:27
*** apoorvad has quit IRC20:27
melwittalaski: oh, okay. I'll add --uuid as a param then. I was used to some other things auto generating uuid20:27
melwittI suppose the nova-manage command could generate one if one isn't provided20:28
*** mtanino has quit IRC20:28
*** matrohon has quit IRC20:28
*** annegentle has quit IRC20:28
*** ndipanov has quit IRC20:28
*** lyarwood has quit IRC20:28
*** mrsoul` has quit IRC20:28
alaskibauzas: yep, missed another meeting.  I didn't ping you since you didn't answer my question asked around the same time, figured you were out20:28
alaskimelwitt: yeah, I think nova-manage should generate one.20:29
melwittalaski: cool, thanks20:29
openstackgerritTimofey Durakov proposed openstack/nova: Ceph for live-migration job  https://review.openstack.org/25228320:29
bauzasalaski: my bad :(20:30
nicOh cool, stack.sh is broken20:31
alaskibauzas: no worries20:31
*** n0ano has joined #openstack-nova20:31
*** ljxiash has quit IRC20:31
*** Thelo has quit IRC20:33
*** bdrich has joined #openstack-nova20:33
*** otter768 has joined #openstack-nova20:35
*** diana_clarke has quit IRC20:37
*** otter768 has quit IRC20:39
*** nic has quit IRC20:40
*** nic has joined #openstack-nova20:42
*** ociuhandu has joined #openstack-nova20:42
*** ijw has joined #openstack-nova20:42
*** Thelo has joined #openstack-nova20:42
*** mtanino has joined #openstack-nova20:42
*** matrohon has joined #openstack-nova20:42
*** annegentle has joined #openstack-nova20:42
*** ndipanov has joined #openstack-nova20:42
*** lyarwood has joined #openstack-nova20:42
*** mrsoul` has joined #openstack-nova20:42
*** mtanino has quit IRC20:42
*** mtanino has joined #openstack-nova20:42
*** boris-42 has quit IRC20:43
*** ijw_ has quit IRC20:45
*** hemnafk is now known as hemna20:45
*** pratikma_ has quit IRC20:48
*** rlrossit_ has joined #openstack-nova20:50
*** ducttape_ has joined #openstack-nova20:52
*** ijw has quit IRC20:53
*** Thelo has quit IRC20:53
*** mtanino has quit IRC20:53
*** matrohon has quit IRC20:53
*** annegentle has quit IRC20:53
*** ndipanov has quit IRC20:53
*** lyarwood has quit IRC20:53
*** mrsoul` has quit IRC20:53
mriedemildikov: still awake?20:53
ildikovmriedem: yes20:53
mriedemhttps://review.openstack.org/#/c/193134/80/nova/volume/cinder.py20:54
*** changbl has joined #openstack-nova20:54
mriedemclean that up and i'm +220:54
ildikovmriedem: cool, sorry for all these roukie mistakes20:55
mriedemwant to fix the typo in the commit message here when you rebase? https://review.openstack.org/#/c/256273/20:56
sdagueanyone have time for a story time / question time?20:57
*** tonytan4ever has joined #openstack-nova20:57
*** tdurakov has quit IRC20:58
sdaguetoday in nova if you pass an invalid content-type we swallow that fact early and zero out the body - https://github.com/openstack/nova/blob/f7adbfdb9e163bb9369b26fe30bb353204adb8be/nova/api/openstack/wsgi.py#L61920:58
sdagueand then it tumbles in the stack...20:59
sdagueprobably triggering an invalid content type exception later by accident, though maybe not21:00
*** jschlueter has quit IRC21:00
*** haomaiwang has quit IRC21:01
mriedemsdague: see topic21:01
sdague... ?21:01
mriedemsdague: boilerplate response to questions no one knows the answer to or wants to investigate :)21:02
sdagueheh21:02
mriedemgit tells me that Vek wrote all of that code back in essex21:02
sdagueyeh, well, I'm trying to delete most of it21:02
sdaguepiece by peice21:03
sdagueI just hit a behavior here that is a bit undefined21:03
sdagueor at least hard to characterize21:03
*** ihrachys has joined #openstack-nova21:03
sdaguebecause we end up turning bad content types into None, which is the same as no content type being passed, which we can't distinguish later21:03
sdagueit seems like we should throw the bad content type early21:04
cdentsdague: yes, yes we should21:04
mriedemsdague: yeah, seems like you'd eventually get here https://github.com/openstack/nova/blob/f7adbfdb9e163bb9369b26fe30bb353204adb8be/nova/api/openstack/wsgi.py#L773-L77621:05
mriedemif something was validating the content-type, but if it's None you don't know21:05
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: libvirt: Allow multiple volume attachments  https://review.openstack.org/19313521:05
openstackgerritIldiko Vancsa proposed openstack/nova: Pass attachment_id to Cinder when detach a volume  https://review.openstack.org/19313421:05
sdaguemriedem: yeh, except I'm trying to delete that code21:05
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: comp: Allow volume multiattach  https://review.openstack.org/26758721:05
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: REST API changes to support multi-attach  https://review.openstack.org/15303821:05
openstackgerritIldiko Vancsa proposed openstack/nova: Pass host when call attach to Cinder  https://review.openstack.org/25627321:05
sdaguebecause that was all about deserializers21:05
sdaguewhich we only have 121:05
mriedembut rax has many?21:05
mriedemor i guess we jus tused to have xml21:05
sdaguehttps://review.openstack.org/#/c/270215/21:06
mriedemand this was part of that21:06
sdagueyes21:06
sdagueit was the code to generalize for xml21:06
ildikovmriedem: fixed the commit message too ^^ thanks for catching21:06
mriedemsdague: heh, well Vek is +2 on your change so you could ask him if he remembers anything about that case21:06
mriedembut it seems reasonable to fail early there21:06
*** eglynn_ has joined #openstack-nova21:07
sdagueyeh, I think a lot of unit tests might need to update for it21:07
openstackgerritTobias Urdin proposed openstack/nova: Move is_volume_backed_instance to compute.utils  https://review.openstack.org/27048221:08
cdentman, nova's little wsgi framework is...special21:09
sdagueyeh, well, it grew up to do some things21:10
sdagueand we deleted a bunch of it21:10
sdaguebut the generics to support that stuff was left behind21:11
* cdent nods21:11
*** tdurakov_ has joined #openstack-nova21:11
nicmriedem: you mean to tell me you want me to remove those preposterous RBD mocks in the test_driver stuff?  THIS MAKES ME SO HAPPY21:11
nicI'll get a new revision pushed in an hour or so21:12
mriedemnic: heh, i thought you wanted that21:12
mriedemA->B->C, testing A shouldn't mock C21:12
mriedemildikov: +2 on https://review.openstack.org/#/c/193134/ despite some cleanup if you respin21:12
nicIt seemed like a good idea at the time?21:12
cburgessmriedem So no to stir the pot here but.... given the deadline is rapidly approaching, how are things looking with this RBD feature?21:13
mriedemnic: sounds like me in college21:13
mriedemnic: so like i said in the review, you could cleanup the test_driver mock code in a follow up change,21:14
cburgessmriedem nic I say that about some of the code I wrote in the early days of MC all the time.21:14
mriedemnic: i was really just -1 on the gratuitious warnings when not using the rbd image backend and doing the snapshot21:14
*** raildo is now known as raildo-afk21:14
mriedemcburgess: i'm +2 on the dependent change21:15
nicmriedem: I've already got those fixed, is fixing the RBD tests in test_driver a hard requirement for you, too?21:15
mriedemand after the warnings for direct-snapshot not implemented are only logged when using rbd in the top change, i'll be +2 on that - with a promise from nic to cleanup the libvirt test_driver mocking21:15
mriedemnic: not for this change, no, that could wait for a follow on change21:15
nicOK, I'll hurry, then21:16
*** Sukhdev has quit IRC21:16
mriedemcburgess: after that, i'll need to lobby mikal for a review tonight21:16
cburgessmriedem OK just starting to get worried. Really don't want to see this feature miss another release. At this point there are several people who have carried this feature locally for a while and would be great to finally get this in.21:16
mriedems/i'll/you'll/21:16
mriedemcburgess: yeah i don't want to see it slip either21:17
mriedemjust b/c i <3 me some MC guys21:17
cburgessmriedem Oh you want me to? OK. I'm not above bribing mikal. :) Might cost me in the future.21:17
cfriesenI think we've stumbled over a potential problem with the confirmation of a resize/migration.  If we call confirm_resize() that sets migration.status to 'confirming' and sends an  RPC cast to the compute node.  If there's a glitch and that cast is never processed, there's no way to either confirm or revert the resize since both APIs look for migrations with a status of "finished".21:18
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: libvirt: Allow multiple volume attachments  https://review.openstack.org/19313521:18
openstackgerritIldiko Vancsa proposed openstack/nova: Pass attachment_id to Cinder when detach a volume  https://review.openstack.org/19313421:18
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: comp: Allow volume multiattach  https://review.openstack.org/26758721:18
openstackgerritIldiko Vancsa proposed openstack/nova: WIP: REST API changes to support multi-attach  https://review.openstack.org/15303821:18
openstackgerritIldiko Vancsa proposed openstack/nova: Pass host when call attach to Cinder  https://review.openstack.org/25627321:18
*** smatzek_ has quit IRC21:18
*** salv-orlando has joined #openstack-nova21:18
mriedemildikov: lovely21:19
ildikovmriedem: fixed it now21:19
*** salv-orlando has quit IRC21:19
*** salv-orlando has joined #openstack-nova21:19
ildikovmriedem: I promise I go and get some sleep, that should help with my reading ability too :)21:20
ildikovmriedem: thanks much21:20
mriedemlater21:20
*** eglynn_ has quit IRC21:22
ildikovlaters21:22
*** eglynn_ has joined #openstack-nova21:22
edleafemriedem: with He Who Shall Not Be Named out, can you weigh in on marcus_z's question on https://review.openstack.org/#/c/268186/1/nova/conf/cert.py21:25
sdaguecdent: but, having been deep into some of the routes work here to get past project_id, I figured it was time to just rip some of these bits out21:25
*** achanda has quit IRC21:26
*** delattec has quit IRC21:28
*** apoorvad has joined #openstack-nova21:28
*** mdnadeem has joined #openstack-nova21:30
*** thelo_ has joined #openstack-nova21:31
mriedemedleafe: he's right on the 2nd one about the version aliases21:31
mriedemedleafe: i'm not sure about the first one, the wording is odd, i'd ask dansmith, he's the rpc compat wizard21:31
edleafemriedem: yeah, already noted that21:31
mriedemhe's also off irc so we can call him out now21:32
edleafemriedem: AHHHH YOU SAID THE NAME!21:32
*** apoorvad has quit IRC21:33
*** apoorvad has joined #openstack-nova21:34
thelo_mriedem: Hi regarding this patch https://review.openstack.org/#/c/253353/ we are still waiting for the os-brick library to be added into the openstack requirements ( so far its been queue for > 24h). Is there any chance that we can merge it before the deadline or add it after?21:35
mriedemjroll: so i guess this isn't happening for mitaka https://review.openstack.org/#/c/206163/21:36
mriedemthelo_: sorry, forgot all about that one21:36
jrollmriedem: I'd like to, I've been slacking on getting back to it while we finish the ironic side. I actually poked john about this earlier but he was already afk21:36
thelo_mriedem: My bad, I didnt remind you because we went through several issues while trying to issue a new os-brick release21:37
mriedemthelo_: ok, yeah, i see https://review.openstack.org/#/c/267725/ is in the gate21:38
*** mdnadeem has quit IRC21:38
*** htruta` is now known as htruta21:38
mriedemjroll: yeah, but that patch is nowhere near ready and tomorrow is FF21:39
jrollmriedem: I understand, my goal was to update it today and apply for FFE21:39
jrollbecause I'm a terrible person, mostly21:39
mriedemi didn't want to say it21:39
mriedem:)21:39
jrollmriedem: a huge amount of code is landing in ironic this cycle, that patch is the last nova thing to make the feature complete, so I'd be really sad to not make mitaka21:40
jrolland I know that's also a crappy argument21:40
jrollbut that's all I've really got right now21:40
mriedemlet's blame alaski21:40
jrollsounds fun21:41
* alaski slowly walks away21:41
alaskiI did approve a patch in that series.  So yay, I helped!21:43
*** pratikmallya has joined #openstack-nova21:45
*** ihrachys has quit IRC21:45
mriedemhigh five21:45
mriedemwe both did21:45
mriedemwell, +2'ed one anyway21:46
mriedemthelo_: do you have 3rd party ci for this in cinder?21:46
*** penick has quit IRC21:46
thelo_mriedem: Yes for both osbrick and cinder21:46
mriedemthelo_: and i'm assuming the 3rd party ci is running with the nova patch atm?21:47
thelo_yes21:47
*** mrsoul has joined #openstack-nova21:47
mriedemhttp://128.199.204.149/52/253352/10/check/ITRI_DISCO_os-brick/8941576/21:47
openstackgerritSean Dague proposed openstack/nova: cleanup: remove infrastructure for content/type deserializer  https://review.openstack.org/27049721:47
*** cdelatte has joined #openstack-nova21:47
*** haomaiwa_ has joined #openstack-nova21:47
*** ijw has joined #openstack-nova21:47
*** su_zhang has joined #openstack-nova21:47
*** Thelo has joined #openstack-nova21:48
mriedemthelo_: heh, it's using the lvm driver http://128.199.204.149/52/253352/10/check/ITRI_DISCO_os-brick/8941576/logs/etc/cinder/cinder.conf.txt.gz21:48
mriedemnot disco21:48
*** thangp has left #openstack-nova21:49
*** cdent has quit IRC21:49
thelo_mriedem: true for os brick it is, for cinder it uses the disco driver21:49
mriedemhmmm21:49
openstackgerritNicolas Simonds proposed openstack/nova: libvirt: make snapshot use RBD snapshot/clone when available  https://review.openstack.org/20528221:49
thelo_mriedem/ hemna told me to do this until the atch is accepted then to move to DISCO driver21:49
mriedemwhich patch? the nova one or the os-brick one?21:50
*** davidlenwell has quit IRC21:52
*** davidlenwell has joined #openstack-nova21:54
*** omnipresent has joined #openstack-nova21:54
thelo_mriedem: for nova,os-brick and cinder. right now the patches for os-brick and cinder have been merged. the CI for cinder is using the patches for nova, os-brick and cinder, while the osbrick CI does not use any patch at the moment and its configured fr LVM.21:55
*** changbl has quit IRC21:55
*** cdelatte has quit IRC21:56
mriedemthelo_: ok, but the ci for os-brick should be using the disco backend i'd think21:57
mriedemthelo_: anyway, comments in https://review.openstack.org/#/c/253353/21:57
mriedemit's pretty clean, just small issues21:57
mriedemthelo_: get that cleaned up today/tonight yet and i'll +221:57
thelo_mriedem: sure I will change this when I go to work21:58
mriedemwhat tz are you in?21:58
*** zenoway has quit IRC21:58
thelo_mriedem: asia pacific - Taipei21:58
mriedemah21:58
mriedemok21:58
*** cdelatte has joined #openstack-nova21:58
*** eglynn_ has quit IRC21:59
thelo_mriedem: so tonight is basically in 14hours for me.22:00
*** davidlenwell has quit IRC22:00
*** haomaiwa_ has quit IRC22:01
mriedemsure, so if you can get that updated this morning for your moring, that'd be good22:01
mriedemb/c it's 4pm for me22:01
*** lyarwood has joined #openstack-nova22:01
*** ndipanov has joined #openstack-nova22:01
*** annegentle has joined #openstack-nova22:01
*** haomaiwang has joined #openstack-nova22:01
thelo_mriedem: thanks I do it now then22:01
mriedemand i'll be working from home for a few hours tonight, but that's it - the family folk demand my attention22:01
*** davidlenwell has joined #openstack-nova22:02
nicmriedem: new revision pushed.  Ta-da!22:02
*** cdelatte has quit IRC22:02
mriedemgerritbot doesn't think so22:04
*** annegent_ has joined #openstack-nova22:04
*** annegentle has quit IRC22:04
mriedemi see it22:04
nicPatchset #4122:04
*** annegentle has joined #openstack-nova22:04
*** penick has joined #openstack-nova22:05
mriedemnic: i'm pretty sure that test_raw_with_rbd_clone_everything_fails isn't testing that generic exception block in the driver22:06
*** cdelatte has joined #openstack-nova22:06
mriedemtest_raw_with_rbd_clone_everything_fails tests that direct_snapshot raises Forbidden which gets you into the fallback block, and then the test raises IOError from that22:06
mriedemwhich isn't the same block that's handling the generic exception that's on the same level as the Forbidden/ImageUnacceptable handling22:06
openstackgerritTobias Urdin proposed openstack/nova: Move is_volume_backed_instance to compute.utils  https://review.openstack.org/27048222:07
hemnathelo_, looks like you are getting some CI failures in os-brick (timeouts)22:07
hemnathelo_, http://128.199.204.149/81/268481/2/check/ITRI_DISCO_os-brick/c5d7de6/console.html22:08
hemnaFYI22:08
*** annegent_ has quit IRC22:08
thelo_hemna: Ok, I ll take a look at this today22:08
nicmriedem: it was according to the debugger I attached22:09
mriedemnic: hrm, ok...22:09
*** lpetrut has quit IRC22:09
mriedemstill reviewing,i'll check again22:09
*** annegentle has quit IRC22:11
*** lyarwood has quit IRC22:11
*** ndipanov has quit IRC22:11
*** annegentle has joined #openstack-nova22:11
*** lyarwood has joined #openstack-nova22:11
*** ndipanov has joined #openstack-nova22:11
*** kragniz_ is now known as kragniz22:12
mriedemnic: you're mocking out this:22:13
mriedemwith libvirt_utils.file_open(out_path) as image_file:22:13
*** thelo_ has quit IRC22:13
mriedemnic: which is down a level from where except Exception: is handled on line 156622:13
*** achanda has joined #openstack-nova22:14
*** thorst has quit IRC22:14
nicHuh.  Yeah.  WTF22:14
nicOne more revision incoming22:14
*** thorst has joined #openstack-nova22:15
*** su_zhang has quit IRC22:15
*** su_zhang has joined #openstack-nova22:15
mriedemsee other comments22:16
*** w_verdugo has quit IRC22:16
openstackgerritTobias Urdin proposed openstack/nova: Fix evaluation of host disk usage by volume-backed instances  https://review.openstack.org/20087022:18
*** thorst has quit IRC22:19
openstackgerritTracy Jones proposed openstack/nova: WIP - remove mox from vmwareapi/test_driver_api.py  https://review.openstack.org/27030322:19
*** edmondsw has quit IRC22:21
*** annegentle has quit IRC22:22
*** lyarwood has quit IRC22:22
*** ndipanov has quit IRC22:22
*** boris-42 has joined #openstack-nova22:23
*** dims has quit IRC22:24
*** kfarr has quit IRC22:25
*** dims has joined #openstack-nova22:30
* mriedem starts listening to danzig22:32
nicMy day: http://i.imgur.com/u3lWw.gif22:33
cburgessHmm... we might need to send you on vacation.22:33
nicI know, I know, do it right the first time, and you don't have these kinds of problems...22:33
cburgessWell there is  that.22:33
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the cert options  https://review.openstack.org/26818622:34
nicAction Item: Suck less22:34
mriedemnic: queue up some danzig22:36
mriedemit helps22:36
*** changbl has joined #openstack-nova22:36
nicI'll opt for Terrorfakt, but yes22:36
mriedemor the humpty dance22:36
mriedemb/c it came out before rlrossit_ was born22:36
mriedemso we had to listen to it in our conf room22:36
nicJoin me: https://youtu.be/arD_7wcD4Eo22:37
nicOK, WTF, now I can't install deps to run unit tests22:38
nic"Detected a distutils installed project ('argparse') which we cannot uninstall. The metadata provided by distutils does not contain a list of files which have been installed, so pip does not know which files to uninstall."22:38
mriedemnic: pip 8?22:39
mriedemyou need pip<8 i think22:39
nic$ pip --version22:39
nicpip 1.5.6 from /usr/local/lib/python2.7/dist-packages (python 2.7)22:39
*** ljxiash has joined #openstack-nova22:39
mriedemhrm, idk then22:39
nicOh, crap.  It's installing 8.0.0 in the venv22:39
nicWTF22:39
nicEasy enough to fix22:40
*** thorst has joined #openstack-nova22:40
openstackgerritTobias Urdin proposed openstack/nova: Move is_volume_backed_instance to compute.utils  https://review.openstack.org/27048222:40
mriedem:)22:42
*** burgerk_ has quit IRC22:42
*** ljxiash has quit IRC22:43
*** thorst has quit IRC22:44
*** tonytan4ever has quit IRC22:45
*** doug-fis_ has quit IRC22:46
*** jamielennox|away is now known as jamielennox22:47
*** jacky-zhang has joined #openstack-nova22:48
*** jichen has quit IRC22:49
mriedemnic: gotta pick up my kid, will be online later to check that update22:50
*** diogogmt has quit IRC22:52
nicThanks22:53
*** devananda has quit IRC22:54
*** bdrich has quit IRC22:55
*** achanda has quit IRC22:55
*** mriedem has quit IRC22:55
*** dimtruck is now known as zz_dimtruck22:57
vilobhmm111mriedem : ping22:57
vilobhmm111have couple of min22:57
*** devananda has joined #openstack-nova22:58
*** achanda has joined #openstack-nova22:58
*** tdurakov_ has quit IRC22:59
*** ccarmack has quit IRC23:00
*** haomaiwang has quit IRC23:01
*** haomaiwa_ has joined #openstack-nova23:01
*** rlrossit_ has quit IRC23:01
*** nelsnels_ has joined #openstack-nova23:01
*** busterswt has quit IRC23:02
*** andrearo1 has joined #openstack-nova23:03
*** doug-fish has joined #openstack-nova23:03
*** ctrath has quit IRC23:03
*** ekhugen_alt has quit IRC23:03
*** kmartin_ has joined #openstack-nova23:03
*** ekhugen has joined #openstack-nova23:03
*** andrearosa has quit IRC23:04
*** asselin_ has quit IRC23:04
*** asselin has joined #openstack-nova23:04
*** ccarmack has joined #openstack-nova23:04
*** nelsnelson has quit IRC23:04
*** vladikr has quit IRC23:04
*** kmartin has quit IRC23:04
*** mordred has quit IRC23:04
*** mordred has joined #openstack-nova23:05
*** mragupat_ has quit IRC23:05
*** zhiyan has quit IRC23:06
*** irenab has joined #openstack-nova23:06
*** mdrabe has quit IRC23:07
*** e0ne has quit IRC23:07
*** dims has quit IRC23:07
*** ctrath has joined #openstack-nova23:08
*** doug-fish has quit IRC23:08
*** zhiyan has joined #openstack-nova23:08
*** ccarmack has quit IRC23:10
*** achanda has quit IRC23:11
*** johnthetubaguy has quit IRC23:13
*** rushiagr has quit IRC23:13
*** pratikmallya has quit IRC23:16
*** johnthetubaguy has joined #openstack-nova23:16
*** su_zhang has quit IRC23:16
*** burt1 has quit IRC23:17
*** rushiagr has joined #openstack-nova23:19
*** su_zhang has joined #openstack-nova23:21
*** ivase has quit IRC23:23
*** ivase has joined #openstack-nova23:24
*** omnipresent has quit IRC23:25
*** zenoway has joined #openstack-nova23:26
*** eil397 has joined #openstack-nova23:26
*** hblixt has quit IRC23:27
tjonesanyone here a hyper-v person?23:27
notmorganhm. i probably need to get here earlier in the day to bug the cores so i can get something off my plate.23:28
* notmorgan puts on a todo for tomorrow23:28
*** zenoway has quit IRC23:30
openstackgerritCale Rath proposed openstack/nova: Purge soft-deleted instances cmd  https://review.openstack.org/20375123:31
*** cdelatte has quit IRC23:32
*** dims has joined #openstack-nova23:32
*** jaypipes has quit IRC23:32
*** dave-mccowan has quit IRC23:33
*** xyang1 has quit IRC23:37
openstackgerritNicolas Simonds proposed openstack/nova: libvirt: make snapshot use RBD snapshot/clone when available  https://review.openstack.org/20528223:38
*** ajayaa has quit IRC23:39
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Fix indents of servers-detail-resp.json  https://review.openstack.org/27053623:39
oomichitojuvone: can you take a look at https://review.openstack.org/270536 ?23:40
*** ducttape_ has quit IRC23:40
*** achanda has joined #openstack-nova23:40
*** irenab has quit IRC23:42
*** ivase has quit IRC23:46
openstackgerritThelo Gaultier proposed openstack/nova: Add ITRI DISCO os-brick connector for libvirt  https://review.openstack.org/25335323:46
oomichialex_xu: morning23:47
oomichialex_xu: on your https://review.openstack.org/#/c/264045/ , it is possible to approve it after fixing kevin's comments.23:47
*** aysyd has quit IRC23:47
*** mriedem has joined #openstack-nova23:47
*** Sukhdev has joined #openstack-nova23:48
tjonesi have a patch with 2 +2 and it is stuck on hyper-v tests that have nothing to do with the patch (unit test patch).  any one know how i can get out of this stuck spot? https://review.openstack.org/#/c/266060/23:54
*** jacky-zhang has quit IRC23:54
*** mrkz has quit IRC23:56

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