Monday, 2016-11-21

*** akapil has quit IRC01:05
openstackgerritXiaoyang Zhang proposed openstack/manila: Fix extend operation of shrinked share in generic driver  https://review.openstack.org/39358901:07
openstackgerritXiaoyang Zhang proposed openstack/manila: Fix share-service VM restart problem  https://review.openstack.org/39359401:51
*** mnaser has quit IRC01:52
*** mnaser has joined #openstack-manila02:01
*** kaisers__ has joined #openstack-manila02:48
*** kaisers_ has quit IRC02:51
*** harlowja has quit IRC02:57
openstackgerritzhongjun proposed openstack/manila: Add manila-manage db purge command  https://review.openstack.org/30821203:58
openstackgerritzhongjun proposed openstack/manila: Add manila-manage db purge command  https://review.openstack.org/30821204:49
*** senk has joined #openstack-manila04:57
*** sandanar has joined #openstack-manila05:14
*** gcb has joined #openstack-manila05:32
*** senk has quit IRC05:34
*** shausy has joined #openstack-manila05:47
*** kaisers__ has quit IRC05:56
*** lpetrut has joined #openstack-manila06:10
openstackgerritXiaoyang Zhang proposed openstack/manila: Fix extend operation of shrinked share in generic driver  https://review.openstack.org/39358907:01
*** lpetrut has quit IRC07:10
*** senk has joined #openstack-manila07:17
*** pcaruana has joined #openstack-manila07:17
*** jprovazn has joined #openstack-manila07:21
*** tuanluong has joined #openstack-manila07:21
*** makowals has joined #openstack-manila07:28
*** lpetrut has joined #openstack-manila07:34
*** belmoreira has joined #openstack-manila07:38
*** lpetrut has quit IRC07:41
*** nkrinner_afk is now known as nkrinner07:42
*** kaisers_ has joined #openstack-manila07:44
*** kaisers__ has joined #openstack-manila07:59
*** kaisers_ has quit IRC08:01
*** dsariel has joined #openstack-manila08:27
*** digvijay2016 has joined #openstack-manila08:31
*** senk has quit IRC08:39
*** lpetrut has joined #openstack-manila08:58
*** akapil has joined #openstack-manila09:00
*** lpetrut has quit IRC09:05
*** dsariel has quit IRC09:09
*** lpetrut has joined #openstack-manila09:21
*** senk has joined #openstack-manila09:24
*** gouthamr has joined #openstack-manila09:25
*** nherciu has joined #openstack-manila09:35
TommyLikeHuping  markstur09:46
*** surabujin has quit IRC09:53
*** surabujin has joined #openstack-manila10:05
*** dsariel has joined #openstack-manila10:06
*** tuanluong has quit IRC10:13
*** senk has quit IRC10:32
*** senk has joined #openstack-manila10:35
*** senk has quit IRC10:36
*** senk has joined #openstack-manila10:36
*** senk has quit IRC10:37
openstackgerritGoutham Pacha Ravi proposed openstack/manila: Tooz integration  https://review.openstack.org/31833610:42
*** makowals has quit IRC10:53
*** makowals has joined #openstack-manila10:55
*** rraja has joined #openstack-manila11:24
*** tpsilva has joined #openstack-manila11:26
openstackgerritzhongjun proposed openstack/manila: Add manila-manage db purge command  https://review.openstack.org/30821211:28
openstackgerritGoutham Pacha Ravi proposed openstack/manila: Tooz integration  https://review.openstack.org/31833611:30
*** lpetrut has quit IRC11:42
*** lpetrut has joined #openstack-manila11:51
*** makowals has quit IRC11:56
*** makowals has joined #openstack-manila12:00
*** akapil has quit IRC12:02
*** senk has joined #openstack-manila12:04
*** raissa has joined #openstack-manila12:08
mkoderer__bswartz: regarding race conditions.. It's might a good idea to read this:12:09
mkoderer__http://www.oreills.co.uk/2015/03/01/testing-race-conditions-in-python.html12:09
mkoderer__I think it would make alot of sense to have some unit tests with before_after lib12:09
mkoderer__https://pypi.python.org/pypi/before_after/0.1.312:09
mkoderer__let me push an example to see how it works12:10
-openstackstatus- NOTICE: We are currently having capacity issues with our ubuntu-xenial nodes. We have addressed the issue but will be another few hours before new images have been uploaded to all cloud providers.12:19
gouthamrmkoderer__: nice - would be pretty useful! :)12:24
mkoderer__gouthamr: already on it ;)12:25
gouthamrmkoderer__: i know you'd be :P12:27
gouthamrmkoderer__: would love your take on this design: https://review.openstack.org/#/c/391805/ i presume you'd be one of the first people testing it, with your cool multi-tenant cloud12:27
gouthamrsweet, "once=False". that's mini rally right there.12:30
mkoderer__gouthamr: ok put it on my list12:31
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-ui: Adds Manila-UI Devstack plugin  https://review.openstack.org/38885912:31
gouthamrmkoderer__: thank you!12:31
mkoderer__gouthamr: but the review is just a move from newton to ocata? you want a full review on it?12:31
*** catintheroof has joined #openstack-manila12:31
gouthamrmkoderer__: yes, it merged in newton, though i didn't code anything substantial against it.. i am trying to revive it and get it done ocata/pike timeframe12:32
gouthamrmkoderer__: it introduces a significant ask: 1 subnet per AZ per share network.. so, if you have a subnet that spans multiple AZs, you would have to define it multiple times..12:33
gouthamrmkoderer__: right now, our share networks are not AZ aware, so i think it will be a significant change for someone using them..12:34
mkoderer__gouthamr: the first thing that comes in my mind is the question why nova is ignoring the subnet during a boot command12:35
mkoderer__gouthamr: you know that in a nova boot you only specify a neturon net and not a subnet12:35
mkoderer__I am still unsure if Manila is doing something wrong here12:36
gouthamrmkoderer__: yeah that's bothered me too, so, i read up the neutron docs to see if multiple subnets is not a thing...12:36
gouthamrmkoderer__: hmmm, but you can create multiple subnets on a neutron network though..12:37
mkoderer__gouthamr: and I never had a closer look to neutron AZ functionality. So basically a network belongs to a AZ correct?12:39
gouthamrmkoderer__: in neutron, a network can be in multiple AZs12:39
mkoderer__gouthamr: mh, does this makes sense12:39
mkoderer__gouthamr: I need to have a closer look to neutron AZ design before I review your spec I think12:40
gouthamrmkoderer__: sure thing, that'd be helpful: http://docs.openstack.org/mitaka/networking-guide/config-az.html12:41
tbarronbswartz: are we cutting a final stable/liberty release before it EOLs ?  See https://review.openstack.org/#/c/397282/ and https://review.openstack.org/#/c/397841/12:45
*** kaisers has quit IRC12:47
*** gcb has quit IRC12:49
*** senk_ has joined #openstack-manila12:51
*** senk has quit IRC12:51
*** senk has joined #openstack-manila12:55
vponomaryovmkoderer__: manila creates ports in Neutron first and then attaches concrete ports to booted VM12:55
vponomaryovmkoderer__: so, it does not matter what Nova does when "net_id" provided12:55
*** senk_ has quit IRC12:56
mkoderer__vponomaryov: at the end nova also creates ports https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L73113:03
*** kaisers has joined #openstack-manila13:03
mkoderer__vponomaryov: but yeah there is alot of magic with the agents ongoing what is not in case of Manila13:03
vponomaryovmkoderer__: my point was that  your following comment: (14:35:41) mkoderer__: gouthamr: you know that in a nova boot you only specify a neturon net and not a subnet13:03
vponomaryovmkoderer__: have nothing to do with it13:04
vponomaryovmkoderer__: manila is not affected13:04
vponomaryovs/have/has/13:04
*** jprovazn has quit IRC13:14
*** erlon-airlong has joined #openstack-manila13:22
*** timcl has joined #openstack-manila13:49
*** akapil has joined #openstack-manila13:54
*** jprovazn has joined #openstack-manila13:54
*** jprovazn has quit IRC14:10
*** akapil has quit IRC14:11
*** jprovazn has joined #openstack-manila14:12
*** akapil has joined #openstack-manila14:14
bswartztbarron: I haven't thought about it?14:17
*** makowals has quit IRC14:18
bswartztbarron: s/?/./14:19
*** makowals has joined #openstack-manila14:19
bswartztbarron: what would the benefits be?14:19
rrajavkmc: can you take a look at this https://review.openstack.org/#/c/393715/ when you get time?14:24
vkmcrraja, sure thing14:24
rrajavkmc: thanks!14:25
vkmcanytime14:25
*** makowals has quit IRC14:27
*** digvijay2016 has quit IRC14:29
*** makowals has joined #openstack-manila14:30
*** belmorei_ has joined #openstack-manila14:32
*** belmoreira has quit IRC14:33
*** akapil has quit IRC14:37
*** senk has quit IRC14:40
*** nherciu has quit IRC14:41
TommyLikeHuping bswartz14:44
*** gcb has joined #openstack-manila14:48
bswartzTommyLikeHu: pong14:48
TommyLikeHuthanks I saw you ganso, markstur discussed the validation of ip version in allow access, do you have any agreement on that?14:49
*** ociuhandu has joined #openstack-manila14:50
TommyLikeHuso does the decision on share models columns14:50
*** jcsp has joined #openstack-manila14:52
*** jcsp has quit IRC14:53
*** jcsp has joined #openstack-manila14:53
TommyLikeHusorry that my hexchat log had been flushed this morning14:53
gouthamrTommyLikeHu: i depend on this instead of my client's log: http://eavesdrop.openstack.org/irclogs/ :)14:55
*** dustins has joined #openstack-manila14:56
TommyLikeHuwow~ thanks14:56
*** sandanar has quit IRC14:57
*** ociuhandu has quit IRC15:01
*** ociuhandu has joined #openstack-manila15:09
*** shausy has quit IRC15:10
*** senk has joined #openstack-manila15:11
tbarronbswartz: sorry, was in a meeting.  well there are 9 backports in stable/liberty beyond the 1.0.1 tag; making 1.0.2 is good for people who want to update to latest stable/liberty15:17
*** senk has quit IRC15:19
*** wiebalck has joined #openstack-manila15:19
*** eharney has joined #openstack-manila15:25
*** ganso has joined #openstack-manila15:33
*** gcb has quit IRC15:37
vkmchi o/15:46
vkmcI noticed that there is no way to register blueprints in https://bugs.launchpad.net/manila-image-elements15:46
vkmcso I filed a bug report15:46
vkmcis that the correct workflow? or is there a better way of doing it?15:47
bswartzfine with me15:47
bswartzI could fix the blueprints15:47
bswartzbut manila-image-elements is pretty low traffic15:47
openstackgerritGoutham Pacha Ravi proposed openstack/manila: Fix wrong data type in migration  https://review.openstack.org/40031015:49
vkmcbswartz, AFAIK we are using it for the gates, right?15:51
openstackgerritGoutham Pacha Ravi proposed openstack/manila: Fix wrong data type in migration  https://review.openstack.org/40031015:52
bswartzvkmc: yes, but it's quite stable15:52
vkmcbswartz, right15:52
tbarronbswartz: http://lists.openstack.org/pipermail/openstack-dev/2016-November/107670.html15:53
tbarronbswartz: it would be helpful for distros, so I can propose a review if you want15:53
bswartztbarron: that mail implies that we've missed a deadline15:53
bswartzI was going to push a tag15:54
bswartzbut now I wonder if it's too late15:54
tbarronbswartz: but I see nova is still in review15:54
bswartzo_O15:54
bswartzok15:54
bswartzhttps://review.openstack.org/40031315:56
tbarronbswartz: thanks!15:56
*** eharney has quit IRC16:01
*** pcaruana has quit IRC16:06
*** eharney has joined #openstack-manila16:17
*** belmorei_ has quit IRC16:24
*** wiebalck has quit IRC16:25
*** surabujin has quit IRC16:25
*** wiebalck has joined #openstack-manila16:26
openstackgerritValeriy Ponomaryov proposed openstack/manila: [Dummy driver] Add possibility to set delays for driver methods  https://review.openstack.org/40033116:27
*** makowals has quit IRC16:28
gouthamro.O16:29
*** rraja has quit IRC16:29
*** makowals has joined #openstack-manila16:33
*** surabujin has joined #openstack-manila16:45
*** mtanino has joined #openstack-manila16:46
*** nkrinner is now known as nkrinner_afk16:49
openstackgerritGoutham Pacha Ravi proposed openstack/manila: Add create_share_from_snapshot_support extra spec  https://review.openstack.org/35668216:57
*** mnaser has quit IRC16:57
*** xyang1 has joined #openstack-manila17:01
*** mnaser has joined #openstack-manila17:12
*** lpetrut has quit IRC17:21
openstackgerritRodrigo Barbieri proposed openstack/manila: Add Admin network support to HNAS driver  https://review.openstack.org/39673717:24
*** timcl1 has joined #openstack-manila17:56
*** eharney has quit IRC17:59
*** timcl has quit IRC17:59
*** dsariel has quit IRC18:07
*** harlowja has joined #openstack-manila18:14
*** senk has joined #openstack-manila18:20
*** senk has quit IRC18:24
*** lpetrut has joined #openstack-manila18:27
*** mtanino has quit IRC18:32
*** nherciu has joined #openstack-manila18:32
openstackgerritRodrigo Barbieri proposed openstack/manila: Add Admin network support to HNAS driver  https://review.openstack.org/39673718:34
*** cknight has joined #openstack-manila18:40
*** cknight1 has joined #openstack-manila18:41
*** cknight has quit IRC18:44
*** belmoreira has joined #openstack-manila18:51
*** lpetrut has quit IRC18:52
*** lpetrut has joined #openstack-manila18:57
*** senk has joined #openstack-manila19:01
*** chlong has joined #openstack-manila19:03
*** eharney has joined #openstack-manila19:06
*** eharney has quit IRC19:06
*** gouthamr has quit IRC19:07
*** mtanino has joined #openstack-manila19:07
*** belmoreira has quit IRC19:38
*** timcl1 has quit IRC19:48
*** eharney has joined #openstack-manila19:55
*** timcl has joined #openstack-manila19:56
*** senk has quit IRC20:04
*** wiebalck has joined #openstack-manila20:04
*** senk has joined #openstack-manila20:05
*** senk has quit IRC20:06
*** belmoreira has joined #openstack-manila20:16
*** porrua has quit IRC20:17
*** belmoreira has quit IRC20:24
*** nherciu has quit IRC20:44
*** lpetrut has quit IRC21:01
*** wiebalck has quit IRC21:04
*** timcl has quit IRC21:08
*** wiebalck has joined #openstack-manila21:19
*** wiebalck has quit IRC21:19
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-image-elements: Enables end user to pick share protocol  https://review.openstack.org/40041121:20
*** jprovazn has quit IRC21:23
openstackgerritTom Barron proposed openstack/manila: DO NOT MERGE  https://review.openstack.org/35260621:30
*** akapil has joined #openstack-manila21:52
*** lpetrut has joined #openstack-manila22:05
*** ganso has quit IRC22:16
*** tpsilva has quit IRC22:25
*** eharney has quit IRC22:45
*** lpetrut has quit IRC22:46
*** chlong has quit IRC22:52
*** dustins has quit IRC23:21
*** akapil has quit IRC23:32
*** akapil has joined #openstack-manila23:37
*** xyang1 has quit IRC23:37
*** openstack has joined #openstack-manila23:46

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