Tuesday, 2017-01-10

*** porrua_ has quit IRC00:15
*** catintheroof has joined #openstack-manila00:18
*** catintheroof has quit IRC00:23
*** catintheroof has joined #openstack-manila00:25
*** porrua has joined #openstack-manila00:28
*** catinthe_ has joined #openstack-manila00:32
*** mtanino_ has joined #openstack-manila00:33
*** mtanino has quit IRC00:34
*** catintheroof has quit IRC00:34
tommylikehuping tbarron00:40
tbarrontommylikehu: hi00:44
tommylikehuyou are the only response, I would like to submit a new patch about it, but I am also not sure whether this one is as simple as correct the 'key' attribute00:45
tommylikehuI have never modified the migration script before. Do we need another script to fix this?00:46
tbarrontommylikehu: it's a good question.00:47
tbarronbswartz: you around ^^^00:47
tbarronbswartz: is there something we're missing, or is https://github.com/openstack/manila/blob/master/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py#L182 as bad a bug as it looks?00:49
tommylikehutbarron: I reckon most of us are busy with patches these days, so let me submit the basic solution and wait for their's response when they are available :)00:51
tbarrontommylikehu: +100:52
*** tommylikehu has quit IRC00:55
*** tommylikehu has joined #openstack-manila00:56
*** cknight1 has quit IRC00:57
openstackgerritzhongjun proposed openstack/manila: Fix column name error in migration script  https://review.openstack.org/41816801:16
*** porrua has quit IRC01:17
*** cknight has joined #openstack-manila01:32
*** catinthe_ has quit IRC01:52
*** dustins has quit IRC01:54
*** mtanino has joined #openstack-manila02:05
*** mtanino_ has quit IRC02:07
*** porrua has joined #openstack-manila02:11
*** porrua has quit IRC02:14
bswartztbarron: I'm here02:37
*** mtanino has quit IRC02:42
*** gcb has joined #openstack-manila02:50
bswartztbarron, tommylikehu: It looks like that's a bug but I don't understand why it hasn't caused any trouble yet03:08
tommylikehuthanks bswartz03:08
bswartztommylikehu: can you describe what happens today when you try that upgrade step?03:10
bswartzdoes it lose data? does it crash? does it corrupt the DB?03:10
tommylikehubswartz: Actually this bug is foundedn reported by our product guys and when they upgrade their environment to M,03:11
tommylikehuthey fixed the problem by change the column name there03:11
bswartztommylikehu: there's no bug in LP03:11
bswartzand there's no description of how the bug actually manifests03:11
tommylikehuwhat is LP/03:11
tommylikehu?03:11
bswartzLP=launchpad03:12
tommylikehuok I got it03:12
bswartzhttps://bugs.launchpad.net/manila03:12
tommylikehuI will add this later03:12
tommylikehubswartz: can I talk to you about IPv6 in generic driver for few minutes?03:12
bswartzyeah I'm just waching a football game and it's halftime03:12
tommylikehuthanks for sharing you fun time03:13
tommylikehubased on my unserstanding, when IPv6 is supported in generic driver, the only case that user can get an IPv6 export location path is that:03:14
tommylikehuthey have correct backend configuration with 'service_network_cidr' in IPv6 format03:15
tommylikehuand also have IPv6 admin tenant if they have configured03:16
tommylikehuIs that correct?03:16
bswartzwell there's lot of requirements, but most of them are unknown to the tenant03:16
bswartzfrom the tenant's perspective, all that matter is that he used a ipv6 neutron subnet in the share network03:16
bswartzthe requirements on the admin really depend on how we design v6 support in the generic driver03:17
tommylikehuyes and if the requirement I metioned above is not meet, the creating procedure could fail03:18
tommylikehuso here is the key method: https://review.openstack.org/#/c/416162/7/manila/share/drivers/generic.py03:19
tommylikehuline 105203:19
*** mtanino has joined #openstack-manila03:19
tommylikehuDoes that look correct to you?03:19
bswartztommylikehu: have you looked at the service image?03:21
bswartzare any changes needed on the image side for v6 support?03:21
bswartzI'd be very surprised if it "just worked"03:21
tommylikehuwait a monment03:22
tommylikehufindING03:22
tommylikehuthe link03:22
tommylikehuhttps://github.com/openstack/manila-image-elements/blob/master/elements/manila-container/post-install.d/99-configure-network#L1503:22
tommylikehuI am trying to add a line here, and not sure whether it can work03:23
*** cknight has quit IRC03:23
tommylikehuecho "iface eth0 inet6 dhcp" >> /etc/network/interfaces03:24
bswartzthat looks almost right03:24
bswartzyou probably need an additional empty line before that line03:24
tommylikehuabout what?03:25
bswartzoh wait03:26
bswartzsorry I thought you send me a gerrit link03:26
bswartzthat's github03:26
bswartzand I misread the code03:26
tommylikehubswartz: also our security-groups-rules must be doubled for supporting IPv603:26
bswartzyes that change by u_glide will cause it to get a v6 address through dhcpv6 if possible03:27
bswartzother things we need to check would be whether we can grant access by v6 address03:27
tommylikehuyes I am trying to grant access by IPv6 address step by step, but the network in china would slow it down03:28
tommylikehuwhat the things are you referring by the gerrit and github misunderstanding?03:29
*** mtanino has quit IRC03:29
bswartzit's not important03:31
bswartzI just got confused my the link and my response was incorrect03:31
bswartzwhat's important is that we can create an ipv6 test case and demonstrate it works with generic03:32
tommylikehubswartz: thanks, I would add this after I tested it in my environment, and I am also a little worried I can not make this complished by this Friday(deadline?)03:35
*** gcb has quit IRC03:36
*** gcb has joined #openstack-manila03:37
bswartzthe feature proposal freeze is thursday 23:59 UTC03:38
bswartzso there are lots of pieces required for full v6 support03:38
bswartzthe most important pieces are the core code and API/interface changes03:39
bswartzif those are in good share, I'm less worried about support in specific drivers03:39
bswartzhowever, we do need test coverage (new tests) and we do need at least one driver that can run and pass those tests in the gate03:39
tommylikehuI think the lvm is simple to support this,but only dhss=false can be covered.03:40
bswartzyeah...03:41
bswartzIt would be ideal to have coverage for dhss=true too03:41
bswartzbut any kind of ipv6 support is a step forward03:41
*** mtanino has joined #openstack-manila03:43
*** cfey_ has quit IRC03:44
*** cfey has joined #openstack-manila03:48
*** mtanino has quit IRC04:46
*** tuanluong has joined #openstack-manila06:04
*** lpetrut has joined #openstack-manila06:10
*** pcaruana has quit IRC06:26
*** breitz has quit IRC06:44
*** breitz has joined #openstack-manila06:45
openstackgerritzhongjun proposed openstack/manila: Enable IPv6 in manila(network plugins and drivers)  https://review.openstack.org/40677606:46
*** lpetrut has quit IRC06:51
*** lpetrut has joined #openstack-manila06:51
*** lpetrut has quit IRC07:16
*** nkrinner_afk is now known as nkrinner07:20
*** makowals has quit IRC07:20
*** makowals has joined #openstack-manila07:26
*** lpetrut has joined #openstack-manila07:28
*** jprovazn has joined #openstack-manila07:32
*** furlongm has quit IRC07:39
*** furlongm_ has joined #openstack-manila07:40
openstackgerritPony Chou proposed openstack/manila: Add QNAP Manila Driver  https://review.openstack.org/39470307:41
*** nherciu_ has joined #openstack-manila07:41
*** lpetrut has quit IRC07:42
*** nherciu__ has joined #openstack-manila07:44
*** nherciu_ has quit IRC07:47
*** hoonetorg has quit IRC07:48
*** pcaruana has joined #openstack-manila08:09
*** jprovazn has quit IRC08:46
*** dsariel has joined #openstack-manila08:49
*** xinyanzhang has quit IRC08:50
*** xinyanzhang has joined #openstack-manila08:50
*** csaba has quit IRC08:55
*** pcaruana has quit IRC08:55
*** a-pugachev has joined #openstack-manila08:57
*** csaba has joined #openstack-manila09:08
*** pcaruana has joined #openstack-manila09:08
*** jprovazn has joined #openstack-manila09:19
*** a-pugachev has left #openstack-manila09:32
*** csaba has quit IRC09:35
*** jprovazn has quit IRC09:35
*** pcaruana has quit IRC09:35
*** csaba has joined #openstack-manila09:35
*** lpetrut has joined #openstack-manila09:36
*** netapp has quit IRC09:38
*** gregsfortytwo has quit IRC09:38
*** netapp has joined #openstack-manila09:39
*** openstack has joined #openstack-manila14:30
*** makowals_ has joined #openstack-manila14:42
*** makowals has quit IRC14:44
*** makowal__ has joined #openstack-manila14:44
*** jprovazn has quit IRC14:45
*** makowals_ has quit IRC14:47
*** absubram has joined #openstack-manila14:49
*** makowal__ has quit IRC14:53
*** makowals has joined #openstack-manila14:53
*** cdelatte has joined #openstack-manila15:03
*** gaurangt has left #openstack-manila15:09
*** tommylikehu_ has quit IRC15:18
*** rraja has quit IRC15:29
tbarrongouthamr is such a post-game slacker15:30
*** eharney has quit IRC15:32
*** jprovazn has joined #openstack-manila15:35
bswartzlol15:38
bswartzhe drove down to South Carolina to watch the game with friends15:39
bswartzhe's got to drive back up this morning15:39
*** belmoreira has quit IRC15:40
*** mtanino has joined #openstack-manila15:44
*** eharney has joined #openstack-manila15:47
*** lpetrut1 has joined #openstack-manila15:49
*** lpetrut has quit IRC15:50
*** lpetrut1 is now known as lpetrut15:50
openstackgerritRodrigo Barbieri proposed openstack/python-manilaclient: Implement Share Migration Ocata improvements  https://review.openstack.org/40630615:56
*** cknight has joined #openstack-manila15:59
*** gouthamr has joined #openstack-manila16:03
*** mtanino has quit IRC16:05
openstackgerritAlyson proposed openstack/python-manilaclient: Add mountable snapshots support to manila client  https://review.openstack.org/34562516:10
*** breitz has quit IRC16:19
openstackgerritAlyson proposed openstack/python-manilaclient: Add mountable snapshots support to manila client  https://review.openstack.org/34562516:22
*** carthaca_ has joined #openstack-manila16:26
openstackgerritRodrigo Barbieri proposed openstack/manila: Mountable snapshots scenario tests  https://review.openstack.org/41200116:28
*** absubram has quit IRC16:29
*** absubram has joined #openstack-manila16:29
openstackgerritMerged openstack/puppet-manila: Add support to configure Hitachi NAS Platform driver with Manila shares.  https://review.openstack.org/39575916:42
openstackgerritItxaka Serrano Garcia proposed openstack/manila-ui: Fix quotas override  https://review.openstack.org/41848116:46
openstackgerritTom Barron proposed openstack/manila: Remove NovaNetworkPlugin  https://review.openstack.org/41045016:50
*** cknight1 has joined #openstack-manila16:56
*** cknight has quit IRC16:59
*** nkrinner is now known as nkrinner_afk17:01
*** breitz has joined #openstack-manila17:02
*** a-pugachev has joined #openstack-manila17:03
openstackgerritAndrew Kerr proposed openstack/manila: Implement share revert to snapshot  https://review.openstack.org/34050217:04
*** a-pugachev has left #openstack-manila17:09
*** david-lyle has joined #openstack-manila17:13
openstackgerritTom Barron proposed openstack/manila: Remove NovaNetworkPlugin  https://review.openstack.org/41045017:15
*** ociuhandu has quit IRC17:20
*** pcaruana has quit IRC17:25
openstackgerritRodrigo Barbieri proposed openstack/manila: Mountable snapshots scenario tests  https://review.openstack.org/41200117:33
*** ociuhandu has joined #openstack-manila17:36
*** cFouts has quit IRC17:41
openstackgerritTom Barron proposed openstack/manila: Remove NovaNetworkPlugin  https://review.openstack.org/41045017:41
openstackgerritAlyson proposed openstack/python-manilaclient: Add mountable snapshots support to manila client  https://review.openstack.org/34562517:46
*** nug- has joined #openstack-manila17:47
*** lpetrut has quit IRC17:51
*** raissa has quit IRC17:52
*** raissa has joined #openstack-manila17:52
*** nug- is now known as cFouts18:02
*** dustins has quit IRC18:12
openstackgerritTom Barron proposed openstack/manila: Properly deprecate service_instance_network_helper_type  https://review.openstack.org/41835418:12
*** jprovazn has quit IRC18:12
*** cFouts is now known as nug18:19
*** nug is now known as Guest3117618:19
*** lpetrut has joined #openstack-manila18:41
*** porrua has quit IRC18:52
openstackgerritRodrigo Barbieri proposed openstack/manila: Add mountable snapshots support  https://review.openstack.org/34552618:53
*** dsariel has quit IRC18:54
*** dustins has joined #openstack-manila18:56
*** dustins has quit IRC18:57
*** dustins has joined #openstack-manila18:57
*** ianychoi has quit IRC19:00
*** ociuhandu has quit IRC19:13
*** dustins has quit IRC19:21
*** dustins_ has joined #openstack-manila19:21
*** pcaruana has joined #openstack-manila19:37
*** ociuhandu has joined #openstack-manila19:50
openstackgerritRodrigo Barbieri proposed openstack/manila: Add mountable snapshots support  https://review.openstack.org/34552619:50
*** porrua has joined #openstack-manila19:54
*** ociuhandu has quit IRC19:55
*** makowals has quit IRC19:59
openstackgerritYogesh proposed openstack/manila: Improve test coverage for share migration  https://review.openstack.org/41855920:13
*** ociuhandu has joined #openstack-manila20:18
*** ociuhandu has quit IRC20:22
*** ociuhandu has joined #openstack-manila20:33
*** ociuhandu has quit IRC20:37
openstackgerritMerged openstack/manila: Properly deprecate service_instance_network_helper_type  https://review.openstack.org/41835420:40
*** lpetrut has quit IRC20:41
*** lpetrut has joined #openstack-manila20:44
*** ociuhandu has joined #openstack-manila20:48
*** ociuhandu has quit IRC20:52
*** ociuhandu has joined #openstack-manila21:03
*** alyson_ has quit IRC21:07
*** ociuhandu has quit IRC21:07
openstackgerritTom Barron proposed openstack/manila: DO NOT MERGE  https://review.openstack.org/35260621:09
*** eharney has quit IRC21:27
*** nherciu__ has quit IRC21:32
*** gouthamr has quit IRC21:34
*** pcaruana has quit IRC21:48
*** porrua has quit IRC21:52
*** ociuhandu has joined #openstack-manila21:55
*** dsariel has joined #openstack-manila21:56
openstackgerritRodrigo Barbieri proposed openstack/manila: Add mountable snapshots support  https://review.openstack.org/34552621:58
*** dustins_ has quit IRC22:23
openstackgerritAlyson proposed openstack/python-manilaclient: Add mountable snapshots support to manila client  https://review.openstack.org/34562522:27
*** gouthamr has joined #openstack-manila22:47
*** lpetrut has quit IRC22:50
*** carthaca_ has quit IRC22:52
*** databus23_ has quit IRC22:52
*** sapcc-bot has quit IRC22:52
*** xyang1 has quit IRC23:00
*** ociuhandu has quit IRC23:10
*** porrua has joined #openstack-manila23:15
*** dsariel has quit IRC23:26
openstackgerritTom Barron proposed openstack/manila: DO NOT MERGE  https://review.openstack.org/35260623:35
*** porrua has quit IRC23:45
*** ganso has quit IRC23:54
*** ianychoi has joined #openstack-manila23:56

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