Monday, 2016-05-23

openstackgerritGoutham Pacha Ravi proposed openstack/manila: Migrate API reference into tree  https://review.openstack.org/31387400:14
*** cknight has joined #openstack-manila00:21
*** winston-d_ has joined #openstack-manila00:25
*** krotscheck_dcm is now known as krotscheck00:39
*** furlongm has joined #openstack-manila01:00
*** chlong has joined #openstack-manila01:00
*** yangyapeng has joined #openstack-manila01:22
*** yangyapeng has quit IRC01:37
*** yangyapeng has joined #openstack-manila01:38
*** gouthamr_ has quit IRC01:41
*** yangyape_ has joined #openstack-manila01:59
*** yangyapeng has quit IRC02:00
*** yangyapeng has joined #openstack-manila02:01
*** yangyape_ has quit IRC02:04
*** cknight has quit IRC02:22
*** yangyape_ has joined #openstack-manila02:25
*** yangyapeng has quit IRC02:28
*** akshai_ has quit IRC02:53
*** sgotliv has joined #openstack-manila03:13
*** amit213 has quit IRC03:32
*** sgotliv has quit IRC04:36
*** yangyape_ has quit IRC04:58
*** chlong has quit IRC05:08
*** shausy has joined #openstack-manila05:15
*** chlong has joined #openstack-manila05:24
*** yangyapeng has joined #openstack-manila05:30
*** nkrinner_afk is now known as nkrinner06:00
openstackgerritMerged openstack/manila: HDS_HNAS: Fix improper error message  https://review.openstack.org/31757606:04
*** chlong has quit IRC06:25
*** JoseMello has joined #openstack-manila06:27
*** yangyape_ has joined #openstack-manila06:48
*** yangyapeng has quit IRC06:51
*** lpetrut has joined #openstack-manila07:02
*** yangyapeng has joined #openstack-manila07:08
*** yangyap__ has joined #openstack-manila07:10
*** yangyape_ has quit IRC07:12
*** yangyapeng has quit IRC07:13
openstackgerritOpenStack Proposal Bot proposed openstack/manila-ui: Imported Translations from Zanata  https://review.openstack.org/31976007:15
openstackgerritNidhiMittalHada proposed openstack/python-manilaclient: manila list --all-tenants should display projectID  https://review.openstack.org/31201707:24
*** lpetrut has quit IRC07:37
*** yangyap__ has quit IRC07:50
*** yangyapeng has joined #openstack-manila07:57
*** winston-d_ has quit IRC08:05
*** yangyapeng has quit IRC08:06
*** sgotliv has joined #openstack-manila08:08
*** yangyapeng has joined #openstack-manila08:08
*** yangyapeng has quit IRC08:10
*** yangyapeng has joined #openstack-manila08:12
*** yangyapeng has quit IRC08:17
*** dmk0202 has joined #openstack-manila08:19
*** yangyapeng has joined #openstack-manila08:29
openstackgerritNidhiMittalHada proposed openstack/manila: Remove retry logic from manage API  https://review.openstack.org/31596608:44
openstackgerritNidhiMittalHada proposed openstack/manila: Remove retry logic from manage API  https://review.openstack.org/31596608:56
*** lpetrut has joined #openstack-manila09:02
*** rraja has joined #openstack-manila09:41
*** hoonetorg has quit IRC09:53
*** jcsp has quit IRC10:03
*** hoonetorg has joined #openstack-manila10:07
*** yangyapeng has quit IRC10:17
*** FL1SK has quit IRC11:00
*** JoseMello has quit IRC11:09
*** hoonetorg has quit IRC11:10
*** hoonetorg has joined #openstack-manila11:15
openstackgerritMerged openstack/puppet-manila: Fix the name of db package in manila_db_spec.rb  https://review.openstack.org/31965011:19
*** timcl has joined #openstack-manila11:31
*** mtanino has joined #openstack-manila12:14
*** mtanino has quit IRC12:19
*** jcsp has joined #openstack-manila12:23
*** jcsp has quit IRC12:31
*** jcsp has joined #openstack-manila12:31
*** FL1SK has joined #openstack-manila12:59
*** gouthamr has joined #openstack-manila13:02
*** akerr has joined #openstack-manila13:02
*** bill_az has joined #openstack-manila13:07
openstackgerritSharat Sharma proposed openstack/manila: Replace assertEqual(None, *) with assertIsNone in tests  https://review.openstack.org/31992313:08
*** cknight has joined #openstack-manila13:11
*** porrua has joined #openstack-manila13:13
*** merooney has joined #openstack-manila13:15
*** alkhodos_ has joined #openstack-manila13:16
*** cknight1 has joined #openstack-manila13:17
*** cknight has quit IRC13:19
*** tpsilva has joined #openstack-manila13:21
alkhodos_Hi everyone, I have an error when testing exception handling with save_and_reraise_exception. http://paste.openstack.org/show/498073/ I will be helpful if anyone has any suggestions...13:21
alkhodos_thankful*13:21
*** dustins has joined #openstack-manila13:23
gouthamralkhodos_: excutils.save_and_reraise_exception()13:26
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Fix error handling for 'extend' share operation  https://review.openstack.org/31937713:26
alkhodos_gouthamr: wow that was stupid, lol. Thank you13:27
gouthamralkhodos_: np!13:27
*** xyang1 has joined #openstack-manila13:30
*** merooney has quit IRC13:35
mkoderervponomaryov: hi13:36
mkoderervponomaryov: for me https://bugs.launchpad.net/manila/+bug/1583048 is a valid bug13:36
openstackLaunchpad bug 1583048 in Manila "Manila allows to create share network with mismatched net-id and subnet-id" [Undecided,New] - Assigned to Marc Koderer (m-koderer)13:36
mkodererwhy can't we check the uuid's during share-network creation?13:37
*** merooney has joined #openstack-manila13:39
gouthamrmkoderer: it would be helpful to perform this check at the API.. but that's a major change to the /share-networks API because we'll have to invoke the neutron client and do these checks.. however, this would be a good problem to solve, given that we're looking to change the share network semantics13:43
gouthamrmkoderer: i was trying to think of a similar solution to bring in neutron's 'AZ awareness' to our share networks13:44
openstackgerritAlexey Khodos proposed openstack/manila: Nexenta: adding share drivers for NexentaStor  https://review.openstack.org/30928613:46
*** eharney has joined #openstack-manila13:47
mkoderergouthamr: I mean it's shouldn't be problematic to instanicate a manila.network.driver object for manila-api and check it there13:47
mkoderergouthamr: I saw it muliple time that ppl add new share networks and the share creation fails just because a wrong subnet / netid13:48
*** shausy has quit IRC13:48
mkodererI will work on a fix .. let's see how it will look like13:48
mkoderergouthamr: I am not sure how this fix can be a "major change to the API". I mean it will just raise an exception in case it doesn't exist13:49
gouthamrmkoderer: +1 , but that call to neutron-api could potentially take a while?13:49
mkoderergouthamr: mh maybe we need to get an auth object already during startup .. yah could be a bit tricky13:50
gouthamrmkoderer: either that, or make share_network creation akin to share/snapshot creation.. have a status field?13:51
gouthamrmkoderer: return with 'creating', validate, create and transition to 'available' or 'error'.. that way, the API doesn't hang on the request..13:52
mkoderergouthamr: uh.. status field... the thing is if the neutron net is deleted how should we update the status? ;)13:52
gouthamrmkoderer: :P i'm not suggesting tight-coupling13:53
mkoderergouthamr: ok I will propose a fix and we will see how it will look like then13:54
gouthamrmkoderer: sure thing :)13:54
mkoderergouthamr: I mean we could also drop the whole table.... but this would be a major api change :)13:55
*** merooney has quit IRC13:59
vponomaryovmkoderer: why do you talk about "creation" action? share network can work with empty values - depends on configuration14:00
vponomaryovmkoderer: also, we can update values later14:00
vponomaryovmkoderer: until share network is not used14:01
*** ociuhandu has joined #openstack-manila14:03
*** merooney has joined #openstack-manila14:03
openstackgerritAlex Meade proposed openstack/manila: Add tempest tests for user messages  https://review.openstack.org/31395114:05
openstackgerritAlex Meade proposed openstack/manila: User Messages  https://review.openstack.org/31354914:05
vponomaryovmkoderer: so, your use case is clear, but it is related only to one of 5 available network plugins, where any of these can be used for any driver. Also, Horizon does it for you, you can pick up only proper pairs14:07
*** nkrinner is now known as nkrinner_afk14:10
*** yangyapeng has joined #openstack-manila14:12
mkoderervponomaryov: I am only talking about the action "share-network-create --neturon-net-id" or "--nova-net-id". For me specifing a non exsting value there does not make sense14:15
mkoderervponomaryov: I am fine to have two empty value if they are not specified14:16
mkodererfor me it's realated to neutron and nova use case.. so at least 2 drivers14:17
*** nkrinner_afk is now known as nkrinner14:29
*** merooney has quit IRC14:34
*** merooney has joined #openstack-manila14:40
*** rraja has quit IRC14:59
*** mtanino has joined #openstack-manila15:05
*** alkhodos_ has quit IRC15:07
*** merooney has quit IRC15:14
*** mtanino has quit IRC15:22
*** nkrinner has quit IRC15:25
openstackgerritAlexey Khodos proposed openstack/manila: Nexenta: adding share drivers for NexentaStor  https://review.openstack.org/30928615:26
openstackgerritDaniel Gonzalez Nothnagel proposed openstack/manila: Migrate API reference into tree  https://review.openstack.org/31387415:26
*** sgotliv has quit IRC15:27
dgonzalezgouthamr: I just updated the api-ref patch with my newest changes15:31
dgonzalezgouthamr: just fyi15:31
*** absubram has joined #openstack-manila15:37
gouthamrdgonzalez: thank you.. will take a look..15:39
openstackgerritValeriy Ponomaryov proposed openstack/manila-ui: Fix error handling for 'extend' share operation  https://review.openstack.org/31937715:41
*** dmk0202 has quit IRC15:47
*** alkhodos_ has joined #openstack-manila15:49
*** xyang_ has joined #openstack-manila16:09
*** xyang1_ has joined #openstack-manila16:12
*** xyang1 has quit IRC16:13
*** xyang1_ is now known as xyang116:13
*** xyang_ has quit IRC16:14
*** xyang_ has joined #openstack-manila16:14
*** xyang_ has quit IRC16:17
*** xyang1 has quit IRC16:17
*** xyang1 has joined #openstack-manila16:17
*** xyang_ has joined #openstack-manila16:18
*** xyang_ has quit IRC16:21
*** xyang_ has joined #openstack-manila16:23
*** xyang_ has quit IRC16:27
*** xyang_ has joined #openstack-manila16:30
*** merooney has joined #openstack-manila16:33
*** xyang_ has quit IRC16:40
*** xyang_ has joined #openstack-manila16:43
*** suyash has joined #openstack-manila16:56
*** eharney has quit IRC16:57
*** merooney has quit IRC16:58
*** xyang_ has quit IRC17:00
*** xyang_ has joined #openstack-manila17:02
*** merooney has joined #openstack-manila17:03
*** lpetrut has quit IRC17:11
*** merooney has quit IRC17:17
*** merooney has joined #openstack-manila17:21
*** harlowja has joined #openstack-manila17:24
*** merooney has quit IRC17:56
*** eharney has joined #openstack-manila17:59
*** xyang_ has quit IRC18:08
*** xyang_ has joined #openstack-manila18:11
*** ig0r_ has joined #openstack-manila18:15
openstackgerritTom Barron proposed openstack/manila: migrate to tox for unit tests  https://review.openstack.org/32009418:17
*** merooney has joined #openstack-manila18:19
*** xyang_ has quit IRC18:20
*** akshai has joined #openstack-manila18:21
*** sgotliv has joined #openstack-manila18:33
*** ociuhandu has quit IRC18:49
gouthamrtbarron: i know there were some people really upset on the mailing lists, but i want to express my sadness again :(18:52
gouthamrtbarron: sniff, run_tests.18:52
openstackgerritTom Barron proposed openstack/manila: Fix E042 and E043 bashate issues  https://review.openstack.org/32010318:56
tbarrongouthamr: I don't know if that review will be approved, but I thought I'd pose the issue at least.18:57
gouthamrtbarron: no point if the community decides to remove it across projects..18:58
gouthamrtbarron: no point having it around*18:58
tbarrongouthamr: I personally prefer that there be one supported way to do things and that you don't have to make choices that don't add value18:58
dustinstbarron: +118:58
gouthamrtrue, i agree..18:59
dustinsI've found tox to be easier to use as well, IMHO18:59
bswartztbarron: remove what?18:59
gouthamrbswartz: https://review.openstack.org/32009418:59
tbarronbswartz: share servers18:59
tbarron:)18:59
* bswartz wonders which ML thread he missed18:59
tbarronjust joking18:59
gouthamrrofl18:59
dustinshahahaha19:00
tbarronbswartz: https://review.openstack.org/32009419:00
tbarronbswartz: one of the lower priority reviews out there, i was just19:01
dustinsbswartz: if you find the thread, lemme know, it didn't show up in my Manila filter19:01
tbarroncleaning up some annoying bashate errors b/c my mind wanted to avoid a hard issue (in cinder) that I'm struggling with, so19:01
*** xyang_ has joined #openstack-manila19:01
tbarroni noticed a bunch of them coming from run_tests.sh19:02
tbarronI've fixed them in another review but it led me to propose nuking run_tests.sh19:02
tbarronthe deprecation script that replaces it is ported from nova19:03
*** xyang_ has quit IRC19:05
*** xyang_ has joined #openstack-manila19:06
*** xyang_ has quit IRC19:08
*** merooney has quit IRC19:13
*** xyang_ has joined #openstack-manila19:21
*** merooney has joined #openstack-manila19:22
openstackgerritSergey Gotliv proposed openstack/manila-ui: Create private share types  https://review.openstack.org/31963719:29
*** xyang_ has quit IRC19:30
*** lpetrut has joined #openstack-manila19:34
*** vbellur has joined #openstack-manila19:54
openstackgerritRodrigo Barbieri proposed openstack/manila-specs: Add spec for Data Service API  https://review.openstack.org/31570919:54
*** bill_az has quit IRC19:56
*** merooney has quit IRC19:57
*** ig0r_ has quit IRC19:59
*** timcl has quit IRC20:03
*** merooney has joined #openstack-manila20:04
*** merooney has quit IRC20:11
openstackgerritRodrigo Barbieri proposed openstack/manila-specs: Add spec for Share Retype  https://review.openstack.org/31570820:17
*** akerr has quit IRC20:17
openstackgerritRodrigo Barbieri proposed openstack/manila-specs: Add spec for Share Migration Newton improvements  https://review.openstack.org/31570720:19
*** lpetrut has quit IRC20:20
openstackgerritTom Barron proposed openstack/manila: Add hacking rule to for assertEqual(None, *)  https://review.openstack.org/32012620:22
*** porrua has quit IRC20:36
openstackgerritTom Barron proposed openstack/manila: Add hacking rule to for assertEqual(None, *)  https://review.openstack.org/32012620:37
*** cknight1 has quit IRC20:52
openstackgerritTom Barron proposed openstack/manila: Use assertTrue rather than assertEqual(True, ...)  https://review.openstack.org/32014121:00
*** lpetrut has joined #openstack-manila21:05
openstackgerritTom Barron proposed openstack/manila: Use assertTrue rather than assertEqual(True, ...)  https://review.openstack.org/32014121:05
openstackgerritTom Barron proposed openstack/manila: Add hacking rule to for assertEqual(None, *)  https://review.openstack.org/32012621:10
openstackgerritTom Barron proposed openstack/manila: Use assertTrue rather than assertEqual(True, ...)  https://review.openstack.org/32014121:11
*** lpetrut has quit IRC21:14
*** jcsp has quit IRC21:25
*** dustins has quit IRC21:26
*** suyash has quit IRC21:28
*** suyash has joined #openstack-manila21:29
*** jcsp has joined #openstack-manila21:29
*** akshai has quit IRC21:48
*** gouthamr has quit IRC21:50
*** sgotliv has quit IRC21:50
*** merooney has joined #openstack-manila21:51
*** merooney has quit IRC21:52
openstackgerritTom Barron proposed openstack/manila: Add hacking rule to for assertEqual(None, *)  https://review.openstack.org/32012622:03
*** akshai has joined #openstack-manila22:05
openstackgerritTom Barron proposed openstack/manila: Use assertTrue rather than assertEqual(True, ...)  https://review.openstack.org/32014122:08
*** tpsilva has quit IRC22:17
*** absubram has quit IRC22:24
*** akshai has quit IRC22:26
*** xyang_ has joined #openstack-manila22:34
*** darrenc_ has joined #openstack-manila22:46
*** tbarron_ has joined #openstack-manila22:52
*** zigo_ has joined #openstack-manila22:52
*** xyang1 has quit IRC22:53
*** csaba has quit IRC22:53
*** darrenc has quit IRC22:53
*** tbarron has quit IRC22:53
*** zigo has quit IRC22:53
*** ganso has quit IRC22:53
*** markstur has quit IRC22:53
*** dalees has quit IRC22:53
*** tbarron_ is now known as tbarron22:53
*** markstur has joined #openstack-manila22:54
*** chlong has joined #openstack-manila22:58
*** sticker has quit IRC22:59
*** darrenc_ is now known as darrenc23:01
openstackgerritTom Barron proposed openstack/manila: Use assertTrue rather than assertEqual(True, ...)  https://review.openstack.org/32014123:08
*** xyang_ has quit IRC23:20
openstackgerritMerged openstack/python-manilaclient: Add possibility to provide auth token via CLI  https://review.openstack.org/31699423:33
*** csaba has joined #openstack-manila23:38
*** dalees has joined #openstack-manila23:38
*** gouthamr has joined #openstack-manila23:49
*** gouthamr_ has joined #openstack-manila23:51
openstackgerritMerged openstack/manila: Updated from global requirements  https://review.openstack.org/31885823:52
openstackgerritMerged openstack/manila: Replace assertEqual(None, *) with assertIsNone in tests  https://review.openstack.org/31992323:53
*** gouthamr has quit IRC23:54

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