Tuesday, 2015-08-11

*** echoingumesh has quit IRC00:10
*** cknight has quit IRC00:15
*** akshai has quit IRC00:28
*** mtanino has quit IRC00:32
*** jasonsb has joined #openstack-manila00:47
*** zaitcev has joined #openstack-manila01:10
openstackgerritOpenStack Proposal Bot proposed openstack/manila: Updated from global requirements  https://review.openstack.org/21086101:35
chen12hello,  For HDFS CI, the patch has been merged https://review.openstack.org/#/c/207050/.  And I submitted my Initial commit to the new project to install HDFS by devstack, https://review.openstack.org/#/c/211384/.   From the document, now I need to ask infra guys to add me to project groups: http://docs.openstack.org/infra/manual/creators.html#update-the-gerrit-group-members.  Anyone know who should I ask ? because I ask directlt in chan01:45
chen12nel openstack-infra, no one answers me.01:45
*** ganso_ has quit IRC01:45
openstackgerritweiting-chen proposed openstack/manila: Fix bug to locate hdfs command in HDFS native driver  https://review.openstack.org/21114701:53
*** zaitcev has quit IRC02:03
*** zaitcev has joined #openstack-manila02:07
*** zaitcev has quit IRC02:20
*** BharatK has joined #openstack-manila02:33
*** akshai has joined #openstack-manila02:34
*** akshai has quit IRC02:34
*** akshai has joined #openstack-manila02:35
*** BharatK has quit IRC02:38
*** akshai has quit IRC02:40
*** haigang has joined #openstack-manila02:43
*** xyang1 has quit IRC02:44
*** BharatK has joined #openstack-manila02:52
*** david-lyle has quit IRC03:21
*** logan2 has quit IRC03:47
*** logan2 has joined #openstack-manila03:55
openstackgerritDeliang Fan proposed openstack/manila: Add SSL middleware to fix incorrect version host_url  https://review.openstack.org/18048304:01
*** rraja has joined #openstack-manila04:17
*** deepakcs has joined #openstack-manila04:36
*** david-lyle has joined #openstack-manila04:40
*** BharatK has quit IRC04:52
*** BharatK has joined #openstack-manila05:09
*** jecarey has joined #openstack-manila05:27
*** jecarey_ has joined #openstack-manila05:46
*** jecarey has quit IRC05:49
*** anubhav has joined #openstack-manila06:00
*** jecarey_ has quit IRC06:04
chen12deepakcs, hi06:31
deepakcschen12: hello06:34
chen12deepakcs, can I ask you some questions about the CI ? I see you're working on devstack-plugin-gluster for cinder.06:34
deepakcschen12: sure, but BharatK is better person to answer :)06:35
chen12deepakcs, just some basic question... I'm very new to this area.06:35
deepakcschen12: sure, just for your info, #openstack-infra is the right channel for all CI related issues. Go ahead06:36
deepakcsand ask, i can try to help06:36
chen12deepakcs,  I already created a new project https://review.openstack.org/#/c/207050/,  And I submitted my Initial commit to the new project to install HDFS by devstack, https://review.openstack.org/#/c/211384/.  but I'm not having the rights to merged it.  From the document, now I need to ask infra guys to add me to project groups: http://docs.openstack.org/infra/manual/creators.html#update-the-gerrit-group-members.06:38
chen12deepakcs, I have asked at #openstack-infra, no one answers me06:38
chen12deepakcs, :(06:38
chen12deepakcs, I guess I'm in the bad time zone.06:38
chen12deepakcs, did you know which persopn  should I appoch to ?06:39
* deepakcs reads up06:40
chen12deepakcs, a/appoch/approach/06:40
deepakcschen12: so if i understand ur Q correctly, u want to get added to the admin/core group of the openstack/devstack-plugin-hdfs project, right ?06:41
chen12deepakcs, yes06:41
deepakcschen12: the folks in -infra (andreas, fungi, clarkb, anteya too maybe)06:42
chen12deepakcs, ok, thanks! I'll try to reach them later.06:42
deepakcschen12: Can u try sending mail to openstack-dev list with [infra] tag, that should catch their attention too06:42
chen12deepakcs, sure.06:43
deepakcschen12: in the past BharatK was able to get me and himself added to the gerrit group by asking on IRC06:43
deepakcschen12: but yes, things move fast, when u do both (send a mail and catch folks in US tz) :)06:43
deepakcschen12: start on IRC by asking if any cores are present now ( i think at this time, there should be 1 or 2 , i forgot the name tho')06:44
deepakcsi just asked on ur behalf :)06:45
chen12deepakcs, another question. Now I have install hdfs by adding  "enable_plugin hdfs  https://github.com/openstack/devstack-plugin-hdfs" in localrc. Then next step is to configure manila to use  my backend instead of generic.06:46
deepakcschen12: so in ur openstack/devstack-plugin-hdfs project u have added code to install hdfs ? (devstack/plugin.sh ) ?06:47
chen12deepakcs, yes.06:47
chen12deepakcs, I tested by hand, andd enable_plugin hdfs in localrc, and it works06:48
deepakcschen12: https://github.com/stackforge/devstack-plugin-glusterfs (check out the way we do it, u can follow same for HDFS)06:48
chen12deepakcs, My question is,  can all the configures been finished by my own plugin ? Or need code change in manila/devstack  ?? Because I see ==>  lib/cinder_backends/glusterfs06:49
chen12deepakcs, My situation is:  I know how to enable manila using my driver by hand,  but I'm just confused, not sure where to do that ...06:51
rrajachen12: https://github.com/openstack/manila/blob/accb273c/devstack/plugin.sh#L3 , the instructions should help you how to enable Manila to  use the desired share driver.06:55
rrajachen12: s/help you/help you on/06:56
* deepakcs was on phone06:56
deepakcschen12: lib/cinder_backends/glusterfs was the old way (before devstack plugin came in)06:57
deepakcschen12: manila/devstack is for configurign manila service in devstack06:57
deepakcschen12: for you to configure hdfs as a backend for manila, u need to use iniset cmds and change manila.conf from ur plugin.sh script in ur project (liek how we do it for gluster backend)06:57
deepakcschen12: what u do by hand u need to do the same using shell script. see devstack/ .. files in https://github.com/stackforge/devstack-plugin-glusterfs project to get an idea. You need to add ur hdfs setup, cleanup, configure scripts in the right devstack hooks06:59
chen12deepakcs, yes, I already did that, basically copy code from devstack-plugin-gluster :)    Another question  , as manila is a plugin, devstack-plugin-hdfs is a plugin, is there a specific order requests ? /How I know which one run first ?07:01
deepakcschen12: so just to clarify, in localrc one would have enable_plugin manila ... followed by enable_plugin hdfs ....07:02
deepakcschen12: obviously manila should be first, as without manila ur plugin won't make sense. I hope devstack stack.sh and associated scripts handle the enable_Plugun cmd in the order they were written in localrc. Only by testing u will know :)07:03
chen12deepakcs, o ! For more detail:  I think hdfs should start before manila-* services to start, otherwise manila-* service would failed. But for configuration, Manila should create the manila.conf first, and then devstack-plugin-hdfs can change it ?07:04
deepakcschen12: maybe u r right, that depends on what enable_plugin manial .. does ( i have seen it in detail). If it starts the service, then ur plugin shud be before that. I think you are right07:06
deepakcss/have/haven't07:06
deepakcschen12: I hope /etc/manila/manila.conf is available and NOT overwritten when u do enable_plugin manila ... otherwise ur plugin changes in conf file will be lost. vponomaryov will know better07:07
deepakcschen12: thats why i said `Only by testing u will know :)`07:08
chen12deepakcs, yes. I will try to write something in my plugin, and run to check what will happen!07:09
chen12deepakcs, Thanks very much for the help !07:09
deepakcschen12: np, i think in the enable_plugin phase of devstack it won't start any services, it only sets the env variables and calls the plugin hooks. but yeah u will figure as part of ur testing :)07:10
deepakcschen12: let me know what u find :)07:10
chen12deepakcs, sure!07:10
*** u_glide2 has joined #openstack-manila07:14
openstackgerritHiroyuki Eguchi proposed openstack/manila: Fix AttributeError creating a share without share type provided  https://review.openstack.org/20533107:18
*** gaurangt has joined #openstack-manila08:07
openstackgerritMerged openstack/manila: Fix two typos on documentation and one typo on CLI help  https://review.openstack.org/20971708:22
*** sgotliv has joined #openstack-manila08:27
*** sgotliv has quit IRC08:27
*** sgotliv has joined #openstack-manila08:28
*** gaurangt has quit IRC08:29
*** chen12 has quit IRC08:47
*** gaurangt has joined #openstack-manila08:52
openstackgerritMerged openstack/manila: Updated from global requirements  https://review.openstack.org/21086109:04
openstackgerritValeriy Ponomaryov proposed openstack/manila: Add retry wrapper for DB methods that are vulnerable for deadlocks  https://review.openstack.org/21148409:57
*** anubhav has quit IRC10:12
*** anubhav has joined #openstack-manila10:13
*** anubhav has quit IRC10:22
*** anubhav has joined #openstack-manila10:23
openstackgerritValeriy Ponomaryov proposed openstack/manila: Make QuobyteHttpsConnectionWithCaVerification py3 compatible  https://review.openstack.org/20988510:27
openstackgerritValeriy Ponomaryov proposed openstack/manila: Allow Tempest to skip snapshot tests  https://review.openstack.org/21107510:37
*** timcl has joined #openstack-manila10:44
*** marcusvrn has joined #openstack-manila10:56
openstackgerritValeriy Ponomaryov proposed openstack/manila: Use 'read_file_as_root' func in service_instance  https://review.openstack.org/20900511:09
openstackgerritValeriy Ponomaryov proposed openstack/manila: Add Rally CI jobs with Manila scenarios  https://review.openstack.org/18802911:14
*** alyson_ has joined #openstack-manila11:31
vponomaryovbswartz: hey, py34 and py27 passes both here - https://review.openstack.org/#/c/209885/11:33
vponomaryovalyson_: pong11:33
*** alyson has left #openstack-manila11:33
alyson_vponomaryov: hi Valeriy, i'm working on manila hds hnas driver, if you could reexamine my submission, thanks! :) https://review.openstack.org/#/c/204692/11:39
vponomaryovalyson_: 1) http://logs.openstack.org/92/204692/12/check/manila-coverage/01652f1/console.html#_2015-08-10_20_33_50_52611:40
vponomaryovalyson_: 2) http://logs.openstack.org/92/204692/12/check/gate-manila-python34/ead5e5c/console.html#_2015-08-10_20_33_54_46511:40
*** gaurangt has left #openstack-manila11:41
alyson_vponomaryov: About test coverage, what % required?11:47
vponomaryovalyson_: http://logs.openstack.org/92/204692/12/check/manila-coverage/01652f1/console.html#_2015-08-10_20_33_50_51811:47
*** erlon has joined #openstack-manila11:51
*** openstackgerrit_ has joined #openstack-manila12:02
vponomaryovalyson_: see comments to gerrit change12:02
*** akerr has joined #openstack-manila12:10
marcusvrnvponomaryov: hi!12:14
vponomaryovmarcusvrn: hi12:14
alyson_vponomaryov: ok, I will see it. Thanks!12:14
marcusvrnvponomaryov: I was trying to run NFS scenarios tests against my driver, but it returns an error: http://paste.openstack.org/show/412539/12:16
marcusvrnbut our driver works only with driver_handles_share_servers = False12:16
vponomaryovmarcusvrn: current scenario tests are written to work with opposite driver mode12:17
vponomaryovmarcusvrn: so, you can file it as a bug12:18
marcusvrnvponomaryov: hmm...nice, I can file it in launchpad12:19
vponomaryovmarcusvrn: saying that "scenario" tests do not respect config opt "multitenancy_enabled"12:19
vponomaryovmarcusvrn: they, at least, should be skipped12:20
marcusvrnvponomaryov: ok12:20
marcusvrni'll do that :)12:20
*** jecarey has joined #openstack-manila12:20
bswartzvponomaryov:  that's cool!12:22
marcusvrnvponomaryov: as the scenario tests is not in the tempest repository, I'll file a bug in manila project, is it ok?12:22
bswartzvponomaryov: kaisers has not responded to my email12:22
vponomaryovbswartz: have you managed to reach out Silvan?12:22
vponomaryovoh12:22
bswartzvponomaryov: I'll give him a few more hours12:22
bswartzin case he's in the office this morning12:22
vponomaryovmarcusvrn: right, in manila project12:22
bswartzotherwise, I'll send him another note and merge12:23
*** bswartz has quit IRC12:23
marcusvrnvponomaryov: done: https://bugs.launchpad.net/manila/+bug/148368612:29
openstackLaunchpad bug 1483686 in Manila ""scenario" tests do not respect config opt "multitenancy_enabled"" [Undecided,New]12:29
vponomaryovmarcusvrn: great, thatnks12:30
vponomaryovmarcusvrn: you was going to include "scenario" tests into your CI?12:31
marcusvrnvponomaryov: yes12:31
marcusvrnnow, I'll skip them12:31
*** haigang has quit IRC12:35
*** shausy has joined #openstack-manila12:42
*** martyturner has joined #openstack-manila12:50
*** openstackgerrit_ has quit IRC12:51
openstackgerritYanis Guenane proposed openstack/puppet-manila: Use openstack/ namespace for fixtures modules  https://review.openstack.org/21155312:53
*** u_glide2 has quit IRC12:54
*** openstackgerrit_ has joined #openstack-manila12:56
*** bswartz has joined #openstack-manila13:01
*** u_glide2 has joined #openstack-manila13:06
*** xyang1 has joined #openstack-manila13:08
*** cknight has joined #openstack-manila13:11
*** dustins has joined #openstack-manila13:12
*** akshai has joined #openstack-manila13:20
*** deepakcs has quit IRC13:24
*** jecarey has quit IRC13:24
*** anubhav has quit IRC13:27
openstackgerritDustin Schoenbrun proposed openstack/manila: Add retries for deadlock-vulnerable DB methods  https://review.openstack.org/21148413:27
*** BharatK has quit IRC13:32
*** david-lyle has quit IRC13:36
openstackgerritValeriy Ponomaryov proposed openstack/manila: Add retries for deadlock-vulnerable DB methods  https://review.openstack.org/21148413:37
openstackgerritValeriy Ponomaryov proposed openstack/manila: Add retries for deadlock-vulnerable DB methods  https://review.openstack.org/21148413:38
*** rraja has quit IRC13:41
*** jecarey has joined #openstack-manila13:44
dustinsvponomaryov: Ha, had no idea launchpad would steal the bug from you, sorry about that!13:47
*** openstackgerrit_ has quit IRC13:55
*** BharatK has joined #openstack-manila13:55
*** openstackgerrit_ has joined #openstack-manila13:56
*** esker has quit IRC13:59
*** eharney has joined #openstack-manila13:59
*** martyturner has quit IRC14:03
*** BharatK has quit IRC14:04
*** martyturner has joined #openstack-manila14:05
openstackgerritValeriy Ponomaryov proposed openstack/manila: Add retries for deadlock-vulnerable DB methods  https://review.openstack.org/21148414:10
*** jecarey has quit IRC14:11
*** openstackgerrit_ has quit IRC14:17
*** breitz has quit IRC14:18
*** openstackgerrit_ has joined #openstack-manila14:18
*** breitz has joined #openstack-manila14:18
*** cknight has quit IRC14:21
*** bill_az has joined #openstack-manila14:22
*** sgotliv has quit IRC14:28
*** sgotliv has joined #openstack-manila14:29
*** dustins has quit IRC14:30
*** openstackgerrit_ has quit IRC14:31
*** timcl has quit IRC14:31
*** BharatK has joined #openstack-manila14:39
*** bill_az has quit IRC14:44
*** jecarey has joined #openstack-manila14:46
*** dustins has joined #openstack-manila14:46
*** shausy has quit IRC14:49
*** mctaylor has joined #openstack-manila14:52
*** ganso_ has joined #openstack-manila15:01
*** timcl has joined #openstack-manila15:01
*** cknight has joined #openstack-manila15:03
*** timcl1 has joined #openstack-manila15:03
openstackgerritYanis Guenane proposed openstack/puppet-manila: Use openstack/ namespace for fixtures modules  https://review.openstack.org/21155315:05
*** mtanino has joined #openstack-manila15:05
*** timcl has quit IRC15:06
openstackgerritRodrigo Barbieri proposed openstack/manila: New Manila HDS HNAS Driver  https://review.openstack.org/20469215:08
*** dustins has quit IRC15:12
*** david-lyle has joined #openstack-manila15:15
*** zaitcev has joined #openstack-manila15:21
*** dustins has joined #openstack-manila15:26
*** timcl1 has quit IRC15:26
*** akerr has quit IRC15:27
*** akerr has joined #openstack-manila15:27
*** zaitcev has quit IRC15:29
*** shausy has joined #openstack-manila15:38
*** aorourke has quit IRC15:40
*** aorourke has joined #openstack-manila15:41
*** timcl has joined #openstack-manila15:49
* bswartz looks around for kaisers15:51
bswartzAnyone know where kaisers is today?15:51
*** timcl has quit IRC15:57
*** timcl has joined #openstack-manila15:58
*** martyturner1 has joined #openstack-manila16:00
*** martyturner has quit IRC16:00
*** pgbridge has quit IRC16:06
*** openstackgerrit_ has joined #openstack-manila16:08
*** BharatK has quit IRC16:20
*** ig0r_ has joined #openstack-manila16:20
*** shausy has quit IRC16:24
*** mctaylor has quit IRC16:32
*** BharatK has joined #openstack-manila16:35
*** ig0r_ has quit IRC16:48
*** jasonsb has quit IRC16:49
*** jasonsb has joined #openstack-manila16:50
*** jasonsb has quit IRC16:54
openstackgerritIgor Malinovskiy proposed openstack/python-manilaclient: Implement Share Instances Admin API  https://review.openstack.org/21167517:13
bswartzxyang1: ping17:19
xyang1bswartz: Hi17:19
*** timcl has quit IRC17:21
*** u_glide2 has left #openstack-manila17:27
*** bill_az has joined #openstack-manila17:31
*** jasonsb has joined #openstack-manila17:33
marcusvrnhi all.. I'm facing a problem, maybe it's a tempest bug. Have someone noticed that both tests (test_list_shares_public_with_detail and test_create_share_from_snap_with_less_size) don't cleanup correctly? The first one leaves 2 shares created and the second one leaves one.17:38
vponomaryovmarcusvrn: yes, it is bug17:41
vponomaryovmarcusvrn: for test_list_shares_public_with_detail17:42
vponomaryovmarcusvrn: second should be ok17:43
*** timcl has joined #openstack-manila17:43
vponomaryovmarcusvrn: test suite SharesNegativeTest leaves one additional share17:43
vponomaryovmarcusvrn: so, feel to file bugs, fix is easy17:44
marcusvrnvponomaryov: okay! I'll file the bugs and try to fix them17:45
vponomaryovmarcusvrn: try? I can do it17:45
marcusvrnvponomaryov: I would try to fix them...but if you fix them, that's ok17:46
vponomaryovmarcusvrn: I mean "try" sounds like you will spend time to find the root cause17:47
vponomaryovmarcusvrn: root cause is that shares_client used directly for creation of shares instead of using wrapper from base17:47
vponomaryovmarcusvrn: this wrapper will add them to "deletion" queue17:48
marcusvrnvponomaryov: hmm so I can fix them :)17:48
marcusvrnhehehe17:48
vponomaryovmarcusvrn: be attentive to param "cleanup_in_class"17:49
vponomaryovmarcusvrn: it should be False in case of "test_list_shares_public_with_detail" and True for test suite where test "test_create_share_from_snap_with_less_size"17:50
vponomaryovmarcusvrn: now you know everything you need. =)17:51
*** sgotliv has quit IRC17:52
marcusvrnvponomaryov: thanks! :)17:53
*** rushil has joined #openstack-manila18:03
*** openstackgerrit_ has quit IRC18:06
*** haomaiwa_ has joined #openstack-manila18:10
*** 92AABUE7H has quit IRC18:12
*** ig0r_ has joined #openstack-manila18:17
*** ig0r_ has quit IRC18:18
*** pgbridge has joined #openstack-manila18:19
*** ig0r_ has joined #openstack-manila18:28
*** haomaiwang has joined #openstack-manila18:33
*** haomaiwa_ has quit IRC18:35
*** bill_az has quit IRC18:37
*** BharatK has quit IRC18:40
*** ig0r_ has quit IRC18:59
*** ig0r_ has joined #openstack-manila19:04
*** porrua has joined #openstack-manila19:06
*** porrua has left #openstack-manila19:07
*** rushil has quit IRC19:15
*** rushil has joined #openstack-manila19:17
*** rushil has quit IRC19:29
*** timcl has quit IRC19:52
*** akshai has quit IRC19:55
*** akshai has joined #openstack-manila19:56
*** ig0r_ has quit IRC19:58
*** ig0r_ has joined #openstack-manila20:08
*** ganso_ has quit IRC20:25
*** rushil has joined #openstack-manila20:40
*** echoingumesh has joined #openstack-manila20:46
*** rushil has quit IRC20:52
*** rushil has joined #openstack-manila20:54
*** bswartz has quit IRC20:57
*** ig0r_ has quit IRC20:58
*** cknight has quit IRC20:58
openstackgerritClinton Knight proposed openstack/manila: Implement Manila REST API microversions  https://review.openstack.org/20722821:16
*** akerr has quit IRC21:21
*** rushil_ has joined #openstack-manila21:28
*** rushil has quit IRC21:31
*** cknight has joined #openstack-manila21:33
*** cknight has quit IRC21:33
*** cknight has joined #openstack-manila21:34
*** rushil_ has quit IRC21:48
*** rushil has joined #openstack-manila21:50
*** rushil has quit IRC21:51
*** jecarey has quit IRC22:12
*** dustins has quit IRC22:14
*** alyson_ has quit IRC22:20
*** alyson_ has joined #openstack-manila22:21
*** marcusvrn has quit IRC22:43
*** akshai_ has joined #openstack-manila22:45
openstackgerritRodrigo Barbieri proposed openstack/manila: Fix "test_list_shares_public_with_detail" test  https://review.openstack.org/21176922:47
*** akshai has quit IRC22:48
*** akshai_ has quit IRC23:11
*** akshai has joined #openstack-manila23:12
*** akshai has quit IRC23:16
*** martyturner1 has quit IRC23:20
*** echoingumesh has quit IRC23:45
*** echoingumesh has joined #openstack-manila23:45
*** bswartz has joined #openstack-manila23:46
*** echoingumesh has quit IRC23:51
*** david-lyle has quit IRC23:58
*** david-lyle has joined #openstack-manila23:58

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