Wednesday, 2016-03-30

*** martyturner has joined #openstack-manila00:19
*** martyturner has quit IRC00:23
*** qeelee has joined #openstack-manila00:33
*** mtanino_ has quit IRC00:37
*** mtanino__ is now known as mtanino_00:37
*** bill_az has joined #openstack-manila00:42
*** a_ta has joined #openstack-manila01:27
*** krotscheck_dcm has quit IRC01:31
*** a_ta has quit IRC01:33
*** krotscheck has joined #openstack-manila01:33
*** mtanino has joined #openstack-manila01:39
openstackgerritTin Lam proposed openstack/manila: [Doc] Update quick start guide to Mitaka release  https://review.openstack.org/29801502:07
zhongjun_gouthamr_: ping02:08
gouthamr_zhongjun_: pong02:09
zhongjun_gouthamr_: Does we run the latest code in jenkins(gate-manila-tempest-dsvm-scenario)02:10
gouthamr_zhongjun_: it runs the current/latest patch02:11
zhongjun_gouthamr_: Oh, I saw manila_tempest_tests.api.admin.test_share_manage.ManageNFSShareTest.test_manage_retry has a problem. But in patch(c/296706) has been modified that I just saw. :)02:18
*** bill_az has quit IRC02:19
gouthamr_zhongjun_: yep.. that test was previously failing.02:20
zhongjun_gouthamr_: I thought that it is jenkins worry, but the bug has been modified. thanks.02:26
gouthamr_zhongjun_: you're welcome02:26
gouthamr_zhongjun_: had a question for you02:26
zhongjun_gouthamr_: ok02:27
gouthamr_zhongjun_: I would be glad to help with the snapshot_instances APIs that you're writing... do you need me to work on some part of it?02:28
zhongjun_gouthamr_: How about force delete that I haven't write.02:29
zhongjun_gouthamr_:thank you for your help.02:30
gouthamr_zhongjun_: sure thing.. i had some ideas around refactoring the snapshot workflow.. along the lines of what we have for instances.02:30
gouthamr_zhongjun_: s/instances/share instances02:30
gouthamr_zhongjun_: i will submit a dependent change soon.02:31
zhongjun_put snapshot instance and share instances together?02:32
*** martyturner has joined #openstack-manila02:37
*** houming has joined #openstack-manila02:39
*** martyturner1 has joined #openstack-manila02:42
*** martyturner has quit IRC02:44
*** baojg has joined #openstack-manila03:15
*** gouthamr_ has quit IRC03:18
*** a_ta has joined #openstack-manila03:20
*** a_ta has quit IRC03:26
*** martyturner1 has quit IRC04:01
*** akshai has quit IRC04:06
*** bill_az has joined #openstack-manila04:12
*** sgotliv has joined #openstack-manila04:33
*** esker has joined #openstack-manila04:43
*** resker has joined #openstack-manila04:47
*** erlon has quit IRC04:47
*** esker_ has joined #openstack-manila04:48
*** esker has quit IRC04:48
*** esker has joined #openstack-manila04:50
*** resker has quit IRC04:51
*** esker_ has quit IRC04:52
*** esker has quit IRC04:55
*** esker has joined #openstack-manila05:04
*** resker has joined #openstack-manila05:05
*** bill_az has quit IRC05:06
*** esker_ has joined #openstack-manila05:06
*** esker has quit IRC05:09
*** resker has quit IRC05:10
*** esker has joined #openstack-manila05:11
*** esker_ has quit IRC05:11
*** resker has joined #openstack-manila05:12
*** esker has quit IRC05:16
*** resker has quit IRC05:17
*** esker has joined #openstack-manila05:20
*** mtanino has quit IRC05:21
*** resker has joined #openstack-manila05:22
*** esker_ has joined #openstack-manila05:24
*** esker has quit IRC05:24
*** esker has joined #openstack-manila05:25
*** nkrinner has joined #openstack-manila05:25
*** resker has quit IRC05:26
*** resker has joined #openstack-manila05:26
*** resker has quit IRC05:27
*** resker has joined #openstack-manila05:27
*** esker__ has joined #openstack-manila05:28
*** esker_ has quit IRC05:29
*** esker has quit IRC05:30
*** resker has quit IRC05:32
*** esker__ has quit IRC05:33
*** esker has joined #openstack-manila05:46
*** esker has quit IRC05:53
*** esker has joined #openstack-manila05:59
*** esker has quit IRC06:04
*** esker has joined #openstack-manila06:05
*** esker has quit IRC06:09
*** rraja has joined #openstack-manila06:17
*** lpetrut has joined #openstack-manila06:19
*** esker has joined #openstack-manila06:20
*** esker has quit IRC06:25
*** esker has joined #openstack-manila06:38
*** esker has quit IRC06:43
qeeleeIs the generic driver stable on master? I see many issues.06:43
vponomaryovqeelee: many issues?06:47
vponomaryovqeelee: in 95% people just cannot cook it06:48
*** sgotliv has quit IRC06:48
qeeleevponomaryov: I’m new to manila. I just want to practise with the generic driver.06:50
qeeleeI’m having issues with deleting share.06:50
*** esker has joined #openstack-manila06:51
qeeleevponomaryov: what is the share_server_id when showing a share? I can’t see it in nova instances.06:52
vponomaryovqeelee: what it should be instance ID?06:53
vponomaryovs/what/why/06:53
*** esker has quit IRC06:56
qeeleevponomaryov: maybe it’s my mis-understanding. but what does it mean? not a SVM?06:56
vponomaryovqeelee: have you read any docs about manila?06:58
*** baojg has quit IRC06:59
*** baojg has joined #openstack-manila07:00
vponomaryovqeelee: "share server" is entity in Manila that is used for tracking resources, that manila created, compute resources07:01
vponomaryovqeelee: when "share" is storage resources, and used for tracking too07:01
vponomaryovqeelee: to see instance ID, exactly in case of Generic driver, just call CLI "manila share-server-details %share_server_id%"07:02
qeeleevponomaryov: thanks for the explaination. I did read manila docs on wiki. One of my issues is as below:07:08
qeelee2016-03-30 03:31:01.975 30772 ERROR oslo_messaging.rpc.dispatcher   File "/opt/stack/manila/manila/share/drivers/service_instance.py", line 594, in _check_server_availability07:08
qeelee2016-03-30 03:31:01.975 30772 ERROR oslo_messaging.rpc.dispatcher     if not self._test_server_connection(instance_details):07:08
qeelee2016-03-30 03:31:01.975 30772 ERROR oslo_messaging.rpc.dispatcher   File "/opt/stack/manila/manila/share/drivers/service_instance.py", line 602, in _test_server_connection07:08
qeelee2016-03-30 03:31:01.975 30772 ERROR oslo_messaging.rpc.dispatcher     socket.socket().connect((server['ip'], 22))07:08
qeelee2016-03-30 03:31:01.975 30772 ERROR oslo_messaging.rpc.dispatcher KeyError: 'ip'07:08
qeeleeI will fix it.07:08
qeeleevponomaryov: thanks.07:08
vponomaryovqeelee: use "paste.openstack.org" for all long things07:09
vponomaryovqeelee: or something similar07:09
vponomaryovqeelee: this error means that share server failed to be created on some step and not all data was written to DB07:10
vponomaryovqeelee: so, I suspect your share server always was in "error" state07:10
vponomaryovqeelee: I agree, that your case is a bug of driver, but it appears only when something else went wrong07:11
qeeleevponomaryov: yes you are right. I can’t delete share due to the error. so i think a fix is needed.07:11
qeeleevponomaryov: right. i will try to fix it.07:12
*** esker has joined #openstack-manila07:15
*** esker has quit IRC07:20
*** a_ta has joined #openstack-manila07:23
*** lpetrut has quit IRC07:23
*** esker has joined #openstack-manila07:27
*** a_ta has quit IRC07:27
*** ociuhandu has quit IRC07:30
*** permalac has joined #openstack-manila07:31
*** esker has quit IRC07:31
openstackgerritzhongjun proposed openstack/manila: Add user_id echo in manila show api  https://review.openstack.org/29811507:41
*** lpetrut has joined #openstack-manila07:53
*** esker has joined #openstack-manila07:59
*** mkoderer__ has quit IRC08:00
*** mkoderer__ has joined #openstack-manila08:02
*** esker has quit IRC08:03
*** esker has joined #openstack-manila08:05
*** lpetrut has quit IRC08:07
*** esker has quit IRC08:10
*** sgotliv has joined #openstack-manila08:21
*** esker has joined #openstack-manila08:22
*** resker has joined #openstack-manila08:23
*** esker has quit IRC08:27
*** resker has quit IRC08:28
*** dgonzalez has quit IRC08:29
*** dgonzalez has joined #openstack-manila08:35
*** ociuhandu has joined #openstack-manila08:48
*** esker has joined #openstack-manila08:57
*** esker has quit IRC09:01
openstackgerritRamana Raja proposed openstack/manila: cephfs_native: Change backend snapshot dir's name  https://review.openstack.org/29922009:06
*** esker has joined #openstack-manila09:08
*** esker has quit IRC09:13
*** esker has joined #openstack-manila09:24
*** lpetrut has joined #openstack-manila09:25
*** esker has quit IRC09:29
*** esker has joined #openstack-manila09:36
*** resker has joined #openstack-manila09:38
*** esker_ has joined #openstack-manila09:39
*** esker__ has joined #openstack-manila09:40
*** esker___ has joined #openstack-manila09:41
*** esker has quit IRC09:41
*** resker has quit IRC09:42
*** resker has joined #openstack-manila09:43
*** esker_ has quit IRC09:43
*** esker_ has joined #openstack-manila09:44
*** esker__ has quit IRC09:44
*** esker___ has quit IRC09:45
*** resker has quit IRC09:48
*** esker_ has quit IRC09:48
openstackgerritFelix Ma proposed openstack/manila: Don't check server connection if it w/o IP addr  https://review.openstack.org/29926309:53
*** esker has joined #openstack-manila09:56
*** resker has joined #openstack-manila09:59
*** esker has quit IRC10:00
*** martyturner has joined #openstack-manila10:02
*** resker has quit IRC10:03
*** martyturner has quit IRC10:06
*** esker has joined #openstack-manila10:09
*** resker has joined #openstack-manila10:10
*** resker has quit IRC10:11
*** resker has joined #openstack-manila10:11
*** esker has quit IRC10:14
*** resker has quit IRC10:16
*** esker has joined #openstack-manila10:25
*** resker has joined #openstack-manila10:26
*** esker_ has joined #openstack-manila10:28
*** esker has quit IRC10:30
*** resker has quit IRC10:31
*** esker_ has quit IRC10:32
*** esker has joined #openstack-manila10:40
*** resker has joined #openstack-manila10:41
*** esker_ has joined #openstack-manila10:42
*** esker__ has joined #openstack-manila10:43
*** rraja has quit IRC10:44
*** rraja has joined #openstack-manila10:44
*** esker has quit IRC10:45
*** resker has quit IRC10:46
*** esker_ has quit IRC10:47
*** esker__ has quit IRC10:48
*** ganso has joined #openstack-manila10:57
*** esker has joined #openstack-manila11:00
*** esker has quit IRC11:05
-openstackstatus- NOTICE: Gate on project-config is currently broken due to IRC tests. The problem has been detected and we are working to fix the issue as soon as possible.11:14
*** baojg has quit IRC11:14
*** esker has joined #openstack-manila11:24
*** resker has joined #openstack-manila11:25
*** esker_ has joined #openstack-manila11:27
*** esker__ has joined #openstack-manila11:28
*** esker has quit IRC11:28
*** esker has joined #openstack-manila11:29
*** resker has quit IRC11:30
*** resker has joined #openstack-manila11:30
*** esker_ has quit IRC11:32
*** mlima has left #openstack-manila11:32
*** mlima_ has joined #openstack-manila11:32
*** esker__ has quit IRC11:33
*** esker has quit IRC11:34
*** resker has quit IRC11:34
*** permalac has quit IRC11:35
*** esker has joined #openstack-manila11:41
*** resker has joined #openstack-manila11:42
*** esker has quit IRC11:46
*** resker has quit IRC11:47
openstackgerritThomas Bechtold proposed openstack/manila: Use install_package when preparing LVM driver installation  https://review.openstack.org/29932211:47
*** openstackgerrit has quit IRC11:47
*** openstackgerrit has joined #openstack-manila11:48
*** esker has joined #openstack-manila11:50
*** resker has joined #openstack-manila11:51
*** tpsilva has joined #openstack-manila11:51
*** esker_ has joined #openstack-manila11:52
*** esker__ has joined #openstack-manila11:53
*** nidhimittalhada has joined #openstack-manila11:53
nidhimittalhada@vponomaryov:  are you thr?11:54
*** esker___ has joined #openstack-manila11:54
*** esker has quit IRC11:54
openstackgerritRodrigo Barbieri proposed openstack/manila: Fix Share status when driver migrates  https://review.openstack.org/29933211:55
*** resker has quit IRC11:55
*** resker has joined #openstack-manila11:56
*** esker_ has quit IRC11:57
*** esker__ has quit IRC11:57
*** esker___ has quit IRC11:58
*** resker has quit IRC12:01
*** houming has quit IRC12:03
*** esker has joined #openstack-manila12:10
*** resker has joined #openstack-manila12:11
*** esker_ has joined #openstack-manila12:12
*** mlima__ has joined #openstack-manila12:12
*** esker__ has joined #openstack-manila12:13
*** esker___ has joined #openstack-manila12:14
*** esker has quit IRC12:15
*** resker has quit IRC12:15
*** mlima_ has quit IRC12:15
*** esker_ has quit IRC12:17
*** david-lyle_ has joined #openstack-manila12:17
*** david-lyle has quit IRC12:17
*** esker__ has quit IRC12:18
*** esker___ has quit IRC12:19
*** timcl has joined #openstack-manila12:19
*** mlima__ has left #openstack-manila12:21
*** mlima has joined #openstack-manila12:21
*** a_ta has joined #openstack-manila12:21
*** erlon has joined #openstack-manila12:23
*** esker has joined #openstack-manila12:25
*** resker has joined #openstack-manila12:26
*** a_ta has quit IRC12:26
*** esker_ has joined #openstack-manila12:27
*** esker__ has joined #openstack-manila12:28
*** esker has quit IRC12:30
*** resker has quit IRC12:30
*** esker_ has quit IRC12:31
*** esker__ has quit IRC12:33
*** openstackgerrit has quit IRC12:33
*** openstackgerrit has joined #openstack-manila12:33
*** nidhimittalhada has quit IRC12:34
*** gouthamr has joined #openstack-manila12:46
*** a_ta has joined #openstack-manila12:48
*** furlongm has quit IRC12:49
*** furlongm has joined #openstack-manila12:49
*** esker has joined #openstack-manila12:49
*** resker has joined #openstack-manila12:50
*** esker_ has joined #openstack-manila12:51
*** a_ta has quit IRC12:53
*** esker has quit IRC12:54
*** resker has quit IRC12:55
*** xyang1 has joined #openstack-manila12:55
*** esker_ has quit IRC12:56
*** eharney has joined #openstack-manila12:56
*** esker has joined #openstack-manila13:04
*** resker has joined #openstack-manila13:05
*** esker_ has joined #openstack-manila13:06
*** esker has quit IRC13:09
*** resker has quit IRC13:09
openstackgerritGoutham Pacha Ravi proposed openstack/manila: Fix force-delete on snapshot resource  https://review.openstack.org/29720513:10
*** esker_ has quit IRC13:10
*** akshai has joined #openstack-manila13:10
*** akerr has joined #openstack-manila13:12
*** openstackgerrit has quit IRC13:18
*** openstackgerrit has joined #openstack-manila13:19
*** zhonghua has joined #openstack-manila13:19
*** timcl has quit IRC13:19
*** timcl has joined #openstack-manila13:20
*** zhonghua-lee has quit IRC13:21
*** esker has joined #openstack-manila13:24
*** esker has quit IRC13:29
*** esker has joined #openstack-manila13:33
*** esker has quit IRC13:37
*** bill_az has joined #openstack-manila13:49
*** esker has joined #openstack-manila13:51
*** esker has quit IRC13:55
*** cknight has joined #openstack-manila14:00
*** dustins has joined #openstack-manila14:01
*** marcusvrn_ has joined #openstack-manila14:02
*** a_ta has joined #openstack-manila14:06
*** esker has joined #openstack-manila14:08
*** timcl1 has joined #openstack-manila14:09
*** resker has joined #openstack-manila14:10
*** timcl has quit IRC14:10
*** esker has quit IRC14:13
*** resker has quit IRC14:14
*** eharney has quit IRC14:23
*** furlongm_ has joined #openstack-manila14:26
*** furlongm has quit IRC14:26
*** dustins has quit IRC14:32
*** dustins has joined #openstack-manila14:36
*** furlongm has joined #openstack-manila14:37
*** furlongm_ has quit IRC14:38
*** timcl1 has quit IRC14:42
*** timcl has joined #openstack-manila14:42
*** mtanino has joined #openstack-manila14:45
*** eharney has joined #openstack-manila14:47
*** esker has joined #openstack-manila14:49
*** esker has quit IRC14:55
*** martyturner has joined #openstack-manila14:58
*** a_ta has quit IRC15:00
*** nkrinner has quit IRC15:00
*** esker has joined #openstack-manila15:07
*** esker has quit IRC15:11
*** dustins has quit IRC15:17
*** timcl has quit IRC15:18
*** timcl has joined #openstack-manila15:18
*** dustins has joined #openstack-manila15:18
*** permalac has joined #openstack-manila15:44
*** adrianofr_ has joined #openstack-manila15:59
*** a_ta has joined #openstack-manila16:01
*** a_ta_ has joined #openstack-manila16:01
*** sgotliv has quit IRC16:05
*** a_ta has quit IRC16:05
*** a_ta_ has quit IRC16:06
*** qeelee has quit IRC16:13
*** a_ta has joined #openstack-manila16:13
*** qeelee has joined #openstack-manila16:15
*** a_ta has quit IRC16:16
*** openstack has joined #openstack-manila17:06
*** permalac has quit IRC17:07
*** esker has quit IRC17:08
*** esker has joined #openstack-manila17:08
*** esker has quit IRC17:09
*** esker has joined #openstack-manila17:12
*** esker has quit IRC17:29
*** esker has joined #openstack-manila17:36
*** winston-d_ has joined #openstack-manila17:39
winston-d_bswartz: ping17:39
*** esker has quit IRC17:45
*** esker has joined #openstack-manila17:45
winston-d_bswartz: just wanted to check with you if you know the status of nova host-attach/host-mount for share17:46
*** esker has quit IRC17:46
winston-d_bswartz: I saw the Nova specs was abandoned about two months ago and no update ever since.17:46
*** esker has joined #openstack-manila17:46
*** esker has quit IRC17:47
winston-d_bswartz: so I wonder if interesting parties are still interested17:48
rrajawinston-d_: are you referring to this https://blueprints.launchpad.net/nova/+spec/fs-attach-detach ?17:53
winston-d_rraja: https://review.openstack.org/#/c/249582/17:54
winston-d_rraja: yes, i believe we refer to same one17:54
rrajawinston-d_: yes! it was abandoned for Mitaka as it was proposed pretty late into that cycle. i think it's being worked on for Newton.17:56
rrajajcsp: ^^17:56
winston-d_rraja: since you started the blueprint and spec, you should know best about the status.17:56
erlonganso: pong17:57
erlonganso: :)17:57
*** lpetrut has quit IRC17:57
openstackgerritChuck Fouts proposed openstack/python-manilaclient: UnsupportedVersion Thrown for Supported Version  https://review.openstack.org/29878017:59
winston-d_rraja: newton has already some approved specs, so I guess the fs-attach-detach spec should also be restored and hopefully get approved before newton opens up.18:02
rrajawinston-d_: it was started by a few folks in Red Hat, and i'm not working on it. so i don't know the specifics. jcsp has much better knowledge of the current state of development. we'd have to wait for his reponse.18:02
winston-d_sure.18:04
rrajawinston-d_: sure! thanks for the info. we'll keep you updated.18:04
winston-d_i'm asking because we are also interested party for this feature and would like help if needed.18:05
*** a_ta has joined #openstack-manila18:06
gnarld_markstur, vponomaryov, xyang1: https://review.openstack.org/#/c/298780 is ready for review when you get a chance. Thanks!18:06
*** rraja_ has joined #openstack-manila18:06
*** gnarld_ is now known as cfouts18:06
cfouts^^ that was me18:07
*** rraja has quit IRC18:07
*** rraja_ has quit IRC18:07
*** rraja has joined #openstack-manila18:07
rrajawinston-d_ : cool! maybe you can review the spec and pose any questions as code review for the spec? or maybe add some of your concerns in the whiteboard section of the BP?18:10
winston-d_rraja: sure, will do and if you restored the spec or created a new one, I will do the review.18:11
rrajawinston-d_: thanks!18:13
*** lpetrut has joined #openstack-manila18:35
*** krotscheck is now known as krotscheck_dcm18:46
*** akerr has quit IRC18:47
*** dustins has joined #openstack-manila18:50
*** martyturner has quit IRC18:51
*** lpetrut has quit IRC18:55
*** timcl has joined #openstack-manila18:55
*** timcl1 has quit IRC18:57
*** martyturner has joined #openstack-manila18:58
*** ociuhandu has quit IRC18:58
*** lpetrut has joined #openstack-manila18:59
*** sgotliv has joined #openstack-manila19:04
*** bill_az has quit IRC19:09
*** rhagarty_ has quit IRC19:11
*** rhagarty_ has joined #openstack-manila19:12
*** akshai has quit IRC19:19
*** akshai has joined #openstack-manila19:20
*** akshai has quit IRC19:24
*** ociuhandu has joined #openstack-manila19:26
*** akshai has joined #openstack-manila19:30
*** esker has joined #openstack-manila19:34
*** resker has joined #openstack-manila19:36
*** esker has quit IRC19:39
*** resker has quit IRC19:41
*** esker has joined #openstack-manila19:48
*** esker has quit IRC19:53
*** rraja has quit IRC19:53
openstackgerritMerged openstack/python-manilaclient: UnsupportedVersion Thrown for Supported Version  https://review.openstack.org/29878019:56
cfoutsvponomaryov and xyang1: thanks for the +219:58
*** gouthamr has quit IRC20:14
*** esker has joined #openstack-manila20:16
*** esker has quit IRC20:21
*** timcl has quit IRC20:40
*** esker has joined #openstack-manila20:43
*** cknight has quit IRC20:45
*** openstackgerrit has quit IRC20:48
*** openstackgerrit has joined #openstack-manila20:48
*** martyturner has quit IRC20:52
*** a_ta has quit IRC20:57
*** a_ta has joined #openstack-manila20:58
*** winston-d_ has quit IRC21:02
*** a_ta has quit IRC21:02
*** eharney has quit IRC21:26
*** sgotliv has quit IRC21:42
*** dustins has quit IRC21:43
*** esker has quit IRC21:43
*** esker has joined #openstack-manila21:43
*** esker has quit IRC21:43
*** esker has joined #openstack-manila21:44
*** gouthamr has joined #openstack-manila21:46
*** esker has quit IRC21:47
*** cknight has joined #openstack-manila21:48
*** esker has joined #openstack-manila21:49
*** esker has quit IRC21:54
*** esker has joined #openstack-manila21:56
*** esker has quit IRC21:59
*** esker has joined #openstack-manila21:59
*** mlima_ has joined #openstack-manila22:01
*** esker has quit IRC22:04
*** esker has joined #openstack-manila22:04
*** esker has quit IRC22:05
*** mlima has quit IRC22:05
*** lpetrut has quit IRC22:17
*** cknight has quit IRC22:25
*** tpsilva has quit IRC22:27
*** akshai has quit IRC22:44
*** cknight has joined #openstack-manila22:51
*** cknight1 has joined #openstack-manila22:55
*** cknight has quit IRC22:55
*** esker has joined #openstack-manila22:56
*** abhi has quit IRC22:58
*** esker has quit IRC23:00
openstackgerritTin Lam proposed openstack/manila: [Doc] Update quick start guide to Mitaka release  https://review.openstack.org/29801523:16
*** ganso has quit IRC23:20
openstackgerritMadhu Mohan proposed openstack/manila: Lock operations for share_instance, snapshot  https://review.openstack.org/28944123:20
*** gouthamr has quit IRC23:38
*** gouthamr has joined #openstack-manila23:40

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